.qydt-page {
  background: #f5f5f5;
  color: #444444;
}

.qydt-main {
  padding-top: 0;
}

.qydt-banner {
  position: relative;
  height: 184px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 clamp(30px, 4.8vw, 92px) 34px;
  color: #fff7e7;
  background:
    linear-gradient(90deg, rgba(173, 0, 0, 0.98), rgba(111, 0, 0, 0.98)),
    radial-gradient(circle at 76% 4%, rgba(255, 224, 144, 0.24), transparent 28%);
}

.qydt-banner::before,
.qydt-banner::after,
.qydt-banner__ribbon {
  content: "";
  position: absolute;
  left: -7%;
  right: -7%;
  pointer-events: none;
}

.qydt-banner::before {
  top: 44px;
  height: 76px;
  transform: rotate(-2.4deg);
  background: repeating-linear-gradient(
    0deg,
    #ffe0a2 0,
    #ffe0a2 5px,
    #b71108 5px,
    #b71108 11px,
    #fff2c4 11px,
    #fff2c4 17px,
    #db7c33 17px,
    #db7c33 22px
  );
  box-shadow: 0 14px 26px rgba(88, 0, 0, 0.22);
}

.qydt-banner::after {
  top: 82px;
  height: 56px;
  transform: rotate(1.5deg);
  background: repeating-linear-gradient(
    0deg,
    rgba(255, 229, 164, 0.95) 0,
    rgba(255, 229, 164, 0.95) 4px,
    rgba(200, 28, 13, 0.84) 4px,
    rgba(200, 28, 13, 0.84) 9px,
    rgba(247, 174, 88, 0.88) 9px,
    rgba(247, 174, 88, 0.88) 14px
  );
  opacity: 0.94;
}

.qydt-banner__ribbon {
  top: 32px;
  height: 1px;
  background: rgba(255, 232, 180, 0.55);
}

.qydt-banner strong {
  position: relative;
  z-index: 1;
  font: 700 clamp(23px, 2vw, 36px) / 1.2 var(--jsy-font-song);
  text-shadow: 0 3px 8px rgba(68, 0, 0, 0.48);
}

.qydt-shell {
  padding: 38px clamp(22px, 2.1vw, 44px) 82px;
  background:
    linear-gradient(180deg, #f5f5f5 0%, #ffffff 46%, #f7f7f7 100%),
    radial-gradient(circle at 5% 32%, rgba(228, 173, 47, 0.07), transparent 24%);
}

.qydt-breadcrumb {
  width: 100%;
  min-height: 74px;
    margin: 0 auto 10px;
  padding: 0 clamp(28px, 3.4vw, 62px);
  display: flex;
  align-items: center;
  background: #ffffff;
}

.qydt-breadcrumb nav {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #8c8c8c;
  font-size: 16px;
}

.qydt-breadcrumb a {
  color: var(--jsy-gold);
}

.qydt-breadcrumb em {
  color: #8c8c8c;
  font-style: normal;
}

.qydt-party,
.qydt-news,
.qydt-minor {
  width: 100%;
  margin: 0 auto;
  scroll-margin-top: 96px;
}

.qydt-section-head {
  margin: 0 0 34px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.qydt-section-head h1,
.qydt-section-head h2 {
  position: relative;
  margin: 0;
  padding-bottom: 24px;
  color: #333333;
  font: 400 clamp(34px, 2.7vw, 50px) / 1.35 var(--jsy-font-song);
  letter-spacing: 0;
}

.qydt-section-head h1::after,
.qydt-section-head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 76px;
  height: 5px;
  background: var(--jsy-gold);
}

.qydt-section-head span {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 19px 8px;
  border-radius: 50%;
  background: var(--jsy-gold);
  vertical-align: middle;
}

.qydt-section-head > a {
  margin-bottom: 24px;
  color: #333333;
  font: 700 16px / 1.4 var(--jsy-font-song);
  transition: color 160ms ease;
}

.qydt-section-head > a:hover {
  color: var(--jsy-gold-600);
}

.qydt-party-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.93fr) minmax(360px, 1fr);
  gap: clamp(36px, 4vw, 80px);
  align-items: center;
  margin-bottom: 38px;
  padding: clamp(18px, 1.8vw, 26px);
  overflow: hidden;
  background: #ffffff;
}

.qydt-party-feature::before,
.qydt-party-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(100deg, rgba(228, 173, 47, 0.2), rgba(228, 173, 47, 0.04) 48%, transparent 70%),
    linear-gradient(90deg, rgba(255, 250, 238, 0.88), rgba(255, 255, 255, 0));
  transform: translateX(-105%);
  transition: transform 420ms ease;
  pointer-events: none;
}

.qydt-party-feature:hover::before,
.qydt-party-card:hover::before {
  transform: translateX(0);
}

.qydt-party-feature__image,
.qydt-party-card__image,
.qydt-news-card__image {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  background: #e7e7e7;
}

.qydt-party-feature__image {
  aspect-ratio: 16 / 8.8;
  border-radius: 8px;
}

.qydt-party-feature img,
.qydt-party-card img,
.qydt-news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease, filter 520ms ease;
}

.qydt-party-feature:hover img,
.qydt-party-card:hover img,
.qydt-news-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.06);
}

.qydt-party-feature__body {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-right: clamp(10px, 4vw, 62px);
}

.qydt-party-feature time {
  display: inline-flex;
  min-height: 40px;
  margin-bottom: 22px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--jsy-gold);
  font: 700 18px / 1 var(--jsy-font-num);
}

.qydt-party-feature h2 {
  margin: 0 0 22px;
  color: #333333;
  font: 400 clamp(28px, 2.3vw, 43px) / 1.42 var(--jsy-font-song);
  letter-spacing: 0;
}

.qydt-party-feature h2 a,
.qydt-party-card h3 a,
.qydt-news-card h3 a {
  transition: color 180ms ease;
}

.qydt-party-feature:hover h2 a,
.qydt-party-card:hover h3 a,
.qydt-news-card:hover h3 a {
  color: var(--jsy-gold-600);
}

.qydt-party-feature p {
  max-width: 800px;
  margin: 0 0 56px;
  color: #8a8a8a;
  font: 17px / 2 var(--jsy-font-song);
}

.qydt-more-btn {
  min-width: 230px;
  height: 52px;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #777777;
  background: #ffffff;
  font-size: 17px;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.qydt-more-btn:hover {
  color: #ffffff;
  border-color: var(--jsy-gold);
  background: var(--jsy-gold);
  transform: translateY(-2px);
}

.qydt-party-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2.8vw, 44px);
}

.qydt-party-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding-bottom: 24px;
  background: #ffffff;
}

.qydt-party-card__image {
  aspect-ratio: 16 / 7.2;
  border-radius: 8px;
}

.qydt-party-card__meta {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e2e2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 20px;
}

.qydt-party-card h3 {
  margin: 0;
  overflow: hidden;
  color: #333333;
  font: 400 clamp(20px, 1.42vw, 27px) / 1.35 var(--jsy-font-song);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.qydt-party-card time {
  color: #777777;
  font: 18px / 1.8 var(--jsy-font-num);
  white-space: nowrap;
}

.qydt-party-card p {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: #999999;
  font: 16px / 1.9 var(--jsy-font-song);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.qydt-news {
  position: relative;
    padding: 0 0 40px;
  overflow: hidden;
  background: #ffffff;
}

.qydt-news::before,
.qydt-news::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.qydt-news::before {
  inset: 0;
  background: none;
}

.qydt-news::after {
  right: 0;
  top: 212px;
  width: 6px;
  height: 228px;
  background: var(--jsy-gold);
}

.qydt-section-head--news {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  background-color: white;
}

.qydt-section-head--news h2 {
  padding-bottom: 26px;
  font-size: clamp(34px, 2.35vw, 46px);
}

.qydt-section-head--news h2::after {
  width: 74px;
  height: 5px;
}

.qydt-section-head--news > a {
  margin: 0 18px 34px 0;
}

.qydt-news-wrap {
  position: relative;
  z-index: 2;
  padding: 0 58px;
}

.qydt-news-slider {
  overflow: visible;
}

.qydt-news-slider .swiper-wrapper {
  align-items: stretch;
}

.qydt-news-slider .swiper-slide {
  height: auto;
}

.qydt-news-card {
  position: relative;
  padding-bottom: 0;
  overflow: visible;
  background: transparent;
}

.qydt-news-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(228, 173, 47, 0) 0%, rgba(228, 173, 47, 0.09) 58%, rgba(228, 173, 47, 0.18) 100%);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}

.qydt-news-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.qydt-news-card__image {
  display: block;
  aspect-ratio: 16 / 10.05;
  overflow: hidden;
  background: #e9e9e9;
}

.qydt-news-card__body {
  position: relative;
  z-index: 3;
  margin: -50px 25px 0;
  padding: 26px 28px 19px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.035);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.qydt-news-card:hover .qydt-news-card__body {
  transform: translateY(-8px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.qydt-news-card h3 {
  margin: 0;
  overflow: hidden;
  color: #202020;
  font: 400 clamp(20px, 1.18vw, 24px) / 1.42 var(--jsy-font-song);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.qydt-news-slider .swiper-slide-active + .swiper-slide .qydt-news-card h3 a {
  color: var(--jsy-gold);
}

.qydt-news-card__body i {
  display: block;
  width: 38px;
  height: 4px;
  margin: 21px 0 19px;
  background: var(--jsy-gold);
  transition: width 220ms ease;
}

.qydt-news-card:hover .qydt-news-card__body i {
  width: 100%;
}

.qydt-news-card p {
  margin: 0;
  color: #8e8e8e;
  font: 16px / 1.72 var(--jsy-font-song);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.qydt-news-card footer {
  position: relative;
  margin: 0 25px;
  z-index: 3;
  height: 74px;
  padding: 0 28px;
  border-top: 1px solid #eeeeee;
  background: #ffffff;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.035);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.qydt-news-card time {
  color: #444444;
  font: 700 20px / 1 var(--jsy-font-num);
}

.qydt-news-card footer > a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--jsy-gold);
  font-size: 14px;
  transition: transform 180ms ease, background 180ms ease;
}

.qydt-news-card:hover footer > a {
  background: var(--jsy-red-800);
  transform: translateX(4px);
}

.qydt-news-nav {
  position: absolute;
  top: 36.5%;
  z-index: 8;
  width: 52px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(80, 80, 80, 0.46);
  font-size: 24px;
  transition: background 180ms ease, transform 180ms ease;
}

.qydt-news-nav:hover {
  background: var(--jsy-gold);
  transform: scale(1.04);
}

.qydt-news-nav--prev {
  left: -28px;
}

.qydt-news-nav--next {
  right: -28px;
}

.qydt-minor {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.qydt-minor article {
  padding: 34px;
  background: #ffffff;
  border-top: 4px solid var(--jsy-gold);
}

.qydt-minor strong {
  display: block;
  margin-bottom: 12px;
  color: #333333;
  font: 700 26px / 1.2 var(--jsy-font-song);
}

.qydt-minor p {
  margin: 0 0 18px;
  color: #888888;
  font-size: 16px;
}

.qydt-minor a {
  color: var(--jsy-gold-600);
  font-weight: 700;
}

@media (max-width: 1199px) {
  .qydt-party-feature {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .qydt-party-feature__body {
    padding-right: 0;
  }

  .qydt-party-feature p {
    margin-bottom: 28px;
  }

  .qydt-party-grid {
    grid-template-columns: 1fr;
  }

  .qydt-party-card__image {
    aspect-ratio: 16 / 7.8;
  }
}

@media (max-width: 991px) {
  .qydt-page .jsy-logo {
    min-width: 180px;
  }

  .qydt-page .jsy-logo img {
    width: 46px;
    height: 46px;
  }

  .qydt-page .jsy-logo span {
    font-size: 20px;
  }

  .qydt-main {
    padding-top: 57px;
  }

  .qydt-banner {
    height: 150px;
  }

  .qydt-news {
    padding: 0 20px 64px;
  }

  .qydt-news-wrap {
    padding: 0 48px;
  }

  .qydt-news-card {
    padding-bottom: 0;
  }

  .qydt-news-card__body {
    margin-right: 24px;
    margin-left: 24px;
  }

  .qydt-news-card footer {
    margin-right: 24px;
    margin-left: 24px;
  }

  .qydt-minor {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .qydt-shell {
    padding: 26px 18px 58px;
  }

  .qydt-breadcrumb {
    min-height: 58px;
    margin-bottom: 30px;
    padding: 0 18px;
  }

  .qydt-section-head {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .qydt-section-head h1,
  .qydt-section-head h2 {
    padding-bottom: 18px;
    font-size: 34px;
  }

  .qydt-section-head span {
    width: 9px;
    height: 9px;
    margin: 0 12px 6px;
  }

  .qydt-section-head > a {
    margin-bottom: 10px;
  }

  .qydt-party-feature {
    padding: 14px;
  }

  .qydt-party-feature__image,
  .qydt-party-card__image {
    aspect-ratio: 16 / 10.4;
  }

  .qydt-party-feature h2 {
    font-size: 27px;
  }

  .qydt-party-feature p,
  .qydt-party-card p,
  .qydt-news-card p {
    font-size: 15px;
  }

  .qydt-more-btn {
    width: 100%;
    min-width: 0;
  }

  .qydt-party-card__meta {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .qydt-party-card h3 {
    white-space: normal;
  }

  .qydt-news {
    margin-top: 52px;
    padding: 0 0 52px;
  }

  .qydt-news::before,
  .qydt-news::after {
    display: none;
  }

  .qydt-news-wrap {
    padding: 0;
  }

  .qydt-news-nav {
    display: none;
  }

  .qydt-news-slider {
    overflow: visible;
  }

  .qydt-news-slider .swiper-slide {
    width: 82vw;
    max-width: 340px;
  }

  .qydt-news-card {
    padding-bottom: 0;
  }

  .qydt-news-card__body {
    min-height: 166px;
    margin: -32px 18px 0;
    padding: 22px 20px 16px;
  }

  .qydt-news-card footer {
    margin-right: 18px;
    margin-left: 18px;
    height: 68px;
    padding: 0 20px;
  }

  .qydt-news-card h3 {
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .qydt-news-card time {
    font-size: 18px;
    white-space: nowrap;
  }

  .qydt-minor article {
    padding: 26px 22px;
  }
}

@media (max-width: 480px) {
  .qydt-page .jsy-logo {
    min-width: 158px;
    gap: 9px;
  }

  .qydt-page .jsy-logo span {
    font-size: 18px;
  }

  .qydt-page .jsy-logo span::after {
    letter-spacing: 0.12em;
  }

  .qydt-banner {
    height: 124px;
    padding-right: 20px;
    padding-bottom: 22px;
  }

  .qydt-section-head h1,
  .qydt-section-head h2 {
    font-size: 30px;
  }
}

.qydt-breadcrumb {
  min-height: 60px;
}

.qydt-breadcrumb nav {
  font-size: 14px;
}

.qydt-breadcrumb .is-active {
  color: var(--jsy-gold);
  font-weight: 400;
}
