.page-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.page-title .left{
    font-size: 32px;
    color: #333333;
    line-height: 45px;
    font-weight: bold;
}
.page-title .left span{
    color: #E21818;
}
.head-line{
    display: flex;
    grid-gap: 20px;
    margin-bottom: 80px;
    overflow: hidden;
}
.head-line-left{
    background-image: url("../images/home/head1.png");
    background-size: cover;
    position: relative;
    padding: 20px;
    border-radius: 14px 14px 14px 14px;
    overflow: hidden;
}
.head-line .tags{
    display: flex;
    height: fit-content;
    overflow-x: auto;
    flex-wrap: nowrap;
}
.head-line .tags div{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    font-weight: 500;
    padding: 4px 8px;
    margin-right: 8px;
    background: #F5F5F5;
    white-space: nowrap;
    height: fit-content;
}
.head-line .info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.head-line .info .name{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 12px;
}
.head-line .info .time{
    display: flex;
    align-items: center;
}
.head-line .info .time .t1{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    margin-right: 12px;
}
.head-line .info .time .t2{
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    font-weight: bold;
}
.head-line .info .view{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
}
.head-line .info .view .iconfont{
    font-size: 18px;
    margin-right: 3px;
}
.head-line-center{
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    height: 100%;
    padding: 20px;
}
.head-line-item{
    display: flex;
    width: 100%;
}
.head-line-left .tags div{
    color: #333;
}
.head-line-center .head-line-item{
    margin-bottom: 19px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}
.head-line-center .head-line-item:last-child{
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}
.head-line-item .main-img{
    position: relative;
    width: 100%;
    margin-right: 20px;
    flex-shrink: 0;
}
.head-line-item .main-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.head-line-center .head-line-item .main-img{
    width: 97px;
    height: 123px;
}
.head-line-item .right{
    flex: 1;
    position: relative;
}
.head-line-center .head-line-item .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 123px;
}
.head-line-item .right .name{
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    font-weight: bold;
}
.head-line-right{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
}
.head-line-right .head-line-item{
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    padding: 20px;
    margin-bottom: 20px;
}
.head-line-right .head-line-item:last-child{
    margin-bottom: 0;
}
.head-line-right .head-line-item .main-img{
    width: 156px;
    height: 195px;

}
.head-line-right .head-line-item .main-img .tags{
    position: absolute;
    left: 13px;
    top: 10px;
}
.head-line-right .head-line-item .name{
    height: 75px;
    margin-bottom: 25px;
}
.head-line-right .head-line-item .btm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #EEEEEE;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.head-line-right .head-line-item .btm .time{
    font-size: 16px;
    color: #666666;
}

.head-line-center .head-line-item .btm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;

    white-space: nowrap;
    position: absolute;
    bottom: 0;
}
.head-line-center .head-line-item .btm .time{
    font-size: 16px;
    color: #666666;
}

.head-line-right .head-line-item .btm .view{
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;

}
.head-line-right .head-line-item .btm .view .iconfont{
    font-size: 18px;
    margin-right: 4px;
}
.head-line-left,.head-line-center,.head-line-right{
    flex: 1;
}
.news-container{
    margin: 20px 0;
    padding: 0 5px;
}

.views .iconfont {
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.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: #E21818;
}
.news-tabs .news-tab.active{
    color: #E21818;
    border-bottom: 3px solid #E21818;
}
.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: #E21818;
}
.filter-line .other .item.on i{
    color: #E21818;
}



.news-container .section-title {
    margin-bottom: 40px;
}


.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: 245 / 310;
}

.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-views {
    line-height: 20px;
    font-size: 16px;
    color: #666;
    padding-top: 20px;
    border-top: 1px solid #EEEEEE;
    flex-wrap: wrap;
}
.news-card-meta .tags{
    padding-bottom: 8px;
    /*height: unset;*/
}
.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) {
    .head-line{
        flex-wrap: wrap;
    }
    .head-line-left,.head-line-center,.head-line-right{
        flex: 1 1 30%;
    }
    .head-line-left{
        aspect-ratio: 387 / 491;
    }
    .head-line-right .head-line-item{
        margin-bottom: 20px;
    }
    .news-tabs .news-tab{
        line-height: 47px;
        margin-right: 30px;
    }
}


@media (max-width: 768px) {
    .head-line-left {
        flex: 1 50%;
    }
    .head-line-center {
        flex: 1 46%;
    }
    .head-line-right .head-line-item .btm .view{
        display: none;
    }
    .news-container .news-card-views{
        font-size: 15px;}
}
@media (max-width: 610px) {
    .head-line-left,.head-line-center,.head-line-right {
        flex: 1 1 100%;
    }
    .head-line-right .head-line-item .main-img{
        width: 97px;
        height: 123px;
    }
    .head-line-right .head-line-item .btm{
        border-top: none;
    }
}

@media (max-width: 500px) {
    .news-container .news-card{
        padding: 10px;}
    .news-container .news-tabs {
        padding: 12px;
    }
    .news-container .news-tab {
        padding: 6px 6px 20px 6px;
        margin: 12px;
        text-align: center;
    }
    .news-container .news-card {
        height: auto;
    }
    .news-container .news-img {
        /*height: 140px;*/
    }
    .filter-line{
        flex-wrap: wrap;
    }
    .filter-line .other{
        border: none;
        padding: 10px 0 20px;
        justify-content: center;
        width: 100%;
    }

}
