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

.main ul li {
    float: left;
    margin-right: 10px;
    margin-top: 40px;
}

.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:hover a .top .imgbox img {
    transform: scale(1.3);
}

.main ul li:hover a .top .content .title {
    color: #F9941F;
}

.main ul li a {
    display: block;
}

.main ul li a .top {
    display: flex;
}

.main ul li a .top .imgbox {
    margin-right: 14px;
    width: 135px;
    height: 180px;
    overflow: hidden;
}

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

.main ul li a .top .content .title {
    margin-bottom: 50px;
    width: 193px;
    height: 52px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 18px;
    color: #666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.main ul li a .top .content .writer {
    margin-bottom: 22px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.main ul li a .top .content .job {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    width: 224px;
}

.main ul li a .bottom .smalltext {
    margin-top: 16px;
    width: 343px;
    height: 50px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}