li{
	list-style:none;
}
.commonIcon{
	height:202px;
	background: url(../../images/news-banner.png) center center no-repeat;
}
.float-left{
	padding-left:20px;
	margin-right:22px;
	background: url(../../images/left-back.png) left top repeat-x;
	padding-bottom:2050px;
    margin-bottom:-2000px;
}
.head-left{
	margin-top:21px;
	position:relative;
	width:228px;
	border-bottom:1px solid #d0d0d0;
	padding-bottom:8px;
}
.head-left h3{
	margin:0px;
	margin-left:23px;
	margin-bottom:4px;
	font-size:18px;
	font-weight:bold;
	color:#ffb80a;
}
.head-left div{
	color:#d0d0d0;
	font-size:14px;
	margin-left:23px;
}
.head-left .text-exp{
	font-size:29px;
	position:absolute;
	left:-23px;
	top:7px;
	width:21px;
}
.enter-navList{
	padding-top:22px;
}
.enter-navList li{
	position:relative;
	height:55px;
	width:228px;
	line-height:55px;
	color:#595959;
	font-size:16px;
	padding-left:35px;
	cursor: pointer;
}
.enter-navList li a{
	text-decoration:none;
	color:#595959;
	font-size:16px;
	display:block;
	width:100%;
	height:100%;
}
.enter-navList li.active {
	background-color:#ffb80a;
	color:#fff;
}
.enter-navList li.active a{
	color:#fff;
}
.enter-navList li span{
	position:absolute;
	top:0px;
	left:0px;
	display:inline-block;
	width:35px;
	text-align:center;
	
}
.enter-navList li .right-span{
	left:193px;
	display:none;
}
.enter-navList li.active .left-span{
	display:none;
}
.enter-navList li.active .right-span{
	display:block;
}
.float-right{
	width:850px;
}
.address{
	margin-top:36px;
	height:37px;
	line-height:37px;
	border-bottom:1px solid #d0d0d0;
	text-align:right;
	color:#c7c7c7;
}
.list li{
	height:116px;
	box-sizing:border-box;
	border-bottom:1px dashed #ddd;
	padding:18px 0px 8px;
	overflow:hidden;
	zoom:1;
	position:relative;
}
.list li .newsIcon img{
	width:88px;
	height:88px;
	margin-right:12px;
}
.list li .news-info{
	float:right;
	width:750px;
}
.list li .news-info .title{
	display:block;
	color:#595959;
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
}
.list li .news-info .info{
	color:#999999;
	margin-top:15px;
}
.list li .news-info .shortContent{
	display:inline-block;
	width:635px;
	margin-right:30px;
	white-space:nowrap; 
	overflow:hidden;
	text-overflow:ellipsis;
	vertical-align: middle;
}
#content .info{
	color:#c7c7c7;
}
#content .count{
	display:inline-block;
	vertical-align: middle;
	margin-left:15px;
	
}
#content .contentHead{
	border-bottom:1px dashed #ddd;
	position:relative;
}
#content .share{
	position:absolute;
	top:30px;
	right:0px;
}
#news-content{
	margin:20px 0px;
}