/* 政府领导 */
.zfld{
    background-color: #e6f3fd;
}
.zfld_top{
    height: 20px;
	background-color: #3f90d0;
}
.zfld_box{
    /* height: 90px; */
    line-height: 90px;
    border-bottom: 1px solid #aacde8;
    /* overflow: hidden; */
}
.zfld_box li{
    float: left;
    /* line-height: 30px; */
    width: 30%;
    padding-left: 46px;
}
.zfld_box li font{
    font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.zfld_box li a{
    color: #000000;
    font-size: 18px;
}
.bordernone{
    border: none;
}
.zfld_box li.fzz{
    line-height: 30px;
    margin-top: 26px;
    width: 40%;
    padding-left: 0;
}
.zfld_box li.fzz a{
    display: inline-block;
    width: 85px;
    text-align: center;
}
.zfld_box li.fzz p + p a:nth-child(2){
    width:160px;
}
/* 政府工作部门 */
.zfgzbm{
    margin-top: 30px;
}
.zfjg_tit{
    width: 100%;
    height: 48px;
	background-color: #3f90d0;
    background-image: url(../images/zwgk/zfjg_tit.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position:20px center;
    text-align: left;
    line-height: 48px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.zfgzbm_box{
    background: #e6f3fd;
    padding: 25px;
}
.zfgzbm_box>ul{
    width: 49%;
    float: left;
    margin-right: 10px;
}
.zfgzbm_box>ul+ul{
    /* margin-left: 9px; */
}
.zfjg_leve1{
    width: 100%;
    height: auto;
    line-height: 46px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: 11px;
    position: relative;
}
.zfjg_leve1>p{
    padding-left: 13px;   
    cursor: pointer; 
}
.zfjg_leve1:nth-child(3n){
    margin-right: 0px;
}
.zfjg_leve1 dl{
    /* margin-top: 20px; */
    display: none;
    background-color: #cee5f7;
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 99;
    width: 100%;
}
.zfjg_leve1 dd{
    padding-left: 34px;
    /* margin-bottom: 15px; */
    line-height: 40px;
    /* width: 262px; */
}
.zfjg_leve1 dd:hover{
    background-color: #3f90d066;
}
.zfjg_leve2 a{
    color: #333333;
    font-size: 16px;
}
.qtdw{
    margin-top: 32px;
}
@media screen and (max-width: 767px) and (min-width: 320px){
    .zfld_box{
        height: auto;
        line-height: 36px;
    }
    .zfld_box li{
        width: 100%;
        padding-left:12px;
        margin: 12px 0;
    }
    .zfld_box li.fzz{
        width: 100%;
        padding-left: 12px;
    }
    .zfgzbm_box{
        padding:10px 5px;
    }
    .zfgzbm_box>ul{
        width: 100%;
        float: none;
    }
    .zfjg_leve1{
        width: 100%;
    }
    .zfgzbm_box>ul+ul{
        margin-left: 0;
    }
}