<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news1{
	text-align: center;
	line-height: 1;
	margin-top: 100px;
}
.news1 .title{
	font-size: 28px;
	color: #030303;
	margin-bottom: 40px;
}
.news1 .content{
	width: 1200px;
	margin: 0 auto;
}
.news1 .wrapper{
	text-align: left;
	height: 58px;
	border-radius: 10px;
	background-color: #fafafa;
	width: 483px;
	margin-bottom: 30px;
}
.news1 .wrapper li{
	position: relative;
	display: inline-block;
	float: left;
	width: 25%;
	line-height: 58px;
	text-align: center;
}
.news1 .wrapper li:before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 24px;
	width: 1px;
	background-color: #e6e6e6;
	border-radius: 0.5px;
	transform: translateY(-50%);
}
.news1 .wrapper li a{
	font-size: 16px;
	color: #888888;
	width: 100%;
	display: block;
	font-size: 18px;
	box-sizing: border-box;
}
.news1 .wrapper li:last-child:before{
	display: none;
}
.news1 .wrapper li.active a,.news1 .wrapper li:hover a{
	color: #2b85d5;
}
.news1 .lists{
	text-align: left;
}
.news1 .lists li{
	position: relative;
	width: 380px;
	height: 302px;
	padding: 22px;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 52px;
}
.news1 .lists li:nth-child(3n-1){
	margin-left: 22px;
	margin-right: 22px;
}
.news1 .lists li:hover{
	box-shadow: 0px 12px 34.96px 3.04px rgba(198, 198, 198, 0.38);
}
.news1 .lists li:hover .right{
	display: inline-block;
}
.news1 .lists li:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: #2b85d5;
	transition: all 0.6s;
	box-sizing: border-box;
}
.news1 .lists li:hover:before{
	width: 100%;
}
.news1 .lists .icon img{
	width: 100%;
	display: block;
	max-height: 100%;
}
.news1 .lists .icon{
	margin-bottom: 40px;
	height: 150px;
}
.news1 .lists .li-bottom{
	text-align: left;
}
.news1 .lists .left,.news1 .lists .right{
	display: inline-block;
}
.news1 .lists .left{
	text-align: left;
	width: 300px;
}
.news1 .lists .right{
	float: right;
	margin-top: 17px;
	display: none;
}
.news1 .lists .text-title{
	font-size: 20px;
	color: #2b85d5;
	margin-bottom: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news1 .lists .text-description{
	font-size: 16px;
	color: #828282;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news1 .paging{
	margin-top: 26px;
	display: inline-block;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
}
.news1 .paging li{
	position: relative;
	display: inline-block;
	float: left;
	width: 50px;
	height: 46px;
	line-height: 46px;
	border-right: 1px solid #f2f2f2;
}
.news1 .paging li a{
	display: block;
	height: 46px;
}
.news1 .paging li:last-child{
	border-right: 0;
}
.news1 .paging li img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.news1 .paging li:hover{
	background-color: #2b85d5;
	box-shadow: 0px 6px 12.6px 1.4px rgba(43, 133, 213, 0.34);
}
.news1 .paging li:hover img:last-child{
	display: none;
}
.news{
	margin-top: 100px;
}
@media only screen and (max-width: 768px){
	.news1{
		margin-top: 40px;
	}
	.news1 .content{
		width: 100%;
	}
	.news1 .title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.news1 .wrapper{
		width: 100%;
	}
	.news1 .lists li{
		width: 100%;
		margin-bottom: 10px;
		height: auto;
	}
	.news1 .lists li:nth-child(3n-1){
		margin-left: 0;
		margin-right: 0;
	}
	.news1 .lists .left{
		width: 100%;
	}
	.news1 .lists .icon{
		height: auto;
		margin-bottom: 20px;
	}
}
</pre></body></html>