.news-container {
    /*background: url(../new/news-bg-re.png);*/
    background-size: cover;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.sec-part {
    /*margin: 4rem 0;*/
}
.sec-part .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1.875rem;
}

.sec-part .content .pic-part {
    width: 46.875rem!important;
    overflow: hidden;
}
.news-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}


.sec-part .content .pic-part .banner-img {
    width: 100%;
    height: 25.625rem;
    object-fit: cover;
    overflow: hidden;
    transition: all .5s linear;
}

.sec-part .content .pic-part .banner-img:hover {
    transform: scale(1.1);
}

.sec-part .content .pic-part  .img-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.6rem;
}

.img-list-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #000000;
    transition: all .2s linear;
    overflow: hidden;
    width: 14.6875rem;
    height: 12rem;
}

.img-list-item-wrapper:hover {
    transform: translateY(-0.625rem);
}

.img-list-item-img {
    width: 14.6875rem;
    height: 9.375rem;
    object-fit: cover;
    margin-bottom: 0.625rem;
    transition: all .5s linear;
    overflow: hidden;
}

.img-list-item-wrapper:hover .img-list-item-img {
    transform: scale(1.05);
}

.img-list-item-text {
    width: 14.6875rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}



.sec-part .more {
    position: absolute;
    right: 3.125rem;
    bottom: 5rem;
}

.sec-part .list {
    flex: 1!important;
    margin-left: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.sec-part .list .list-item {
    height: 7.6875rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0.625rem;
    /*border-bottom: #d5d5d5 1px dashed;*/
    transition: all .3s linear;
    border-top: 1px dashed #FFA340;

}
.sec-part .list .list-item:nth-last-child(1) {
    border-bottom: 1px dashed #FFA340;
}

.list-item-left {
    width: 5rem;
    height: 5rem;
    border-radius: 0.25rem;
    background-color: #F29E44;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
}
.list-item-left-month {
    color: #FFFFFF;
    font-size: 0.875rem;
}
.list-item-left-day {
    color: #FFFFFF;
    font-size: 1.875rem;
}

.list-item-right {
    margin-left: 1.25rem;
}

.list-item-text {
    font-size: 1.125rem;
    font-weight: bold;
    color: #333333;
    transition: all .3s linear;
    max-width: 31.25rem;
}

.list-item-content {
    font-size: 1rem;
    margin-top: 0.625rem;
    transition: all .3s linear;
    max-width: 31.25rem;
}

.sec-part .list .list-item:hover {
    background-color: rgba(255, 240, 224, 1);
    transition: all .3s linear;
    border-top: 0px;
}


.sec-part .list .list-item:hover .list-item-left {
    transform: translateX(0.625rem) ;
    transition: all .3s linear;
    font-weight: bold;
}

.sec-part .list .list-item:hover .list-item-text {
    transform: translateX(0.625rem) ;
    transition: all .3s linear;
    color: #FFA340;
}

.sec-part .list .list-item:hover .list-item-content {
    transform: translateX(0.625rem) ;
    transition: all .3s linear;
    color: #FFA340;
}


.sec-part .list-date {
    padding: 0 2rem 0.5rem 1rem;
    /*width: 7.5rem;*/
}



.news-pagination {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translate(-50%);
    z-index: 99;
}

.news-pagination .swiper-pagination-bullet {
    width: 0.5rem!important;
    height: 0.5rem!important;
    border-radius: 50% !important;
    display: inline-block!important;
    opacity: .6!important;
    margin: 0.3125rem!important;
    background: rgba(255,255,255,.8) !important;
}

.news-pagination .swiper-pagination-bullet-active {
    width: 2rem!important;
    height: 0.625rem!important;
    border-radius: 0.625rem !important;
    display: inline-block!important;
    margin: 0.3125rem!important;
    opacity: 1!important;
    background: white!important;
}

.news-swiper .swiper-button-next {
    position: absolute;
    z-index: 9999;
    left: 0rem!important;
    width: 4.625rem;
    height: 4.625rem;
    background: url(/images/xs-arrow-left.png) no-repeat;
    background-size: 100%;
}

.news-swiper .swiper-button-prev {
    position: absolute;
    z-index: 99999;
    right: 0rem!important;
    width: 4.625rem;
    height: 4.625rem;
    background: url(/images/xs-arrow-right.png) no-repeat;
    background-size: 100%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    /*left: 0!important;*/
    left: auto;
    right: 0!important;
}

@media(max-width: 1024px){
    .sec-part {
        margin-bottom: 2rem;
    }
    .sec-part .content .item-first {
        height: 27rem;
    }
    .sec-part .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .sec-part .list {
        width: 100%;
        height: 30rem;
        margin-top: 0rem;
        margin-left: 0;
    }
    .sec-ml-10 {
        margin-left: 0;
        margin-top: 1rem;
    }
    .sec-part .list-item-text {
        font-size: 16px;
        color: #333333;
        line-height: 1.55rem;
    }
    .sec-part .news-swiper {
        width: 100%;
    }
    .sec-part .content .pic-part {
        width: 100%!important;
        overflow: hidden;
    }
    .sec-part .content .pic-part .banner-img {
        width: 100%;
        height: 20rem;
    }

    .img-list {
        /*display: flex;*/
        flex-direction: column;
        display: none!important;
    }
    .sec-part .content .pic-part  .img-list .img-list-item {
        width: 6.25rem;
        display: none;
        object-fit: cover;
    }
    .img-list-item-img {
        height: 11.875rem;
    }

    .img-list-item-wrapper {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }

    .news-container {
        padding-bottom: 0rem;
        padding-top: 1rem;
    }

    .img-list {
        width: 100%;
    }

    .img-list-item-img {
        width: 100%!important;
        border-radius: 5px;
    }
    .img-list-item-text {
        font-size: 14px!important;
        margin-top: 5px;
        width: 100%;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        line-height: 1.5;
        color: #333333;
    }
    .sec-part .list .list-item {
        height: 7.6875rem;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 0.625rem;
        /*border-bottom: #d5d5d5 1px dashed;*/
        transition: all .3s linear;
        border-top: 1px dashed #FFA340;
    }

    .date-text {
        font-size: 0.875rem;
        font-weight: bold;
        color:#FFA340;
    }
    .list-item-text {
        /*width: 100%;*/
        width: calc(100vw - 11rem);
        color: #333333!important;
        font-size: 14px!important;
    }
    .list-item-content {
        width: calc(100vw - 11rem);
    }
}