@charset "UTF-8";
.breadcrumb-box {
    max-width: 1250px
}

.breadcrumb-box .breadcrumb {
    margin: 32px 0 60px 0
}

.section {
    max-width: 1250px;
    margin: 0 auto
}

.section .nav-tabs {
    margin-bottom: 30px!important;
}

.section .nav-tabs .nav-item {
    margin-right: 40px
}

.section .pagination {
    padding-top: 30px;
    margin-bottom: 60px
}

.section .list-box .media {
    padding-left: 36px;
    padding-bottom: 35px;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 30px
}

.section .list-box .media-body {
    padding-top: 0;
}

.section .list-box .mt-0 {
    line-height: 32px;
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 700;
    color: #333
}

.section .list-box .mt-0>span {
    background-color: #1296db;
    padding: 0px 0.8rem;
    margin-right: 7px;
    margin-top: 4px;
    border-radius: 5px;
    line-height: 28px;
    height: 28px;
    color: white;
    float: left;
    font-size: 14px;
    font-weight: normal;
}

.section .list-box .mt-0 a {
    color: #333;
    text-decoration: none;
    font-size: 20px;
}

.section .list-box .time {
    margin-bottom: 30px;
    line-height: 21px;
    font-size: 16px;
    color: #999
}

.section .list-box .time a {
    color: #999;
    text-decoration: none
}

.section .list-box .desc {
    margin-bottom: 0;
    line-height: 28px;
    font-size: 16px;
    color: #666;
    /* 新闻列表页首行缩进2文字 */
    text-indent: 2em;
}

.section .list-box .desc a {
    color: #666;
    text-decoration: none
}

.section .list-box .media-news {
    max-width: 340px;
    max-height: 214px;
    overflow: hidden
}

.section .list-box .media-news img {
    width: 100%
}

.breadcrumb-detail {
    max-width: 886px
}

.breadcrumb-detail .breadcrumb {
    margin: 32px 0 110px 0
}

.detail {
    max-width: 886px;
    margin: 0 auto
}

.detail .title {
    line-height: 40px;
    margin-bottom: 12px;
    font-size: 1.35rem;
    color: #333;
    text-align: center
}

.detail .time {
    margin-bottom: 20px;
    line-height: 21px;
    font-size: 16px;
    color: #999;
    text-align: center
}

.detail .content {
    margin-bottom: 150px;
    /* 新闻列表详情页首行缩进 */
    text-indent: 2em;
}

.detail .content p,
.detail .content span {
    font-size: 1rem!important;
    line-height: 30px!important;
}

.detail .content>img {
    display: block;
    margin: 0 auto
}

.detail .content .desc {
    margin-bottom: 0;
    line-height: 28px;
    font-size: 18px;
    color: #666
}

@media screen and (max-width:768px) {
    .section .list-box .mt-0>span {
        padding: 0 0.5rem;
        font-size: 10px;
        margin-top: 2px;
        height: 22px;
        line-height: 22px;
    }
    .banner-box {
        display: none
    }
    .breadcrumb-box {
        display: none
    }
    .section .list-box .mt-0 a {
        font-size: 14px!important;
    }
    .section .nav-tabs {
        padding-left: 20px;
        margin-bottom: 20px!important;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        overflow-x: auto
    }
    .section .nav-tabs::-webkit-scrollbar {
        display: none
    }
    .section .nav-tabs .nav-item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px
    }
    .section .list-box .media {
        margin: 0 15px;
        padding-left: 0;
        padding-bottom: 15px;
        margin-bottom: 20px;
        -ms-flex-flow: row;
        flex-flow: row
    }
    .section .list-box .media-body {
        padding-top: 0;
    }
    .section .list-box .mt-0 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0
    }
    .section .list-box .time {
        margin-bottom: 10px;
        line-height: 16px;
        font-size: 12px;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 0
    }
    .section .list-box .desc {
        display: none;
        font-size: 14px;
        line-height: 21px;
        padding-right: 0;
        margin-bottom: 10px
    }
    .section .list-box .media-news {
        width: 100%;
        max-width: 200px;
        max-height: 90px;
        text-align: center
    }
    .section .list-box .media-news img {
        width: auto;
        height: 100%;
        margin-right: 0!important
    }
    .section .pagination {
        padding-top: 10px;
        margin-bottom: 30px
    }
    .detail {
        margin: 0 15px
    }
    .detail .title {
        line-height: 28px;
        margin-bottom: 6px;
        font-size: 16px;
        font-weight: 700
    }
    .detail .time {
        margin-bottom: 20px;
        line-height: 16px;
        font-size: 12px
    }
    .detail .content {
        margin-bottom: 30px
    }
    .detail .content .desc {
        line-height: 24px;
        font-size: 14px
    }
    .detail .content>img {
        width: 100%
    }
}

