body {
       background: url(../img/bodyBackground-2.png) #fff7e8 no-repeat;
    background-size: 100% 1252px;
}

.mainContent {
    margin-bottom: 35px;
}

.ip {
    font-size: 14px;
    color: #ffd885;
    line-height: 40px;
}

.ip a {
    color: #ffd885;
}

.article {
    background: #fffcf6;
    padding: 0px 68px 40px;
    box-sizing: border-box;
}

.articleTitle {
    font-size: 30px;
    color: #1c1c1c;
    font-weight: 600;
    text-align: center;
    padding-top: 68px;
}

.subTitle {
    font-size: 14px;
    color: #666666;
    text-align: center;
    border-bottom: 1px solid #cfcfcf;
    padding: 40px 0px 18px;
    margin-bottom: 30px;
}

.article p {
    color: #333333;
    line-height: 35px;
    text-indent: 2em;
}