#container {
    margin-bottom: 130px;
}
.aboutTop {
    margin-bottom: 50px;
}
.layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.newsMain {
    width: 900px;
    margin-bottom: 115px;
}
.newsMain .newsTitle {
    font-size: 22px;
    text-align: center;
    margin-top: 0;
}
.newsCon {
	line-height: 190%;
	text-align: justify;
}
.newsMain>p {
    display: flex;
    justify-content: center;
    color: #777;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}
.newsMain>p>span {
    margin-right: 30px;
}
.prev-next {
    display: flex;
    justify-content: space-between;
    width: 765px;
}
.prev-next li {
    width: 350px;
    height: 50px;
    line-height: 50px;
    text-align: center; 
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #333;
}
.prev-next li a {
    width: 100%;
}
.prev-next li:hover {
    color: #fff;
    background-color: #df0615;
    border: none;
}

@media (max-width: 767px) {
    .newsMain .serverTitle {
        margin-bottom: 20px;
    }
    .newsMain {
        width: 100%;
        margin-bottom: 50px;
    }
    .newsCon img {
        width: 100% !important;
        height: 100% !important;
    }
    .newsMain .newsTitle {
        font-size: 20px;
    }
    .newsCon {
        line-height: 180%;
    }
    .newsCon p span {
        font-size: 14px !important;
    }
    .newsCon  span {
        font-size: 14px !important;
    }
    .newsCon  div span {
        font-size: 14px !important;
    }
    #container {
        margin-bottom: 50px;
    }
    .prev-next {
        width: 100%;
    }
    .prev-next li {
        width: 50%;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
}