.news-page{
    background: #f5f5f5;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.news-banner {
    overflow: hidden;
    position: relative;
}
.newsb_left_swiper_box {
    position: relative;
    aspect-ratio: 860 / 340;
    width: 100%;
    display: block;
}
.newsb_left_swiper_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsb_left_swiper_box h2 {
    width: calc(100% - 30px);
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
    box-sizing: content-box;
}
.news-banner .swiper-pagination {
    position: absolute;
    right: 40px;
    bottom: 10px;
    display: inline-block;
    width: auto;
    left: auto;
}
.news-banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #fff;
}
.news-banner .swiper-pagination-bullet-active {
    background-color: #f49e15;
}
.filter-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
}
.news-tabs{
    display: flex;
    flex-wrap: wrap;
}
.news-tabs .news-tab{
    line-height: 57px;
    font-size: 16px;
    color: #333333;
    margin-right: 50px;
    cursor: pointer;
    border-bottom: 3px solid #fff;
    font-weight: 500;
    transition: all .3s;
    display: flex;
    align-items: center;
}
.news-tabs .news-tab *{
    font-size: 16px;
}
.news-tabs .news-tab:hover{
    color: #ffa200;
}
.news-tabs .news-tab.active{
    color: #ffa200;
    border-bottom: 3px solid #ffa200;
}
.news-tabs .news-tab.wap-show{
    display: none;
}
.filter-line .other{
    display: flex;
    padding-left: 10px;
    line-height: 18px;
    border-left: 1px solid #BBBBBB;
}
.filter-line .other .item{
    margin-left: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.filter-line .other .item i{
    color: #333;
    font-size: 13px;
    margin-left: 8px;
}
.filter-line .other .item.on{
    color: #ffa200;
}
.filter-line .other .item.on i{
    color: #ffa200;
}
.news-container {
    margin: 20px 0;
    padding: 0 5px;
}
.card-col {
    padding: 10px;
}
.news-container.card-col {
    padding: 0 12px;
}

.news-container .news-card {
    padding:  20px;
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    display: block;
}

.news-container .news-card:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.news-container .news-img {
    width: 100%;
    aspect-ratio: 1.5;
}

.news-container .news-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-container .news-card-content {
    margin-top: 10px;
}

.news-container .news-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 25px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    height: 50px;
    color: #333;
}
.news-container .news-card-title a{
    color: #333;
}
.news-container .news-card-views {
    line-height: 20px;
    font-size: 16px;
    color: #666;
    padding-top: 20px;
    border-top: 1px solid #EEEEEE;
    flex-wrap: wrap;
}
.tags {
    display: flex;
    overflow-x: auto;
    height: 37px;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.news-card-meta .tags{
    padding-bottom: 8px;
}
.news-card-meta .tags .tag{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    font-weight: 500;
}
.news-card-meta .tags div{
    background: #F5F5F5;
    border-radius: 4px 4px 4px 4px;
    padding: 4px 8px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-right: 8px;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .news-tabs .news-tab {
        line-height: 47px;
        margin-right: 30px;
    }
    .filter-line .other {
        border: none;
        padding: 10px 0 20px;
        justify-content: center;
        width: 100%;
    }
    .card-col{
        width: 50%;
    }
    .news-tabs .news-tab.wap-show{
        display: flex;
    }
    .news-container .news-img {
        width: 100%;
        aspect-ratio: 1;
    }
    .newsb_left_swiper_box h2{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height:unset;
        line-height: unset;
    }
}

@media (max-width: 500px) {
    /*.news-container .news-img{*/
    /*    aspect-ratio: unset;*/
    /*}*/
    .filter-line {
        flex-wrap: wrap;
    }
    .news-container .news-card {
        padding: 10px;
    }
}
