.mainContent {
    margin-bottom: 35px;
}

.ip {
    font-size: 14px;
    color: #333333;
    line-height: 40px;
}

.ip a {
    color: #333333;
}

.list {
    display: flex;
    justify-content: space-between;
}

.listLeft {
    width: 235px;
    color: #f8e9be;
    background: #cb3030;
    padding: 20px 24px 0px 0px;
    box-sizing: border-box;
}

.listLeft div {
    height: 40px;
    font-size: 17px;
    color: #f8e9be;
    line-height: 40px;
    padding: 0px 20px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 10px;
}

.listLeft a.on div,
.listLeft a div:hover {
    color: #b11111;
    background: #fbe2b4;
    font-weight: 600;
    border-radius: 0px 20px 20px 0px;
}

.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: 22px;
    color: #d50424;
    font-weight: 600;
    line-height: 30px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

.listRight-title span {
    border-bottom: 3px solid #d50424;
    padding-bottom: 10px;
}

.list-1 ul li a {
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-1 ul li a .content {
    width: calc(100% - 120px);
    color: #121212;
    padding-left: 20px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.list-1 ul li a .content::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #d50323;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2.5px;
}

.list-1 ul li a .date {
    color: #707070;
}

.pagination {
    font-size: 14px;
    color: #a9a9a9;
    margin-top: 43px;
    padding-left: 20px;
    box-sizing: border-box;
}