body{
    background: #e8e8e8;
}
/*main*/
.newslist_main{
	width: 1132px;
	background: #fff;
	margin: 110px auto 90px;
}
.newslist_main dl{
	padding: 37px 0;
	margin: 0 40px;
	border-top: 1px solid #ededed;
	clear: both;
	position: relative;
	cursor: pointer;
}
.newslist_main dl:first-child{
	border: none;
}
.newslist_main dl dt{
	float: left;
	width: 268px;
	height: 160px;	
}
.newslist_main dl dt img{
	width: 268px;
	height: 160px;
}
.newslist_main dl dd{
	float: left;
	width: 740px;
	margin-left: 40px;
}
.newslist_main dl dd h4{
	line-height: 20px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.newslist_main dl dd h4:hover{
	color: #fc9827;
}
.newslist_main dl dd p{
	margin-top: 20px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	height: 100px;
	overflow: hidden;
}
.newslist_main dl dd span{
	position: absolute;
	right: 5px;
	bottom: 35px;
	font-size: 12px;
	color: #999;
}