@charset "utf-8";

/*全局、共享样式*/
body, form, ul, li{margin:0; padding:0;}
p{margin:8px;}
body, td, div{font:12px Verdana/*,"Courier New"*/; color:#666;}
input, textarea{
	font-family:"Courier New"; font-size:12px; padding:2px;
	color:#666; border:1px solid; border-color:#777 #ccc #ccc #777;
}
.content, .content td, .content div{line-height:200%; padding:4px;}
a:link, a:visited{color:#666; text-decoration:none;}
a:hover, a:active{color:#da0000; text-decoration:underline;}
.warning{color:#f00;}
.for{cursor:pointer;}
.b{font-weight:bold;}
.u{text-decoration:underline;}
input.button{ background:#d4d0c8; border:1px solid; border-color:#ccc #777 #777 #ccc;}
input.radio{border:0;}
cite{font-style:normal; font-family:Verdana; font-size:10px;}

/*系统公共翻页条*/
div#page_turner{width:auto; padding:4px 0px 0px 1px; color:#666;}
	div#page_turner a{
		float:left; display:block; width:18px; color:#666; border:1px solid #ccc;
		margin-right:4px; padding:0px; /**padding:1px 0px;*/ text-align:center;
	}
	div#page_turner a:hover{border-color:#d80000;}
	div#page_turner .c{color:#d80000; border-style:none;}
	div#page_turner .o{width:160px; padding:0px;}

/*单篇文章翻页条*/
div#str_turner{width:auto; padding:4px 0px 0px 1px; color:#666;}
	div#str_turner a{
		float:left; display:block; width:18px; color:#666; border:1px solid #ccc;
		margin-right:4px; padding:0;/* *padding:1px 0px;*/ text-align:center;
	}
	div#str_turner a:hover{border-color:#d80000;}
	div#str_turner .c{color:#d80000; border-style:none;}
	div#str_turner .o{width:100px;padding:0px;}

/*文章列表*/
ul.list{list-style:none; margin:10px 6px;}
	ul.list li{display:block; height:22px;}
	ul.list li a{
		background:url(icon_list.gif) 4px center no-repeat;
		display:block; padding-left:16px; line-height:22px;
		/*white-space: nowrap; text-overflow: ellipsis;*/
	}
	ul.list li span{float:right; text-align:right; line-height:22px; color:#666;}

/*qiantai*/
body{margin:0px;font:12px/1.6 Verdana,Arial,'宋体';
	color:#333;}
.news{
	background:url(bg_news.gif) no-repeat;
    line-height:26px;padding-left:20px;
}
.news002{
	background:url(bg_news002.gif) no-repeat;
    line-height:22px;padding-left:20px;
}
/*lie biao*/
.content_l ul {width:700px;margin:0px;padding:0px;list-style-type:none;}
.content_l ul li {background:url(../Images/icon_1.gif) no-repeat 5px center;}
.content_l ul li a {display:block;padding:0px 10px 0px 30px;width:700px;height:32px;line-height:32px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;border-bottom:1px dashed #BCCBD8;}
.content_l ul li a span {float:right;}
.content_l ul li a:hover {
	border-bottom:1px solid #BCCBD8;
	color:#8A0003;
	background-color: #FFD9BF;
	background-image: url(../Images/icon_1.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
	