.news-banner {
    background: url(../imgs/news/news_top_pc.jpg) center 0 no-repeat;
    background-size: auto 100%;
}

.news-info {
    position: relative;
    margin-bottom: .37rem;
}

.news-info::before {
    width: .04rem;
    content: "";
    background: rgba(229, 229, 229, 0.81);
    height: 100%;
    position: absolute;
    left: -.26rem;
    top: 0;
}

.news-info .title {
    font-size: .24rem;
    color: #101112;
    line-height: .3rem;
    margin-bottom: .3rem;
}

.news-info .date {
    color: #101112;
    padding-right: .34rem;
    line-height: .16rem;
    font-weight: bold;
}

.news-info .news-type {
    background: #666;
    color: #fff;
    display: inline-block;
    line-height: .16rem;
    font-size: .11rem;
    padding: 0 .11rem;
}

.news-inside-content {
    min-height: 4.26rem;
}

.news-content .month {
    background: #F8F8F8;
    height: .94rem;
    text-align: center;
    font-size: .15rem;
}

.news-content .month span {
    margin: 0 1%;
    display: inline-block;
    line-height: .9rem;
    padding: 0 0.5%;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.news-content .month span.active {
    border-bottom: .04rem solid #e60011;
}

.news-content .month span.disabled {
    color: #A5A5A5;
}

.news-content .items {
    margin-top: .6rem;
}

.news-content .items .news-month {
    color: #101112;
    font-size: .16rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.news-content .items .news-month::before {
    content: "";
    width: 1rem;
    height: 1px;
    background: #e60011;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.news-content .items li a {
    display: block;
    padding: .25rem;
    border-bottom: 1px solid #e5e5e5;
    background: url(../imgs/btn_arrow-black@2x.png) 98% center no-repeat;
    background-size: .13rem;
}

.news-content .items li a:hover {
    border-bottom: 1px solid #e60011;
    background: url(../imgs/btn_arrow-red.png) 98% center no-repeat;
    background-size: .13rem;
}



.news-content .items li a p:first-of-type {
    color: #101112;
    margin-bottom: .08rem;
    font-weight: bold;
}

.news-content .items li .pdf {
    position: relative;
}

.news-content .items li .pdf::before {
    content: "";
    background: url(../imgs/news/icon_pdf_mob.png) no-repeat;
    background-size: .23rem;
    height: .23rem;
    width: .23rem;
    position: absolute;
    left: .05rem;
    top: -.02rem;
}

.inside-wrap-content .news-content {
    min-height: 4.1rem;
}

@media (max-width: 768px) {
    .news-inside-content {
        padding: 0;
        margin-top: 0;
    }

    .news-inside-content .fixed-header {
        background: #F1F3F3;

    }

    .news-content .month {
        overflow-x: auto;
        height: .6rem;
    }

    .news-content .month .box {
        white-space: nowrap;
    }

    .news-content .items .news-month {
        line-height: .2rem;
        padding-bottom: 0;
        padding-left: .2rem;
        border: 0;
        margin-bottom: .18rem;

    }

    .news-content .month span {
        line-height: .56rem;
        padding: 0 .1rem;
        margin: 0 .1rem;
    }

    .news-content .items .news-month::before {
        width: .03rem;
        height: 100%;
    }

    .news-content .items {
        padding: 0 .2rem;
    }

    .news-content .items li:first-of-type {
        border-top: 1px solid #e5e5e5;
    }

    .news-content .items li a {
        padding: .24rem .2rem .2rem;
        background: transparent;
    }

    .news-content .items li a p:first-of-type {
        margin-bottom: .04rem;
    }

    .news-inside-content .fixed-header select {
        background: url(../imgs/news/arrow_down.png) right center no-repeat;
        background-size: .16rem;
        padding-right: .2rem;
        font-size: .14rem;
        color: #101112;
    }

    .news-info .title {
        font-size: .18rem;
        padding-left: .2rem;
        margin-bottom: .1rem;
        line-height: .24rem;
    }

    .news-info::before {
        left: 0;
    }

    .news-info .date {
        padding-left: .2rem;
    }

    .inside-wrap-content .news-content {
        min-height: auto;
    }
}