.news-wrapper {
    display: flex;
}

.news-container {
    /*border-right: 1px solid #EEEEEE;*/
    padding-right: 74px;
    width: 100%;
}

.news_news_wrap__2cbiV {
    background: #f7f7f7;
}

.news-item-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.about_about_wrap__2NSLy {
    background: #f7f7f7;
    padding-bottom: 30px;
}

.news-page-title {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

.hot-symbols-swiper-container {
    display: none;
}

.hot-symbols-container {
    min-width: 428px;
}

.hot-symbols {
    border: 1px solid #e5e5e5;
    padding: 33px 38px;
    margin-top: 28px;
}

.hot-symbol {
    background: #FFFFFF;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}

.hot-symbol .label {
    color: #999999;
    font-size: 16px;
    margin-right: 46px;
}

.hot-symbol .row {
    display: flex;
    align-items: center;
}

.hot-symbol+.hot-symbol {
    margin-top: 29px;
}

.hot-symbol .row+.row {
    margin-top: 20px;
}

.hot-symbol .symbol {
    color: #555555;
    font-size: 18px;
    margin-left: 16px;
}

.hot-symbol .price {
    font-size: 24px;
    font-weight: bold;
}

.hot-symbol .percentage-value {
    font-size: 20px;
}

.common-container {
    max-width: 1200px;
}

.breadcrumb {
    margin-bottom: 48px;
}

@media (max-width: 1080px) {

    .common-container {
        margin: 0 4vw 4vw 4vw;
        top: 0px;
        padding-top: 4vw;
    }

    .news_news_wrap__2cbiV .news_news_list__XbwLj .news_list_wrap__2T_Za .news_right__3mCtD {
        height: 100%;
    }

    .news-wrapper {
        flex-direction: column;
        padding-right: 0px;
    }

    .hot-symbols-container {
        display: none;
        min-width: 100%;
    }

    .hot-symbols {
        border: none;
        padding: 5vw 0px;
        margin-top: 0px;
    }

    .hot-symbols-swiper-container {
        display: none;
    }

    .hot-symbol+.hot-symbol {
        margin-top: 0px;
    }

    .hot-symbol-swiper {
        height: 57.5vw;
        display: flex;
        margin-top: 2vw;
        overflow: hidden;
    }

    .hot-symbol {
        background-color: #FFFFFF;
        padding: 5vw;
    }

    .news-container {
        padding-right: 0px;
    }

    .news-page-title {
        padding-left: 15.72px;
    }

    .news-container .news-page-title::before {
        content: '';
        position: absolute;
        left: 0vw;
        margin-top: 4.4vw;
        transform: translateY(-50%);
        width: 1vw;
        height: 5vw;
        background: #072EA9;
    }

    .hot-symbols-swiper-container .news-title::before {
        content: '';
        position: absolute;
        left: 0vw;
        top: 1.75vw;
        margin-top: 2.1vw;
        transform: translateY(-50%);
        width: 1vw;
        height: 5vw;
        background: #072EA9;
    }

    .news_news_wrap__2cbiV .news_news_list__XbwLj .news_list_wrap__2T_Za {
        border-bottom: 1px solid #DCDCDC;
    }

    .news_news_wrap__2cbiV .news_news_list__XbwLj .news_list_wrap__2T_Za:last-child {
        border-bottom: none;
    }

    .news_news_wrap__2cbiV .news_news_list__XbwLj {
        margin-bottom: 5vw;
    }

    .news-title,
    .academy-title {
        justify-content: flex-start;
        padding-left: 4vw;
    }

    #pagination a.previous {
        width: 100%;
        height: 12.5vw;
        background-color: #EEEEEE;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5vw;
        margin-left: 10vw;
    }

    #pagination a.previous h2 {
        background-color: #EEEEEE;

    }

    #pagination a.next {
        width: 100%;
        height: 12.5vw;
        background-color: #EEEEEE;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5vw;
        margin-right: 10vw;
    }

    #pagination a.next h2 {
        background-color: #EEEEEE;
    }

    .Pagination_page_wrap__37QUY a {
        border: none;
    }
}