<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-center{padding-top: 64px;}
.news-center dl{border: 2px solid #F2F4F8;padding: 48px;display: flex;border-radius: 8px;box-sizing: border-box;align-items: center;margin-bottom: 48px;}
.news-center dl:hover{background-color: #F2F4F8;}

.news-center dl dt.img{flex: 1;}
.news-center dl dd{flex: 3;overflow: hidden;}
.news-center dl dd h3{color: #222222;font-size: 24px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-center dl dd p{color: #666666;height: 90px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;line-height: 28px;margin-top: 24px;margin-bottom: 32px;font-size: 18px;}
.news-center dl dd div{color: #666666;font-size: 18px;}
.page-num {text-align: center;margin-top: 54px;}
.page-num span{padding: 10px 15px; background: #132C68;border-radius: 8px 8px 8px 8px;margin: 0 4px;color: #fff;cursor: pointer;}
.page-num span.on{background-color: #3058ED;}

.newsdetail-page {padding-top: 72px;}
.newsdetail-page .w{text-align: center;}
.newsdetail-page .w .newsdetails-title{color: #222222;font-weight: bold;font-size: 42px;margin-bottom: 16px;}
.newsdetail-page .w .newsdetails-date{color: #222222;opacity: .8;font-size: 18px;}
.newsdetail-page .w .newsdetails-content{margin-top: 58px;}
.newsdetail-page .w .newsdetails-content p{color: #333333;font-size: 16px;line-height: 28px;text-align: left;margin-bottom: 24px;}

@media (max-width:768px) {
	.news-center{margin-top: 0px;}
	.news-center dl dd h3{font-size: 14px;font-weight: 700;white-space: initial;word-wrap: break-word;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;line-height: 22px;}
	.news-center dl dd p{display: none;}
	.news-center dl{padding: 15px 15px;margin-bottom: 15px;}
	.news-center dl dt.img{flex: 1;margin-right: 15px;}
	.news-center dl dd{flex: 2;}
	.news-center dl dd div{font-size: 12px;margin-top: 6px;}
	.main-banner {
	    background-image: linear-gradient(to bottom, #132c88 0%, #0052b8 100%);
	    height: 150px;
	}
	
	.newsdetail-page {margin-top: 40px;}
	.newsdetail-page .w{margin-left: 15px;margin-right: 15px;padding:25px 15px;}
	.newsdetail-page .w .newsdetails-title{font-size: 22px;}
	.newsdetail-page .w .newsdetails-date{font-size: 16px;}
	.newsdetail-page .w .newsdetails-content p{font-size: 14px;}
	.newsdetail-page .w .newsdetails-content{margin-top: 20px;}
}</pre></body></html>