.contentBox {
    font-family: Roboto;
    font-weight: bold;
}

.span-lan {
    color: #366CB4;
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
}

.contentBox .to_detail {
    cursor: pointer;
    margin-top: 24px;
}

.contentBox .to_detail .news_time {
    color: #A6ABBB;
    font-size: 24px;
    line-height: 34px;
}

.contentBox .to_detail .news_content {
    color: #111111;
    font-weight: bold;
    margin-top: 8px;
    font-size: 18px;
    line-height: 22px;
}

.contentBox .to_detail:hover .news_content {
    color: #1F518E;
}

.contentBox .content_article {
    margin-bottom: 196px;
}

@media screen and (max-width: 1200px) {
    #content_title, #pageBox {
        display: none !important;
    }
    .contentBox {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
        margin-left: 0;
    }
    .contentBox .to_detail {
        padding: 0.32rem 0.24rem;
        margin-top: 0.24rem;
        border-radius: 8px;
        background: #FFFFFF;
        box-shadow: 2px 4px 16px 0px rgba(0,0,0,0.04);
        display: table;
        width: 100%;
    }
    .contentBox .to_detail .news_content {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 0.24rem;
        line-height: 0.4rem;
        color: #111111;
        margin-top: 0;
        margin-bottom: 0.08rem;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .contentBox .to_detail .news_time {
        color: #DDDDDD;
        font-family: Roboto;
        font-weight: normal;
        font-size: 0.2rem;
        line-height: 0.23rem;
        letter-spacing: 0px;
    }
    .content_article>.to_detail:first-child {
        margin-top: 0;
    }
    .contentBox .content_article {
        margin: 0;
    }
    .pd_bot352 {
        padding-bottom: 0.8rem;
    }
    .news_box {
        width: 4.16rem;
    }
    .news_imgBox{
        width: 1.78rem;
        height: 100%;
        overflow: hidden;
        border-radius: 8px;
    }
    .news_img {
        width: 1.78rem;
    }
    .mobile-list {
        margin-top: 0.32rem;
    }
}