.hailingmeng_feature_news_main {
  padding-bottom: var(--section-padding);
  padding-top: 3.75rem;
  overflow: hidden;
  background: #f9f8f3;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-header {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
  align-items: center;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-heading {
  flex: 1;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-title {
  margin: 0;
  color: var(--text-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  text-transform: capitalize;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-subtitle {
  margin: 10px 0 0;
  color: #666666;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* Content Layout */
.hailingmeng_feature_news_main .hailingmeng-feature-news-content {
  display: flex;
  gap: 1.25rem;
}

/* Left Column: 2 Featured Articles */
.hailingmeng_feature_news_main .hailingmeng-feature-news-left {
  flex: 1;
  display: flex;
  gap: 1.25rem;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-featured {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 33.125rem;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-featured-image {
  aspect-ratio: 530 / 380;
  width: 100%;
  overflow: hidden;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-featured-content {
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-featured-text {
  flex: 1;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-featured-date,
.hailingmeng_feature_news_main .hailingmeng-feature-news-item-date {
  color: #999999;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-featured-date {
  margin-bottom: 0.5rem;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-featured-title,
.hailingmeng_feature_news_main .hailingmeng-feature-news-item-title {
  margin: 0;
  color: var(--text-color);
  font-weight: 400;
  line-height: 1.38;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-featured-title {
  margin-bottom: 1.125rem;
}

/** slide  */
.hailingmeng_feature_news_main .hailingmeng-feature-news-item-title {
  margin-bottom: 0.75rem;
  margin-top: 0.5rem;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-featured-desc {
  color: #666666;
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-featured-btn,
.hailingmeng_feature_news_main .hailingmeng-feature-news-item-btn {
  width: max-content;
  font-weight: 400 !important;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-featured-btn {
  margin-top: 1.25rem;
}

/* Right Column: 3 Small Articles */
.hailingmeng_feature_news_main .hailingmeng-feature-news-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-item {
  display: flex;
  text-decoration: none;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-item-image {
  aspect-ratio: 264 / 190;
  width: 16.5rem;
  overflow: hidden;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hailingmeng_feature_news_main .hailingmeng-feature-news-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  min-width: 0;
}

/* 手机端隐藏/显示控制 */
.hailingmeng_feature_news_main .hailingmeng-feature-news-mobile {
  display: none;
}

/* 手机端 Swiper 样式 */
@media screen and (max-width: 1024px) {
  .hailingmeng_feature_news_main .hailingmeng-feature-news-pc {
    display: none;
  }

  .hailingmeng_feature_news_main .hailingmeng-feature-news-mobile {
    display: block;
  }

  .hailingmeng_feature_news_main .hailingmeng-feature-news-swiper {
    overflow: hidden;
  }

  .hailingmeng_feature_news_main
    .hailingmeng-feature-news-swiper
    .swiper-slide {
    width: 100%;
    height: auto !important;
  }

  .hailingmeng_feature_news_main
    .hailingmeng-feature-news-swiper
    .hailingmeng-feature-news-featured {
    width: 100%;
    height: 100%;
  }

  .hailingmeng_feature_news_main
    .hailingmeng-feature-news-swiper
    .hailingmeng-feature-news-featured-image {
    aspect-ratio: 16 / 9;
  }

  .hailingmeng_feature_news_main
    .hailingmeng-feature-news-swiper
    .hailingmeng-feature-news-featured-desc {
    font-size: 14px;
  }

  .hailingmeng_feature_news_main .swiper-pagination {
    position: relative;
    margin-top: 1rem;
    text-align: center;
  }

  .hailingmeng_feature_news_main .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #d1d1d1;
    opacity: 1;
  }

  .hailingmeng_feature_news_main .swiper-pagination-bullet-active {
    background: var(--color-primary);
  }
}
