/* 栏目内页 v2 — 对齐 Nuxt 新站 */

.page-breadcrumb-bar {
  width: 100%;
  min-height: 40px;
  margin-top: 0;
  background-color: rgba(246, 246, 246, 1);
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: stretch;
  clear: both;
}

/* 无顶图时（如文章详情），面包屑在固定顶栏下方 */
.page-breadcrumb-bar--below-header {
  margin-top: 60px;
}

.page-breadcrumb-bar__inner {
  width: 100%;
  min-height: 40px;
  margin: 0 auto;
  padding: 6px 15px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}

.website-breadcrumb {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 28px;
  font-size: 13px;
  line-height: 1.5;
}

.website-breadcrumb__prefix {
  color: #000;
  margin-right: 4px;
  flex-shrink: 0;
  display: inline;
  line-height: 1.5;
  white-space: nowrap;
}

.website-breadcrumb__list {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.website-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  line-height: 1.5;
}

.website-breadcrumb__link,
.website-breadcrumb__text,
.website-breadcrumb__current {
  display: inline;
  line-height: 1.5;
  vertical-align: baseline;
}

.website-breadcrumb__text {
  color: #000;
}

.breadcrumb-label {
  display: inline;
  line-height: 1.5;
  vertical-align: baseline;
}

.website-breadcrumb__link,
.website-breadcrumb__sep {
  color: #000;
}

.website-breadcrumb__link {
  text-decoration: none;
}

.website-breadcrumb__link:hover {
  color: #c8161d;
  text-decoration: underline;
}

.website-breadcrumb__current {
  color: #0070c0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.website-breadcrumb__item:last-child {
  flex: 1 1 auto;
  min-width: 0;
}

.website-breadcrumb__sep {
  margin: 0 6px;
  user-select: none;
  flex-shrink: 0;
}

.section-v2-page {
  font-size: 18px;
  color: #555;
}

.section-v2-banner {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 60px;
}

.section-menus {
  z-index: 999;
  position: relative;
  box-shadow: 1px 2px 9px #969696, 1px 1px 2px #ffffff;
  margin: 0;
  width: 100%;
  height: 53px;
  clear: both;
  background-color: #fff;
  overflow: hidden;
  color: #103981;
  font-size: 18px;
  line-height: 53px;
  margin-top: -4px;
  padding-left: 10px;
  box-sizing: border-box;
}

.section-menus.is-sticky {
  position: fixed;
  top: 60px;
  left: 0;
  margin-top: 0;
}

.section-menus-list {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  white-space: nowrap;
  overflow-x: auto;
}

.section-menus-list li {
  display: inline-block;
  margin: 0;
  padding: 0 20px 0 0;
}

.section-menus-list a {
  display: block;
  height: 53px;
  line-height: 53px;
  color: #103981;
  text-decoration: none;
  font-size: 18px;
}

.section-menus-list li.is-active a,
.section-menus-list a:hover {
  color: #3274b0;
}

.section-v2-container {
  width: 100%;
  padding: 20px 15px 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section-v2-container .article-content {
  line-height: 1.5;
  margin: 0;
  color: #555;
  font-size: 18px;
}

.section-v2-container .article-content p {
  padding: 0;
  margin: 0;
}

.section-v2-container .article-content img,
.section-v2-container .article-content video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.section-v2-container .article-content b,
.section-v2-container .article-content strong {
  font-weight: bolder;
}

.section-v2-news {
  margin: 50px 0;
}

.section-v2-news-item {
  margin-bottom: 50px;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.section-v2-news-item:hover .section-v2-news-title {
  color: #3274b0;
}

.section-v2-news-img {
  width: 30%;
  height: 200px;
  flex-shrink: 0;
}

.section-v2-news-img .img {
  border: 0.5px solid rgb(197, 193, 193);
  width: 80%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  display: block;
}

.section-v2-news-body {
  width: 70%;
}

.section-v2-news-title {
  color: #2a2a2a;
  padding: 0;
  margin: 0;
  font-size: 16px;
  min-height: 50px;
  font-weight: bold;
}

.section-v2-news-subtext {
  color: #666;
  padding: 0;
  font-size: 15px;
  min-height: 130px;
  text-align: justify;
}

.section-v2-news-date {
  color: #999;
  font-size: 14px;
}

.section-v2-pagination {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.section-v2-pagination a,
.section-v2-pagination span {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 2px;
  background: #f4f4f5;
  color: #606266;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.section-v2-pagination .current {
  background: #3574ad;
  color: #fff;
}

.section-v2-pagination .pagination {
  margin: 0;
  float: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.section-v2-pagination .pagination > li > a,
.section-v2-pagination .pagination > li > span {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 2px;
  background: #f4f4f5;
  color: #606266;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  border: none;
  float: none;
}

.section-v2-pagination .pagination > .active > span {
  background: #3574ad;
  color: #fff;
}

.section-v2-container--article {
  padding-top: 20px;
  padding-bottom: 40px;
}

@media (min-width: 1201px) {
  .page-breadcrumb-bar__inner,
  .section-v2-container {
    max-width: 1170px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .section-v2-container {
    max-width: 970px;
  }
}

@media (max-width: 991px) {
  .section-v2-container {
    max-width: 750px;
  }
}

@media (max-width: 767px) {
  .page-breadcrumb-bar__inner {
    padding: 8px 12px;
  }

  .website-breadcrumb {
    font-size: 12px;
  }

  .website-breadcrumb__item:not(:last-child) {
    max-width: 46vw;
  }

  .website-breadcrumb__item:not(:last-child) .website-breadcrumb__link {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
  }

  .section-v2-news-img {
    display: none;
  }

  .section-v2-news-body {
    width: 100%;
  }
}

.com_message .form-group.captcha-row {
  display: flex !important;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.com_message .captcha-input {
  flex: 1;
  min-width: 0;
}

.com_message .captcha-image {
  flex-shrink: 0;
  width: 120px;
  height: 40px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f7fa;
  user-select: none;
}

.com_message .captcha-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.com_message .captcha-image span {
  font-size: 12px;
  color: #909399;
  padding: 0 6px;
  text-align: center;
  line-height: 1.2;
}
