﻿.articleArea {
  margin-bottom: 54px;
}

.articleArea a {
  color: #333;
}

.articleArea a:hover {
  color: #c13432;
}

.detailTag {
  width: 12px;
  height: 16px;
  margin-right: 9px;
  position: relative;
  top: 1px;
}

.detail-container {
  margin-top: 100px !important;
}

.articleTitle {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  text-align: center;
}

.articleDesc {
  font-size: 14px;
  color: #808080;
  justify-content: center;
  margin-top: 40px;
}

.main-menu-container {
  top: 830px !important;
}

.view {
  margin-left: 35px;
}

.articleContent {
  font-size: 16px;
  color: #666666;
  margin-top: 43px;
  line-height: 32px;
  /* text-indent: 2em; */
}

.articleContent p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 32px;
  color: rgba(56, 56, 56, 1);
  text-align: left;
  vertical-align: top;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(0, 0, 0, 1);

}

/* 详情页占位布局（PC） */
.detail-container {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 40px;
}

.article-body .articleMeta {
  margin-top: 16px;
  color: #999;
  font-size: 13px;
  text-align: center;
}

.placeholder-img {
  width: 100%;
  height: 260px;
  background: #e5e5e5;
  margin: 20px 0;
}

.placeholder-img.large {
  height: 420px;
}

.article-footer-meta {
  color: #666;
  font-size: 13px;
  margin-top: 24px;
  border-top: 1px solid #eee;
  padding-top: 16px;
  text-align: right;
}

.article-footer-meta>div {
  margin-bottom: 8px;
}

.articleLine {
  height: 1px;
  background: #f0f0f0;
  margin-top: 45px;
  margin-bottom: 15px;
}

.pageArea {
  height: 114px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pageArea a {
  font-size: 14px;
  color: #666666;
}

.pageArea a:hover {
  color: #c13432;
  text-decoration: underline;
}

.pageBootom {
  margin-top: 23px;
}

/* 标题导航菜单样式 - 全局样式 */
.title-navigation {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  padding-left: 20px;
  width: 100%;
  max-width: 100%;
}

/* 限制container宽度，防止内容超出屏幕 */
.title-navigation .container {
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden;
}

.title-navigation .row {
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden;
}

.title-navigation .col-12 {
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden;
}

.title-nav .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  box-sizing: border-box;
}

.title-nav .nav-item {
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  background-color: transparent;
  max-width: calc(100% / 6);
  overflow: hidden;
  text-overflow: ellipsis;
}

.title-nav .nav-item a {
  text-decoration: none;
  color: #666;
  font-size: 16px;
  transition: color 0.3s ease;
  white-space: nowrap !important;
  display: block;
  min-width: max-content;
}

.title-nav .nav-item.active a {
  color: #000;
  font-weight: bold;
}

.title-nav .nav-item a:hover {
  color: #c13432;
}

/* 面包屑导航样式优化 */
.main-menu-container {
  margin: 20px 0;
  padding: 0;
}

.main-menu-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.main-menu-container nav ul li {
  margin: 0;
  padding: 0;
}

.main-menu-container nav ul li a {
  text-decoration: none;
  color: #666;
  font-size: 18px;
  font-weight: 500 !important;
}

.main-menu-container nav ul li.first-active a {
  color: #fff;
  font-weight: bold;
}

.main-menu-container nav ul li.second-active a {
  color: #fff;
  font-weight: 500;
}

.main-menu-container nav ul li.third-active a {
  color: #333;
}

/* 大于768 pc*/
@media screen and (min-width: 768px) {}

/* 小于768 ipad和手??/*/
@media screen and (max-width: 768px) {



  .detail-container {
    margin-top: 0 !important;
  }

  .articleContent img {
    max-width: 100%;
  }

  main {}

  .listContent {
    padding: 0;
  }

  .articleTitle {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .articleDesc {
    font-weight: 400;
    font-size: 13px;
    color: #8c8c8c;
    margin-top: 30px;
    position: relative;
  }

  .articleDesc::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
  }

  .articleContent {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-top: 40px;
    position: relative;
  }

  .articleContent::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    /* background-color: #EBEBEB; */
  }

  .articleArea {
    margin-bottom: 0;
    padding: 13px;
    padding-top: 37px;
  }

  .articleLine {
    margin-top: 37px;
  }

  .pageArea {
    height: 105px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .pageArea .flex:first-child {
    position: relative;
  }

  .pageArea .flex:first-child::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
  }

  .pageArea a {
    font-size: 13px;
  }

  .pageBootom {
    margin-top: 12px;
    padding-top: 12px;
  }

  .linkArea {
    margin-top: 31px;
  }

  .footerArea {
    margin-top: 20px;
  }



  /* 移动端内容区域样式 */
  .mobile-content {
    padding: 0 15px;
  }

  .mobile-content .articleContent {
    padding: 0;
  }

  .mobile-content .articleContent img {
    width: 100% !important;
    height: auto !important;
    margin: 20px 0 !important;
  }

  .mobile-content .articleTitle {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .mobile-content .articleMeta {
    font-size: 12px;
    margin-bottom: 20px;
  }

  /* 移动端标题导航样式 */
  .pcHidden .title-navigation {
    padding: 15px 0;
    overflow: hidden;
  }

  .pcHidden .title-nav .nav-list {
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .pcHidden .title-nav .nav-item {
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    min-width: max-content;
  }

  .pcHidden .title-nav .nav-item a {
    font-size: 14px;
    white-space: nowrap !important;
    display: block;
    min-width: max-content;
  }

  /* 移动端导航项样式覆盖 */
  .pcHidden .title-nav .nav-item {
    background-color: transparent;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 16px;
    color: rgba(0, 0, 0, 1);
  }

  .pcHidden .title-nav .nav-item.active {
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 16px;
    color: rgba(0, 0, 0, 1);
  }
}


.container-fluid .row .col-6 {
  position: relative;
}

.container-fluid .row .col-6 .text-center {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 445px;
  height: 62px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 24px;
  font-weight: 500;
  line-height: 62px;
  color: rgba(255, 255, 255, 1);

}