
.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;
    }

    .new_title {
        font-size: 0.16rem;
        font-weight: 500;
        color: rgba(28, 29, 31, 1);
        margin-bottom: 0.12rem;
    }
    .time {
        margin-bottom: 0.2rem;
        font-size: 0.12rem; color: rgba(110, 123, 148, 1);
        font-weight: 400;
        color: rgba(110, 123, 148, 1);
        display: flex; justify-content: space-between;
    }
    .content {
        padding: 0.2rem 0;
        font-size: 0.14rem;
        font-weight: 400;
        color: rgba(110, 123, 148, 1);
    }
    .content img{
        max-width: 100%;
    }
    .left_box {
        padding-top: 0.2rem;
        background-color: white; margin-bottom: 0.3rem;
    }
    .right_box  {
        padding-left: 0;
        padding-right: 0;
    }

    .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;
    }

    .news_box {
        margin-top: 20px;
        padding-bottom: 40px;
        display: flex;
        justify-content: space-between;
    }

    .new_title {
        font-size: 40px;
        font-weight: 500;
        color: rgba(28, 29, 31, 1);
    }

    .time {
        font-size: 18px; font-weight: 400;
        color: rgba(110, 123, 148, 1);
        display: flex;
        >span:nth-child(1) {
            margin-right: 20px;
        }
    }

    .content {
        margin-top: 34px;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 21.1px;
        color: rgba(110, 123, 148, 1);
    }
    .content img{
        max-width: 100%;
    }


    .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);
                    }
                }
            }
       }
    }
}