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

.main ul li {
    padding: 60px 33px;
    float: left;
    margin-right: 28px;
    margin-top: 10px;
}

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

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

.main ul li:hover {
    background-color: #fff;
    box-shadow: 0 0 30px -1px rgba(109, 202, 118, .18);
}

.main ul li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.main ul li a .imgbox {
    margin-bottom: 40px;
    width: 108px;
    height: 108px;
    overflow: hidden;
    border-radius: 50%;
}

.main ul li a .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
}

.main ul li a .name {
    margin-bottom: 25px;
    font-family: AlibabaPuHuiTiB;
    font-size: 24px;
    color: #5CAA2E;
    text-align: center;
}

.main ul li a .job {
    width: 198px;
    height: 81px;
    font-family: AlibabaPuHuiTiR;
    font-size: 18px;
    color: #7B7B7B;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}