.main{
    padding: 20px 0 80px;
}

.main .layout ul li {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

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

.main .layout ul li:nth-child(4n) {
    margin-right: 0;
}

.main .layout ul li a {
    display: block;
}

.main .layout ul li a .imgbox {
    width: 284px;
    height: 163px;
    overflow: hidden;
}

.main .layout ul li a .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .layout ul li a .title {
    margin-top: 17px;
    width: 284px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.main .layout ul li a .writer {
    margin-top: 11px;
    width: 284px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}