.container .layout ul li {
    float: left;
    width: 285px;
    margin-right: 20px;
    margin-top: 32px;
    box-shadow: 0px 2px 14px 0px rgba(203, 203, 203, 0.6);
}

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

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

.container .layout ul li:hover a .title {
    color: #45A2E5;
}

.container .layout ul li a {
    display: block;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}

.container .layout ul li a .imgbox {
    width: 100%;
    height: 149px;
}

.container .layout ul li a .imgbox img {
    width: 100%;
    height: 100%;
}

.container .layout ul li a .title {
    padding: 20px 12px;
    background-color: #fff;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}