/* 标题组件样式覆盖 start */
.zibo-title {
    margin-top: 38px;
    margin-bottom: 30px;
}

.zibo-title .zibo-title-border {
    background-color: #D45D1E;
}
/* 标题组件样式覆盖 end */

/* 专题头部 start */
.zt-header {}

.zt-header .mobile-menu i {
    font-size: 25px;
    color: #000;
    font-weight: 700;
}

@media (min-width: 992px) {
    .zt-header .mobile-menu {
        display: none;
    }
}

@media (max-width: 992px) {
    .zt-header .mobile-menu {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        z-index: 9999;
    }
}

/* 避免header伪类覆盖 */
.zt-header .header-fun {
    position: relative;
    z-index: 999;
}

/* 专题功能栏 start */
.zt-header .header-fun {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: #F4F4F4;
}

.zt-header .header-fun .header-fun-left,
.zt-header .header-fun .header-fun-right {
    float: left;
}

.zt-header .header-fun .header-fun-right {
    float: right;
}

.zt-header .header-fun li {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    color: #999;
}

.zt-header .header-fun li>a {
    color: #999;
    font-size: 14px;
}

.zt-header .header-fun li i {
    margin-left: 14px;
}

@media (max-width: 994px) {
    .zt-header .header-fun {
        height: auto;
    }

    .zt-header .header-fun li {
        padding-left: 3px;
        padding-right: 3px;
    }
}
/* 专题功能栏 end */

/* 专题logo start */
.zt-logo {
    margin-top: 17px;
}
/* 专题logo end */

/* 专题菜单 start */
.zt-menu {
    background-color: rgba(69,69,69,.19);
    height: 90px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .menu .menu-items {
        width: 12.5%;
        height: 90px;
        line-height: 115px;
        float: left;
        text-align: center;
        box-sizing: border-box;
        overflow: hidden;
    }

    .menu .menu-items:hover {
        background-color: rgb(255, 255, 255, .29);
        border-bottom: 2px solid #fff;
    }

    .menu .menu-items a {
        display: block;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        height: 100%;
    }
}
/* 专题菜单 end */

/* 专题banner start */
.zt-banner {
    height: 400px;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.zt-banner-logo {
    margin-top: 87px;
}

.zt-banner-logo img {
    max-width: 100%;
}
/* 专题banner end */

/* 专题头部 end */

/* 头部样式覆盖 start */
.header .header-fun {
    height: 30px;
    line-height: 30px;
    background-color: #F4F4F4;
}

.header .header-fun li {
    color: #999;
}

.header .header-fun li>a {
    color: #999;
}
/* 头部样式覆盖 end */

/* 行政执法按钮组 start */
.zxzfxxgk-btngroup {
    margin-top: 50px;
}

.zxzfxxgk-btngroup li {
    width: 20%;
    float: left;
    box-sizing: border-box;
}

.zxzfxxgk-btngroup li img {
    width: 100%;
    height: 120px;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .zxzfxxgk-btngroup li {
        width: 25%;
    }
}

@media (max-width: 768px) and (min-width: 500px) {
    .zxzfxxgk-btngroup li {
        width: 33.3%;
    }
}

@media (max-width: 500px) {
    .zxzfxxgk-btngroup li {
        width: 50%;
    }
}
/* 行政执法按钮组 end */

/* 参建部门 start */
.cjbm-title {
    height: 46px;
    margin-bottom: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cjbm {
    margin-top: 38px;
    margin-bottom: 14px;
}

.cjbm-list ul {
    margin-bottom: 60px;
}

.cjbm-list li a {
    color: #333;
    font-size: 16px;
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    padding-left: 30px;
    box-sizing: border-box;
}

.cjbm-list li a i {
    margin-right: 18px;
    font-size: 20px;
}

.cjbm-list li a i,.cjbm-list li a span {
    vertical-align: middle;
}

.cjbm-list li {
    box-sizing: border-box;
    margin-bottom: 2px;
    padding-bottom: 0;
}

.cjbm-list li a:hover {
    border: 1px solid #245399;
    color: #245399;
}
/* 参建部门 end */