
.rowbox {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
    width: 100%;
}

.newbanner {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    width: 100%;
}
.newbanner .left{
    width: 66%;
}
.newbanner .banner {
    width: 100%;
    height: 428px;
    background: #B7A493;
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
    position: relative;
}

.news-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.newbanner .right {
    border-radius: 16px 16px 16px 16px;
    background: #F5F6FA;
    padding: 20px;
    position: relative;
    width: calc(44% - 20px);
}

.newbanner .banner-pagination {
    justify-content: left;
    bottom: 75px !important;
    display: flex;
    padding: 0 35px;
}

.newbanner .banner .swiper-slide {
    position: relative;

}

.newbanner .banner .swiper-slide dt {
    width: 100%;
    height: 55px;
    background: rgba(202, 37, 45, 0.7);
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.newbanner .right .list {
    height: 274px;
    overflow: auto;
    padding-left: 5px;
}

.newbanner .right .ul {
    border-left: 2px solid #FFFFFF;
}

.newbanner .right .list .item {
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}

.newbanner .right .list .item span {
    width: 10px;
    height: 10px;
    background: rgba(202, 37, 45, 0.2);
    border-radius: 100px 100px 100px 100px;
    display: flex;
    position: absolute;
    left: -6px;
    top: 8px;
    align-items: center;
    justify-content: center;

}

.newbanner .right .list .item .title {
    font-size: 16px;
    color: #040000;
    line-height: 22px;
}

.newbanner .right .list .item .time {
    font-size: 14px;
    color: #999999;
    margin-top: 4px;
}

.newbanner .right .btn {
    width: 96px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    font-size: 14px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 26px;
    font-weight: bold;
}
.newbanner .right .btn:hover{
    background-color: #CA252D;
    color: #fff;
}
.newbanner .right .list .item span:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #CA252D;
    border-radius: 10px;
    position: absolute;
    left: calc(50% - 2.5px);
    top: calc(50% - 2.5px);
}

.new .list {
}

.new .item {
    background: #F5F6FA;
    border-radius: 16px 16px 16px 16px;
    padding: 20px;
    display: block;
    height: 100%;
}

.new .item dt {
    font-size: 16px;
    color: #333333;
    margin-bottom: 6px;
}

.new .item .text {
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    height: 48px;
}

.new .item .tgas {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    height: 29px;
}

.new .item .tgas .tag {
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new .item p {
    font-size: 12px;
    color: #666666;
}

.news-list{
    display: flex;
    gap: 20px;
    width: 100%;
}
.news-list .left{
    width: calc(100% - 407px);
}
.news-list .right{
    width: 387px;
}
.news-list .hd {
    display: flex;
    gap: 19px;
    width: 100%;
    overflow-x: auto;
}

.news-list .hd .item {
    white-space: nowrap;
    padding: 10px 36px;
    line-height: 20px;
    background: #F5F6FA;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.news-list .hd .item:hover {
    background: #FCF4F4;
    color: #CA252D;
}

.news-list .hd .item.on {
    background: #FCF4F4;
    color: #CA252D;
}

.news-list .bd {
    height: 713px;
    overflow: auto;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.news-list .bd::-webkit-scrollbar{
    width: 2px;
}
.news-list .bd::-webkit-scrollbar-track{
    background: #fff;
}
.news-list .bd::-webkit-scrollbar-thumb{
    width: 2px;
    background: #CA252D;
}
.news-list .bd .item {
    display: flex;
    max-height: 85px;
    width: 100%;
    gap: 15px;

}
.news-list .bd .item.on{
    border-left: 2px solid #CA252D;
    padding-left: 20px;
}
.news-list .bd .item .tpic {
    width: 151px;
    height: 85px;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    background: #666;
    flex: none;
}
.news-list .bd .item  .rtext{
    width: calc(100% - 166px);
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.news-list .bd .item .tpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list .bd .item dt {
    font-size: 16px;
    color: #333333;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    width: 100%;
}
.news-list .bd .item ._tag{
    height: 19px;
    line-height: 19px;
    color: #fff;
    border-radius: 8px 0px 8px 0px;

    padding: 0 4px;
    font-size: 12px;
    white-space: nowrap;
    margin-right: 10px;
    background-image: url("../../imgs/news/zjbg.png");
    background-size: cover;
    background-position: center;background-repeat: no-repeat;
}
.news-list .bd .item .text {
    font-size: 12px;
    color: #999999;
    width: 100%;
}

.news-list .bd .item p {
    font-size: 12px;
    color: #666666;
    margin-top: 6px;
}

.more-btn {
    color: #999999;
    font-size: 16px;
    float: right;
}
.news-list .left .more-btn{
    margin-top: 20px;
}
.news-list .right .list {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.news-list .right .list .item {
    padding: 20px;
    background: #F5F6FA;
    border-radius: 16px 16px 16px 16px;
    width: 100%;
}

.news-list .right .list .item .dt {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
}

.news-list .right .list .item .dt .more-btn {
    font-size: 12px;
    color: #999999;
    display: flex;
    align-items: center;
    font-weight: initial;
}

.news-list .right .list .item .dt .more-btn i {
    font-size: 12px;
}

.news-list .right .list .item .tpic {
    aspect-ratio: 307 / 170;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    position: relative;
    display: block;
}

.news-list .right .list .item .tpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list .right .list .item .tpic p {
    height: 40px;
    background: linear-gradient(180deg, rgba(202, 37, 45, 0) 0%, rgba(202, 37, 45, 0.56) 20%, rgba(202, 37, 45, 0.7) 100%);
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
}

.news-list .right .list .item .ewmlist {
    display: flex;
    gap: 20px;
    text-align: center;
}

.news-list .right .list .item .ewmlist .eitem{
    flex: 1;
}
.news-list .right .list .item .ewmlist img {
    aspect-ratio: 1;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 6px;
}

.news-list .right .list .item .ewmlist p {
    margin: 0;
}

.wztg {
    height: 168px;
    display: flex;
    align-items: center;
    padding-left: 60px;
    background: url("../../imgs/news/addnewsbg.png") no-repeat center;
    background-size: cover;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 16px;
    border: 3px solid #fff;
}

.wztg dt {
    font-size: 20px;
    color: #040000;
    margin-bottom: 6px;
    font-weight: 800;

}

.wztg p {
    font-size: 14px;
    color: rgba(4, 0, 0, 0.6);
    margin-bottom: 10px;
}

.wztg .btn {
    height: 40px;
    background: linear-gradient(90deg, #026BFF 0%, #53DAFF 100%);
    border-radius: 100px 100px 100px 100px;
    border: 1px solid #FFFFFF;
    padding: 0px 20px;
    line-height: 40px;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    float: left;
}
.wztg .btn img{
    width: 20px;
    margin-right: 5px;
}
.wztg .btn:hover{
    opacity:0.8;}
.wztg .btn:active{
    filter: brightness(0.9);
}
@media (max-width: 992px) {
    .newbanner{
        margin: 0;
        padding: 0 !important;
        flex-direction: column;
        background: unset;
        gap: 16px;
    }
    .newbanner .left{
        width: 100%;
    }
    .newbanner .banner{
        aspect-ratio: 351 / 121;
        height: auto;
    }
    .newbanner .banner .swiper-slide dt{
        display: none;
        bottom: 16px;
    }
    .banner-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .banner-pagination .swiper-pagination-bullet-active{
        width: 8px;
    }
    .newbanner .right{
        background: #fff;
        padding: 16px;
        width: 100%;
    }
    .newbanner .right .list{
        height: unset;
    }
    .newbanner .right .ul{
        border-left: 1px solid #F5F6FA;
    }
    .newbanner .right .btn{
        background: #F5F6FA;
        position: relative;
        margin-top: 16px;
        bottom: unset;
    }
    .newbanner .right .btn:hover{
        color: #fff;
        background-color: #CA252D;
    }
    .news-container{
        gap: 16px;
    }
    .rowbox{
        padding: 16px;
    }
    .news-list .hd{
        gap: 10px;
    }
    .news-list .hd::-webkit-scrollbar{
        display: none;
    }
    .news-list .more-btn{
        display: none;
    }
    .wztg{
        height: 196px;
        padding: 0 24px;
        background-image: url("../../imgs/news/wapaddnewsbg.png");
    }
    .wztg dt{
        font-size: 16px;
        line-height: 16px;
    }
    .wztg p{
        font-size: 12px;
    }
    .news-list{
        flex-direction: column;
        gap: 16px;
    }
    .news-list .left{
        width: 100%;
    }
    .news-list .right{
        width: 100%;
    }
    .news-list .right .list .item{
        padding: 16px;
    }
    .news-list .hd .item{
        padding: 6px 10px;
        font-size: 12px;
    }
    .news-list .right .list .item .dt{
        margin-bottom: 16px;
    }
    .newbanner .banner-pagination{
        bottom: 15px !important;
    }
    .news-list .bd .item p{
        margin-top: 0;
    }
    .news-list .bd .item{
        overflow: hidden;
    }
}
