.new_p {
    font-size: 30px;
    text-align: center;
    margin-top: 100px;
}

.new_time {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.share-list {
    width: 217px;
    height: 50px;
    margin: auto;
    margin-top: 10px;
}

.share-container li {
    position: relative;
    float: left;
    width: 23px;
    height: 23px;
    list-style: none;
    margin-left: 4px;
    margin-right: 4px;
}

.share-container li a {
    display: inline-block;
    width: 100%;
    height: 23px;
}

.share-container li a img {
    width: 100%;
}

.wechat-share {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 128px;
    height: 128px;
    overflow: hidden;
    z-index: 9;
    margin-left: 8px;
}

.bds_weixin:hover~.wechat-share {
    display: block;
}

.wechat-share img {
    width: 100%;
}

.new_content {
    width: 75%;
    margin: auto;
    margin-top: 15px;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 80px;
}

.new_content img {
    width: 100% !important;
    height: auto !important;
}

.prev a {
    text-decoration: none;
    color: black;
}

.next a {
    text-decoration: none;
    color: black;
}

.prev-next {
    height: 140px;
    margin-bottom: 60px;
    display: block;
    width: 75%;
    margin: auto;
}

.next {
    margin-top: 10px;
}

@media screen and (max-width: 1500px) {
    .new_p {
        font-size: 28px;
        margin-top: 90px;
    }
}


@media screen and (max-width: 1400px) {
    .new_p {
        font-size: 26px;
        margin-top: 80px;
    }
}

@media screen and (max-width: 1300px) {
    .new_p {
        font-size: 25px;
        margin-top: 75px;
    }
}


@media screen and (max-width: 1024px) {
    .share-list {
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    .new_p {
        font-size: 24px;
        margin-top: 70px;
    }

    .prev-next {
        height: 130px;
    }

    .share-list {
        margin-top: 15px;
    }
}

@media screen and (max-width: 414px) {
    .new_p {
        font-size: 16px;
        width: 85%;
        margin: auto;
        margin-top: 20px;
        line-height: 25px;
    }

    .new_time {
        font-size: 14px;
        margin-top: 14px;
    }

    .new_content {
        margin-top: 0px;
        font-size: 15px;
        line-height: 28px;
        width: 85%;
        margin-bottom: 40px;
    }

    .prev-next {
        width: 85%;
        font-size: 15px;
        height: 120px;
    }
}