@charset "utf-8";
/* css document */


/*列表外围*/
.newstop {
	margin:10px 0 0 30px;
	}
.newstop .newslist .title{ background-color:#eee; display:block;}
	
/*列表ul的样式*/
.newstop .newslist {
}

/*列表li的样式*/
.newstop .newslistli {
color:#eee;
font-size:12px;
	margin:0px;
	height:auto;
	list-style: disc inside;
	padding-top:0px;
	
}

.newstop .more {
color:#666666;
font-size:12px;
	margin:0px;
	height:auto;
	list-style:none;
	text-align:right;
	padding-right:80px;
}

/*列表中的链接的样式*/
.newstop a {}
.newstop a:hover{}


/*列表中分页外围的样式*/
.newstop #newspage {
	text-align:right;
}

/*列表外围*/
#newsall {
	margin:0px 0 0 10px; 
	}
	
/*列表ul的样式*/
#newsall .newslist {
}

/*列表li的样式*/
#newsall .newslistli {
color:#333;
line-height:42px;
	margin:0px;
	height:auto;
	border-bottom:#aaa dotted 1px;
	background: no-repeat 2px center; 
	padding:0 5px 0 0px;
}
#newsall .newslistli span { float:right; }

/*列表中的链接的样式*/
#newsall a {font-size: 12px; color: #333; line-height: 42px; padding-left:10px; font-weight:normal; text-decoration: none}
#newsall a:hover{text-decoration: underline; color:#f08200}


/*列表中分页外围的样式*/
#newsall #newspage {
	text-align:right;
}

#newspage
{
padding-top:10px;
}
