﻿.top {
    position: relative;
    display: block;
    width: 100%;
    height: 604px;
    margin-bottom: 50px;
}

.top img {
    width: 100%;
    height: 604px;
}

.top p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.title {
    font-size: 22px;
    color: #4cb5e3;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.title .more {
    float: right;
    font-size: 18px;
    color: #c0c0c0;
}

.box {
    float: left;
    position: relative;
    display: block;
    width: 276px;
    height: 270px;
    margin-right: 32px;
    margin-bottom: 20px;
}

.box:nth-child(4n) {
    margin-right: 0;
}

.box .img {
    width: 100%;
    height: 206px;
}

.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;
    font-size: 14px;
    color: #ffbebe;
}

.bottom .span {
    display: block;
    width: 10px;
    height: 10px;
}

.bottom .num {
    font-size: 12px;
    color: #bfbfbf;
}

.Accommodation {
    height: 206px;
    padding-bottom: 30px;
}

.Accommodation .box {
    margin-bottom: 40px;
}

.Accommodation a {
    display: block;
    height: 206px;
}

.Accommodation a .img img {
    width: 100%;
    height: 206px;
}

.Accommodation p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.info_main_box {
    border-bottom: 3px solid #aaa;
    margin-bottom: 40px;
}


/* 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;
}