.content {
    background: #FFFFFF;
    padding: 32px 40px 37px;
}

.content .list li {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

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

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

.content .list li:hover a .title {
    color: #1943F3;
}

.content .list li a .imgbox {
    margin-bottom: 10px;
    width: 255px;
    height: 142px;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}

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

.content .list li a .title {
    width: 245px;
    height: 50px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}