.hotel-item {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
}
.hotel-item .item-left{
    position: relative;
    width: 300px;
    height: 220px;
    margin-right: 35px;
}
.hotel-item .item-left .hotel-img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.hotel-item .item-left .meet-hotel{
    position: absolute;
    top: 20px;
    left: -8px;
}
.item-middle{
    width: 670px;
}
.item-middle .title {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 40px;
}
.item-middle .star-list {
    margin-top: -4px;
}
.item-middle .star-list img{
    margin: 3px;
}
.item-middle .tag-list .tag{
    display: inline-block;
    padding: 3px 6px;
    color: #5F90E8;
    font-size: 12px;
    margin: 20px 8px 20px 0;
    border: 1px solid #5F90E8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.item-middle .meet-addresss {
    display: flex;
    align-items: flex-start;
    line-height: 30px;
    color: #656565;
}
.item-middle .meet-addresss span{
    display: inline-block;
    width: 25px;
}
.item-right {
    width: 180px;
}
.item-right p{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}
.item-right .book-btn {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #FFF;
    background-color: #316FE6;
    margin-bottom: 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.only {
    background-color: #E5302F;
    color: #FFF;
    text-align: center;
    font-size: 12px!important;
}
.rmb {
    text-align: right;
    font-size: 24px!important;
    font-weight: bold;
}
.hotel-empty .item-right,.hotel-empty .tag-list,.hotel-empty .meet-addresss{
    display: none;
}
.hotel-empty .item-middle{
    width: 850px;
}
.empty-room {
    display: none;
}
.hotel-empty .empty-room{
    display: flex;
    align-items: center;
    line-height: 40px;
    font-size: 34px;
    color: #E3302C;
    margin-top: 20px;
}
.hotel-empty .empty-room img{
    margin-right: 15px;
    height: 50px;
}
