@charset "utf-8";
/* CSS Document */


/*列表外围*/
#NewsAll {
	color:#666666;
	}
	
/*列表UL的样式*/
#NewsAll .NewsList {
}

/*列表Li的样式*/
#NewsAll .NewsListLi {
	margin-left:-40px;
	height:25px;
	list-style:none;
	padding-left:20px;
	background: url(../images/newsicon.gif) no-repeat 0px;
}

/*列表中的链接的样式*/
#NewsAll a {
color:#666666;}
#NewsAll a:hover{

	text-decoration:none;}


/*列表中分页外围的样式*/
#NewsAll #NewsPage {
	text-align:right;
}