/* 文件描述：2018 全国巡展收官汇总页差异样式（对齐镜像 exhibition_2018.css） */

@import url('event_exhibition_legacy.css');

.event-exhibition2018 {
  --event-bg: #002847;
  --event-bg-deep: #04033d;
}

.event-exhibition2018 .event-hero--exhibition2018 {
  min-height: clamp(200px, 28vw, 360px);
  background: url('/static/skin/images/event/exhibition2018/banner-xunzhan.svg') center top / cover no-repeat;
  background-color: var(--event-bg-deep);
}

.event-exhibition2018 .event-hero__title {
  font-size: clamp(24px, 3.5vw, 36px);
}

.event-exhibition2018 .event-section__title {
  background: url('/static/skin/images/event/exhibition2018/title-icon.svg') no-repeat center bottom;
  background-size: auto 40px;
  padding-bottom: 24px;
}

.event-exhibition2018 .event-section__title::after {
  display: none;
}
