.banner {
    position: relative;
}

.news-title-container {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}
.news-title-container h1{
    font-size: .46rem;
    margin-bottom: .3rem;
    font-weight: bold;
}
.news-title-container h2{
    font-size: .2rem;
}

.news-list {
    margin: .5rem auto 0;
    width: 85.652%;
    max-width: 1430.016px;
    padding-left: 15px;
    padding-right: 15px;
}

.news-item {
    background: #f8f8f8;
}
.news-item:hover{
    background: #f2f2f2;
}


.news-item-image {
    width: 100%;
    height: 2.6rem;
    position: relative;
    overflow: hidden;
}
.news-item-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    transition: all 0.5s;
}
.news-item:hover .news-item-image img {
    -webkit-transform: translateY(-50%) scale(1.05);
    -ms-transform: translateY(-50%) scale(1.05);
    transform: translateY(-50%) scale(1.05);
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
}

.news-item-date {
    padding: .2rem;
    color: #9a999a;
    font-size: .17rem;
}


.news-item-content {
    color: #595757;
    width: 100%;
    padding: .2rem .2rem 0;

}


.news-item-content .news-item-title {
    font-size: .21rem;
    font-weight: bold;
    color: #2d2d2d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: .72rem;
}
.news-item-content .news-item-title a{
    color: #2d2d2d;font-weight: bold;
}



.news-page {
    margin: .4rem 0 .3rem;
    text-align: center;
}

.news-detail {
    width: 85.652%;
    max-width: 1430.016px;
    margin: .4rem auto 0;
}

.detail-title {
    font-size: .4rem;
    font-weight: bold;
    color: #333;;
    text-align: center;
}

.detail-date {
    text-align: center;
    letter-spacing: 1px;
    height: .5rem;
    line-height: .5rem;
    font-size: .18rem;
    color: #919396;
    position: relative;
}
.detail-date:before{
    content: '';
    width: 43%;
    position: absolute;
    left: 0;
    top: 50%;
    background: #ccc;
    height: 1px;
}
.detail-date:after{
    content: '';
    width: 43%;
    position: absolute;
    right: 0;
    top: 50%;
    background: #ccc;
    height: 1px;
}

.detail-content {
    margin-top: -.18rem;
    font-size: .24rem;
    color: #595757;
    padding: 0 8.5%;
}

.detail-content p{
    text-indent: 2em!important;
    font-size: .24rem!important;
    line-height: 2!important;
    margin: .18rem 0!important;
    font-family: PingFangSC-Regular, Helvetica,"Microsoft YaHei", serif!important;
    color: #595757 !important;
}
.detail-content section{
    text-indent: 2em!important;
    font-size: .24rem!important;
    color: #595757 !important;
}
.detail-content p span,.detail-content section span{
    color: #595757 !important;
    font-size: .24rem!important;
    font-family: PingFangSC-Regular, Helvetica,"Microsoft YaHei", serif!important;
}
.detail-content img {
    width: 6.4rem!important;
    height: auto;!important;
}

.related-container {
    margin-top: .4rem;
    float: right;
    width: 31.184%;
    position: relative;
}

.related-header {
    border-bottom: 1px solid #c8c9ca;
    height: .58rem;
}

.related-header .related-header-title {
    font-size: .24rem;
    color: #2f2f2f;
    float: left;
}

.related-header .related-header-more {
    font-size: .18rem;
    color: #7a7777;
    float: right;
    position: relative;
    top: 4px;
}

.related-item {
    /*border-bottom: 1px solid #c8c9ca;*/
    font-size: .18rem;
    color: #595757;
    padding: .25rem 0;
}

.related-item .related-item-title {
    font-size: .24rem;
    color: #2f2f2f;
    margin-bottom: .10rem;
}

.related-item .related-item-date {
    color: #919396;
    margin-bottom: .10rem;
    letter-spacing: 1px;
}

.related-item .related-item-content {
    max-height: .72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.detail-action {
    width: 8rem;
    overflow: hidden;
    margin: .2rem auto .4rem;
}

.detail-action .detail-btn {
    float: left;
    margin: 0 .2rem;
    width: 2rem;
    height: .5rem;
    font-size: .18rem;
    line-height: .5rem;
    text-align: center;
    border: 1px solid #bebebe;
    transition: all .3s;
}

.detail-action .detail-btn:hover {
    border: 1px solid #0b6ec7;
    color: #0b6ec7;
}

.detail-action .detail-btn.disabled {
    border: 1px solid #eee;
    color: #eee;
    cursor: not-allowed;
}

.detail-action .detail-btn a {
    display: block;
    color: inherit;
}

.news-item-right a .pc-right {

}

.news-item-right a .mobile-right {
    display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .detail-content img {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 1023px) {
    .news-title-container{
        top: 22%;
    }
    .news-title-container h3{
        font-size: .6rem;
    }
    .news-title-container p{
        font-size: .26rem;
    }
    .news-item {
        padding: 0;
        height: auto;
    }
    .news-item .container{
        height: auto;
    }

    .news-item-image {
        float: none;
        width: 100%;
        height: 3.9rem;
    }
    .news-item-content {
        margin-top: 0;
        float: none;
        width: 100%;
        overflow: hidden;
        height: 1rem;
        min-height: 32px;
    }

    .news-item-content .news-item-title {
        font-size: .26rem;height: .65rem;
        min-height: 26px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news-item-content .news-item-info {
        font-size: .2rem;
    }
    .news-item-date {
        width: 100%;
        margin: .2rem 0 .1rem;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        float: none;
    }

    .news-item-date .news-item-month {
        font-size: .3rem;
        letter-spacing: 0;
    }

    .news-item-date .news-item-year {
        font-size: .3rem;
    }

    .news-item-date .news-item-year:after {
        content: '-';
    }
    .news-item-right {
        margin: 0 auto;
        float: none;
        width: 3rem;
    }

    .news-item-right a {
        margin: .4rem 0;
        width: 3rem;
        height: .8rem;
        border: 1px solid #d2d2d2;
        border-radius: 0;
        line-height: .8rem;
    }

    .news-item-right a .pc-right {
        display: none;
    }

    .news-item-right a .mobile-right {
        display: block;
        font-size: .7rem;
        font-weight: lighter;
        text-align: center;
        color: #b0b0b0;
    }

    .layui-laypage a, .layui-laypage span {
        height: .46rem;
        width: .46rem;
        line-height: .46rem;
        font-size: .3rem;
    }

    .news-detail, .related-container {
        float: none;
        width: 100%;
        margin-top: 0;
        margin-bottom: .4rem;
    }

    .detail-title {
        font-size: .28rem;
    }

    .detail-content {
        font-size: .24rem;
    }
    .detail-content p{
        text-indent: .6rem!important;
        font-size: .3rem!important;
        line-height: 1.65;
        margin: 10px 0!important;
    }
    .detail-content section{
        font-size: .3rem!important;
    }
    .detail-content p span,.detail-content section span{
        font-size: .3rem!important;
    }

    .detail-content img {
        width: 100% !important;
        height: auto !important;
    }

    .related-header .related-header-title {
        font-size: .3rem;
    }

    .related-header .related-header-more {
        font-size: .24rem;
    }

    .related-item {
        font-size: .22rem;
    }

    .related-item .related-item-title {
        font-size: .28rem;
    }

    .related-item .related-item-content {
        line-height: 1.5;
        max-height: 2rem;
    }

    .detail-action {
        display: flex;
        justify-content: space-around;
    }
    @media screen and (max-width: 768px) {
        .news-item-content {
            margin-top: 0;
            float: none;
            width: 100%;
            overflow: hidden;
            height: 1rem;
            min-height: 32px;
        }

        .news-item-content .news-item-title {
            font-size: .26rem;height: .8rem;
            min-height: 26px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .news-item-content .news-item-info {
            font-size: .2rem;
        }
    }
    @media all and (-moz-device-pixel-ratio: 3),(-webkit-device-pixel-ratio: 3),(resolution: 3dppx),(-moz-device-pixel-ratio: 2),(-webkit-device-pixel-ratio: 2),(resolution: 2dppx) {
        .news-item-content .news-item-title {
            font-size: .36rem;
        }

        .news-item-content .news-item-info {
            font-size: .3rem;
        }

        .detail-title {
            font-size: .36rem;
            min-height: .7rem;
        }

        .detail-date {
            font-size: .26rem;
        }

        .detail-content {
            font-size: .3rem;
        }

        .related-item {
            font-size: .3rem;
        }

        .related-header {
            height: .7rem;
        }

        .related-header .related-header-title {
            font-size: .36rem;
        }

        .related-header .related-header-more {
            font-size: .28rem;
        }

        .related-item .related-item-title {
            font-size: .34rem;
        }

        .detail-action .detail-btn {
            font-size: .24rem;
        }
    }

}





