*{ font-family:Arial, Helvetica, sans-serif; font-size:12px;}
ul { list-style:none; margin-left:5px;}
div,li{ overflow:hidden;text-overflow:ellipsis;}
.bodytext {
	font-style: normal;
	line-height: normal;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a {font-style: normal;line-height: normal;text-decoration: none;}
a:visited {
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:active {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
a:link {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
a:hover {color: #266282;}
#eof { font-size:14px; font-weight:bold; color:red; height:50px; line-height:50px; width:100%; text-align:center;}
#news { display:block; width:100%; height:100%;}/*x新闻页面的大小 设置块级显示*/
#news li { display:inline;height:20px; line-height:20px; margin:2px 0;}/*列表在一行内显示 行高和高度一样 20px*/
#news li a{ display:block;height:20px; line-height:20px; padding-left:20px; color:red;}/*新闻标题的链接样式 */
#news li span { float:left; cursor:pointer;} /* 新闻标题的样式 鼠标经过的时候 显示手形*/
#page {display:block; width:100%; padding-left:270px; }/*翻页程序样式*/
.title { display:block; width:100%; text-align:center; line-height:30px; height:30px;}
.back { width:100%; display:block; text-align:right;}/*放回 按钮 的样式*/
.ptitle {width:75%; cursor:pointer; height:25px; line-height:25px;} /*动态的标题的样式 宽度 鼠标经过的样式  手形*/
.ttitle {width:60%; cursor:pointer;overflow:hidden;text-overflow:ellipsis; height:25px; line-height:25px;} 
/*动态的标题的前面列表样式 宽度 鼠标经过的样式  手形 超出宽度的部分的字符隐藏 用...表示*/
.bsbs { background:#ccc;color:#fff;}/*动态的标题鼠标经过时候的 背景色 */
.bsbs span{ color:#fff; }/*动态的标题鼠标经过时候的 字体 颜色 */
#bs li { border-bottom:1px solid #666;} /*动态的标题鼠标经过时候的 边框样式 底部下划线 */
#content{overflow:auto; margin:5px 5px;white-space:normal;}
