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

.main ul li {
    padding: 28px;
    border-radius: 23px;
    float: left;
    margin-right: 80px;
    margin-top: 40px;
    box-shadow: 0 0 10px 0 rgba(99, 194, 109, .18);
}

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

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

.main ul li a {
    display: block;
}

.main ul li a .top {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.main ul li a .top .imgbox {
    margin-right: 22px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

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

.main ul li a .top .title {
    width: 136px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

.main ul li a .bottom .smalltext {
    width: 233px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}