.right{
    min-width:898px;
}

.right .box {
    background: #FFFFFF;
    padding: 29px 40px 52px;
}

.content ul li {
    padding: 20px;
    float: left;
    margin-right: 13px;
    margin-top: 15px;
    background: #FFFFFF;
    box-shadow: 0px 9px 10px 9px #F4F4F4;
    border-radius: 10px 10px 10px 10px;
}

.content ul li:hover {
    background: #F6F8FF;
}

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

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

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

.content ul li a .top .imgbox {
    margin-right: 14px;
    border-radius: 50%;
    width: 69px;
    height: 69px;
    overflow: hidden;
}

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

.content ul li a .top .info .name {
    margin-bottom: 10px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}

.content ul li a .top .info .job {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #1943F3;
}

.content ul li a .bottom {
    width: 224px;
    height: 66px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}