.com_list_warp {
    --r-w: 344px;
    margin-top: 0;
    padding-top: calc((84 / 19.2) * 1%);
    padding-bottom: calc((74 / 19.2) * 1%);
    background: #f8f8f8
}

.a_left {
    --pd: 80px;
    float: left;
    width: calc(100% - var(--pd) - var(--r-w))
}

.a_left .title {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #000000
}

.a_left .time_shar {
    margin-top: 33px;
    display: flex;
    align-items: center
}

.a_left .time_shar time {
    color: #333333;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    margin-right: 37px
}

.a_left .time_shar .share_btn {
    display: flex;
    align-items: center
}

.a_left .time_shar .share_btn>span {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-right: 20px
}

.a_left .com_bodys {
    margin-top: 37px
}

.a_left .com_bodys p {
    font-family: Arial
}

.a_left .com_bodys strong {
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 24px
}

.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
}

.com_aside {
    width: var(--r-w)
}

.com_right_item {
    margin-top: 35px
}

.com_right_item:first-child {
    margin-top: 0
}

.com_right_item>a {
    padding: 22px 20px;
    background: #f2f2f2;
    font-family: Poppins;
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    display: block;
    background: var(--color-main)
}

.com_right_item .lists {
    background: #fff;
    padding: 20px 0
}

.com_right_item .lists .item {
    margin-top: 14px
}

.com_right_item .lists .item:first-child {
    margin-top: 0
}

.com_right_item .lists .item .img {
    padding-bottom: calc((171 / 2.8) * 1%)
}

.com_right_item .lists .item time {
    padding: 10px;
    display: block;
}

.com_right_item .lists .item .title {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    display: block;
    padding: 0 10px
}

.com_right_item .lists_ul {
    padding-top: 20px;
    background: #fff
}

.com_right_item .lists_ul li {
    padding: 13px 19px;
    border-bottom: 1px solid #ededed
}

.com_right_item .lists_ul li a {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #2b2c30;
    line-height: 29px;
    display: flex;
    align-items: center
}

.com_right_item .lists_ul li a:hover::before {
    background: url(../images/color/a_new_2.png) no-repeat center / cover
}

.com_right_item .lists_ul li a::before {
    content: "";
    display: block;
    width: 11px;
    height: 12px;
    background: url(../images/color/a_new_1.png) no-repeat center / cover;
    margin-right: 7px;
    flex-shrink: 0
}

.footer {
    margin: 0
}

@media screen and (max-width:950px) {
    .prev_next {
        width: 100%;
        margin-top: 30px
    }

    .prev_next>div .txt {
        font-size: 16px
    }

    .prev_next>div .url {
        margin-left: 5px
    }

    .a_left {
        width: 100%
    }

    .a_left .time_shar {
        align-items: unset;
        flex-direction: column
    }

    .a_left .time_shar .share_btn {
        margin-top: 10px
    }
}