/*-----------------NewsHot-------------*/
.news-hot{
	background-color:#F8F8F8;
}
.news-hot .title{text-align:center;line-height:50px;}
.news-hot .list{
	background-color:#fff;
	overflow:hidden;
	margin:5px;
	padding:5px;
	border-radius:4px;
	box-shadow:0 0 10px #ccc;
}
.news-hot ul li{
	position:relative;
	overflow:hidden;
	margin:10px 0;
}
.news-hot ul li i{
	position:absolute;
	width:75px;
	height:75px;
	top:0;
	left:0;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.news-hot ul li img{width:0;height:0;opacity:0;display:none;}
.news-hot ul li h3{
	padding:0;
	margin:0;
	color:#323232;
	font-size:13px;
	font-weight:normal;
}
/*-----------------NewsList-------------*/
.news-list{
	background-color:#F8F8F8;
	padding:10px;
	margin-bottom:20px;
	margin-top:10px;
}
.news-list ul li{
	position:relative;
	padding-left:195px;
	height:170px;
	margin-bottom:10px;
	padding-top:10px;
	border-top:1px solid #F4F4F4;
	overflow:hidden;
}
.news-list ul li .image{
	position:absolute;
	width:170px;
	height:170px;
	background-color:#fff;
	top:10px;
	left:0;
}
.news-list ul li .image a{
	display:block;
	width:170px;
	height:170px;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.news-list ul li .image a img{width:0;height:0;opacity:0;display:none;}
.news-list ul li .info h2{
	padding:0;
	margin:0 0 10px;
}
.news-list ul li .info h2 a{color:#309BE0;font-size:24px;}
.news-list ul li .info .brief{
	color:#2F2F2F;
	text-align:justify;
	line-height:22px;
	font-size:14px;
}
/*-----------------NewsDetail-------------*/
.news-detail{text-align:justify;font-size:13px;color:#2F2F2F;line-height:22px;}
.news-detail .brief{
	font-weight:bold;
	font-size:16px;
}
.news-detail .social{
	margin:60px 0 30px;
}
.news-detail .hr{
	height:2px;
	background-color:#D5D5D5;
	position:relative;
	margin:10px 0;
}
.news-detail .hr i{
	position:absolute;
	width:66px;
	height:2px;
	top:0;
	left:0;
	background-color:#FF4900;
}
.news-detail .related{}
.news-detail .related .title{
	float:left;
	line-height:30px;
	color:#5C3B01;
	font-family:'uvf-bebasneue';
	font-size:28px;
	border-bottom:4px solid #FF8A00;
	letter-spacing:1px;
	padding-bottom:5px;
	margin-bottom:40px;
	text-transform:uppercase;
	background-color:transparent;
	background-position:0 center;
	background-repeat:no-repeat;
}
.news-detail .related .list ul li{
	width:45%;
	padding-right:5%;
	min-height:80px;
	margin-bottom:20px;
	position:relative;
	float:left;
}
.news-detail .related .list ul li .image{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:120px;
	height:80px;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.news-detail .related .list ul li img{width:0;height:0;opacity:0;display:none;}
.news-detail .related .list ul li h2{
	margin:0 0 0 135px;
	padding:0;
	color:#3E3E3E;
	text-align:left;
	font-size:15px;
}