@charset "utf-8";

.about_top {
  overflow: hidden;
}

.news-details-page-container {
  position: relative;
  padding-top: 88px;

  z-index: 100;
}

.news-details-page-container::before {
  content: '';
  position: absolute;
  left: -10%;
  top: 25%;
  width: 40%;
  height: 90%;
  max-width: 533px;
  max-height: 1280px;
  background-image: url(../images/new_left_icon.svg);
  background-position: left top;
  background-repeat: no-repeat;
}

.news-details-content {
  position: relative;
  z-index: 1;
}

.news-details-page-title {
  text-align: left;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.20);
  color: var(--dark-color);
  font-weight: 400;
  line-height: 1.5;
}

.news-details-content {
  padding: 36px 0 70px 0;
  font-size: 16px;
  line-height: 26px;
}

.news-details-content-left {
  position: sticky;
  top: 20px;
}

.news-details-content-left .author {
  max-width: 280px;
  padding-bottom: 24px;
}

.news-details-content-left .author strong {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.news-details-content-left .author p {
  padding-top: 8px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.news-details-content-time {
  margin-bottom: 24px;
}

.news-details-content-time-text,
.news-details-content-share-text {
  margin-bottom: 8px;
}

.a_small_t {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.a_black_t {
  color: var(--dark-color);
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.news-details-content-share-item {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  justify-content: center;

  margin-right: 16px;
  margin-bottom: 16px;
  border: 1px solid rgba(51, 51, 51, 0.20);
  backdrop-filter: blur(4px);

  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}

.news-details-content-share-item:last-child {
  margin-right: 0;
}

.news-details-content-share-item img {
  width: 24px;
  height: auto;
}

.news-details-content-share-item img:nth-child(2) {
  display: none;
}

.news-details-content-share-item:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.news-details-content-share-item:hover img:first-child {
  display: none;
}

.news-details-content-share-item:hover img:nth-child(2) {
  display: block;
}

.article_box {
  align-items: flex-start !important;
}

.article_right {
  flex: 1;
  margin-left: 180px;
  overflow: hidden;
}

.article_right p {
  font-size: var(--font-16-size);
  color: var(--font-white-color);
  line-height: 26px;
  margin-bottom: 24px;
}

.article_right p:last-child {
  margin-bottom: 0;
}

.article_right img {
  display: block;
  margin: 0 auto;
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 40px;
}

/* 上一篇 下一篇 */
.me-3 {
  margin-right: 16px;
}

.ms-3 {
  margin-left: 16px;
}

.news-details-more {
  padding: 32px 0;

  font-size: 16px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.news-details-more a {
  color: rgba(51, 51, 51, 0.50);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.news-details-more .news-details-more-all {
  position: relative;
  color: var(--font-white-color);
  padding: 0 14px 0 0;
  border-radius: 16px;

}

.news-details-more-all-icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  justify-content: center;

}

.news-details-arrow-icon {
  width: 32px;
  height: auto;
}

.news-details-more-icon {
  width: 26px;
  height: auto;
}

.news-details-arrow-icon {
  position: relative;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.news-details-arrow-icon img {
  position: absolute;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.news-details-arrow-icon img:nth-child(1) {
  opacity: 0.5;
}

.news-details-arrow-icon img:nth-child(2) {
  left: -100%;
  opacity: 1;
}

.news-details-arrow-icon img:nth-child(1) {
  opacity: 0.5;
}

.prev .news-details-arrow-icon img:nth-child(2) {
  left: 100%;
}

.news-details-more a:hover {
  /* color: var(--main-color); */
}

.prev:hover .news-details-arrow-icon img:nth-child(2) {
  left: 0;
}

.prev:hover .news-details-arrow-icon img:nth-child(1) {
  left: -100%;
}

.next:hover .news-details-arrow-icon img:nth-child(2) {
  left: 0;
}

.next:hover .news-details-arrow-icon img:nth-child(1) {
  left: 100%;
}

.news-details-more-all::before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2);
  border-radius: 4px;
  -moz-transition: width 0.4s ease;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
}

@media (min-width:768px) {

  .news-details-more-all:hover::before {
    width: 100%;
  }

}

/*share*/

.x_sharecopy {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(78, 78, 78, 0.89);
  border-radius: 6px;
  backdrop-filter: blur(6px);
  font-size: 14px;
  padding: 10px 30px;
  color: var(--white-color);
  width: max-content;
  z-index: 9999;
}

.x_copyIcon {
  background: url(../images/new_link_w.svg) center center / contain no-repeat;
  width: 20px;
  height: 30px;
  float: left;
}

.x_copyDesc {
  font-size: 14px;
  padding-left: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  float: left;
}

.favourite-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (max-width:1365px) {
  .article_right {
    margin-left: 100px;
  }
}

@media (max-width:1279px) {

  .news-details-content-share-item {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

}

@media (max-width:991px) {
  .article_right {
    margin-left: 60px;
  }

}

@media (max-width:767px) {
  .news-details-page-container {
    padding-top: 80px;
  }

  .news-details-content {
    flex-direction: column;
    padding: 48px 0 50px 0;
  }

  .news-details-content-left {
    position: static;
    width: 100%;
  }

  .news-details-content-time,
  .news-details-content-share {
    display: flex;
    align-items: center;
  }

  .article_right {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    margin-top: 20px;
    padding-top: 20px;
    flex: inherit;
    margin-left: 0;
    width: 100%;
  }

  .news-details-arrow-icon {
    width: 16px;
    height: 16px;
  }

  .news-details-more-all-icon {
    width: 36px;
    height: 36px;
    justify-content: center;

  }

  .news-details-more-all::before {
    width: 36px;
  }

  .news-details-more-icon {
    width: 22px;
  }

  .news-details-page-title {
    padding-bottom: 20px;
  }

  .news-details-more {
    padding: 20px 0;
  }

  .article_box {
    padding-top: 25px;
  }

  .news-details-content-time-text {
    margin-bottom: 0;
  }

  .me-3 {
    margin-right: 5px;
  }

  .ms-3 {
    margin-left: 5px;
  }

  .page_menu_right a:nth-child(4) {
    display: none;
  }

  .news-details-more a {
    font-size: 14px;
  }

  .article_position .new_bottom_list {
    padding-top: 25px;
  }
}