.news-page {
  --news-red: #79312c;
  --news-red-soft: #8b3730;
  --news-brown: #372f2d;
  --news-muted: #686868;
  --news-blue-gray: #5b6f7e;
  --news-cream: #f7f6f1;
  --news-cream-deep: #f1efea;
  --news-line: #dccdbb;
  --news-gold: #bd9f78;
  --news-warm: #bc835b;
  --news-sans: PingFangSC-Regular, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --news-sans-medium: PingFangSC-Medium, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --news-serif: SourceHanSerifCN-Medium, "Source Han Serif CN", "Source Han Serif SC", "Noto Serif SC", "Songti SC", STSong, SimSun, serif;
  --news-fangzheng: FZZHUNYSJW--GB1-0, PingFangSC-Regular, "Microsoft YaHei", sans-serif;
  color: var(--news-brown);
  font-family: var(--news-sans);
  font-weight: 400;
}

.news-shell {
  padding-top: clamp(20rem, 18.8vw, 22.75rem);
  background: var(--news-cream);
}

.news-section {
  padding: 0 0 clamp(3.75rem, 6vw, 5rem);
}

.news-section__inner {
  width: var(--yygk-container);
  margin: 0 auto;
}

.news-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  color: var(--news-blue-gray);
  font-family: var(--news-sans);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.news-breadcrumb a {
  color: inherit;
}

.news-breadcrumb a:hover {
  color: #a3342c;
}

.news-breadcrumb > * + *::before {
  content: ">";
  margin-right: .4rem;
  color: var(--news-blue-gray);
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(17rem, 22.25rem) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4.25rem);
  align-items: start;
}

.news-sidebar {
  display: grid;
  gap: 1.25rem;
}

.news-side-card {
  min-height: 20rem;
  padding: 0 clamp(.95rem, 1.5vw, 1.15rem) 1.2rem;
  border-radius: .5rem;
  background: #fff url("../lanhu/news/SketchPngb73a6a8e3197d3cba60abafe38d5e2486cb77e2ae931c98c347dc0dd73f28ab8.png") top center / 100% 100% no-repeat;
  overflow: hidden;
}

.news-side-card__header {
  min-height: clamp(3.35rem, 4vw, 3.75rem);
  padding: .35rem 0 .55rem;
  display: flex;
  align-items: center;
  gap: .55rem;
  color: #fff;
}

.news-side-card__header img {
  width: 1.15rem;
  height: 1.2rem;
  object-fit: contain;
}

.news-side-card__header h2 {
  margin: 0;
  font-family: var(--news-serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  overflow: visible;
}

.news-search {
  height: 2.375rem;
  margin-top: clamp(1.2rem, 2vw, 1.55rem);
  display: flex;
  align-items: center;
  border: 1px solid var(--news-gold);
  border-radius: .25rem;
  background: #fff;
}

.news-search input {
  min-width: 0;
  flex: 1;
  height: 100%;
  padding: 0 .75rem;
  border: 0;
  outline: 0;
  color: var(--news-brown);
  font-family: var(--news-sans);
  font-size: .875rem;
  font-weight: 400;
  background: transparent;
}

.news-search input::placeholder {
  color: #b1a391;
}

.news-search button {
  width: 2.6rem;
  height: 100%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.news-search button img {
  width: 2.125rem;
  height: 1.875rem;
  object-fit: contain;
}

.news-category-list {
  margin-top: .9rem;
  display: grid;
}

.news-category-list a {
  min-height: 3.45rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #eee4d8;
  color: var(--news-brown);
  font-family: var(--news-sans-medium);
  font-size: 1.125rem;
  font-weight: 500;
  transition: color .2s ease, padding-left .2s ease;
}

.news-category-list a:last-child {
  border-bottom: 1px solid #eee4d8;
}

.news-category-list a:hover,
.news-category-list a.is-active {
  padding-left: .35rem;
  color: #a3342c;
}

.news-hot-list {
  margin-top: clamp(.55rem, 1vw, .85rem);
}

.news-hot-item {
  display: grid;
  grid-template-columns: .35rem minmax(0, 1fr);
  gap: .45rem;
  padding: .82rem 0;
  border-bottom: 1px solid #eee4d8;
}

.news-hot-item__mark {
  width: .32rem;
  height: 1.1rem;
  margin-top: .45rem;
  background: var(--news-red);
}

.news-hot-item strong {
  min-height: 3.2rem;
  display: block;
  color: var(--news-brown);
  font-family: var(--news-sans);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.65;
  transition: color .2s ease;
}

.news-hot-item time {
  display: block;
  margin-top: .35rem;
  color: var(--news-muted);
  font-family: var(--news-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.news-hot-item:hover strong {
  color: #a3342c;
}

.news-main {
  min-width: 0;
}

.news-feature {
  position: relative;
  isolation: isolate;
  min-height: clamp(16.5rem, 25vw, 19.4rem);
  padding: clamp(5.8rem, 9vw, 6.75rem) clamp(1.5rem, 3vw, 1.7rem) clamp(1.25rem, 2.4vw, 1.55rem);
  border-radius: .35rem;
  background: #3a312f url("../lanhu/news/SketchPng9c34fbf502bcad403166937f90128e1bbe1e8bd545a6773ea0a696f57eb53101.png") center / cover no-repeat;
  overflow: hidden;
}

.news-feature__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-feature__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(58, 49, 47, .28), rgba(58, 49, 47, .78));
}

.news-feature__label,
.news-feature h1,
.news-feature p,
.news-feature__meta,
.news-feature .news-empty {
  position: relative;
  z-index: 1;
}

.news-feature__label {
  width: fit-content;
  padding: .38rem .9rem;
  border-radius: 999px;
  color: #fff;
  background: var(--news-warm);
  font-family: var(--news-sans);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
}

.news-feature h1 {
  max-width: 45rem;
  margin: .55rem 0 0;
  color: #fff;
  font-family: var(--news-sans-medium);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45;
}

.news-feature h1 a {
  color: inherit;
  text-decoration: none;
}

.news-feature p {
  max-width: 58rem;
  margin: .65rem 0 0;
  color: #efe7db;
  font-family: var(--news-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}

.news-feature__meta {
  margin-top: .7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  color: #efe7db;
  font-family: var(--news-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.news-feature__meta span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.news-feature__meta img {
  width: 1.1rem;
  height: 1.1rem;
  object-fit: contain;
}

.news-list-panel {
  margin-top: clamp(2rem, 4vw, 2.5rem);
}

.news-list-panel__header {
  min-height: 3.65rem;
  padding: .55rem clamp(.8rem, 1.6vw, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--news-cream-deep);
}

.news-list-panel__header h2 {
  margin: 0;
  color: #a3342c;
  font-family: var(--news-serif);
  font-size: 1.25rem;
  font-weight: 500;
}

.news-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(.5rem, 2vw, 1.65rem);
}

.news-tabs a {
  min-width: 6.8rem;
  height: 2.55rem;
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--news-brown);
  font-family: var(--news-serif);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  transition: color .2s ease, background .2s ease;
}

.news-tabs a:hover {
  color: #a3342c;
}

.news-tabs a.is-active {
  color: #efe7db;
  background: url("../lanhu/news/SketchPng891e8af5c9bd7f70a51aa13035c356a8df09017d3f871cc4fddec2307dd9a288.png") center / 100% 100% no-repeat;
}

.news-list {
  margin-top: clamp(1.6rem, 3vw, 2rem);
  display: grid;
  gap: 1.25rem;
}

.news-card {
  position: relative;
  min-height: 15.25rem;
  padding: clamp(1.15rem, 1.8vw, 1.35rem);
  display: grid;
  grid-template-columns: minmax(12rem, 17rem) minmax(0, 1fr);
  gap: clamp(1.15rem, 2.4vw, 1.65rem);
  border-radius: .35rem;
  background-color: #fbfbfb;
  background-image: url("../lanhu/news/SketchPng8b4750f80f1d8b7d000780ff957b88c9156fca9879361b16029dd7f3d54cfb45.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc(100% - 1rem) calc(100% - 1rem);
  cursor: pointer;
  transition: background-color .2s ease, background-image .2s ease;
}

.news-card:hover,
.news-card:focus-within,
.news-card.is-active {
  background-color: #fff;
  background-image:
    url("../lanhu/news/SketchPng8b4750f80f1d8b7d000780ff957b88c9156fca9879361b16029dd7f3d54cfb45.png"),
    url("../lanhu/news/8182d4e8951c4a6d849b45e230b43c3a_mergeImage.png");
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: calc(100% - 1rem) calc(100% - 1rem), 100% 100%;
}

.news-card__media {
  min-height: 100%;
  aspect-ratio: 1.26;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee4d8;
  overflow: hidden;
}

.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__media span {
  color: rgba(163, 52, 44, .55);
  font-family: var(--news-serif);
  font-size: 1.25rem;
  font-weight: 500;
}

.news-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(.25rem, .8vw, .45rem) 0;
}

.news-card__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.news-card h3 {
  min-width: 0;
  margin: 0;
  color: var(--news-brown);
  font-family: var(--news-sans-medium);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
}

.news-card h3 a {
  transition: color .2s ease;
}

.news-card h3 a:hover {
  color: #a3342c;
}

.news-tag {
  flex: 0 0 auto;
  min-width: 5.2rem;
  padding: .38rem .75rem;
  border-radius: 999px;
  color: #a3342c;
  background: #fff4f3;
  font-family: var(--news-sans);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.news-tag--2 {
  color: var(--news-blue-gray);
  background: #f3f9fd;
}

.news-tag--3,
.news-tag--4,
.news-tag--5,
.news-tag--6 {
  color: #a85928;
  background: #fff5ef;
}

.news-card p {
  margin: clamp(1rem, 2vw, 1.2rem) 0 0;
  color: var(--news-muted);
  font-family: var(--news-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}

.news-card__footer {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--news-muted);
  font-family: var(--news-sans);
  font-size: 1rem;
  font-weight: 400;
}

.news-readmore {
  min-width: 7.15rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a3342c;
  font-family: var(--news-fangzheng);
  font-size: 1rem;
  font-weight: 400;
  background: url("../lanhu/news/SketchPng8ec2723e61979599dc9439876c2e4f65c09b2b96768bb948290955a152d5e537.png") center / 100% 100% no-repeat;
  transition: transform .2s ease;
}

.news-readmore:hover {
  transform: translateX(.15rem);
}

.news-pagination {
  margin-top: clamp(2rem, 4vw, 2.75rem);
  display: flex;
  justify-content: center;
}

.news-pagination .pagination,
.news-pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
  list-style: none;
}

.news-pagination a,
.news-pagination span {
  min-width: 2.55rem;
  height: 2.55rem;
  padding: 0 .8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--news-gold);
  border-radius: .25rem;
  color: var(--news-brown);
  font-family: var(--news-sans);
  font-size: 1rem;
  font-weight: 400;
  background: #fff;
}

.news-pagination .active a,
.news-pagination .active span,
.news-pagination a.active,
.news-pagination span.active {
  color: #efe7db;
  background: var(--news-red);
}

.news-empty {
  padding: 2rem;
  border: 1px dashed var(--news-line);
  border-radius: .35rem;
  color: var(--news-muted);
  font-family: var(--news-sans);
  font-weight: 400;
  text-align: center;
  background: rgba(255, 255, 255, .65);
}

.news-empty--side {
  padding: 1.5rem .75rem;
  font-size: .95rem;
}

.news-section--detail .news-section__inner {
  width: var(--yygk-container);
}

.news-detail-card {
  position: relative;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 2.8vw, 2.25rem) clamp(2.6rem, 5vw, 4rem);
  border-radius: .35rem;
  background: #fff;
  overflow: hidden;
}

.news-detail-card__accent {
  position: absolute;
  inset: 0 0 auto;
  height: .25rem;
  background: var(--news-red);
}

.news-detail-card__header {
  position: relative;
}

.news-detail-card__header h1 {
  max-width: 58rem;
  margin: 0 auto;
  color: #a3342c;
  font-family: var(--news-sans-medium);
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.news-detail-meta {
  margin-top: clamp(1rem, 2vw, 1.35rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .75rem clamp(1.25rem, 3vw, 3.75rem);
  color: #959595;
  font-family: var(--news-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.news-detail-actions {
  position: absolute;
  right: 0;
  bottom: -.1rem;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.news-detail-back {
  min-width: 3.6rem;
  height: 1.85rem;
  padding: 0 .9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--news-red);
  border-radius: .25rem;
  color: #a3342c;
  font-family: var(--news-sans-medium);
  font-size: .875rem;
  font-weight: 500;
}

.news-detail-divider {
  height: 1px;
  margin-top: clamp(.85rem, 1.6vw, 1.1rem);
  background: #e4d9ca;
}

.news-detail-summary,
.news-detail-content {
  color: var(--news-brown);
  font-family: var(--news-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}

.news-detail-summary {
  margin: clamp(1.6rem, 3vw, 2rem) 0 0;
}

.news-detail-content {
  margin-top: clamp(1.2rem, 3vw, 1.8rem);
}

.news-detail-content p {
  margin: 0 0 1.35rem;
}

.news-detail-content img {
  max-width: 100%;
  height: auto;
  margin: clamp(1.25rem, 3vw, 1.8rem) auto;
  border: 1px solid rgba(151, 151, 151, .4);
  object-fit: cover;
}

.news-related {
  margin-top: clamp(1.25rem, 3vw, 1.8rem);
  padding: clamp(1.3rem, 3vw, 1.7rem) clamp(1rem, 3vw, 2.5rem) clamp(1.8rem, 3vw, 2rem);
  border-radius: .35rem;
  background: #fff;
}

.news-related__header {
  display: flex;
  align-items: center;
  gap: .45rem;
}

.news-related__header img {
  width: 1.25rem;
  height: 1.2rem;
  object-fit: contain;
}

.news-related__header h2 {
  margin: 0;
  color: var(--news-brown);
  font-family: var(--news-sans-medium);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
}

.news-related__list {
  margin-top: 1.25rem;
  padding-top: 1.2rem;
  border-top: 1px solid #e4d9ca;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem clamp(1.5rem, 5vw, 5rem);
}

.news-related__item {
  min-height: 3.15rem;
  padding: 0 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1.5px solid var(--news-line);
  border-radius: .2rem;
  color: var(--news-brown);
  font-family: var(--news-sans-medium);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  transition: border-color .2s ease, color .2s ease;
}

.news-related__item span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-related__item img {
  width: .65rem;
  height: 1.05rem;
  object-fit: contain;
}

.news-related__item:hover {
  border-color: var(--news-red);
  color: #a3342c;
}

@media (max-width: 1180px) {
  .news-layout {
    grid-template-columns: 1fr;
  }

  .news-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-side-card {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .news-sidebar {
    grid-template-columns: 1fr;
  }

  .news-list-panel__header {
    align-items: stretch;
    flex-direction: column;
  }

  .news-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: .15rem;
  }

  .news-card {
    grid-template-columns: 1fr;
  }

  .news-card__media {
    aspect-ratio: 16 / 9;
  }

  .news-card__title-row,
  .news-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-related__list {
    grid-template-columns: 1fr;
    gap: .9rem;
  }
}

@media (max-width: 560px) {
  .news-shell {
    padding-top: 18rem;
  }

  .news-section__inner,
  .news-section--detail .news-section__inner {
    width: var(--yygk-container);
  }

  .news-feature {
    padding-top: 3rem;
  }

  .news-tabs a {
    min-width: 6rem;
  }

  .news-detail-card {
    padding-inline: 1rem;
  }

  .news-detail-meta {
    justify-content: flex-start;
  }

  .news-detail-actions {
    position: static;
    margin-top: .6rem;
    justify-content: flex-start;
  }
}
