﻿/*列表页超链接*/
a,a:link,a:visited{text-decoration:none;}
a:hover{text-decoration:underline;} 

/*列表标题和时间*/
.listtitle{width:80%;float:left;}
.listtime{width:15%;float:right;color:#999999}
/*列表页开始*/
.bodymid{width:100%;margin:0 auto; margin-bottom:10px;}
     /*列表*/
	.bodyleft{width:630px;margin:0 auto; border:#aaa 1px solid; float:left; text-align:left;margin-left:4px;}
	.bodyleftin{height:910px;}
	/*列表*/
	.bodylisttit{width:100%;height:30px;background:url(../images/list.gif) no-repeat left;text-indent:12px;border-bottom:#009900 2px solid;line-height:30px; text-indent:20px; font-size:14px; font-weight:bold;}
	.bodyhottitle{font-size:18px; font-weight:bold; text-indent:20px; margin:15px 0;}
	.bodyhotline{font-size:14px; text-indent:20px; padding:15px 0;}
	.bodylist{width:100%; height:auto; text-align:left; font-size:14px; float:left;}
	.bodylist ul{color: #000; padding-left:10px;}
	.bodylist li{font-size:14px;background:url(../images/dot.jpg) no-repeat left center;text-indent:14px;height:28px;line-height:28px;}
	.bodylist a,.bodylist a:link{color:#000; text-decoration:none;}
	.bodylist a:hover{text-decoration:underline; color:#FF6600;}
	/*列表分页Start*/
	.bodyleftbottom{background:url(../images/bottombg.jpg); height:30px; width:100%; text-align:center; font-size:12px; line-height:30px;}
	.bodyleftbottom table{width:100%;border:none;}
	.bodyleftbottom table tr td{border:none;}
	.bodyleftbottom a:hover{color:Gray;}
	.bodyleftbottom a{padding:1px;border:1px solid #ccc}
	.bodyleftbottom a:hover{background:#090;border:1px solid #fff;color:#fff;text-decoration:none}

	.bodyleftbottom input{height:12px;border:1px #ccc solid;text-align:center;}
	/*列表分页End*/
	
/*列表页右边*/
.bodyright{width:345px;border:#aaa 1px solid; float:right;margin:0 4px;}
