<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#news{
	padding-top:30px;
	padding-bottom:70px;
}
.news-text{
	margin-top:50px;
}
.news-title{
	display:none;
}
.news-title p a{
	display:inline-block;
	max-width:200px;
	width:100%;
	line-height:48px;
	background-color:rgb(230,230,230);
	color:rgb(21,100,195);
	text-decoration:none;
	margin:0 20px 20px;
	}
.news-title p .active{
	background-color:rgb(21,100,195);
	color:#fff;
	}
.news-title p a:hover{
	background-color:rgb(21,100,195);
	color:#fff;
	}
.news-photo img{
	max-width:200px;
	padding:5px 10px;
	}
.news-content{
	max-width:900px;
	width:100%;
	}
.news-content h3{
	margin:0;
	font-size:18px;
	line-height:48px;
	font-weight:bold;
	}
.news-content p{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:24px;
	text-indent:2em;
	}
.news-content time{
	color:#888;
}

#news .common-start{
	border-bottom:1px dashed #9d9d9d;
	padding:5px 0;
	}
.newsshow-title h3{
	margin-top:0;
	font-size:24px;
	font-weight:bold;
	}
.newsshow-content{
	margin-top:50px;
	}
.newsshow-content p{
	text-indent:2em;
	font-size:14px;
	margin:0;
	line-height:28px;
	}
.newsshow-paging{
	margin-top:50px;
	}
.newsshow-paging p{
	line-height:24px;
	}
@media screen and (max-width: 1280px) {
    .news-title p a{
	max-width:100px;
	}
    .news-photo{
	margin:auto;
	}
    .news-content{
	max-width:768px
	}
@media screen and (max-width: 762px) {
     .news-title p a{
	max-width:80px;
	margin:0 5px 20px;
	}
    .news-content p{
	white-space: inherit;
	padding: 0 10px;

	}
}</pre></body></html>