body {
    background-color: #f7f4f0;
}

.main .memberlist {
    padding: 30px;
    background-color: #fff;
}

.main .memberlist li {
    float: left;
    margin-right: 15px;
    margin-top: 20px;
}

.main .memberlist li:nth-child(5n) {
    margin-right: 0;
}

.main .memberlist li:nth-child(1),
.main .memberlist li:nth-child(2),
.main .memberlist li:nth-child(3),
.main .memberlist li:nth-child(4),
.main .memberlist li:nth-child(5) {
    margin-top: 0;
}

.main .memberlist li:hover a .imgbox img {
    transform: scale(1.3);
}


.main .memberlist li a {
    display: block;
}

.main .memberlist li a .imgbox {
    margin-bottom: 20px;
    width: 156px;
    height: 213px;
    overflow: hidden;
}

.main .memberlist li a .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.main .memberlist li a .name {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-align: center;
}