.right .content {
    background: #FFFFFF;
    padding: 32px 40px 37px;
    min-height: 418px;
}

.right .content ul li {
    padding: 19px 35px 29px 30px;
    float: left;
    margin-right: 14px;
    margin-top: 16px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #1943F3;
}

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

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

.right .content ul li a .box {
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right .content ul li a .box .title {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 22px;
    color: #1943F3;
}

.right .content ul li a .box img {
    width: 53px;
    height: 53px;
    display: block;
}

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