@charset "gb2312";
/************************************
Last Updated: 2017-05-03
Author: bin.ouyang@chinacreator.com
*************************************/

/*头部*/
.logo {
	background: #3764c7;
	padding: .1rem 0;
	position: relative;
	height: 100%;
}
.logo div {
	position: relative;
}

.logo div img{
   height:.36rem
}

.logo span {
	text-align: center;
	width: .22rem;
	height: .22rem;
	position: absolute;
	cursor: pointer;
}

.logo span.pull-left {
	top: 15%;
	left: .15rem;
}

.logo span.pull-right {
	top: 35%;
	right: .15rem;
}

.logo span i {
	color: #fff;
	font-size: .21rem;
	display: inline-block;
	cursor: pointer;
}
header,
section,
footer {
	display: block;
	margin: 0;
	padding: 0
}
/*当前位置*/
#local {
	height: .40rem;
	line-height: .40rem;
	margin-bottom: .1rem;
	padding-left: .15rem;
	font-size: .18rem;
	background: #fff;
	margin: 0px -15px;
}

.local_box {
	padding-left: 0px;
	overflow: hidden;
}

.local_box_noico {
	background: none;
	padding-left: 2rem;
}

.local_ul {
	margin-bottom: 0px;
}

.local_ul li {
	line-height: .40rem;
	background: url(../img/local_arrows1.gif) right no-repeat;
	float: left;
	padding-right: .26rem;
	margin-right: .02rem;
	color: #666;
	font-size:.16rem;
}

.local_ul li a {
	color: #3273c6;
}

.local_ul li.noLink {
	background: none;
	padding-right: .1rem;
	color: #666;
}

.page {
	max-width: 750px;
	margin: 0 auto;
}
/*搜素*/

.hot-con {
	padding: 5px 7px 0px 5px;
	background: #fff;
}
.data-con .row{
    margin-right: -7px;
    margin-left: -7px;
    height:41px;
    overflow:hidden
}

 .data-con .row div{
    padding-right: 3.5px;
    padding-left: 3.5px;
    margin-top:7px
}

.data-con select.form-control{
	padding:.06rem;
	font-size:.14rem;
}

.data-con .d-tit{
	margin-bottom: -20px;
}

.data-con .d-tit h4{
	margin-bottom: 0px;
}


.leader-con ul li {
	margin: 5px 1%;
	padding: 5px 5px;
	width: 18%;
	float: left;
	background: #eee;
	border: #bbb solid 1px;
	border-radius: 4px;
}

.leader-con ul li img {
	width: 100%;
	margin-bottom: 10px;
}

.leader-con ul li p {
	line-height: 1.2em;
	margin-top: 3px;
	margin-bottom: 0px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hot-echart {
	background: #fff;
padding: .2rem .1rem 0 .1rem;
}

.hot-echart #echarts {
	width: 100%;
	height: auto;
}
/*列表*/
.ej-gl1 {
	padding: 5px 7px 0px 5px;
	background: #fff;
}
.gl1-box li{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 35px;
	line-height: 35px;
	clear:both;
	font-size:.16rem;
	background: url(/web/hnzbzj/img/gl.jpg)left center no-repeat;
	padding-left: 10px;
}

.gl1-box li a{
	color:#474747;
}
.gl1-box li a:hover{
	color:#337ab7;
}
.gl1-box li span{
	margin-left:10px;
    color:#666;
	float:right;
}
.gl1-box li span.dd{
	margin-left:0px;
    float: right;
	color:#999;
}

/*返回顶部*/
.top{ position: fixed; bottom: .15rem; right: .15rem; display: none;}
.top img { width: .48rem; height: auto;}
/*底部*/
.footer {
	background: #1b4282;
	margin-top: 0px;
}

.footer div {
	line-height: .35rem;
}

.footer div.copyRight { color:#fff; font-size:.14rem; display:block; border-top:1px solid #fff; text-align:center; margin:0 15px;}

.footer span {
	color: #fff;
	font-size:.14rem;
}
.footer span a{ color:#fff;}
