.content ul {
    margin-bottom: 40px;
}

.content ul li {
    float: left;
    margin-right: 30px;
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px #DDDDDD;
}

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

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

.content ul li:hover a .imgbox img {
    transform: scale(1.3);
}

.content ul li:hover a .info .title {
    color: #1E74FF;
}

.content ul li a {
    display: block;
}

.content ul li a .imgbox {
    width: 262px;
    height: 160px;
    overflow: hidden;
}

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

.content ul li a .info {
    padding: 20px;
    background-color: #fff;
}

.content ul li a .info .title {
    margin-bottom: 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 222px;
}

.content ul li a .info .writer {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}