.container {
    padding: 20px 0 0 0;
    margin-bottom: 57px;
}

.container ul li {
    margin-top: 46px;
    margin-right: 37px;
    float: left;
}

.container ul li:hover a .box .title {
    color: #0F9959;
}

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

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

.container ul li a img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.container ul li a .box {
    margin: -35px 0 0 35px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(15, 153, 89, 0.21);
    border-radius: 9px;
    border: 1px solid #DBF2E8;
}

.container ul li a .box .title {
    width: 262px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #333330;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.container ul li a .box hr {
    margin: 5px 0 14px;
    display: block;
    width: 259px;
    height: 1px;
    background-color: #0F9959;
}

.container ul li a .box .smalltext {
    width: 262px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}