.breadcrumb-nav {
  padding: 162px 0 18px 8%;
  align-items: center;
}

.breadcrumb-nav .breadcrumb-nav-item {
  display: inline-block;
  font-size: 21px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #4b4b4b;
  line-height: 32px;
}

.breadcrumb-nav .breadcrumb-nav-item a {
  color: #4b4b4b;
}
.breadcrumb-nav .breadcrumb-nav-item span {
  margin: 0 10px;
  font-size: 24px;
}
.share {
  width: 81%;
  margin: 0 auto;
}
.share-main {
  float: right;
  margin-left: 35px;
  width: 310px;
}

.share .share-main span,
.share .share-main img {
  line-height: 53px;
  float: right;
}
.share-main .share-weixin {
  float: right;
}
.share .share-main img {
  width: 41px;
  cursor: pointer;
}
.share .share-main .share-weixin #share-qrcode img {
  width: 100%;
}
.share-weixin {
  position: relative;
  display: inline-block;
}
#share-qrcode {
  position: absolute;
  width: 134px;
  height: 158px;
  z-index: 2;
  padding: 2px 10px 0 10px;
  background-color: #fff;
  left: -50px;
  bottom: -164px;
  border-radius: 5px;
  border: 1px solid #bcbcbc;
  text-align: center;
  display: none;
}
.share .share-main span {
  margin-right: 31px;
  font-size: 21px;
  color: #595757;
  line-height: 32px;
  vertical-align: middle;
}
.share .share-main #share-qrcode span {
  font-size: 12px;
  margin: 0;
  float: none;
}
.share .share-main img {
  margin-right: 22px;
}

.share .share-main #qrcode img {
  margin: 0;
}

.time {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #808080;
  line-height: 32px;
}

h3.title {
  width: 85%;
  margin: 62px auto 48px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #333333;
  line-height: 49px;
}
.content {
  /* background: #f7f8f8; */
  padding-top: 31px;
  margin-top: 32px;
}

.content .new-main {
  width: 100%;
  margin: 0 auto;
  padding: 33px 13.33% 0 14.66%;
  line-height: 25px;
  background-color: #fff;
  text-align: center;
  padding-bottom: 36px;
  overflow: hidden;
}

.content .new-main img {
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 6px;
  width: auto !important;
  height: auto !important;
}

.content .new-main p {
  position: relative;
  font-size: 16px;
  /*line-height: 43px;*/
  /*color: #4b4b4b;*/
  width: 100%;
  white-space: pre-wrap;
}

.content .new-main p.img-text {
  margin-bottom: 20px;
}
.content .new-main img {
  display: block;
  margin: 50px auto 20px;
}

.page .prior {
  width: 1198px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb;
}

.page .next {
  width: 1198px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 45px;
  padding-bottom: 33px;
}

.page {
  width: 100%;
  margin: 0 auto;
  padding-top: 42px;
  background: #f7f8f8;
}
.page div {
  cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1280px) {
  .content .new-main,
  .share {
    width: 92%;
    margin: 0 auto;
  }
  .content .new-main {
    padding: 33px 0 36px;
  }
  h3.title {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .share,
  .content .new-main,
  .page {
    width: 748px;
  }
  .content .new-main {
    padding: 33px 60px 36px;
  }
  h3.title {
    width: 100%;
  }
}
/* 移动端 */
@media (max-width: 768px) {
  .share-main {
    display: none;
  }
  .nav-bottom {
    box-shadow: 0px 6px 8px 0px rgba(153, 153, 153, 0.09);
  }
  .bread {
    width: 100%;
    padding-left: 4%;
    background: #f7f8f8;
    margin-top: 12.4rem;
  }
  .share {
    display: none;
  }
  h3.title {
    width: 82.9%;
    margin: 0 auto;
    padding: 20px 0 0;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #4b4b4b;
    line-height: 30px;
  }
  .time {
    width: 82.9%;
    padding: 18px 0 16px 0;
    font-size: 12px;
    font-weight: 400;
    color: #8f8f8f;
    line-height: 16px;
    background-color: #fff;
  }
  .content {
    padding: 0;
    margin: 0;
    background-color: #fff;
  }
  .content .new-main {
    width: 82.9%;
    background: #fff;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #4b4b4b;
    line-height: 24px;
    margin-bottom: 50px;
  }
  .content .new-main p {
    font-size: 12px;
    font-weight: 400;
    color: #4b4b4b;
    line-height: 24px;
  }
  .content .new-main img {
    max-width: 100%;
    margin: 10px 0 20px;
    text-align: center;
  }
  .new-main span,
  .time {
    font-size: 13px;
  }
  .page {
    width: 100%;
    padding: 3.2rem 0;
    background: #fff;
  }
  .page .prior,
  .page .next {
    width: 92%;
    margin: 0 auto;
    font-size: 2.08rem;
    line-height: 6.4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .page .next {
    padding-bottom: 0;
  }
  .content .new-main p span {
    font-size: 13px !important;
    line-height: 27px;
    display: block;
  }
  .breadcrumb-nav {
    padding: 12px 10px;
    align-items: center;
  }
  .breadcrumb-nav .breadcrumb-nav-item {
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #8f8f8f;
    line-height: 22px;
  }
  .breadcrumb-nav .breadcrumb-nav-item span {
    font-size: 16px;
  }
}
