.list-box {
    width: 1440px;
    margin: 0 auto;
    background: #f2f2f2;
}

.list-img {
    margin-top: -72px;
}

.list-content {
    width: 1000px;
    margin: 40px auto;
    display: flex;
}

.list-left {
    width: 150px;
    margin-right: 20px;
    background: #fff;
    height: 100%;
}

.list-right {
    width: calc(1000px - 150px - 20px);
}

.list-content .easysite-list-title{
    display: none;
}