.news-thumb {
    width: 100%;
    height: 50%;
    position: relative;
}

    .news-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
/*        border-radius:18px;*/
    }

.news-cate {
    position: absolute;
    top: 0;
    left: 0;
    color:#000;
}


.news-item {
    padding: 25px;
    display: flex;
    height: 350px;
}

.news-link {
   width:100%;
}

.news-info {
    width: 100%;
    height: 100%;
}

.news-tit, .news-date, .news-con {
    padding: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.news-detail {
    width:100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    justify-content: space-between;
    text-align:left;
}

.border1 {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.border2 {
    border-bottom: 1px solid #ddd;
}

.border3 {
    border-right: 1px solid #ddd;
}

@media(max-width:1380px){
    
}
@media (max-width:767px) {
    .news-item {
        height: 180px !important;
    }

    .news-info {
        flex-direction: row !important;
    }

    .news-thumb {
        width: 40% !important;
        height: 100% !important;
    }

    .news-detail {
        width: 60% !important;
        height: 100% !important;
    }
}
@media(max-width:575px){
    .border1, .border2, .border3{
        border:none;
    }

}