/*
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 20 version
*/

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

    .menu .menu-items:hover a {
        color: #fff;
    }

    .menu .menu-items a {
        display: block;
        height: 100%;
        color: #666;
        font-weight: 700;
        font-size: 18px;
    }
}

/* 专题菜单 end */

/* 专题banner start */
.zt-banner {
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.zt-banner>.sk-container {
    height: 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
}

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

.zt-banner-logo img {
    max-width: 100%;
}


@media (min-width: 992px) {
    .zt-banner-logo img {
        max-width: 50%;
    }
}

/* 专题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;
}

/* 文章列表 start */
.document-list {
    position: relative;
    top: -43px;
    margin-bottom: 37px;
    padding-bottom: 77px;
    background-color: #fff;
}

.document-list li {
    height: 122px;
    background-color: #fff;
    border-bottom: 1px dashed #70a5b9;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.document-list li:last-child {
    border-bottom: none;
}

.document-list .head {
    height: 70px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    background-color: #e2f5ff;
}

.document-list .head div {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.document-list li div {
    float: left;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.document-list div.number {
    width: 10%;
}

.document-list div.title {
    width: 50%;
}

.document-list div.title,
.document-list div.time {
    color: #333;
    font-size: 16px;
    line-height: 21px;
}

.document-list div.time,
.document-list div.more {
    width: 20%;
}

.document-list div.more a {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    background-color: #70a5b9;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

/* 文章列表 end */