.newInfo {
    width: 1200px;
    margin: 0 auto;
    padding-top: 0.44rem;
}

.newInfo_title {
    font-size: 24px;
    color: #1B2137;
    line-height: 36px;
    margin-bottom: 0.14rem;
    text-align: center;
}

.newInfo_msg {
    font-size: 14px;
    color: #43484C;
    line-height: 21px;
    text-align: center;
    padding-bottom: 0.2rem;
}

.newInfo_msg span {
    margin-right: 0.1rem;
}


.newInfo_html {
    padding: 0.2rem 0;
    font-size: 16px;
    color: #1B2137;
    line-height: 30px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.newInfo_html img {
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.newInfo_btn {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0 0.6rem;
}

.newInfo_prev {
    text-align: left;
}

.newInfo_next {
    text-align: right;
}

.newInfo_prev,
.newInfo_next {
    flex: 1;
    color: rgba(67, 72, 76, 0.7);
    font-size: 14px;
    transition: 0.5s;
}

.newInfo_prev:hover,
.newInfo_next:hover {
    color: rgba(67, 72, 76, 1);
}

@media screen and (max-width: 800px) {

    .newInfo {
        width: 90%;
        margin: 0 auto;
    }
}