.list_news{
	font-size: 14px;
	padding-right: 25px;
	margin: 70px 0 0;
}
.list_news li:after{
	content: "";
	display: block;
	clear: both;
}
.list_news li:not(:last-child){
	margin-bottom: 25px;
}
.list_news .date_news{
	color: #999;
	float: left;
	width: 29%;
	margin-right: 3%;
}
.list_news .date_news span{
	background-color: #e7daad;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding: 2px 15px;
	line-height: 1;
	margin-left: 7px;
}
.list_news a{
	color:#000;
}
.tit_new{
	float: left;
	width: 68%;
}
.titDetail{
	font-size: 26px;
	color: #454545;
	margin-bottom: 40px;
}
.content{
	font-size: 13px;
}
.txtContent{
	float: left;
	width: 59%;
	line-height: 1.8;
	color: #000;
}
.imgContent{
	float: right;
	width: 37.18%;
}
@media screen and (max-width: 768px) {
	.list_news{padding-right: 0;}
	.list_news .date_news{
		margin-bottom: 10px;
	}
	.list_news .date_news, .tit_new{
		float: none;
		width: 100%;
	}
	.txtContent, .imgContent{
		float: none;
		width: 100%;
	}
	.imgContent{
		margin-top: 15px;
		text-align: center;
	}
}
