.title a {
    font-size: 22px;
    color: #4cb5e3;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.title .more {
    float: right;
    font-size: 18px;
    color: #c0c0c0;
}

.Accommodation {
    border-bottom: 3px solid #aaa;
    margin-bottom: 40px;
}

.box {
    float: left;
    position: relative;
    display: block;
    width: 292px;
    height: 284px;
    margin-right: 10px;
    margin-bottom: 45px;
}

.box:nth-child(4n) {
    margin-right: 0;
}

.box .img {
    width: 100%;
    height: 284px;
    margin-bottom: 10px;
}

.box .img img {
    width: 100%;
    height: 100%;
}

.box p {
    font-size: 18px;
    line-height: 33px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    background-color: #4cb5e3;
    color: #fff;
}


/* list */

.list_box {
    display: block;
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
}

.list_box .left {
    margin-right: 26px;
    width: 274px;
    height: 154px;
}

.list_box .left img {
    width: 100%;
    height: 100%;
}

.list_box .right {
    position: relative;
    width: 900px;
    height: 154px;
}

.list_box .right h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.list_box .right p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.list_box .right span {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    color: #4cb5e3;
}