.subCont {
	width: 100%;
}
.news-item {
    width: 100%;
	padding: 30px 0 22px;
    border-bottom: 1px dashed #d2d2d2;           
}
.news-item .la_pic {
	float: left;
	width: 212px;
	height: 118px;
	line-height: 0;
}
.news-item .la_pic>img {
	width: 100%;
	height: 100%;
}
.news-item .la_txt {
	float: right;
	width: 960px;
}
.news-item a {
	display: block;
	height: 20px;
	font-size: 20px;
	color: #222;
	line-height: 1;
	overflow: hidden;
}
.news-item a:hover {
	color: #e60012;
}
.news-item p:nth-of-type(1) {
	font-size: 16px;
	color: #666;
	line-height: 22px;
	height: 44px;
	margin-top: 12px;
	overflow: hidden;
}
.news-item p:nth-of-type(1):hover {
	color: #222;
}
.news-item p:nth-of-type(2) {
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-top: 10px;
}
.pagebar {
    margin: 40px auto;
    text-align: center;
    font-size: 14px;
}
.pagebar a {
    position: relative;
    padding: 6px 12px;
	border: 1px solid #bdbdbd;
	font-size: 14px;
    color: #333;
	line-height: 14px;
    margin-right: 8px;
}
.pagebar .on, .pagebar a:hover {
    background-color: #e60012;
	border: 1px solid #e60012;
    color: #fff;
}