.bread-crumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 0.5rem;
  border-bottom: 1px solid #C0C0C0;
  background: #F2F4F8;
}

.bread-crumb--inner {
  display: -ms-flexbox;
  display: flex;
  width: 14.4rem;
  margin: 0 auto;
  line-height: 0.5rem;
}

.bread-crumb__item {
  color: #676767;
  font-size: 0.14rem;
  font-weight: 400;
  white-space: nowrap;
}

.bread-crumb__link {
  font-size: 0.14rem;
}

.bread-crumb__link,
.bread-crumb__divider {
  font-family: PingFangSC-Regular, PingFang SC;
  color: #676767;
  font-weight: 300;
}

.bread-crumb__divider {
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}

.bread-crumb__item:last-child {
  color: #000;
}

.bread-crumb__link:hover {
  color: #0032B4;
}

@media screen and (max-width: 768px) {
  .bread-crumb--inner {
    width: 100%;
  }

  .bread-crumb {
    min-height: 0.6rem;
    padding: 0 .32rem;
  }

  .bread-crumb__item,
  .bread-crumb__link,
  .bread-crumb__divider {
    font-size: .24rem;
  }

  .bread-crumb__item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.content_wrapper .newscontent .bdsharebuttonbox {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0.16rem;
}

.newscontent .social-share .social-share-icon {
  display: none;
}

.newscontent .social-share .icon-weibo,
.newscontent .social-share .icon-wechat,
.newscontent .social-share .icon-qq {
  display: inline-block;
}

.module__hd {
  margin-bottom: 0.2rem;
}

.module__title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.28rem;
}

.module:not(:last-child) {
  margin-bottom: 0.4rem;
}

.products {
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #d8d8d8;
}

.products__item {
  margin-bottom: 0.14rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
}

.products__item a {
  color: #333333;
}

.products__item a:hover {
  color: #1842B3;
}

.details-recommend-news {
  padding-bottom: 0.06rem;
  border-bottom: 1px solid #d8d8d8;
}

.details-recommend-news__item {
  margin-bottom: 0.25rem;
}

.details-recommend-news__item a {
  color: #333333;
}

.details-recommend-news__item a:hover {
  color: #1842B3;
}

.details-recommend-news__title {
  margin-bottom: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
}

.details-recommend-news__date {
  font-size: 0.14rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.2rem;
}

.details-recommend-news__item:hover h3 {
  color: #1842B3;
}

.news-detail {
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.8rem;
  gap: 0.8rem;
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}

.aside {
  width: 2.48rem;
}

@media screen and (max-width:768px) {
  .article--container {
    padding-top: 0.4rem;
    border-top: 1px solid #D8D8D8;
  }

  .content_wrapper .newscontent .bdsharebuttonbox {
    display: none;
  }

  .about_wrapper .banner {
    height: 3.4rem;
  }

  .banner .inner {
    width: 100%;
  }

  .banner .inner h1 {
    font-size: 0.5rem;
    line-height: 0.7rem;
  }

  .content_wrapper .content {
    display: block;
  }

  .about_wrapper .content_wrapper {
    width: 100%;
  }

  .aside {
    display: none;
    width: 100%;
  }

  .news-detail {
    padding: 0.54rem 0.32rem 1.2rem 0.32rem;
  }

  .content_wrapper .newscontent h3 {
    margin-bottom: 0.2rem;
    font-size: 0.42rem;
    line-height: 0.72rem;
  }

  .content_wrapper .newscontent .info {
    font-size: 0.28rem;
    line-height: 0.38rem;
  }

  .content_wrapper .newscontent .info span {
    margin-left: 0.12rem;
    margin-right: 0.12rem;
  }

  .content_wrapper .newscontent .bdsharebuttonbox {
    font-size: 0.28rem;
    margin-bottom: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .content_wrapper .article--container p {
    font-size: 0.28rem !important;
    line-height: 0.5rem;
  }

    .content_wrapper .article--container img {
      max-width: 100% !important;
      width: 100%;
      height: auto;
    }
}