.title {
    font-size: 22px;
    color: #4cb5e3;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.title .more {
    float: right;
    font-size: 18px;
    color: #c0c0c0;
}

.box {
    float: left;
    position: relative;
    display: block;
    width: 276px;
    height: 240px;
    margin-right: 32px;
    margin-bottom: 20px;
}

.box:nth-child(4n) {
    margin-right: 0;
}

.box .img {
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
}

.box .img img {
    width: 100%;
    height: 100%;
}

.box p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
}

.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    font-size: 14px;
    color: #4cb5e3;
}

.bottom .span {
    display: block;
    width: 10px;
    height: 10px;
}

.bottom .num {
    font-size: 12px;
    color: #bfbfbf;
}