.news-list{
	margin-top: 20px;
}
.news-list .part1{
	position: relative;
}
.news-list .part1{
	height: 120px;
	margin-bottom:18px;
	overflow: hidden;
	position: relative;
}
.news-list .part1 img{
	position: absolute;
	left: 5px;
	top:0px;
	width: 200px;
	height: 120px;
	border: 0px;
}
.news-list .part1 a.title{
	display: block;
	position: absolute;
	left: 215px;
	top:0px;
	width: 485px;
	line-height: 19px;
	overflow: hidden;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.news-list .part1 p{
	margin-top: 8px;
	text-justify:inter-word;
	text-indent: 22px;
	position: absolute;
	left: 215px;
	top:25px;
	width: 485px;
	height: 69px;
	line-height: 23px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
}
.news-list .part1 p a{
	margin-left:8px;
	color: #418700;
}
.news-list ul{
	display: block;
	clear: both;
}
.news-list ul li{
	padding-left: 12px;
	background: url(../img/icons.png) no-repeat 3px -148px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	display: block;
	margin-bottom: 18px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px dashed #ddd;
}
.news-list ul li i{
	float: right;
	font-style: normal;
	color: #999; 
}
.news-list ul li a{
	height: 20px;
	margin-left: 3px;
	display: block;
	width: 590px;
	overflow: hidden;
	color: #333;
	float: left;
}
.news-list ul li a:hover{
	color: #418700;
}
.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.active{
	font-weight: bold;
}
.news-list .page li.active a{
	color: #333;
}
.news-list .page li a{
	color: #666;
	padding:0px 5px;
}
.news-list .page li a:hover{
	color: #418700;
	text-decoration: underline;
}