<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import "page.css";

.news_title{border-bottom:1px solid #e8edf2;line-height:40px;}
.news_title h3{font-size:24px;font-weight:normal;}
.news_title span{float:right;}
.news_title span a{margin-left:20px;color:#666;}
.news_title span i{margin-right:5px;}

#com_news{width:100%;padding:50px 0;overflow:hidden;}
#com_news .slide{width:48%;max-width:670px;}
#com_news .slide .focus{position:relative;overflow:hidden;}
#com_news .slide .focus .swiper-slide{width:100%;overflow:hidden;}
#com_news .slide .focus .swiper-slide img{width:100%;height:100%;object-fit:cover;}
#com_news .rlist{width:46%;}
#com_news .rlist .list{margin-top:20px;}
#com_news .rlist .list ul li{line-height:34px;}
#com_news .rlist .list ul li span{float:right;color:#878B99;}
#com_news .rlist .list ul li a{font-size:15px;}

#web_news{width:100%;padding:50px 0;background:#f8f9fc;overflow:hidden;}
#web_news.seo{background:#fff;}
#web_news .mlist{margin-top:30px;}
#web_news .mlist .piclist{width:48%;max-width:670px;padding-top:5px;}
#web_news .mlist .piclist ul li{float:left;width:46%;}
#web_news .mlist .piclist ul li:last-child{margin-left:8%;}
#web_news .mlist .piclist ul li .img{width:100%;height:180px;overflow:hidden;}
#web_news .mlist .piclist ul li .img img{width:100%;height:100%;object-fit:cover;}
#web_news .mlist .piclist ul li .t{font-size:16px;margin-top:20px;}
#web_news .mlist .piclist ul li .t{word-break:break-all;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;}
#web_news .mlist .piclist ul li p{margin-top:10px;font-size:13px;line-height:22px;color:#878B99;}
#web_news .mlist .piclist ul li p{word-break:break-all;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;}
#web_news .mlist .rlist{width:46%;}
#web_news .mlist .rlist ul li{line-height:32px;}
#web_news .mlist .rlist ul li span{float:right;color:#878B99;}
#web_news .mlist .rlist ul li a{font-size:15px;}
#web_news .mlist .rlist ul li a{word-break:break-all;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;}

@media (max-width:1200px){
	.news_title span{display:none;}
	#com_news .slide{width:55%;}
	#com_news .rlist{width:40%;}
	#web_news .mlist .piclist{width:55%;}
	#web_news .mlist .rlist{width:40%;}
}
@media (max-width:800px){
	body,html{font-size:.21rem;line-height:.34rem;}
	
	.news_title{line-height:.6rem;}
	.news_title h3{font-size:.26rem;font-weight:700;}
	.news_title span{display:none;}
	#com_news{padding:.5rem 0;overflow:hidden;}
	#com_news .slide{width:100%;max-width:inherit;}
	#com_news .slide .focus .swiper-slide{height:auto;}
	#com_news .rlist{width:100%;margin-top:.3rem;}
	#com_news .rlist .list{margin-top:.2rem;}
	#com_news .rlist .list ul li{line-height:.4rem;}
	#com_news .rlist .list ul li a{font-size:.21rem;}
	#com_news .rlist .list ul li span{display:none;}	
	
	#web_news{padding:.5rem 0;}
	#web_news .mlist{margin-top:.3rem;}
	#web_news .mlist .piclist{width:100%;max-width:inherit;padding-top:0;}
	#web_news .mlist .piclist ul li{float:inherit;width:100%;}
	#web_news .mlist .piclist ul li:last-child{margin-left:0;margin-top:.3rem;}
	#web_news .mlist .piclist ul li .img{height:3rem;}
	#web_news .mlist .piclist ul li .t{font-size:.26rem;margin-top:.2rem;}
	#web_news .mlist .piclist ul li p{margin-top:.1rem;font-size:.21rem;line-height:.34rem;color:#878B99;}
	#web_news .mlist .rlist{width:100%;margin-top:.3rem;border-top:1px solid #ddd;padding-top:.3rem;}
	#web_news .mlist .rlist ul li{line-height:.4rem;}
	#web_news .mlist .rlist ul li span{display:none;}
	#web_news .mlist .rlist ul li a{font-size:.21rem;}
}</pre></body></html>