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

    .col-content { padding-right: 0; padding-left: 0; }

    .news_box {
        padding-top: 0.2rem;
    }

    .img_box {
        height: 0.56rem; margin-bottom: 0.2rem;
        background-color: #fff;
        text-align: center; padding: 0.12rem 0.05rem;
        border-radius: 0.06rem;
        border: 1px solid rgba(230, 233, 237, 1);
        
    }
    .img_box img {
        width: auto; height: 100%;
    }

}

 /* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
    .maxWidth {
        max-width: 1200px; margin: 0 auto;
    }
    .img_row { margin: 0; }
    .col-content { padding-right: 0; padding-left: 0; }
    .news_box {
        margin-top: 20px;
    }
    .img_box {
        height: 162px; margin-bottom: 20px;
        background-color: #fff;
        text-align: center; padding: 40px;
        img {
            width: auto; height: 100%;
        }
    }

}

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