<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.conBox{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
#header .menu ul li.about a span{
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	line-height: 56px;
	display: block;
	height: 58px;
}
#header .menu ul li.about&gt;a{
	box-sizing:border-box;
	color: #26bbd6;
	border-top:2px solid #26bbd6;
}
#header .menu ul li.about ul li.nav-2 a{
	color: #26bbd6;
}
#content{
	width:100%;
	background:#F7F8FE;
	padding-top:140px;
	padding-bottom:150px;
	overflow:hidden;
}
#content .btn span{
	display:inline-block;
	width:10px;
	height:15px;
	background:url(../image/icon.png) no-repeat -1000px -60px;
	position:relative;
	top:2px;
}
#content .left{
	width:740px;
	float:left;
	overflow:hidden;
}
#content h2{
	color:#333;
	font-size:25px;
	line-height: 34px;
	font-weight:400;
	padding-top:40px;
	padding-bottom:20px;
	border-bottom:1px solid #E4E4E4;
}
#content .left h6{
	font-size:13px;
	font-weight:400;
	margin:20px 0;
}
#content .left h6 .date{
	display:inline-block;
	width:15px;
	height:15px;
	position:relative;
	top:2px;
	background:url(../image/icon.png) no-repeat -1000px 0;
	margin-right:8px;
}
#content .left h6 .author{
	display:inline-block;
	width:18px;
	height:16px;
	position:relative;
	top:2px;
	background:url(../image/icon.png) no-repeat -1100px 0;
	margin-left:20px;
	margin-right:8px;
}
#content .left p{
	letter-spacing:1px;
	margin-top:10px;
	margin-bottom:20px;
	text-align: justify;
}

#content .right{
	width:350px;
	float:right;
}
#content .right ul li{
	font-size:13px;
	font-weight:400;
	margin:20px 0;
}
#content .right p{
	margin-bottom:10px;
}
#content .right h6{
	font-size:13px;
	font-weight:400;
	margin:0;
}
#content .right ul li h6 .date{
	display:inline-block;
	width:15px;
	height:15px;
	position:relative;
	top:2px;
	background:url(../image/icon.png) no-repeat -1000px 0;
	margin-right:8px;
}



@media screen and (max-width: 768px){

.conBox{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
#content{
	width:100%;
	background:#F7F8FE;
	padding-top:40px;
	padding-bottom:50px;
	overflow:hidden;
	padding-left: 20px;
	padding-right:20px;
}
#content .btn span{
	display:inline-block;
	width:10px;
	height:15px;
	background:url(../image/icon.png) no-repeat -1000px -60px;
	position:relative;
	top:2px;
}
#content .left{
	width:100%;
	float:none;
	overflow:hidden;
}
#content h2{
	color:#333;
	font-size:25px;
	font-weight:400;
	padding-top:40px;
	padding-bottom:20px;
	border-bottom:1px solid #E4E4E4;
}
#content .left h6{
	font-size:13px;
	font-weight:400;
	margin:20px 0;
}
#content .left h6 .date{
	display:inline-block;
	width:15px;
	height:15px;
	position:relative;
	top:2px;
	background:url(../image/icon.png) no-repeat -1000px 0;
	margin-right:8px;
}
#content .left h6 .author{
	display:inline-block;
	width:18px;
	height:16px;
	position:relative;
	top:2px;
	background:url(../image/icon.png) no-repeat -1100px 0;
	margin-left:20px;
	margin-right:8px;
}
#content .left p{
	letter-spacing:1px;
	margin-top:30px;
	margin-bottom:50px;
}
#content .left img{
	max-width: 100%;
}

#content .right{
	width:100%;
	float:none;
}
#content .right ul li{
	font-size:13px;
	font-weight:400;
	margin:20px 0;
}
#content .right p{
	margin-bottom:10px;
}
#content .right h6{
	font-size:13px;
	font-weight:400;
	margin:0;
}
#content .right ul li h6 .date{
	display:inline-block;
	width:15px;
	height:15px;
	position:relative;
	top:2px;
	background:url(../image/icon.png) no-repeat -1000px 0;
	margin-right:8px;
}


}</pre></body></html>