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;
}

.list {
    background: #fffcf6;
    padding: 24px 20px 95px;
    display: flex;
    justify-content: space-between;
}

.listLeft {
    width: 200px;
    background: #fff3de;
}

.listLeft div {
    height: 50px;
    font-size: 17px;
    color: #2e2e2e;
    line-height: 50px;
    font-weight: 600;
    padding: 0px 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.listLeft div.on {
    color: #ffffff;
    background: #ff8a00;
}

.listLeft div:not(:last-of-type) span {
    border-bottom: 1px solid #ffe2b0;
}

.listLeft div.on span {
    border-bottom: 0px;
}

.listLeft div span {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-left: 23px;
    box-sizing: border-box;
}

.listRight {
    width: 936px;
}

.listRight-title {
    font-size: 18px;
    color: #ae1e24;
    font-weight: 600;
    line-height: 30px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

.list ul li a {
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list ul li a .content {
    color: #313131;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.list ul li a .date {
    color: #999794;
}

.pagination {
    font-size: 14px;
    color: #a9a9a9;
    margin-top: 43px;
    padding-left: 20px;
    box-sizing: border-box;
}