﻿/*市州公开*/
.szgk-tit{width:730px; height:96px; line-height:96px; border-bottom:2px #D7D7D7 solid; text-align:center;margin: 0 auto;}
.szgk-tit span{ height:96px; line-height:96px; font-size:32px; font-weight:bold; color:#2D65A5;  }
.szgk-map {width:613px; height:606px; margin:70px auto; }
/*市州公开map*/
.map{
    width:613px;
    height:606px;
    background:url(../img/20200218_map.png) no-repeat;
    margin:16px 0 0 0;
    position:relative;
}
.map-anhua{
    width:348px;
    height:208px;
    position:absolute;
    left: 0;
    top: 276px;
}
.map-anhua a{
    width:348px;
    height:208px;
    display:block;
}
.map-anhua a:hover{
    background:url(../img/anhua.png) no-repeat;
}

.map-heshan{
    width:149px;
    height:120px;
    position:absolute;
    right: 59px;
    top: 272px;
}
.map-heshan a{
    width:149px;
    height:120px;
    display:block;
}
.map-heshan a:hover{
    background:url(../img/heshan.png) no-repeat;
}

.map-nanxian{
    width:173px;
    height:152px;
    position:absolute;
    right: 38px;
    top: 1px;
}
.map-nanxian a{
    width:173px;
    height:152px;
    display:block;
}
.map-nanxian a:hover{
    background:url(../img/nanxian.png) no-repeat;
}

.map-taojiang{
    width:198px;
    height:147px;
    position:absolute;
    right: 172px;
    top: 266px;
}
.map-taojiang a{
    width:198px;
    height:147px;
    display:block;
}
.map-taojiang a:hover{
    background:url(../img/taojiang.png) no-repeat;
}

.map-yuanjiang{
    width:195px;
    height:148px;
    position:absolute;
    right: 0px;
    top: 111px;
}
.map-yuanjiang a{
    width:195px;
    height:148px;
    display:block;
}
.map-yuanjiang a:hover{
    background:url(../img/yuanjiang.png) no-repeat;
}

.map-ziyang{
    width:146px;
    height:79px;
    position:absolute;
    right: 90px;
    top: 220px;
}
.map-ziyang a{
    width:146px;
    height:79px;
    display:block;
}
.map-ziyang a:hover{
    background:url(../img/ziyang.png) no-repeat;
}

.map-dth{
    width:60px;
    height:20px;
    position:absolute;
    right: 40px;
    top: 110px;
}
.map-dth a{font-size: 14px;}

.map-gxq{
    width:90px;
    height:20px;
    position:absolute;
    right: 60px;
    top: 340px;
}
.map-gxq a{font-size: 14px;}

.map-dth a:hover,.map-gxq a:hover{color: red;}


/*县市区公开*/
.menu li h2 .i6 {
    width: 40px;
    float: left;
    height: 40px;
    background: url(../images/ico_szgk.png) no-repeat;
    margin-left: 29px;
    margin-top: 15px;
    margin-right: 15px;
}

.menu li.active h2 .i6{
    background: url(../images/ico_szgk_on.png) no-repeat;
}