<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 */

#newscenter{
	width:980px;
}
#news{
	width:978px;
	border:#dbdbdb solid 1px;
	font-family:arial;
	margin-left: auto; margin-right: auto;
	background:url(../images/footer_bg.gif) repeat-x;
}
#newscenter{
	clear:both;
}
.news_list{
	width:480px;
	float:left;
}
.newslist_title{
	width:480px;
}
.newslist_box{
	border:#dceaf5 solid 1px;
	width:478px;
	margin-top:2px;
}
.newslist_box2{
	border:#dceaf5 solid 1px;
	width:978px;
	margin-top:2px;
}
.newslist_box ul{
	margin:0px;
	padding:10px;
	list-style:none;
}
.newslist_box li{
	border-bottom:#CCC dashed 1px;
	height:25px;
	line-height:25px;
}
.newslist_box2 ul{
	margin:0px;
	padding:10px;
	list-style:none;
}
.newslist_box2 li{
	border-bottom:#CCC dashed 1px;
	height:25px;
	line-height:25px;
}
.news_list_page{
	background:#eff7ff;height:25px;
	text-align:right;
	padding:5px;
	height:15px;
}
.news_digest{
	width:380px;
	padding:10px;
	margin-left: auto; margin-right: auto;
}
.news_detail {
	clear:both;	
	padding:20px;
	line-height:26px;
	font-size:16px;
}
.news_announce{
	width:850px;
	background-color:#f4f4f4;
	padding:20px;
	color:#666;
	line-height:18px;
	margin-left: auto; 
	margin-right: auto;
}
.news_list_blank{	
	width:20px;
	float:left;
}

#news h1{
	text-align:center;
	color:#cc0000;
	font-size:26px;
	line-height:26px;
	font-weight:bold;
	margin:10px;
	padding:10PX;
	border-bottom:#dbdbdb dashed 1px;
}
#news .news_author{
	color:#999;
	font-size:14px;
	font-weight:normal;
	text-align:center;
}
</pre></body></html>