/*头部广告*/
.banner .content {
    justify-content: end;
}

    .banner .content p:first-child {
        font-size: 46rem;
        /*font-family: Source Han Sans CN;*/
        font-weight: 300;
    }

    .banner .content p:last-child {
        margin-bottom: 0rem;
    }
/* 城市轮播图*/
.city {
    /*display:none;*/
    width: 690rem;
    padding-top:40rem;
}
/*    .city .city_title {
        display: none;
    }*/
    .city .city_title {
        display: flex;
        justify-content: space-between;
        font-size: 30rem;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #000000;
        line-height: 25px;
        padding-left: 10rem;
    }
        .city .city_title .search {
            display: none;
            background-color: #c02310;
            color:#fff;

        }
    .city .content .right {
        right: -20rem;
        display: none;
    }
    .city .content .left {
        left: -20rem;
        display:none;
    }
.hotelList {
    width: 690rem;
}
/*酒店介绍*/
.hotelList .item .right {
    display: none;
}

    .hotelList .item .left {
        width:100%;
        margin-right:0rem;
    }
.cover_text {
    background-color: #f7f8f8;
    padding:26rem;
}
.hotelList .item .left .introduce {
    font-size: 23rem;
    line-height: 30rem;
    height: 146rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    font-family: Source Han Sans CN;
    font-weight: 500;
}