@import url(rooms.css);

.banner:after {
    content: "";
    background: url(../images/index/banner_shadow.png) no-repeat 50% 0;
    display: block;
    height: 26px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
.sect1 {
    padding: 100px 0 90px;
}
.about-sect {
    float: left;
    width: 65%;
}
.about-sect .main-title {
    font-size: 45px;
    margin-bottom: 28px;
}
.about-sect .pic {
    float: left;
    width: 316px;
}
.about-sect .txt {
    margin-left: 340px;
    color: #ccc;
}
.about-sect .txt .editor {
    padding-bottom: 10px;
    min-height: 175px;
}

.news-sect {
    float: right;
    width: 30%;
}
.news-sect .sect-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin: -20px 0 15px;
    letter-spacing: 2px;
}
.news-sect .sect-title:after {
    content: "";
    display: block;
    border-top: 1px solid #6F873D;
    position: absolute;
    right: 0;
    left: 126px;
    bottom: 10px;
}
.news-sect .sect-title small {
    display: block;
    color: #B2B95F;
    font-size: 12px;
    font-weight: normal;
}
.news-list .item a {
    display: block;
    position: relative;
    min-height: 54px;
    padding: 10px 10px 10px 75px;
    margin: 0 0 10px -6px;
}
.news-list .item a:hover {
    background: #324230;
}
.news-list .date {
    color: #B3BA5F;
    font-size: 13px;
}
.news-list .date b {
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #ccc;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0;
    border: 1px solid #404F2A;
    background: #182918;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.news-list a:hover .date b {
    background: #E5EA76;
    color: #43522B;
}
.news-list .title {
    color: #ccc;
}

.rooms-sect {
    background-image: url(../images/index/room_bg.jpg);
    border: 1px solid #6C793E;
    border-bottom: 0;
    padding-left: 46px;
    padding-right: 46px;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.rooms-sect .sect-title {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.rooms-sect .sect-title small {
    display: block;
    font-size: 12px;
    font-weight: normal;
    position: relative;
}
.rooms-sect .sect-title small:before,
.rooms-sect .sect-title small:after {
    content: "";
    width: 62px;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
}
.rooms-sect .sect-title small:before {
    right: 50%;
    margin-right: 32px;
}
.rooms-sect .sect-title small:after {
    left: 50%;
    margin-left: 32px;
}
.rooms-list .item:nth-child(4) {
    display: none;
}
.rooms-list .title {
    border-bottom: 0;
}

@media screen and (max-width: 1100px) {
    .about-sect,
    .news-sect {
        float: none;
        width: auto;
    }
    .news-sect {
        padding-top: 80px;
    }
    .news-sect .btn.more {
        display: block;
        margin: 20px auto 0;
    }
    .news-list .item a {
        margin-left: 0;
    }
    .rooms-sect {
        margin: 0 -15px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 980px) {
    .rooms-list .item:nth-child(4) {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .about-sect .pic {
        float: none;
        margin-bottom: 20px;
        width: auto;
    }
    .about-sect .txt {
        margin-left: 0;
    }
    .about-sect .txt .editor {
        min-height: 0;
    }
    .about-sect .btn.more {
        display: block;
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 600px) {
    .rooms-list {
        margin-bottom: -20px;
    }
    .rooms-list .item:nth-child(4) {
        display: none;
    }
}