.main{
    background-color: #f5f5f5;
}
.container>.main{
    overflow: visible;
}

.img-ctn img{
    display: block;
    width: 100%;
    height: auto;
}

.news-main .wrapper{
    padding-bottom: 50px;
}

.head-news-swiper{
}

.head-news-swiper .swiper-slide{
    position: relative;
}

.head-news-swiper .swiper-slide img{
    display: block;
    width: 100%;
    height: auto;
}

/*.head-news-swiper .swiper-slide::after{
    content: "";
    position: absolute;
    z-index: 210;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .4));
}*/

.head-news-swiper .info{
    left: 60px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 350px;
    z-index: 220;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.head-news-swiper .labels{
    margin-bottom: 14px;
}

.head-news-swiper .labels span{
    line-height: 24px;
    font-size: 12px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 12px;
    border: 1px solid #fff;
    display: inline-block;
}

.head-news-swiper .title{
    line-height: 32px;
    font-size: 22px;
    margin-bottom: 8px;
}

.head-news-swiper .desc{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.head-news-pagination{
    margin-top: 10px;
    margin-bottom: 45px;
    z-index: 230;
    text-align: center;
}

.head-news-pagination .swiper-pagination-bullet{
    background-color: #ccc;
    opacity: 1;
    margin: 0 4px;
}

.head-news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #ff0000;
}

.news-list{
    background: #fff;
}

.news-list a{
    font-size: 14px;
    display: flex;
    line-height: 26px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e3e3e3;
}

.news-list a:hover{
    background-color: #f9f9f9;
}

.news-list .col3{
    flex: 0 0 auto;
    text-align: center;
    padding-right: 15px;
    color: #999999;
}
.news-list .col2{
    flex: 0 0 auto;
    padding-right: 20px;
}

.news-list .col1{
    flex: 1 0 auto;
    padding-left: 20px;
}

.important{
    color: #e60012;
}

@media (max-width: 960px) {
    .head-news-swiper{
        height: 340px;
    }

    .head-news-swiper .swiper-slide .news-cover {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .head-news-swiper .swiper-slide::after{
        height: 100%;
        background: none rgba(0, 0, 0, .5)
    }
    .head-news-swiper .info{
        left: 50px;
    }
    .news-list a{
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
    }
    .news-list .col1{
        width: 100%;
        padding-left: 0;
        margin-bottom: 8px;
        line-height: 1.45em;
    }
    .news-list .col3{
        justify-self: flex-end;
        margin-left: auto;
        margin-right: 0;
        align-self: flex-end;
        width: 100%;
        text-align: right;
        padding-right: 0;
    }
    .news-list .col2{
        width: 100%;
        flex: 0 0 auto;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-left: -10px;
    }

    .news-list .col2 .tag-label{
        margin-bottom: 6px;
    }

    /*.news-list .col2::after{
        content: "";
        position: absolute;
        width: 75%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 250;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
        pointer-events: none;
    }*/
    .label{
        margin-left: 0;
        margin-right: 10px;
        word-break: keep-all;
        flex: 0 0 auto;
    }

    .head-news-swiper{
        height: calc(18vw + 140px);
        min-height: 280px;
    }
    .head-news-swiper .info{
        left: 30px;
        width: 60%;
    }
}
@media (max-width: 750px) {
    .search-bar{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 640px) {
    .head-news-swiper .info{
        left: 20px;
        width: calc(100% - 40px);
    }
    .head-news-swiper .labels{
        margin-bottom: 8px;
    }
    .head-news-swiper .title{
        font-size: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .head-news-swiper .desc{
        margin-bottom: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 4.425em;
    }
}