<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#news-content {
	float: left;
	width:100%;
	padding:0 10px;
	overflow:hidden;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;	
}
ul.news-list li {
	float: left;
	width: 100%;
	min-height: 50px;
	padding: 0 0 8px 60px;
	margin-bottom:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	position: relative;
}
ul.news-list li .news-img {
	position: absolute;
	left: 0;
	top: 0;
	width:48px;
	border:1px solid #999;
}
ul.news-list li .news-title {
	float:left;
	width:calc(100% - 80px);
	line-height:25px;
	font-size:15px;
}
ul.news-list li .news-date {
	float:left;
	width:80px;
	text-align:right;
	font-size:12px;
}

#news-view-title {
	float:left;
	width:100%;
	font-size: 20px;
	line-height: 25px;
	margin-bottom:5px;
}
#news-view-publisher {
	float:left;
	width:100%;
	color:#999;
	margin-bottom:10px;
}
#news-view-img {
	float:left;
	width:100%;
	text-align:center;
	overflow:hidden;
	margin-bottom:10px;
}
#news-view-img img {
	width: 100%;
	height: auto;
}
#news-view-content {
	float:left;
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
	line-height:1.5em;
}

@media screen and (max-width:979px) {

}
@media screen and (min-width: 768px) and (max-width:979px) {
}
@media screen and (max-width:767px) {
	#news-content {
		padding:0;
	}

}
@media screen and (max-width: 479px) {

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