#nav,#nav .container{
	background:#ffb80a;
}
.navIcon {
    background: url(../../images/logo1.png) no-repeat;
}
.paperTitle{
	float:right;
	margin-top:40px;
	font-size:20px;
	color:#ffffff;
	cursor:pointer;
	position:relative;
}
.paperTitle i{
	display:inline-block;
	width:16px;
	height:12px;
	background: url(../../images/arrow-d.png) no-repeat;
	margin-left:10px;
	cursor:pointer;
}
.paperTitle ul{
	display:none;
	position:absolute;
	right:0px;
	list-style:none;
	background:#ffb80a;
	width:100px;
}
.paperTitle ul li{
	height:30px;
	line-height:30px;
	text-align:center;
}
.paperTitle:hover ul{
	display:block;
}
.main .float-left{
	margin-top:10px;
	width:346px;
}
.main #leftWrap{
	width: 346px;
    height: 506px;
	overflow:hidden;
	zoom:1;
}
.main .left-wrap{
	width:1384px;
	 height: 506px;
}
.main .imgBox{
	margin:0 auto;
	width:346px;
	height:506px;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:2px;
	float:left;
	overflow:hidden;
	position:relative;
}
.redBorder{
	position:absolute;
	left:0;
	top:0;
	display:none; 
	border:2px solid #f00;
	box-sizing:border-box;
}
.redBorder a{
	width:100%;
	height:100%;
	display:block;
}
.btnBox{
	margin:20px auto;
}
.btnBox button{
	width:100px;
	height:35px;
	box-sizing:border-box;
	border:1px solid #ddd;
    border-radius: 5px;
    font-size:16px;
    color:#595959;
    background:#eeeeee;
    margin-right:20px;
}
.btnBox button.active{
	border:none;
	font-weight:bold;
	color:#fff;
	background:#ffb80a;
}
.float-right{
	width:750px;
	margin-left:24px;
}
#content{
	margin-top:15px;
}
#content .contentHead{
	border-bottom:1px dashed #999999;
	text-align:center;
}
#content .contentHead .news-title{
	font-size:18px;
	font-weight:bold;
	color:#595959;
	line-height:1.5;
}
#content .info{
	overflow:hidde;
	zoom:1;
	text-align:left;
	padding:0 45px;
}
#content .info .dateTime{
	float:right;
	
}
#news-content{
	margin:20px 0px;
}

#leftWrap img{
	display:block;
	box-sizing:border-box;
	/* border:2px solid #fff;  */ 
}
.mapArea{
	display:none;
}