@charset "UTF-8";
body {
  background: #ffffff;
}

.hotel-main {
  padding: 0;
}

.abbreviate {
  background: #F9F9F9;
}

.abbreviate .abbreviate-item {
  padding: 18px 0;
  flex: 1;
  cursor: pointer;
}

.abbreviate .abbreviate-item .abbreviate-item_icon {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.abbreviate .abbreviate-item .abbreviate-item_title {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-align: center;
}

.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 {
  background: #ffffff;
  padding: 60px 0;
}

.recommend .metting-title {
  margin-bottom: 60px;
}

.recommend .recommend-swiper {
  width: 50%;
}

.recommend .recommend-swiper .uk-panel {
  width: 100%;
}

.recommend .recommend-swiper .recommend-swiper_img {
  width: 100%;
  height: 400px;
  border-radius: 8px;
}

.recommend .recommend-swiper .metting-slider {
  width: 50px;
  height: 50px;
}

.recommend .recommend-swiper .uk-position-center-left {
  left: 16px;
}

.recommend .recommend-swiper .uk-position-center-right {
  right: 16px;
}

.recommend .recommend-list {
  width: 50%;
  gap: 50px;
  flex: 1;
  max-height: 400px;
  overflow: hidden;
}

.recommend .recommend-list .scroll-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}

.recommend .recommend-list .scroll-content .scroll-item {
  width: calc(50% - 50px);
  max-width: calc(50% - 50px);
  margin-left: 50px;
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.recommend .recommend-list .scroll-content .scroll-item a {
  color: #333333;
}

.destination {
  background: #ffffff;
  padding: 60px 0;
  height: 638px;
  box-sizing: border-box;
  background: url("/assets/images/meeting/destination_bg.jpg") no-repeat;
  background-size: cover;
}

.destination .metting-title {
  margin-bottom: 20px;
}

.destination .destination-header {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.destination .destination-header .search {
  width: 220px;
  height: 44px;
  border: none;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 40px;
  box-sizing: border-box;
}

.destination .destination-header .search input {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #026EFF;
  padding: 0 34px 0 58px;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
}

.destination .destination-header .search input::placeholder {
  color: #026EFF;
  font-weight: 400;
  font-size: 16px;
}

.destination .destination-header .search .icon {
  padding-left: 38px;
  width: 18px;
  color: #026EFF;
}

.destination .destination-header .more {
  width: 220px;
  height: 44px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #026EFF;
  font-weight: 400;
  font-size: 16px;
  color: #026EFF;
  text-align: center;
}

.destination .destination-swiper .destination-swiper_panel {
  width: 272px;
  height: 360px;
  border-radius: 8px;
  overflow: hidden;
}

.destination .destination-swiper .destination-swiper_img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.destination .destination-swiper .destination-swiper_bottom {
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 10px 0 12px;
}

.destination .destination-swiper .destination-swiper_bottom .destination-title {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
}

.destination .destination-swiper .destination-swiper_bottom .destination-more {
  width: 80px;
  height: 24px;
  padding: 0;
  line-height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #FFFFFF;
}

.destination .destination-swiper .destination-slider {
  width: 50px;
  height: 50px;
}

.publicize {
  background: #ffffff;
  padding: 60px 0;
}

.publicize .metting-title {
  margin-bottom: 60px;
}

.publicize .publicize-swiper .publicize-swiper_img {
  width: 100%;
  height: 280px;
  border-radius: 8px 8px 8px 8px;
}

.process {
  padding: 40px 0 20px;
}

.process .process-container {
  padding: 0 40px;
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  background: url("/assets/images/meeting/operation-process.jpg") no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.process .process-container .process-title {
  font-weight: 600;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 54px;
  margin: 0;
}

.process .process-container .process-more {
  width: 140px;
  height: 52px;
  padding: 0;
  line-height: 52px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}

@media (max-width: 960px) {
  .process .process-container {
    padding: 0 30px;
  }
  .process .process-container .process-title {
    font-size: 24px;
  }
  .process .process-container .process-more {
    width: 120px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .process .process-container {
    padding: 0 20px;
  }
  .process .process-container .process-title {
    font-size: 16px;
  }
  .process .process-container .process-more {
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
}

.conference {
  background: #ffffff;
  padding: 60px 0;
}

.conference .metting-title {
  margin-bottom: 10px;
}

.conference .conference-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-bottom: 40px;
}

.conference .conference-subtitle a {
  color: #026EFF;
}

.conference .conference-container .conference-item {
  width: 100%;
  display: flex;
}

.conference .conference-container .conference-item .conference-item_date {
  width: 90px;
  height: 70px;
  padding: 10px 10px;
  margin-right: 14px;
  box-sizing: border-box;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #CCCCCC;
  text-align: right;
}

.conference .conference-container .conference-item .conference-item_date .date-month {
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}

.conference .conference-container .conference-item .conference-item_date .date-year {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
}

.conference .conference-container .conference-item .conference-item_content {
  padding-top: 7px;
  flex: 1;
  min-width: 0;
  min-width: 0;
}

.conference .conference-container .conference-item .conference-item_content .conference-item_title {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 4px;
}

.conference .conference-container .conference-item .conference-item_content .conference-item_text {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  /* 允许换行 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 限制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.conference-wrapper {
  padding: 0 40px;
  background: #FFFFFF;
  border-radius: 8px;
}

.conference-wrapper .conference-item {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #EEEEEE;
}

.conference-wrapper .conference-item .conference-item_date {
  padding: 40px 40px 40px 0;
}

.conference-wrapper .conference-item .conference-item_date .date-month {
  font-weight: 600;
  font-size: 28px;
  color: #333333;
  line-height: 38px;
}

.conference-wrapper .conference-item .conference-item_date .date-year {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
}

.conference-wrapper .conference-item .conference-item_content {
  flex: 1;
  border-left: 1px solid #E5E5E5;
  padding-left: 40px;
}

.conference-wrapper .conference-item .conference-item_content .onference-item_title {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 16px;
}

.conference-wrapper .conference-item .conference-item_content .conference-item_text {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  /* 允许换行 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 限制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.conference-wrapper .conference-item .conference-item_content .conference-item_link {
  font-weight: 400;
  font-size: 16px;
  color: #026EFF;
  line-height: 24px;
}

.conference-section {
  padding: 20px 0;
}

.conference-section .conference-header {
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
}

.conference-section .conference-header .conference-title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #333333;
  text-align: center;
}

.conference-section .conference-header .conference-subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: center;
}

.conference-section .conference-content {
  margin-bottom: 120px;
}

.conference-section .conference-content img {
  max-width: 100%;
}

.destination-city .destination-city_panel {
  width: 100%;
  height: 360px;
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
}

.destination-city .destination-city_panel .destination-city_img {
  width: 100%;
  height: 100%;
}

.destination-city .destination-city_panel .destination-city_bottom {
  width: 100%;
  height: 80px;
  text-align: center;
  padding: 10px 0 12px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
}

.destination-city .destination-city_panel .destination-city_bottom .destination-title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.destination-city .destination-city_panel .destination-city_bottom .destination-more {
  width: 80px;
  height: 24px;
  padding: 0;
  line-height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}

.destination-wrapper .destination-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px #eee solid;
}

.destination-wrapper .destination-title {
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  line-height: 32px;
}

.destination-wrapper .destination-search {
  display: flex;
  border-radius: 4px;
  border: 1px solid #026EFF;
}

.destination-wrapper .destination-search .search-input {
  width: 380px;
}

.destination-section {
  padding: 20px 0;
}

.destination-section .destination-title {
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  line-height: 32px;
  text-align: center;
}

.destination-section .destination-content {
  margin-bottom: 120px;
}

.destination-section .destination-content img {
  max-width: 100%;
}

@media (max-width: 960px) {
  .recommend {
    padding: 30px 0;
  }
  .recommend .recommend-container {
    gap: 20px;
  }
  .recommend .recommend-swiper {
    width: 100%;
  }
  .recommend .recommend-list {
    width: 100%;
  }
}

/* 移动端适配（max-width: 767px） */
@media (max-width: 767px) {
  .conference-wrapper {
    padding: 0;
  }
  .conference-wrapper .conference-item .conference-item_date {
    padding: 40px 20px 40px 0;
  }
  .conference-wrapper .conference-item .conference-item_content {
    padding-left: 20px;
  }
  .destination .destination-header {
    flex-direction: column;
    gap: 16px;
  }
  .destination .destination-header .search {
    width: 80%;
    margin: 0 auto;
  }
  .destination .destination-header .more {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
}
