.share {
  width: 1200px;
  margin: 0 auto;
}
.share-main {
  float: right;
  margin-left: 35px;
  width: 310px;
}

.share .share-main span,
.share .share-main img {
  line-height: 53px;
}

.share .share-main img {
  width: 27px;
  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: 32px 10px 0 10px;
  background-color: #fff;
  left: -50px;
  bottom: -164px;
  border-radius: 5px;
  border: 1px solid #bcbcbc;
  display: none;
}
#share-qrcode::before {
  color: #313333;
  content: "使用微信扫描";
  position: absolute;
  top: 6px;
  text-align: center;
  left: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #595757;
}
#share-qrcode::after {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  top: -7px;
  left: 50%;
  margin-left: -6px;
  border-bottom: 7px solid #d9dada;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.share .share-main span {
  margin-right: 42px;
  font-size: 16px;
  color: #595757;
  line-height: 27px;
  vertical-align: middle;
}

.share .share-main img {
  margin-right: 27px;
}

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

h3.title {
  width: 998px;
  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: 1200px;
  margin: 0 auto;
  padding: 33px 120px;
  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;
  width: 100%;
  white-space: pre-wrap;
}
.content .new-main p img {
  display: block;
  margin: 0 auto;
}

.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) {
  .share,
  .page,
  .content .new-main {
    width: 972px;
  }
  .content .new-main {
    padding: 33px 80px 36px;
  }
  h3.title {
    width: 825px;
  }
}
@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: 632px;
  }
}
/* 移动端css */
@media (max-width: 768px) {
  .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: 100%;
    margin: 0;
    padding: 3.32rem 2.4rem 0 2.4rem;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    line-height: 3.68rem;
    background-color: #f7f8f8;
  }
  .time {
    padding-top: 1.44rem;
    font-size: 1.92rem;
    color: #808080;
    line-height: 2.24rem;
    background-color: #f7f8f8;
  }

  .content,
  .content .new-main {
    padding: 20px 4% 5.76rem 4%;
    margin-top: 0;
    background: #f7f8f8;
    width: 100%;
  }
  .content .new-main {
    width: 100%;
    background: #f7f8f8;
    padding: 0;
    font-size: 13px;
    line-height: 27px;
  }
  .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;
  }
}
<!--耗时1753284098.8387秒-->