/* 公共样式 */
@font-face {
    font-family: MyFontTitle;
    src: url(/website/webfile/assets/fonts/FZZCYSJW.TTF)
}

img {
    vertical-align: top;
    border: 0;
}

a {
    text-decoration: none;
}

.hotel-bg {
    background: url(/website/webfile/assets/images/hotel-bg.jpg) center center no-repeat fixed;
    background-size: cover;

}

.hotelListContent {
    width: 960px;
    margin: 200px auto 70px auto;
    background: url(/website/webfile/assets/images/gray-bg.jpg) repeat;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    color: #333;
    box-sizing: content-box;
}

.searchAreaBox {
    padding-top: 25px;
    overflow: hidden;
    height: 155px;
    box-sizing: content-box;
}

.searchAreaBox .domesticCity {
    float: left;
    width: 500px;
    margin-left: 35px;
}

.searchAreaBox .domesticResort {
    float: left;
    width: 400px;
    margin-left: 25px;
}

.searchAreaBox .title {
    font-size: 18px;
    font-weight: normal;
}

.searchAreaBox .list {
    overflow: hidden;
    margin-top: 20px;
    font-size: 13px;
}

.searchAreaBox .domesticCity .list a {
    width: 75px;
}

.searchAreaBox .list a {
    float: left;
    color: #333;
    margin-bottom: 10px;
}

.searchAreaBox .domesticResort .list a {
    width: 120px;
}

.hotelLTxt {
    border-top: 2px solid #343434;
    margin-top: 15px;
    padding: 0 35px 40px 35px
}

.hotelLTxt .TopTitleH1 {
    font-size: 22px;
    text-align: center;
    margin: 20px 0 -10px 0;
    color: #c1986e;
    font-weight: normal;
}

.hotelLTxt .TopTitle {
    font-size: 18px;
    text-align: center;
    margin-top: 34px;
    color: #c1986e;
}

.hotelLTxt .TopTitle span {
    display: inline-block;
    border-bottom: 1px solid #343434;
    padding: 0 0 12px 0;
    width: 126px;
    text-align: center;
}

.hotelLTxt .HTBlist {
    margin-top: 25px;
}

.HTBlist ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

.hotelLTxt .HTBlist li {
    line-height: 24px;
    position: relative;
}

.hotelLTxt .HTBlist li .E {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 14px;
}

.hotelLTxt .HTBlist li .block {
    padding: 5px 0;
    overflow: hidden;
    position: relative;
}

.hotelLTxt .HTBlist li .type {
    float: left;
    width: 92px;
    text-align: center;
    padding-left: 58px;
    font-size: 14px;
}

.hotelLTxt .HTBlist li .Bright {
    float: right;
    width: 715px;
    font-size: 14px;
    overflow: hidden;
}

.hotelLTxt .HTBlist li .Bright li {
    padding: 0;
    color: #555;
    float: left;
    width: 335px;
    margin-right: 20px;
    min-height: 100px;
}

.hotelLTxt .HTBlist li .Bright li a {
    background: url(/website/webfile/assets/images/HTBlistLinkArrow.png) center right no-repeat;
    padding-right: 25px;
    font-size: 14px;
    color: #333;
}
