.serveNotice-info {
    width: 830px;
    margin: 40px auto 200px;
}
.serveNotice-info-title {
    width: 100%;
    text-align: center;
    padding: 45px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    margin-bottom: 94px;
}
.serveNotice-info-title span {
    color: #333;
    font-size: 30px;
    word-break: break-word;
}
.serveNotice-info-content img {
    max-width: 100%;
}
.serveNotice-info-content {
    width: 830px;
    margin: 30px auto 50px;
}
.serveNotice-info-content img {
    max-width: 100%;
}
.notice-none {
    width: 100%;
    margin: 160px 0 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.notice-none img {
    width: 210px;
    height: 210px;
}
.notice-none p {
    color: #999;
    font-size: 16px;
}
