

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

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

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

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

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

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

.main ul li a {
    display: block;
}

.main ul li a .imgbox {
    width: 281px;
    /* height: 173px; */
    overflow: hidden;
}

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

.main ul li a .title {
    box-shadow: 0px 0px 9px 0px rgba(216, 216, 216, 0.5);
    padding: 30px 15px;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 281px;
}