.subCont {
	width: 96%;
	margin: 10px auto 0;
}
.subCont a{
	color:#666;
	font-size: 14px;
}
.news-item {
    width: 100%;
	padding: 6px 0;
    border-bottom: 1px dashed #bfbfbf;           
}
.news-item>a {
	font-size: 16px;
	font-weight: bold;
	color: #2a2a2a;
	display: inline-block;
	margin-top: 10px;
	transition: 0.3s;
}
.news-item>a:hover {
	color: #80b43a;
}
.news-item span {
	float: right;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.news-item>a:nth-of-type(2) {
	height: 50px;
	overflow: hidden;
}
.news-item p {
	font-size: 15px;
	font-weight: 100;
	text-indent: 2em;
	color: #666;
	line-height: 24px;
	margin-bottom: 10px;
	transition: 0.3s;
}
.news-item p:hover {
	color: #80b43a;
}