.aside_left {
    padding: 0
}

.com_art {
    margin: 0 0 6.25%;
}

.time_share {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.time_share time {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-right: 33px
}

.time_share .img {
    width: 36px;
    height: 36px;
    margin-right: 14px
}

.content_body {
    margin-top: 16px
}

.content_body p {
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 30px
}


.content_body a {
    color: var(--hover-main);
}

.content_body a:hover {
    text-decoration: underline;
}

.prne {
    margin-top: 17px;
    justify-content: space-around
}

.prne>div {
    display: flex;
    align-items: center;
    max-width: calc(50% - 10px)
}

.prne>div a,
.prne>div span {
    font-weight: bold;
    font-size: 20px
}

.prne .btn {
    background: var(--color-bg);
    border-radius: 4px;
    margin-right: 16px;
    padding: 12px 16px;
    font-weight: bold;
    font-size: 20px;
    min-width: 148px
}

.prne .btn::before {
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #333;
    transform: rotate(90deg);
    margin-right: 10px
}

.prne .ne .btn {
    margin-right: 0;
    margin-left: 16px;
    background: #333333;
    color: #fff
}

.prne .ne .btn::before {
    border-top-color: #fff;
    transform: rotate(-90deg)
}

@media screen and (max-width: 1660px) {
    .com_art {
        margin: 0 0 4%;
    }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width:950px) {
    .prne {
        flex-direction: column;
        align-items: flex-start
    }

    .prne>div {
        width: 100%;
        max-width: 100%
    }

    .prne>div a,
    .prne>div span {
        font-size: 16px
    }

    .prne .btn {
        font-size: 16px;
        padding: 10px
    }

    .prne .ne {
        margin-top: 10px
    }

    .prne .ne a,
    .prne .ne span {
        order: 2
    }

    .prne .ne .btn {
        margin: 0 16px 0 0
    }
}