@charset "utf-8";
/* CSS Document */

.title-wrap{
  width:100%;
  min-height: 300px;
  background: url("../img/title_bg.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
}
.title-wrap img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.main-content{
  padding: 30px 0
}

.hotelbox{
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hotelbox .topic-title{
  width: 100%!important;
  margin:10px auto;
}
.hotelbox .hotel-title{
  width: 100%;
  margin: 10px auto;
}
.hotelbox .slide-img{
  width:48%;
}
.hotelbox .info-txt{
  width:50%;
}
.hotelbox .info-txt>p{
  font-size:16px;
  line-height:1.6em;
}

.hotelbox .hotel-data{
  border:2px solid #00ade8;
  background:#FFF;
  margin:10px auto;
  padding:10px;
}
.hotelbox .hotel-data li{
  font-size:12px;
}
