#news{
	background-color: #fff;
}
.news-wrapper{
	width: 1160px;
	padding: 0 20px;
	margin: 0 auto;
	border-radius: 5px;
}
.news-items{
	padding-top: 30px;
	overflow: hidden;
}
.news-item{
	border-bottom: 1px solid #f6f6f6;
}
.news-item a{
	display: block;
	padding: 20px 0;
}
.news-img{
	float: left;
	width: 268px;
	height: 142px;
	border-radius: 5px;
	overflow: hidden;
}
.news-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.news-content{
	float: left;
	width: 872px;
	margin-left: 20px;
}
.content-name{
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #222;
	font-weight: normal;
	margin-bottom: 11px;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
.news-item:hover .content-name{
	color: #cb0000;
}
.msg-item{
	float: left;
	margin-left: 15px;
	color: #959595;
}
.msg-item:nth-of-type(1){
	margin-left: 0;
}
.msg-item i{
	float: left;
	display: block;
	width: 20px;
	line-height: 20px;
	height: 20px;
	font-size: 18px;
}
.msg-item span{
	float: left;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}
.msg-desc{
	line-height: 25px;
	font-size: 14px;
	color: #222;
	margin-bottom: 10px;
	text-align: justify;
}
/*分页*/
#news-page.page-controller{
	float: none;
}