.headerBg {
	background-color: rgba(0,0,0,0.3);
	transition: all .3s linear;
	cursor: pointer;
}
.detail .unified-width {
	width: 66%;
	min-width: 1200px;
	margin: auto;
}
.detail .top {
	background-color: #01459A;
	color: #fff;
	height: 250px;
	position: relative;
}
.detail .top > div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin: auto;
	padding-top: 145px;
}
.detail .top > div > div h1 {
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
}
.detail .detail-msg {
	background-color: #f8f8f8;
	padding: 25px 0;
}
.detail .detail-msg .unified-width {
	display: flex;
	justify-content: space-between;
}
.public-tabbar {
	margin-bottom: 0;
}
.detail .detail-msg .msg-left {
	background-color: #fff;
	width: 72%;
	min-width: 780px;
	border: 1px solid #eee;
	padding: 40px;
	box-sizing: border-box;
}
.detail .detail-msg .msg-left h1 {
	font-size: 32px;
	line-height: 35px;
	color: #000;
	font-weight: 500;
}
.detail .detail-msg .msg-left p:nth-child(2) {
	line-height: 30px;
	color: #999;
	margin: 10px auto;
	font-size: 12px;
	display: flex;
}
.detail .detail-msg .msg-left p:nth-child(2) span {
	margin-right: 20px;
	display: flex;
}
.detail .detail-msg .msg-left .abstract {
	font-size: 12px;
	line-height: 25px;
	padding: 15px;
	color: #888;
	margin-bottom: 20px;
	background: #f9f9f9;
}
.detail .detail-msg .msg-left .content {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	word-break: break-all;
}
.detail .detail-msg .msg-left .left-bottom {
	padding: 15px 20px;
	border: 1px solid #eee;
	background: #f9f9f9;
}
.detail .detail-msg .msg-left .left-bottom ul {
	display: flex;
}
.detail .detail-msg .msg-left .left-bottom ul li {
	float: left;
	width: 50%;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}
.detail .detail-msg .msg-left .left-bottom ul li:last-child {
	text-align: right;
}
.detail .detail-msg .msg-left .left-bottom ul li a {
	color: #666;
}
.detail .detail-msg .msg-right {
	width: 320px;
}
.detail .detail-msg .msg-right .right-top, .detail .detail-msg .msg-right .right-bottom {
	padding: 20px 30px;
	border: 1px solid #eee;
	background: #fff;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.detail .detail-msg .msg-right .right-top h1, .detail .detail-msg .msg-right .right-bottom h1 {
	font-weight: 500;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e9e9e9;
}
.detail .detail-msg .msg-right .right-top li a, .detail .detail-msg .msg-right .right-bottom a {
	color: #333;
	font-size: 12px;
}
.detail .detail-msg .msg-right .right-top li {
	width: 100%;
	line-height: 35px;
}
.detail .detail-msg .msg-right .right-bottom h1 {
	margin-bottom: 15px;
}
.detail .detail-msg .msg-right .right-bottom a {
	font-size: 12px;
}

.detail .detail-msg .msg-right .right-bottom .size0 { font-size:12px; color:#00;}
.detail .detail-msg .msg-right .right-bottom .size1 { font-size:13px; color:#093;}
.detail .detail-msg .msg-right .right-bottom .size2 { font-size:14px; color:#966;}
.detail .detail-msg .msg-right .right-bottom .size3 { font-size:15px; color:#C6C;}
.detail .detail-msg .msg-right .right-bottom .size4 { font-size:16px; color:#9CC;}
.detail .detail-msg .msg-right .right-bottom .size5 { font-size:17px; color:#669;}
.detail .detail-msg .msg-right .right-bottom .size6 { font-size:18px; color:#C9C;}
.detail .detail-msg .msg-right .right-bottom .size7 { font-size:19px; color:#f00;}
.detail .detail-msg .msg-right .right-bottom .size8 { font-size:20px; color:#3C0;}
.detail .detail-msg .msg-right .right-bottom .size9 { font-size:21px; color:#F03;}
.detail .detail-msg .msg-right .right-bottom .size10 { font-size:22px; color:#03f;}