.list_top .pagation .pagation_list {
    display: flex !important
}

.list_top .pagation .pagation_list {
    margin-top: 24px
}

.arc_news {
    --r-w: 345px;
    --pd: 106px;
    margin-top: calc((100 / 14.8) * 1%);
    padding: 0 calc((180 / 19.2) * 1%)
}

.arc_news .lll {
    /* width: calc(100% - var(--r-w) - var(--pd)) */
}

.arc_news .lll .title {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #000000
}

.arc_news .lll .time_shar {
    margin-top: 16px;
    display: flex;
    align-items: center
}

.arc_news .lll .time_shar time {
    color: #333333;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    margin-right: 37px
}

.arc_news .lll .time_shar .share_btn {
    display: flex;
    align-items: center
}

.arc_news .lll .time_shar .share_btn>span {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-right: 20px
}

.arc_news .lll .com_bodys p {
    font-family: Arial;
    line-height: 37px
}

.arc_news .rrr {
    width: calc(100% - var(--l-w) - var(--pd));
    width: var(--r-w);
    position: sticky;
    top: 80px
}

.prev_next {
    margin-top: 50px;
    width: 80%
}

.prev_next>div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    margin-top: 15px
}

.prev_next>div.prev {
    margin-top: 0
}

.prev_next>div .txt {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #000000
}

.prev_next>div .url {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-left: 22px
}

@media screen and (max-width:1366px) {
    .arc_news {
        padding: 0 2%;
        margin-top: 5%;
        --pd: 50px
    }
}

@media screen and (max-width:950px) {
    .arc_news {
        padding: 0 var(--all-pd)
    }

    .arc_news .lll {
        width: 100%
    }

    .arc_news .lll .time_shar {
        flex-direction: column;
        align-items: unset
    }

    .arc_news .lll .time_shar .share_btn {
        margin-top: 20px
    }

    .arc_news .rrr {
        display: none
    }

    .prev_next {
        width: 100%;
        margin-top: 30px
    }

    .prev_next>div .txt {
        font-size: 16px
    }

    .prev_next>div .url {
        margin-left: 5px
    }
}