
.banner{
    width: 100%;
    overflow: hidden;
    font-size: 0;/*图片的1px问题*/
    position: relative;
    height: 455px;
}
.offbanbgL{
    width: 50.07%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    background-image:url(../images/offhotel_banner_01_01.png) ;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.offbanbgR{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top:0;
    background-image:url(../images/offhotel_banner_01_02.png)  ;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.banner>img{
    display: inline-block;
    width: 100%;
}
.primary{
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    -height: 400px;
}
.primary .title{
    padding-top: 34px;
    text-align: center;

}
.primary .title h1{
    font-size: 26px;

}
.primary .title p{
    font-size: 20px;
    color: #999999;
    margin-top: 10px;
    padding-bottom: 30px;
}
.list-wrap{
    overflow: hidden;
    padding-bottom: 30px;
}
.list-wrap .list{
    padding-top: 15px;
    border-top: 1px solid #cccccc;
}
.list-wrap .item{
    -height: 302px;
    overflow: hidden;
    padding: 5px;
    background-color: #f6f4f4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 36px;
}
.list-wrap .item>img{
    float: left;
    width: 352px;
    height: 306px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.list-wrap .item .text-wrap{
    float: left;
    width: 706px;
}
.list-wrap .item .text-wrap>div{
    margin-left: 36px;

}
.list-wrap .item .text-wrap>div:first-child{
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 10px;
}
.list-wrap .item .text-wrap>div:first-child>p{
    line-height: 32px;
    font-weight: bold;
}
.list-wrap .item .text-wrap>div:first-child>p:first-child{
    font-size: 24px;
    color: #f00000;
}
.list-wrap .item .text-wrap>div:first-child>p:nth-child(2),.list-wrap .item .text-wrap>div:first-child>p:nth-child(3){
    font-size: 16px;
}
.star-bars{
    margin-top: 10px;
    font-size: 16px;
}
.star-bar{
    margin-top: 10px;
}
.star-bar>a{
    display: inline-block;
    width: 70px;
    height: 30px;
    background-color: #ff4e0e;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}
.star-bar>ul{
    display: inline-block;
}
.star-bar>ul li{
    margin-left: 16px;
    display: inline-block;
}
.price{
    float: right;
    width: 158px;
    border-bottom: 1px dashed #cccccc;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.price span{
    font-size: 40px;
    font-weight: bold;
    color: #f00000;
}
.price i{
    font-size: 14px;
    color: #999999; ;
}
.hotel-tell{
    float: right;
    width: 276px;
    height: 52px;
    background-color: #80b900;
    margin-top: 20px;
    text-align: center;
    line-height: 52px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}
.clear::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}