
/*.page {*/
/*    background: #F7FAFD;*/
/*}*/
.active_tab {
    color: rgba(0, 47, 231, 1);
    border-bottom: 2px solid rgba(23, 92, 250, 1);;
}
.ellipsis {
    overflow:hidden; text-overflow: ellipsis;
    -webkit-line-clamp: 1; display: -webkit-box;
    -webkit-box-orient: vertical;
}
.read_box .read_item:nth-child(-n+4) .rank {
    background-color: #FF8D1A;
}
@media (min-width: 100px) and (max-width: 992px) {
    .row {
        margin-left: 0; 
        margin-right: 0;
    }
    .dropdown-toggle {
        text-align: right;
    }
    .tabs {
        display: flex; 
        margin-top: 0.1rem; 
        overflow-y: auto;
    }
    .tabs > div {
        flex: 1; 
        padding: 0.1rem 0; 
        text-align: center;
        min-width: 1rem;
    }
    .about {
        padding-top: 0.2rem;
        text-align: center; 
        background: white;
    }
    .about > div:nth-child(1) {
        font-size: 0.2rem;
        font-weight: 700;
        color: rgba(28, 29, 31, 1);
    }
    .about > div:nth-child(2) {
        font-size: 0.16rem;
        color: rgba(110, 123, 148, 1);
    }
    .left_box {
        background-color: white;
    }
    .right_box {
        padding-left: 0;
        padding-right: 0;
    }
    .news_item {
        background: white; 
        padding: 0.1rem 0;
        border: 1px solid rgba(230, 233, 237, 1);
    }
    .news_item .title_news {
        font-size: 0.14rem; 
        margin-top: 0.08rem;
        font-weight: 500;
        color: rgba(28, 29, 31, 1);
    }
    .news_item .news_item_right > div:nth-child(2) {
        font-size: 0.12rem; 
        margin-top: 0.08rem;
        font-weight: 400;
        color: rgba(110, 123, 148, 1);
    }
    .news_item .news_item_right > div:nth-child(3) {
        font-size: 0.12rem; 
        margin-top: 0.08rem;
        font-weight: 400;
        color: rgba(110, 123, 148, 1);
    }
    .read_box {
        padding: 0.2rem;
        background-color: white;
    }
    .read_box .read_title {
        font-size: 0.16rem;
        font-weight: 500;
        color: rgba(28, 29, 31, 1);
    }
    .read_box .read_item {
        padding: 0.1rem 0;
        display: flex; 
        align-items: center;
        border-bottom: 1px solid rgba(238, 238, 238, 1);
    }
    .read_box .read_item .rank { 
        width: 0.2rem; 
        height: 0.2rem;
        opacity: 0.4; 
        text-align: center;
        border-radius: 0.02rem;
        background: rgba(110, 123, 148, 1);
        font-size: 0.16rem;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
    }
    .read_box .read_item > div:nth-child(2) {
        flex: 1; 
        margin-left: 0.1rem;
    }
    .products_box {
        padding: 0.2rem;
        background-color: white;
        margin-top: 0.1rem;
    }
    .products_box .products_title {
        font-size: 0.18rem; 
        margin-bottom: 0.15rem;
        font-weight: 500;
        color: rgba(28, 29, 31, 1);
    }
    .products_box .products_item {
        display: flex; 
        margin-top: 0.12rem;
    }
    .products_box .products_item .products_img {
        width: 0.86rem; 
        height: 0.66rem;
        margin-right: 8px;
    }
    .products_box .products_item .products_text {
        flex: 1;
        display: flex; 
        flex-direction: column;
        justify-content: space-between; 
    }
    .products_box .products_item .products_text .products_text_text {
        font-size: 0.14rem;
        font-weight: 500;
        color: rgba(28, 29, 31, 1);
    }
}


 /* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
    .maxWidth {
        max-width: 1200px; margin: 0 auto;
    }
    .tabs { 
        margin-bottom: 20px;
        text-align: center; display: flex; overflow-y: auto;
        >div {
            padding: 20px 0;
            flex: 1; cursor: pointer;
            min-width: 120px; 
            font-size: 20px;
            font-weight: 400;
            color: rgba(28, 29, 31, 1);
        }
    }
    .tabs > div:hover {
        color: rgba(0, 47, 231, 1); /* 悬停文字颜色 */
    }
    .img_row { margin: 0; }
    .col-content { padding-right: 0; padding-left: 0; }
    .news_box {
        margin-top: 20px;
        padding-bottom: 40px;
        display: flex;
        justify-content: space-between;
    }
    .news_item {
        height: 200px; overflow: hidden;
        padding: 15px 0; border-radius: 6px;
        background: rgba(255, 255, 255, 1);
        margin-bottom: 24px;
    }
    .news_item_left {
        height: 100%;
    }
    .news_item_right {
        height: 100%;
        display: flex; flex-direction: column;
        >div:nth-child(1) { 
            font-size: 22px;
            font-weight: 500;
            color: rgba(28, 29, 31, 1);
        }
        >div:nth-child(2) { 
            font-size: 18px; font-weight: 400;
            color: rgba(110, 123, 148, 1);
            overflow:hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            flex: 1; margin: 21px 0;
        }
        >div:nth-child(3) { 
            font-size: 18px; font-weight: 400;
            color: rgba(110, 123, 148, 1);
        }
    }
    .right_box {
        margin-top: 20px; 
        .read_box {
            padding: 18px;
            background: rgba(255, 255, 255, 1);
        }
       .read_title {
            font-size: 18px;
            font-weight: 500;
            color: rgba(28, 29, 31, 1);
       } 
       .read_item {
            padding: 13px 0;
            display: flex; align-items: center;
            border-bottom: 1px solid rgba(238, 238, 238, 1);
            .rank { 
                width: 20px; height: 20px;
                opacity: 0.4; text-align: center;
                border-radius: 2px;
                background: rgba(110, 123, 148, 1);
                font-size: 16px;
                font-weight: 500;
                color: rgba(255, 255, 255, 1);
            }
            >div:nth-child(2) {
                flex: 1; margin-left: 10px;
            }
       }

       .products_box {
            background: rgba(255, 255, 255, 1);
            padding: 18px; margin-top: 20px;
            .products_title {
                font-size: 18px; margin-bottom: 20px;
                font-weight: 500;
                color: rgba(28, 29, 31, 1);
            }
            .products_item {
                display: flex; margin-top: 20px;
                .products_img {
                    width: 80px; height: 50px;
                    margin-right: 8px;
                }
                .products_text {
                    display: flex; flex-direction: column;
                    justify-content: space-between;
                    .products_text_text {
                        font-size: 14px;
                        font-weight: 500;
                        color: rgba(28, 29, 31, 1);
                    }
                }
            }
       }
    }
}

/*.pagination {*/
/*    display: flex;*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    justify-content: center;*/
/*    margin-top: 20px;*/
/*}*/

/*.pagination li {*/
/*    !*height: 30px; line-height: 30px;*!*/
/*    !*margin: 0 5px;*!*/
/*    cursor: pointer;*/
/*    padding: 0 11px;*/
/*    !*background: #F5F6F7;*!*/
/*    !*border-radius: 4px;*!*/
/*}*/

/*.pagination li.active {*/
/*    background: #002FE7;*/
/*    color: white !important;*/
/*}*/

/*.pagination li.disabled {*/
/*    color: #999;*/
/*    cursor: not-allowed;*/
/*    background-color: #eee;*/
/*}*/