body {
    background: #F6F6F6;
}

.headerLink {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
    margin-top: 24px;
}

.headerLink a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 0px;
}

.caseWrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
    flex-wrap: wrap;
}

.caseBox {
    width: 266px;
    height: 321px;
    background: #fff;
    margin-right: 45px;
    margin-top: 27px;
}

.caseBox:nth-of-type(4n+4) {
    margin-right: 0px;
}

.caseImg {
    width: 265px;
    height: 149px;
    overflow: hidden;
}

.caseImg img {
    width: 100%;
    /* height: 100%; */
}

.caseTitle {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 27px;
    margin: 10px 14px;
    min-height: 53px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.caseInfo {
    padding: 0px 14px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 29px;
}

.caseInfo p {
    width: 100%;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pageBox {
    text-align: center;
    padding-bottom: 60px;
}

.pageBox .pageSize {
    display: inline-block;
}

.pageBox .pageSize ul {
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.pageBox .pageSize ul li {
    margin-right: 8px;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #D3D0D4;
    border-radius: 2px;
    cursor: pointer;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(107, 107, 107, 1);
}

.pageBox .pageSize ul li.on {
    background: rgba(132, 84, 204, 1);
    border-radius: 2px;
    border: 1px solid rgba(132, 84, 204, 1);
    color: #fff;
}

.pageBox .pageSize ul li span {
    display: block;
    width: 100%;
    height: 100%;
}

.pageBox .pageSize ul li:last-child {
    margin-right: 0px;
}