/* 新闻列表 / 详情 — 对齐设计稿截图，移动端竖排不乱版 */

.page-news-list .page-main,
.page-news-detail .page-main {
  padding-top: 0;
}

.news-hero {
  width: 100%;
  min-height: 420px;
  padding-top: var(--nav-h);
  background-image: url("../../images/syImg/banner/newsBanner.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-hero .advantage_title {
  position: relative;
  top: auto;
  left: auto;
  text-align: center;
  color: #fff;
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  padding: 48px 16px;
}

.news-hero .advantage_title .tips {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 400;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.04em;
}

.page-news-list .breadcrumb,
.page-news-detail .breadcrumb {
  width: 100%;
  border-bottom: 1px solid #d5dbe6;
  display: flex;
  align-items: center;
  padding: 0 12%;
  font-size: 16px;
  min-height: 64px;
  color: #4f5369;
  background: #f7f8fa;
}

.page-news-list .breadcrumb .left,
.page-news-detail .breadcrumb .left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.page-news-list .breadcrumb .left img,
.page-news-detail .breadcrumb .left img {
  width: 16px;
  height: 22px;
}

.page-news-list .breadcrumb-nav,
.page-news-detail .breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.page-news-list .breadcrumb-nav a,
.page-news-detail .breadcrumb-nav a {
  color: #4f5369;
  text-decoration: none;
}

.page-news-list .breadcrumb-nav .current,
.page-news-detail .breadcrumb-nav .current {
  color: #1890ff;
}

/* —— 列表 —— */
.news_con {
  background: #fff;
  box-sizing: border-box;
  padding: 48px 12% 80px;
  min-height: 600px;
}

.news-empty {
  text-align: center;
  color: #999;
  padding: 80px 0;
  font-size: 16px;
}

.new_list {
  display: flex;
  align-items: stretch;
  gap: 24px;
  border-bottom: 1px solid #d5dbe6;
  padding: 28px 16px;
  margin-bottom: 0;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s, box-shadow 0.2s;
  position: relative;
}

.new_list:hover {
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.news_img {
  flex-shrink: 0;
  width: 240px;
  max-width: 32%;
}

.news_img img {
  display: block;
  width: 100%;
  aspect-ratio: 400 / 268;
  object-fit: cover;
  border-radius: 4px;
}

.list_center {
  flex: 1;
  min-width: 0;
  position: relative;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.list_center .title {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: #1b254a;
  margin: 0 0 12px;
  line-height: 1.4;
}

.new_list:hover .list_center .title {
  color: #1890ff;
}

.list_center .news_tips {
  font-size: 15px;
  color: #7c7f8f;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
}

/* Figma：箭头在摘要下方、左对齐，不贴日期列 */
.go_btn {
  position: static;
  width: 36px;
  height: 36px;
  border: 1px solid #c5c8d4;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #616580;
  background: #fff;
  flex-shrink: 0;
}

.new_list:hover .go_btn {
  background: #1890ff;
  border-color: #1890ff;
  color: #fff;
}

.time {
  flex-shrink: 0;
  width: 88px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #e8ebf0;
  padding-left: 16px;
}

.news_month {
  font-size: 28px;
  font-weight: 600;
  color: #4f5369;
  line-height: 1.2;
}

.news_year {
  font-size: 14px;
  color: #616580;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #d5dbe6;
}

/* 分页 */
.pagnation {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.page_style {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.page_style .page-num,
.page_style .page-btn {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #d0d4e0;
  color: #4f5369;
  text-decoration: none;
  background: #fff;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
}

.page_style .page-num.active {
  background: #1890ff;
  border-color: #1890ff;
  color: #fff;
}

.page-jump {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
  font-size: 14px;
  color: #4f5369;
}

.page-jump input {
  width: 56px;
  height: 36px;
  border: 1px solid #d0d4e0;
  text-align: center;
  border-radius: 2px;
}

.page-jump button {
  height: 36px;
  padding: 0 14px;
  border: 1px solid #1890ff;
  background: #1890ff;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
}

/* —— 详情 —— */
.news_detail_con {
  padding: 48px 16%;
  padding-bottom: 80px;
  background: #fff;
  box-sizing: border-box;
}

.news_title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: #1b254a;
  text-align: center;
  line-height: 1.45;
  margin: 0 0 16px;
}

.news_meta {
  text-align: center;
  font-size: 14px;
  color: #8a8e9e;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.news_divider {
  border: none;
  border-top: 1px solid #e5e8ef;
  margin: 24px 0 32px;
}

.news_divider.dashed {
  border-top-style: dashed;
  margin-top: 48px;
}

.news_detail_con .content {
  color: #4f5369;
  font-size: 16px;
  line-height: 1.85;
}

.news_detail_con .content p {
  margin: 0 0 18px;
  text-indent: 2em;
}

.news_detail_con .content .detail_img,
.news_detail_con .content img {
  max-width: 100%;
  height: auto;
}

.news_detail_con .content .detail_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
  text-indent: 0;
}

.news_detail_con .content .detail_img_xb,
.news_detail_con .content .detail_img img {
  display: block;
  width: 100%;
  max-width: 860px;
  border-radius: 4px;
}

.news_detail_con .content .img-caption {
  text-align: center;
  text-indent: 0;
  color: #8a8e9e;
  font-size: 14px;
  margin-top: 12px;
}

/* Figma：上下篇为左对齐纯文本，纵向排列，无边框按钮 */
.btn_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 40px;
}

.btn_item {
  display: block;
  max-width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 15px;
  line-height: 1.6;
  color: #616580;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn_item:not(.disabled) {
  color: #4f5369;
  cursor: pointer;
}

.btn_item.disabled {
  color: #9497a8;
  cursor: default;
}

.btn_item:hover:not(.disabled) {
  color: #1890ff;
}

@media (max-width: 992px) {
  .news-hero {
    min-height: 280px;
  }

  .page-news-list .breadcrumb,
  .page-news-detail .breadcrumb {
    padding: 12px 4%;
    font-size: 14px;
  }

  .news_con {
    padding: 24px 4% 48px;
  }

  .new_list {
    flex-direction: column;
    gap: 12px;
    padding: 20px 8px;
  }

  .news_img {
    width: 100%;
    max-width: 100%;
  }

  .list_center {
    padding-right: 0;
    width: 100%;
  }

  .list_center .news_tips {
    margin-bottom: 12px;
  }

  .time {
    width: 100%;
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
    border-left: none;
    border-top: 1px solid #e8ebf0;
    padding: 10px 0 0;
    justify-content: flex-start;
  }

  .news_month {
    font-size: 22px;
  }

  .news_year {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }

  .news_detail_con {
    padding: 28px 4% 48px;
  }

  .news_detail_con .content p {
    text-indent: 0;
  }

  .btn_item {
    max-width: 100%;
    white-space: normal;
  }

  .btn_list {
    gap: 10px;
  }

  .page-jump {
    width: 100%;
    justify-content: center;
    margin: 12px 0 0;
  }
}
