<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-wrapper {
    display: flex;
    padding-top: 32px;
}

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

.news_news_wrap__2cbiV {
    background: #f7f7f7;
    padding-bottom: 59px;
}

.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: #EEEEEE;
    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;
}

@media (max-width: 1080px) {
    
    .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: block;
    }

    .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: 4vw;
        margin-top: 4.4vw;
        transform: translateY(-50%);
        width: 1vw;
        height: 5vw;
        background: #DC0000;
    }

    .hot-symbols-swiper-container .news-title::before {
        content: '';
        position: absolute;
        left: 0vw;
        margin-top: 2.1vw;
        transform: translateY(-50%);
        width: 1vw;
        height: 5vw;
        background: #DC0000;
    }
    
  .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;
  }
  
    #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-right: 4vw;
  }
  
  #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;
  }
  
    #pagination a.next h2{
    background-color: #EEEEEE;
  }
}</pre></body></html>