#main-box {
    overflow-x: hidden;
    overflow-y: auto;
}

.content-page {
    overflow-x: hidden;
    overflow-y: auto;
}

.zs-list {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.zs-list-item {
    display: flex;
    padding: 0.2rem;
    font-size: .3rem;
    color: #b2b2b2;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

    .zs-list-item:last-child {
        border-bottom: none;
    }

.close-lis {
    background-color: #fffbf6;
}

.close-tt {
    color: #f69c27;
}

.zs-list-item .zs-img {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    border-radius: 100%;
    overflow: hidden;
}

    .zs-list-item .zs-img img {
        width: 100%;
    }

.zs-list-item .zs-right-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%;
    padding-left: 5%;
}

.zs-list-item .zs-titles {
    width: 100%;
    font-size: .32rem;
    line-height: 0.5rem;
    color: #4d4d4d;
    margin-bottom: 0.15rem;
}

.zs-list-item .zs-desc {
    width: 100%;
    font-size: .32rem;
    line-height: 0.5rem;
}

.next-jt {
    position: absolute;
    top: 37%;
    right: 3%;
    width: 8px;
    height: 18px;
    background-image: url(../image/jt.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.close-next-jt {
    background-image: url(../image/close-jt.png);
}

.content {
    padding-top: 50px;
}
