@media screen and (max-width: 767px) {
    .home-news-carousel-container {
        padding: 6px !important;
        font-size: 17px !important;
        width: 100% !important;
        justify-content: space-between !important;
    }

    .home-news-carousel-title {
        width: 27% !important;
    }

    .home-news-carousel {
        width: 70% !important;
        margin-left: 0 !important;
        height: 32px !important;
        overflow: hidden !important;
        position: relative !important;
    }

    .home-news-carousel-list {

    }

    .home-news-carousel-link {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 32px;
    }
}

.home-news-carousel-container {
    color: #999;
    font-size: 16px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.home-news-carousel-title {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.home-news-carousel-icon {
    font-size: 30px;
    color: #CC0000;
    margin-right: 5px;
}

.home-news-carousel {
    width: 500px;
    height: 30px;
    margin-left: 30px;
    line-height: 30px;
    position: relative;
    overflow-y: hidden;
}

.home-news-carousel-list {
    position: absolute;
    top: 0;
    left: 0;
}

.home-news-carousel-item {

}

.home-news-carousel-link,
.home-news-carousel-link:hover {
    color: #999;
}