.subCont {
	width: 1200px;
}
.la_top {
	width: 1200px;
	margin: 60px auto 0;
}
.la_top .lat_son {
	float: left;
	width: 380px;
	margin-right: 29px;
}
.la_top .lat_son:nth-of-type(3) {
	margin-right: 0;
}
.lat_son .lats_pic {
	display: block;
	width: 100%;
	height: 292px;
	line-height: 0;
}
.lat_son .lats_pic>img {
	width: 100%;
	height: 100%;
}
.lat_son .lats_tit {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 21px;
	margin-top: 10px;
}
.lat_son .lats_date {
	font-size: 14px;
	color: #666;
	line-height: 1;
	margin-top: 9px;
}

.news-item {
    width: 100%;
	box-shadow: 0px 5px 4px 0px rgba(232,232,232,0);
	transition: 0.6s;
	margin-bottom: 30px;
}
.news-item:hover {
	box-shadow: 0px 5px 4px 0px rgba(232,232,232,1);
}
.news-item .ni_date {
	float: left;
	width: 200px;
	height: 130px;
	background-color: #75bc3c;
	border: 10px solid #e9e9e9;
	text-align: center;
}
.news-item .ni_date>p:nth-of-type(1) {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	margin-top: 33px;
}
.news-item .ni_date>p:nth-of-type(2) {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	margin-top: 18px;
}
.news-item .ni_date>div {
	font-size: 26px;
	color: #fff;
	line-height: 130px;
}
.news-item .ni_txt {
	float: left;
	width: 810px;
	margin-left: 20px;
}
.news-item .ni_txt>a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 16px;
	margin-top: 28px;
}
.news-item .ni_txt>p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	width: 100%;
	height: 48px;
	margin-top: 20px;
	overflow: hidden;
}
.news-item .ni_more {
	float: right;
	width: 81px;
	height: 32px;
	border: 1px solid #d3d3d3;
	border-radius: 12px;
	text-align: center;
	margin-top: 58px;
	margin-right: 27px;
	font-size: 14px;
	color: #999;
	line-height: 32px;
}
.news-item .ni_more:hover {
	border: 1px solid #75bc3c;
}
.news-item a:hover {
	color: #75bc3c;
}