<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 */
*{
	margin:0px;
	padding:0px;
	border:0px;}
.date{
	text-align:right;
	width:116px;
	padding-right:5px;
	font-size: 12px !important;
}
.news .ntitle{
	display:block;
	float:left;
	width:230px !important;
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
	width: 20em;/*不允许出现半汉字截断*/
}
.newss .news_title,.newst .news_title{
	margin-bottom: 17px;
	/*background: url(../images/main_28.jpg) no-repeat; width:503px; height:31px;*/}</pre></body></html>