<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.head .right li:nth-of-type(9) a{
	color: #007cc2;
    font-weight: bold;
}
.main .wrapper{
	height: 50px;
}
.main .wrapper span{
	float: left;
	display: inline-block;
	width:130px;
	height: 50px;
	line-height: 50px;
	background-color: #f8f8f8;
	text-align: center;
	cursor: pointer;
}
.main .wrapper span a{
	display: inline-block;
	width:130px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.main .wrapper span:nth-child(2){
	margin: 0 1px;
}
.main .wrapper span.active,.main .wrapper span:hover{
	color: #fff;
	background-color: #448aca;
}
.main .wrapper span.active a,.main .wrapper span:hover a{
	color: #fff;
}
.main .banner{
	height: auto;
	margin-bottom: 88px;
}
.banner img{
	width: 100%;
}
.news .wrapper{
	width: 1200px;
	margin: 0 auto;
}
.news .content{
	width: 1200px;
	margin: 70px auto 0;
}
.news .content ul:after{
	content: "";
	width: 0;
	clear: both;
	display: block;
}
.news .content li{
	width: 380px;
	height: 211px;
	display: inline-block;
	float: left;
	padding: 33px 29px 0;
	box-sizing: border-box;
	margin-bottom: 30px;
	border-radius: 5px;
}
.news .content li:hover{
	box-shadow: 0px 0px 35px rgba(37,37,37,0.07);
}
.news .content li:nth-child(3n+2){
	margin: 0 30px;
}
.news .content li .article-title{
	font-size: 20px;
	color: #333333;
	margin-bottom: 22px;
} 
.news .content li .description{
	font-size: 16px;
	color: #a7a7a7;
	line-height: 24px;
}
.news .content li .go{
	display: block;
	margin-top: 18px;
	text-align: left;
	font-size: 14px;
	color: #a7a7a7;
}
.news .content li .go a{
	float: right;
}
.news .content li .go img{
	display: none;
}
.news .content li:hover .go img{
	display: inline-block;
}
.news .content{
}
.pageing{
	height: 48px;
	text-align: center;
	margin-top: 102px;
	margin-bottom: 96px;
}
.pageing span{
	display: inline-block;
	margin-left: -5px;
	width: 61px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #e5e5e5;
	border-left: none;
	color: #343434;
	cursor: pointer;
	font-size: 14px;
}
.pageing span a{
	display: inline-block;
	width: 61px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #808080;
	cursor: pointer;
	font-size: 14px;
}
.pageing span:first-child{
	border-left: 1px solid #e5e5e5;
}
.pageing span.prev,.pageing span.next{
	width: 65px;
	color: #808080;
	letter-spacing: -5px;
}
.pageing span.prev a,.pageing span.next a{
	width: 65px;
	color: #808080;
	letter-spacing: -5px;
}
.pageing span:hover,.pageing span.active{
	color: #fff;
	background-color: #448aca;
}
.pageing span:hover a,.pageing span.active a{
	color: #fff;
}
 @media screen and (max-width:780px ) {
	 .news .wrapper{
		 width: 100%;
	 }
	  .news .wrapper span{
		  width: 32%;
	  }
	  .news .content{
		  width: 100%;
	  }
	  .news .content li:nth-child(3n+2){
		  margin: 0;
	  }
	  .news .content li{
		  width: 100%;
	  }
 }</pre></body></html>