@charset "UTF-8";
.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;
  }
}

.marketing .metting-title {
  margin-bottom: 30px;
}

.marketing-active-wrapper > a {
  margin-bottom: 60px;
}

.marketing-active {
  margin-bottom: 60px;
}

.marketing-active .marketing-active_panel {
  height: 254px;
  margin-bottom: 12px;
}

.marketing-active .marketing-active_panel .marketing-active_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.marketing-active .marketing-active_name {
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 4px;
  white-space: normal;
  /* 允许换行 */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.marketing-active .marketing-active_description {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 16px;
  white-space: normal;
  /* 允许换行 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.marketing-active button {
  width: 100px;
  padding: 0;
  height: 28px;
  line-height: 28px;
}
