.entirety{
	width:100%;
	min-height:800px;
	background:#EFEEEE;
}
img{
	width:100%;
	height:100%;
	display: block;
}
.brief{
	background:#f4f4f4;
	padding:10px;
	line-height: 20px;
	color:#6b6969;
}
.brief span{
	background:#858585;
	color:#fff;
	margin-right:10px;
}
.latest_news{
	background:#fff;
	padding-top:10px;

}
.latest_news_title{
	margin:0 5px;
	height:20px;
	line-height:20px;
	overflow: hidden;
	background:#65AAE5;
}
.fl{
	float: left;
	color:white;
	font-size:14px;
	margin-left:5px;


}
.fr{
	float: right;
}
.latest_news_title .icon{
	width:5px;
	height:20px;
	display:block;
	margin-right:8px;
	background:blue;
}
.latest_news_ul{
	padding:0 10px;
	border-bottom:1px solid #C4C4C4;
	border-right:1px solid #F5F5F5;
	border-left:1px solid #F5F5F5;
	margin:0 5px;


}
.latest_news_item{
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
.latest_news_item:last-child{ border-bottom:none;}
.latest_news_item_img{
	width:60px;
	height:40px;
	display:block;
	margin-left:10px;
}
.latest_news_item_txt{

	min-height:22px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}
.latest_news_item_comment{
	color:#858585;
	text-align: left;
	margin-top:5px;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
}
.latest_tuji{
	padding:0 10px;
}
.latest_tuji_big{
	position: relative;
}
.latest_tuji_big img{
	width:100%;
	height:100%;
	display:block;
}
.latest_tuji_shadow{
	width:100%;
	height:30px;
	background:rgba(0,0,0,0.6);
	position: absolute;
	left:0;
	bottom:0;
}
.latest_tuji_big_title{
	position: absolute;
	left:6px;
	bottom:6px;
	color:#fff;
}