.hotel-main {
  background: #ffffff;
}

.metting-title {
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  line-height: 54px;
  text-align: center;
}

.metting-title::before {
  content: "";
  display: inline-block;
  background: url("/assets/icons/metting/metting-head_left.png") no-repeat;
  background-size: cover;
  width: 34px;
  height: 20px;
  margin-right: 20px;
}

.metting-title::after {
  content: "";
  display: inline-block;
  background: url("/assets/icons/metting/metting-head_right.png") no-repeat;
  background-size: cover;
  width: 34px;
  height: 20px;
  margin-left: 20px;
}

@media (max-width: 960px) {
  .metting-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .metting-title {
    font-size: 26px;
  }
}

.recommend .metting-title {
  margin-bottom: 30px;
}

.recommend-hotel-wrapper > a {
  margin-bottom: 60px;
}

.recommend-hotel .recommend-hotel_panel {
  margin-bottom: 12px;
  height: 254px;
  border-radius: 12px;
  background: #333333;
  overflow: hidden;
}

.recommend-hotel .recommend-hotel_panel .recommend-hotel_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recommend-hotel .recommend-hotel_name {
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
}

.recommend-hotel:hover .recommend-hotel_name {
  color: #026EFF;
}
