body {
    background: url(../images/temp/premium-banner.jpg) no-repeat center 0
}

.new-sale-list{ padding-top:252px; margin:0 auto; width:900px; }
.new-sale-list .title{ color:#4c4c4c; font-size:20px; line-height:30px; padding:0 0 15px 10px }

.new-sale-ul .one-sale{ border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; padding:25px; overflow:hidden; margin-bottom:12px }
.new-sale-ul .hotel-pic{ -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; width:200px; height:150px; margin-right:35px; float:left }
.new-sale-ul .price-view{ float:right; text-align:right  }
.new-sale-ul .price-view .price{ font-size:18px; color:#323232 }
.new-sale-ul .price-view .price b{ font-size:36px; line-height:40px; color:#d7161e; font-weight:normal }
.new-sale-ul .price-view .comment{ color:#323232; font-size:14px }
.new-sale-ul .price-view .comment b{ font-size:18px; color:#006cdb; line-height:30px; }
.new-sale-ul .price-view .btn-sale-new{ background:#d40f1f; color:#fff; font-size:16px; line-height:42px; height:42px; width:105px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; text-align:center; display:block; margin-top:28px }

.main-info{ float:left; width:430px }
.main-info .hotel-title{ font-size:20px; line-height:30px; color:#000; font-weight:normal; padding:12px 0 5px }
.main-info .room{ font-size:18px; line-height:24px; color:#727272; font-weight:normal }
.main-info .address{ font-size:12px; line-height:18px; color:#000; padding-left:13px; background:url(../images/icon-map-dot.png) no-repeat 0 2px; margin-top:36px }


.premium-list .city-select {
    padding-left: 96px;
}

    .premium-list .city-select .tit {
        float: left;
        margin-left: -96px;
        color: #666;
        font-size: 16px;
        line-height: 40px
    }

.city-list {
    overflow: hidden;
    line-height: 40px;
    font-size: 16px;
    padding-bottom: 14px
}

    .city-list li {
        float: left;
        padding-right: 32px
    }

        .city-list li a {
            color: #666;
            cursor: pointer
        }

            .city-list li a.city-all {
                color: #cb1f0d;
                font-weight: bold
            }