li {
    list-style: none;
}

.content_article .to_detail {
    overflow: hidden;
    border-bottom: 1px solid #a5abbd;
    padding: 16px 0px;
    font-family: Roboto;
    line-height: 21px;
    cursor: pointer;
}

.content_article .to_detail:hover div:first-child {
    color: #1F518E;
}

.content_title {
    font-family: DM Serif Display;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #a5abbd;
}

.content_article>div div:first-child {
    float: left;
    font-weight: bold;
    font-size: 18px;
}

#pageBox {
    margin-top: 192px;
}

@media screen and (max-width: 1200px) {
    .mobile_title {
            color: #111111 !important;
            font-family: Roboto !important;
            font-weight: bold !important;
            font-size: 0.32rem !important;
            letter-spacing: 0px !important;
            line-height: 0.86rem !important;
    }

    .content_title {
        padding-bottom: 0px;
        border-bottom: 0px solid #a5abbd !important;
    }

    #pageBox {
        display: none;
    }
    .content_title {
        display: block;
    }
    .to_detail {
        background-color: white;
        margin-top: 0.24rem;
        padding: 0.32rem 0.24rem !important;
        border-radius: 5px;
    }
    .content_article .to_detail {
        border-bottom: 0;
        border-radius: 8px;
        background: #FFFFFF;
        box-shadow: 2px 4px 16px 0px rgba(0,0,0,0.04);
        line-height: normal;
    }
    .dis_none {
        display: none !important;
    }
    .content_article>div div:first-child {
        color: #111111;
        font-family: Roboto;
        font-weight: 500;
        font-size: 0.24rem;
        line-height: 0.4rem;
        letter-spacing: 0px;
        text-align: left;
    }
    .contentBox .mobileShow {
        display: block;
        border-bottom: none;
    }
}