@charset "UTF-8";

.article-width {
  max-width: 1000px;
}

.nav-main {
  margin-top: 13px;
}

.nav-main .nav>span a {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
}

.nav-main .nav>span a:hover {
  color: rgb(51, 51, 51);
}

.nav-main .nav>span:nth-child(2) {
  padding: 0 8px;
}

.nav-main .nav>span:last-child {
  color: #333;
}

.news-container {
  margin: 85px auto 28px;
}

.news-container .news-title {
  margin-bottom: 21px;
}

.news-container .news-title h2 {
  padding: 0 120px 0 120px;
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  line-height: 50px;
}

.news-container .new-date {
  text-align: center;
}

.news-container .new-date time {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
}

.line {
  margin-bottom: 87px;
  border: none;
  border-top: 1px solid #E2E2E2;
  /* 红色横线 */
}

.news-template {
  margin: 0 auto;
}

.news-template .rich-content img {
  width: 100%;
}

.article-navigation {
  display: flex;
  margin-top: 140px;
  margin-bottom: 102px;
}

.article-navigation .nav-links {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}

.article-navigation .nav-links>a {
  display: block;
  height: 48px;
  padding: 10px 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-bottom: 12px;
  background: #F6F6F6;
}

.article-navigation .nav-links>a:hover span:last-child {
  color: #FF7B00;
}

.article-navigation .nav-links>a span.active {
  color: #FF7B00;
}

.article-navigation .nav-links>span.disabled {
  display: block;
  height: 48px;
  padding: 10px 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  margin-bottom: 12px;
  background: #F6F6F6;
  opacity: 0.6;
  cursor: not-allowed;
}

.article-navigation .nav-return {
  width: 156px;
  height: 108px;
  background: #F6F6F6;
}

.article-navigation .nav-return .return {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.article-navigation .nav-return .return:hover i {
  color: #FF7B00;
}

.article-navigation .nav-return .return:hover span {
  color: #FF7B00;
}

.article-navigation .nav-return .return i {
  margin-bottom: 9px;
  color: #7E7E7E;
  font-size: 30px;
}

.article-navigation .nav-return .return span {
  font-size: 16px;
  color: #222222;
  line-height: 28px;
}

/*# sourceMappingURL=news-details.css.map */

@media (max-width: 1024px) {
  .article-width {
    padding: 0 16px;

  }

  .article-width img {
    width: 100% !important;
    height: 100% !important;
    /*aspect-ratio: 4 / 3 !important;*/
    object-fit: cover;

  }
}

@media (max-width: 768px) {
  .news-container .news-title h2 {
    padding: 0 60px 0 60px;
    font-size: 40px;
    font-size: 30px;

  }
  .nav-return{
    display: none;
  }
  .nav-links{
    width: 100%;
    text-overflow:ellipsis ;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .news-container .news-title h2 {
    padding: 0 16px 0 16px;
    font-size: 20px;
    line-height: 35px;
  }
}