html,
body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  font-family: '苹方';
  background-color: #f7f7f7;
}

.container {
  width: 100%;
  height: 100%;
}

div {
  cursor: pointer;
}

.hotelLive {
  width: 100%;
  height: 100%;
  /* background-color: tomato; */
}

.typePage {
  width: 1366px;
  margin: 0 auto;
  position: relative;
}

.hotelLive_main {
  width: 100%;
  min-height: 800px;
  height: auto;
  padding-bottom: 50px;
}

.sc_index_main_boxHeader {
  width: 100%;
  height: 140px;
  /* border: 1px solid tomato; */
}

.sc_index_main_boxHeader_text {
  display: inline-block;
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  position: relative;
  margin-top: 54px;
  margin-left: 20px;
}

.sc_index_main_boxHeader_text span {
  width: 100%;
  height: 4px;
  background-color: #3b78e2;
  position: absolute;
  top: 0;
  left: 0;
}

.hotelLive_con,.hotelLive_con_detail {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.hotelLive_con_title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #555;
  padding: 0 20px;
  border-bottom: 1px solid #ccc;
}

.hotelLive_main_li {
  width: 100%;
  height: auto;
  padding: 50px;
}

.hotelLive_main_list {
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #3b78e2;
  /* margin: 30px 0; */
}

.hotelLive_main_list_l {
  width: 12%;
  height: 120px;
  /* border: 1px solid tomato; */
  float: left;
}

.hotelLive_main_list_l img {
  width: 95%;
  height: 100px;
  margin-top: 10px;
  border-radius: 5px;
}

.hotelLive_main_list_housePrice {
  width: 15%;
  height: 120px;
  padding-left: 20px;
  border-bottom: 1px solid #cea96e;
  float: left;
}

.hotelLive_main_list_housePrice_name {
  width: 100%;
  height: 60px;
  line-height: 70px;
  font-size: 16px;
}

.hotelLive_main_list_housePrice_price {
  width: 100%;
  height: 60px;
  line-height: 50px;
  font-size: 16px;
}

.hotelLive_main_list_style {
  width: 51%;
  height: 120px;
  padding-left: 20px;
  padding-top: 12px;
  border-bottom: 1px solid #cea96e;
  float: left;
}

.hotelLive_main_list_style_list {
  width: 40%;
  height: 30px;
  line-height: 30px;
  float: left;
  /* border: 1px solid tomato; */
  margin-bottom: 3px;
}

.hotelLive_main_list_style_list_l {
  width: 40%;
  height: 30px;
  /* border: 1px solid tomato; */
  float: left;
  line-height: 30px;
  font-size: 14px;
  color: #555;
  text-indent: 25px;
  position: relative;
}

.hotelLive_main_list_style_list_l img {
  display: block;
  position: absolute;
  top: 6px;
  width: 18px;
  height: auto;
}

.hotelLive_main_list_style_list_r {
  width: 60%;
  height: 30px;
  /* border: 1px solid tomato; */
  float: left;
  line-height: 30px;
  font-size: 14px;
  color: #555;
}

.hotelHomestay_main_c_HomeStyle_list_r {
  width: 22%;
  height: 120px;
  border-bottom: 1px solid #3b78e2;
  float: left;
  position: relative;
}

.hotelLive_main_list_btn {
  width: 22%;
  height: 120px;
  border-bottom: 1px solid #3b78e2;
  float: left;
  position: relative;
}

.hotelLive_main_list_btn_con {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /* border: 1px solid tomato; */
  background-color: #3b78e2;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 46px;
  border-radius: 5px;
}
.hotelLive_con_detail_con {
  padding: 50px;
  font-size: 18px;
  line-height: 40px;
  color: #545454;
  text-indent: 2em;
}

.hotelLive_con_detail_con img {
  width: 100%;
  height: auto;
  margin: 20px auto;
}