.news-container {
    padding: 0 16px;
    /* max-width: 300px; */
}

.news-content-wrap {
    display: flex;
}

.news-content-title-wrap {
    padding-left: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
}
.news-content-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.news-content-wrap img {
    width: 164px;
    height: 100%;
    object-fit: cover;
}
.bussiness-science-topic {
    display: flex;
}
.icon-container {
    display: inline-block;
}
.swiper-block .swiper-container {
    width: 100%;
    padding: 0;
}
.image-news {
    object-fit: cover;
}
.first-topic-img {
    height: 470px;
    width: 100%;
}
.sus-category-wrap {
    overflow-x: auto;
    margin-left: 12px;
}
@media all and (max-width: 1200px) {
    .news-container {
        padding: 0 12px;
    }
    .news-content-wrap img {
        width: 134px;
    }
    .image-news-detail {
        width: 150px;
    }
    .first-topic-img {
        height: 410px;
        width: 100%;
    }
}
@media all and (max-width: 991px) {
    .news-content-wrap {
        display: block;
    }
    .news-content-title-wrap {
        padding-left: 0;
    }
    .image-news-detail {
        width: 100px;
    }
    .first-topic-img {
        height: 630px;
    }
    .sus-category-wrap::-webkit-scrollbar {
        display: none;
    }
    .news-container {
        max-width: none;
    }
}
@media all and (max-width: 768px) {
    .news-container {
        padding: 0 16px;
    }
    .news-content-wrap {
        display: flex;
    }
    .news-content-title-wrap {
        padding-left: 10px;
    }
    .news-content-wrap img {
        width: 220px;
    }
    .bussiness-science-topic {
        display: block;
    }
    .first-topic-img {
        height: 300px;
    }
    .sus-category-wrap {
        margin-left: 0;
    }
}
@media all and (max-width: 480px) {
    .news-container {
        padding: 0 12px;
    }
    .news-content-wrap {
        display: block;
    }
    .news-content-wrap img {
        width: 100%;
    }
}
.sus-category-wrap::-webkit-scrollbar {
    height: 6px;
}
.sus-category-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.sus-category-wrap::-webkit-scrollbar-thumb {
    background: #888;
}
.sus-category-wrap::-webkit-scrollbar-thumb:hover {
    background: #555;
}
