.left {
    width: 66%;
}
.left .lists {
    width: 100%;
}
.left .tab-head li {
    width: auto;
    float: left;
    background: unset;
}
.tab-head {
    background: url(../images/index/border.png) left bottom no-repeat;
}
.left .tab-head li{
    margin-right: 15px;
    margin-left: 4px;
}
.left .tab-list {
    display: none;
    margin-top: 15px;
}
.right {
    width: 32.3%;
}
.zwxxgk {
    padding: 15px 20px 25px 20px;
    background-color: #fff;
}
.head-til .bl, .head-til .br {
    display: inline-block;
    width: 115px;
    height: 15px;
    background: url(../images/index/b2.png);
}
.head-til .txt {
    font-size: 18px;
    font-weight: bold;
    color: #0b5db1;
}
.detail-ctrl {
    margin-top: 5px;
}
.detail-ctrl li {
    float: left;
    width: 48%;
    height: 80px;
    line-height: 80px;
    margin-top: 10px;
}
.detail-ctrl .ds {
    margin-right: 10px;
}
.detail-ctrl li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ecf2f9;
    font-size: 16px;
    color: #0b5db1;
}
.ggzn span, .gknb span, .gkml span, .ysq span{
    padding-left: 60px;
}
.ggzn a {
    background: url(../images/zwxx/gkzn.png) 15% center no-repeat;
}
.gknb a {
    background: url(../images/zwxx/nbbg.png) 15% center no-repeat;
}
.gkml a {
    background: url(../images/zwxx/gkml.png) 15% center no-repeat;
}
.ysq a {
    background: url(../images/zwxx/ysq.png) 15% center no-repeat;
}
.ggzn:hover a {
    background: url(../images/zwxx/gkzn_active.png) 15% center no-repeat;
    background-color: #0b5db1;
    color: #fff;
}
.gknb:hover a {
    background: url(../images/zwxx/nbbg_active.png) 15% center no-repeat;
    background-color: #0b5db1;
    color: #fff;
}
.gkml:hover a {
    background: url(../images/zwxx/gkml_active.png) 15% center no-repeat;
    background-color: #0b5db1;
    color: #fff;
}
.ysq:hover a {
    background: url(../images/zwxx/ysq_active.png) 15% center no-repeat;
    background-color: #0b5db1;
    color: #fff;
}
.flfg {
    margin-top: 20px;
}
/* 政务信息列表 */
.lists {
    float: left;
    width: 32.1%;
    min-height: 333px;
    padding: 22px 20px 21px;
    background-color: #fff;
    margin-bottom: 20px;
}
.lists.ds {
    margin: 0 20px;
}
.tab-head li {
    width: 100%;
    height: 38px;
    background: url(../images/bsfw/br.png) left bottom no-repeat;
}
.tab-head li.active a {
    color: #0b5db1;
}
.tab-head li.active {
    background: url(../images/index/active.png) bottom left no-repeat;
}
.tab-head li a {
    font-size: 18px;
    font-weight: bold;
}
.tab-list {
    margin-top: 12px;
}
.tab-list li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.tab-list li a {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.tab-list li .time {
    float: right;
    color: #999;
}
.add-more {
    display: none;
    width: 98%;
    border-radius: 8px;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    color: #333;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 5px;
    padding: 0;
}
.no-margin {
    margin-bottom: 0;
}
/* 适配 */
@media screen and (max-width: 1200px){
.lists.ds{margin: 0 15px;}
.head-til .bl, .head-til .br{width:29%;}
.ggzn span, .gknb span, .gkml span, .ysq span{padding-left: 50px;font-size: 14px;}
}
@media screen and (max-width: 991px) {
    .left,
    .right,
    .flfg img,
    .lists {
        width: 100%;
    }
    .flfg {
        padding: 0 15px;
    }
    .left .lists {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .lists.ds {
        margin: 0 0 20px 0;
    }
    .no-margin {
        margin-bottom: 20px;
    }
    .head-til .bl, .head-til .br {
        width: calc((100% - 118px) / 2);
    }
    .add-more {
        display: block;
    }
}
@media screen and (max-width: 320px) {
    .ggzn span, .gknb span, .gkml span, .ysq span {padding-left: 55px;}
    .detail-ctrl li a {font-size: 12px;}
}