.subCont {
	overflow: hidden;
}
.news-item {
    width: 100%;
	margin-bottom: 30px;
}
.news-item .ni_pic {
	float: left;
	width: 262px;
	height: 180px;
	line-height: 0;
}
.news-item .ni_pic>img {
	width: 100%;
	height: 100%;
}
.news-item .ni_txt {
	float: right;
	width: 545px;
}
.news-item .ni_txt .ni_name {
	font-weight: bold;
	font-size: 18px;
	color: #222;
	line-height: 1;
	display: block;
	margin-top: 5px;
	transition: 0.5s;
}
.news-item .ni_txt .ni_name:hover {
	color: #009944;
}
.news-item .ni_txt .ni_des {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 15px;
	transition: 0.5s;
}
.news-item .ni_txt .ni_des:hover {
	color: #009944;
}
.news-item .ni_txt .ni_date {
	font-size: 16px;
	color: #666;
	line-height: 1;
	margin-top: 16px;
}