.news-list{
	display: block;
	padding:20px 5px;
}
.news-list ul li{
	padding-left: 12px;
	margin-bottom: 10px;
	background: url(../img/icons.png) no-repeat 0px -142px;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	border-bottom: 1px dashed #ddd;
	font-family: '宋体';
	overflow: hidden;
}
.news-list ul li a{
	display: block;
	float: left;
	width: 590px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.news-list ul li span{
	float: right;
}
.news-list .page{
	color: #666;
	text-align: center;
	display: block;
	clear: both;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	margin-top:20px;
}
.news-list .page li{
	display: inline-block;
}
.news-list .page li.thisclass{
	font-weight: bold;
}
.news-list .page li.thisclass a{
	color: #333;
}
.news-list .page li a{
	color: #666;
	padding:0px 5px;
}
.news-list .page li a:hover{
	color: #418700;
	text-decoration: underline;
}