@charset "utf-8";
/* CSS Document */


/*列表外围*/
#NewsAll {
color:#ECA204;
	
}
	
/*列表UL的样式*/
#NewsAll .NewsList {
   margin:3px;
	
}

/*列表Li的样式*/
#NewsAll .NewsListLi {
	list-style-type:none;
	border-bottom:1px #DAD8D8 dashed;
	font-size:12px;
	line-height:28px;
	margin-bottom:8px;
	padding-bottom:5px;	
}

/*列表中的链接的样式*/
#NewsAll a {}
#NewsAll a:hover{}


/*列表中分页外围的样式*/
#NewsAll #NewsPage {
	text-align:right;
}
