/** 新闻详情 Start **/
.news_details_header {
  padding-top: 72px;
}

.news_details_header_con {
  padding: 64px 0 0 80px;
  transition: all 0.3s ease-in-out;
}

.article-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 80px 192px 32px 0;
  transition: all 0.3s ease-in-out;
}

.article-title-text,
.article-time {
  width: 928px;
  text-align: left;
}

.article-title-text {
  color: #161616;
  font-size: 54px;
  font-weight: 350;
  line-height: 64px;
  transition: all 0.3s ease-in-out;
}

.article-time {
  color: #161616;
  font-size: 16px;
  line-height: 24px;
  padding-top: 64px;
  transition: all 0.3s ease-in-out;
}

.article-time span {
  display: inline-block;
  width: 120px;
  transition: all 0.3s ease-in-out;
}

.mg_rg128 {
  margin-right: 128px;
}

#articleCon {
  display: flex;
  padding-top: 32px;
  padding-bottom: 80px;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}

#articleCon .article-content {
  padding-right: 96px;
  text-align: left;
  transition: all 0.3s ease-in-out;
}

#articleCon .article-content ul {
  padding-left: 2rem;
}

#articleCon .article-content ul li {
  list-style: unset;
}

#articleCon .article-content img,
#articleCon .article-content video {
  max-width: 100%;
  height: auto !important;
}

.page-turning {
  justify-content: space-between;
  padding: 32px 0 80px 384px;
}

.page-turning .last-news,
.page-turning .next-news {
  width: 256px;
}

.page-turning .last-news .checkBtn {
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 16px;
}

.page-turning .next-news .checkBtn {
  justify-content: flex-end;
  cursor: pointer;
  margin-bottom: 16px;
}

.page-turning .last-news .checkBtn img {
  margin-right: 8px;
}

.page-turning .next-news .checkBtn img {
  margin-left: 8px;
}

.page-turning .last-news .checkBtn,
.page-turning .next-news .checkBtn {
  color: #FF7A00;
  font-size: 16px;
  line-height: 24px;
}

.page-turning .last-news .new-title,
.page-turning .next-news .new-title {
  color: #525252;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
}

/* .page-turning .next-news .new-title {
  text-align: right;
} */

/** 新闻详情 End **/

@media (max-width: 1290px) {
  .news_details_header_con {
    padding: 64px 4.16% 0 4.16%;
  }

  .article-title {
    padding: 80px 14.88% 32px 0;
  }

  #articleCon {
    justify-content: space-between;
  }

  .share-groups {
    margin-right: 0;
    flex-shrink: 0;
  }

  #articleCon .article-content {
    width: 736px;
  }

  .page-turning {
    width: 736px;
    padding: 32px 0 80px 0;
    margin-left: calc(100% - 736px);
  }
}

@media (max-width: 1000px) {
  .news_details_header_con {
    padding: 48px 3.16% 0 3.16%;
  }

  .article-title {
    padding: 56px 14.88% 32px 0;
  }

  .article-title-text {
    font-size: 41px;
    line-height: 54px;
  }

  .article-time {
    font-size: 14px;
    line-height: 20px;
    padding-top: 48px;
  }

  #articleCon .article-content {
    flex: 1;
    width: auto;
    padding-right: 48px;
  }

  #articleCon .article-content section {
    max-width: 100% !important;
  }
}

@media (max-width: 926px) {
  .page-turning {
    width: calc(100% - 190px);
    margin-left: 190px;
  }
}

@media (max-width: 768px) {
  .news_details_header_con {
    padding: 32px 16px 0 16px;
  }

  .articleConWrap {
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
  }

  #articleCon {
    flex-wrap: wrap;
    border: none;
  }

  .share-groups {
    width: 100%;
    margin-bottom: 32px;
  }

  .article-content {
    width: 100%;
  }

  .article-title {
    padding: 32px 0;
  }

  .article-title-text {
    font-size: 28px;
    font-weight: 350;
    line-height: 36px;
  }

  .article-time {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    padding-top: 32px;
  }

  #articleCon .article-content {
    max-width: 100%;
    padding-right: 0;
  }

  /* #articleCon .article-content section {
    flex-wrap: wrap !important;
  } */

  .page-turning {
    width: 100%;
    margin-left: 0px;
  }

  .page-turning .last-news .new-title {
    padding-right: 18.75px;
  }

  .page-turning .next-news .new-title {
    padding-left: 18.75px;
  }

}

@media (max-width: 375px) {

  .page-turning .last-news .new-title {
    padding-right: 16px;
  }

  .page-turning .next-news .new-title {
    padding-left: 16px;
  }
}