.zhiting_news_spotlight_main {
  width: 100%;
  padding: 69.75px 0 70px;
  background: #f8f8f8;
}

.zhiting-news-spotlight-shell {
  width: calc(100% - 232px);
  max-width: 1688px;
  margin: 0 auto;
}

.zhiting-news-spotlight-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 46px;
}

.zhiting-news-spotlight-title {
  margin: 0;
  color: #000000;
  font-family: var(--zhiting-font-accent);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

.zhiting-news-spotlight-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-primary);
  font-family: var(--zhiting-font-accent);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.zhiting-news-spotlight-more img,
.zhiting-news-spotlight-card-link img {
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 auto;
  transition: transform 0.24s ease;
}

.zhiting-news-spotlight-more:hover,
.zhiting-news-spotlight-more:focus-visible,
.zhiting-news-spotlight-card-link:hover,
.zhiting-news-spotlight-card-link:focus-visible {
  color: var(--color-primary);
}

.zhiting-news-spotlight-more:hover img,
.zhiting-news-spotlight-more:focus-visible img,
.zhiting-news-spotlight-card-link:hover img,
.zhiting-news-spotlight-card-link:focus-visible img {
  transform: translateX(4px);
}

.zhiting-news-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.zhiting-news-spotlight-card {
  min-width: 0;
}

.zhiting-news-spotlight-card-link-wrap {
  display: block;
  color: inherit;
  text-decoration: none;
}

.zhiting-news-spotlight-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 545/358;
  /* height: 358px; */
  overflow: hidden;
  border-radius: 5px;
  background: #ececec;
}

.zhiting-news-spotlight-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.zhiting-news-spotlight-card-link-wrap:hover .zhiting-news-spotlight-media img,
.zhiting-news-spotlight-card-link-wrap:focus-visible .zhiting-news-spotlight-media img {
  transform: scale(1.03);
}

.zhiting-news-spotlight-tag {
  position: absolute;
  left: 11px;
  top: 13.26px;
  max-width: calc(100% - 22px);
  padding: 3px 16px;
  border-radius: 5px;
  background: #ffffff;
  font-family: var(--zhiting-font-accent);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.zhiting-news-spotlight-tag span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: var(--zhiting-accent-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.zhiting-news-spotlight-content {
  padding-top: 11px;
}

.zhiting-news-spotlight-card-title {
  margin: 0;
  color: #000000;
  font-family: var(--zhiting-font-accent);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zhiting-news-spotlight-card-desc {
  margin: 11px 0 0;
  color: #454545;
  font-family: var(--zhiting-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zhiting-news-spotlight-card-link {
  margin-top: 19px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-primary);
  font-family: var(--zhiting-font-accent);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.zhiting-news-spotlight-card-link-wrap:hover .zhiting-news-spotlight-card-link img,
.zhiting-news-spotlight-card-link-wrap:focus-visible .zhiting-news-spotlight-card-link img {
  transform: translateX(4px);
}

@media screen and (max-width: 1600px) {
  .zhiting-news-spotlight-shell {
    width: calc(100% - 120px);
  }

  .zhiting-news-spotlight-grid {
    gap: 22px;
  }

  /* .zhiting-news-spotlight-media {
    height: 320px;
  } */
}

@media screen and (max-width: 1199px) {
  .zhiting_news_spotlight_main {
    padding: 56px 0 60px;
  }

  .zhiting-news-spotlight-shell {
    width: calc(100% - 64px);
  }

  .zhiting-news-spotlight-header {
    margin-bottom: 32px;
  }

  .zhiting-news-spotlight-title {
    font-size: 40px;
    line-height: 1.3;
  }

  

  /* .zhiting-news-spotlight-media {
    height: 360px;
  } */
}

@media screen and (max-width: 767px) {
  .zhiting-news-spotlight-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .zhiting_news_spotlight_main {
    padding: 40px 0 48px;
  }

  .zhiting-news-spotlight-shell {
    width: calc(100% - 32px);
  }

  .zhiting-news-spotlight-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
  }

  .zhiting-news-spotlight-title {
    font-size: 30px;
  }

  /* .zhiting-news-spotlight-media {
    height: 240px;
  } */

  .zhiting-news-spotlight-tag {
    top: 10px;
    left: 10px;
    padding: 3px 12px;
    font-size: 12px;
    line-height: 18px;
  }

  .zhiting-news-spotlight-card-title {
    font-size: 18px;
  }

  .zhiting-news-spotlight-card-desc {
    font-size: 14px;
  }
}
