<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	padding: 0;
	margin: 0;
}
li{
	list-style-type: none;
}
body{
	background: #f6f6f6;
}
.clear{
	clear: both;
}
.wrap{
	min-width: 1180px;
	width: 100%;
}
.box{
	width: 1180px;
	margin:0 auto;
}
.hometop{
	height: 110px;
	background: #2c507b;
	overflow: hidden;
}
.homelogo{
	height: 100%;
	display: block;
	float: left;
}
.sigin_wrap{
	width: 110px;
	height: 36px;
	background: #52a0f8;
	font-size: 16px;
	cursor: pointer;
	margin-left: 124px;
	margin-top: 37px;
	float: left;
	text-align: center;
	line-height: 36px;
	border-radius: 5px;
	color: #fff;
}
.sigin_wrap&gt;a{
	color: #fff;
	text-decoration: none;
}
nav{
	background: #d7ddf0;
	height: 46px;
}
.nav_list&gt;li{
	float: left;
	font-size: 16px;
	line-height: 42px;
	border-bottom: 3px solid transparent;
	margin-right: 50px;
}
.nav_list&gt;li&gt;a{
	text-decoration: none;
	color: #2c4f7c;
}
.links_wrap{
	margin-top: 24px;
	background: #245ba6;
	padding: 46px 0 ;
	box-sizing: border-box;
}
.links_title{
	color:#d7ddf0;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.links_contain{
	font-size: 14px;
	color:#d7ddf0;
	line-height: 22px;
}
.links_about{
	width: 500px;
	float: left;
}
.links_links{
	width: 510px;
	float: left;
	margin-left: 121px;
}
.links_list&gt;li{
	font-size: 14px;
	color:#d7ddf0;
	margin-bottom: 18px;
}
.links_list span{
	margin-left: 50px;
}
.links_list a{
	color: #fff;
	text-decoration: none;
}
.footer_wrap{
	background: #2c4f7c;
	color:#d7ddf0;
	text-align: center;
	line-height: 90px;
	font-size: 16px;
}
.activity_con{
	margin-top: 20px;
}
.activity_article{
	width: 880px;
	background: #fff;
	float: left;
	margin-right: 20px;
}
.activity_list{
	width: 100%;
	background: #fff;
	float: left;
	padding: 0px 23px 25px 23px ;
	box-sizing: border-box;
}
.art_title{
	padding: 34px 0 40px 24px;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
}
.atr_name{
	font-size: 26px;
	margin-bottom: 30px;
}
.atr_intro{
	font-size: 14px;
	color: #666;
}
.atr_intro&gt;span{
	margin-right: 16px;
	margin-left: 16px;
}
.atr_con{
	padding: 40px 24px 30px 24px;
	color: #666;
	font-size: 16px;
}
.atr_con&gt;p{
	margin-bottom: 34px;
}
.acti_list_title{
	font-size: 18px;
	color: #2E2E2E;
	line-height: 66px;
	border-bottom: 1px solid #e5e5e5;
}
.activity_list_con li{
	font-size: 16px;
	color: #333;
	transition: .3s;
	cursor: pointer;
	padding: 20px 0 ;
	border-bottom: 1px solid #f5f5f5;
}
.activity_list_con li:hover{
	color: #2c4f7c;
}
.activity_list_con a{
	text-decoration: none;
}
.list_more{
	font-size: 16px;
	color:#2c4f7c;
	display: block;
	margin-top: 20px;
}
.activity_list_title{
	color: #369;
	font-weight: bold;
	font-size: 20px;
}
.activity_list_time{
	font-size: 12px;
	color: #666;
	float: right;
}
.activity_list_con{
	font-size: 14px;
	color: #666;
	margin-top: 12px;
}
</pre></body></html>