/* 标题组件样式覆盖 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;
    }

    .menu .menu-items:hover {
        background-color: rgb(255, 255, 255, .29);
    }

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

/* 专题banner start */
.zt-banner {
    height: 390px;
    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 */

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

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

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

/* 安全生产与灾害事故专题title组件 start */
.template-title {
    text-align: center;
    background-repeat: no-repeat;
    height: 46px;
    background-size: contain;
    background-position: center 23px;
    margin-bottom: 40px;
}
/* 安全生产与灾害事故专题title组件 end */

/* 选项卡样式覆盖 start */
.sk-tab-title {
    border: none;
    height: auto;
    margin-left: -22px;
    margin-right: -22px;
}

.sk-tab-title .sk-this:after {
    display: none;
}

.sk-tab-title li {
    padding-left: 22px;
    padding-right: 22px;
}

.sk-tab-title li:nth-child(-n + 3) {
    margin-bottom: 15px;
}

.sk-tab-title li span, .sk-tab-title li a {
    display: block;
    height: 40px;
    background-color: #fff;
    border: 1px solid #666;
    color: #333;
}

.sk-tab-title .sk-this span,.sk-tab-title .sk-this a {
    color: #245399;
    background-color: #e1eaff;
    border: 1px solid #245399;
}

.sk-tab-content {
    padding: 0;
    margin-top: 8px;
}
/* 选项卡样式覆盖 end */

/* 专题列表 start */
.sk-tab-item .list li {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #e3e3e3;
}

.sk-tab-item .list li a.title,.sk-tab-item .list li .time {
    float: left;
}

.sk-tab-item .list li a.title {
    max-width: calc(100% - 100px);
    padding-left: 17px;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    position: relative;
}

.sk-tab-item .list li a.title::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #245399;
    left: 0;
    top: 19px;
}

.sk-tab-item .list li .time {
    width: 100px;
    text-align: right;
    font-size: 12px;
    color: #999;
    float: right;
}

.sk-tab-item .check-more {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.sk-tab-item .check-more a {
    font-size: 16px;
    color: #245399;
}
/* 专题列表 end */

/* 应急预案 start */
.yjya {
    margin-bottom: 26px;
}

.yjya img {
    width: 100%;
    height: 112px;
    object-fit:cover;
}
/* 应急预案 end */