.subCont {
	overflow: hidden;
}
.news-item {
	padding: 40px 0;
    border-bottom: 1px dashed #e8e8e8;
}
.news-item .ni_pic {
	float: left;
	width: 253px;
	height: 190px;
	line-height: 0;
	overflow: hidden;
}
.news-item .ni_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.5s;
}
.news-item .ni_pic:hover>img {
	transform: scale(1.05);
}
.news-item .ni_txt {
	float: left;
	width: 740px;
	margin-left: 40px;
	overflow: hidden;
}
.news-item .ni_txt a {
	font-size: 20px;
	color: #333;
	line-height: 1;
	display: block;
	margin-top: 45px;
	transition: 0.3s;
}
.news-item .ni_txt a:hover {
	color: #1e4890;
}
.news-item .ni_txt p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 15px;
	transition: 0.3s;
}
.news-item .ni_txt p:hover {
	color: #333;
}
.news-item .ni_txt div {
	font-size: 12px;
	color: #999;
	line-height: 1;
	margin-top: 20px;
}
.news-item .ni_date {
	float: right;
}
.news-item .ni_date>p:nth-of-type(1) {
	font-size: 36px;
	color: #999;
	line-height: 1;
	margin-top: 75px;
}
.news-item .ni_date>p:nth-of-type(2) {
	font-size: 24px;
	color: #bbb;
	line-height: 1;
	margin-top: 20px;
}