.text-content {
  padding: 0 160px 80px 160px;
  background-color: #fffdf2;
  margin-bottom: 32px;
  box-shadow: 0px 2px 10px 0px rgba(128, 128, 128, 0.2);
}
.text-infos {
  padding: 80px 0 56px 0;
  border-bottom: 1px solid #5c6699;
}
.text-infos h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
.text-infos .text-date {
  padding-bottom: 10px;
  border-bottom: 1px solid #5c6699;
}
.text-infos .text-date span {
  font-size: 14px;
  color: #666;
  margin-right: 24px;
}
.text-infos .text-date span:nth-child(2n){
  margin-right: 0;
}
.graphic-information img {
  width: 880px;
  height: auto;
  display: block;
  margin: 44px auto;
}
.graphic-information{
  padding-top: 46px;
}
.graphic-information>*{
  font-size: 14px;
  color: #333;
  line-height: 2;
  text-align: justify;
  background-color: #fffdf2 !important;
}
.qr-code{
  text-align: center;
}
.qr-code .end{
  font-size: 14px;
  color: #999;
  font-weight: 600;
}
.qr-code .end span{
  background-color: #999;
  display: inline-block;
  margin-right: 12px;
  width: 87px;
  height: 1px;
  position: relative;
  top: -4px;
}
.qr-code .end span.hr-l{
  margin-right: 12px;
}
.qr-code .end span.hr-r{
  margin-left: 12px;
}
.qr-code .code-img{
  width: 336px;
  height: 336px;
  background-color: #fff;
  margin-top: 44px;
  margin-bottom: 44px;
}
.qr-code .code-img img{
  width: 272px;
  height: 272px;
}
.qr-code .follow-text{
  font-size: 24px;
  color: #999;
}
.popularity .heart i{
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
}
.popularity .heart>span{
  vertical-align: middle;
}
.popularity .heart i.red{
  color: red;
}
.popularity {
  margin-top: 25px;
  font-size: 14px;
  color: #666;
}
.popularity .social-share .social-share-icon{
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 2px;
  font-size: 12px;
}
.text-next .middle{
  position: relative;
  padding:  0 160px;
}
.text-next .middle .prev-item{
  margin-bottom: 14px;
}
.text-next .middle .item span{
  color: #1a1a1a;
}
.text-next .middle .item a{
  color: #808080;
  line-height: 16px;
}
.text-next .middle .item a:hover{
  color: #00aaff;
}
.back-list{
  position: absolute;
  width: 150px;
  text-align: center;
  height: 31px;
  line-height: 31px;
  right: 160px;
  top: 0;
  background-color: #5c6699;
}
.back-list:hover{
  box-shadow: 0px 2px 6px 0px rgba(128, 128, 128, 0.9);
}
.back-list a {
  color: #fff;
  font-size: 16px;
  display: block;
}
.back-list a i {
  margin-right: 16px;
  vertical-align: middle;
}
/*新闻列表*/
.news-group .news-item {
  background-color: #fff;
  width: 100%;
  padding: 40px 80px;
  margin-bottom: 40px;
  box-shadow: 0px 2px 10px 0px rgba(128, 128, 128, 0.2);
}
.news-group .news-item .img .inner-box{
  width: 253px;
  height: 158px;
  overflow: hidden;
}
.news-group .news-item .img .wei-box{
  width: 370px;
  height: 158px;
  overflow: hidden;
}
.news-group .news-item .img .inner-box a,.news-group .news-item .img .wei-box a{
  width: 100%;
  height: 100%;
}
.news-group .news-item .img .inner-box a:hover img,.news-group .news-item .img .wei-box a:hover img{
  transform: scale(1.1);
  transition: all 1.3s;
}
.news-group .news-item .img img{
  width: 100%;
  height: 100%;
}
.news-article .new-title a {
  font-size: 20px;
  color: #333;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}
.news-article .new-title a:hover,.news-article .info a:hover{
  color: #00aaff;
}
.news-article .info {
  line-height: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 62px;
}
.news-article .info a{
  font-size: 16px;
  color: #666;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
/*.news-article .info a:hover,.news-article .new-title a:hover{
  color: #00aaff;
}*/
.news-article .date{
  font-size: 16px;
  color: #999;
}
.news-group .news-item-s .img img{
  width: 370px;
  height: 158px;
}
@media (max-width: 768px){
  .text-content {
    padding: 0 60px 30px 60px !important;
  }
  .text-infos{
    padding: 40px 0 28px 0;
  }
  .text-infos h2{
    font-size: 18px !important;
  }
  .text-infos .text-date span,.back-list a{
    font-size: 12px;
  }
  .graphic-information{
    padding-top: 23px;
  }
  .qr-code .code-img{
    width: 50% !important;
    height: 50% !important;
  }
  .qr-code .follow-text{
    font-size: 14px;
  }
  .back-list{
    position: relative;
    margin: 24px auto 0 auto;
    right: auto !important;
  }
  .text-next .middle{
    padding: 0 60px !important;
  }
  .news-group .news-item{
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .news-group .news-item .img .inner-box,.news-group .news-item .img .wei-box{
    height: auto !important;
  }
  .news-group .news-item .img .inner-box a,.news-group .news-item .img .wei-box a{
    display: block;
  }
  .news-article{
    margin-top: 24px;
  }
  .news-article .new-title{
    text-align: center;
  }
  .news-article .new-title a{
    font-size: 14px;
  }
  .news-article .info{
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .news-article .info a,.news-article .date{
    font-size: 12px;
  }
  .news-article{
    padding-left: 0 !important;
  }
}
@media (max-width: 1480px) {
  .news-group .news-item .img .wei-box,.news-group .news-item .img .inner-box{
    width: 100%;
  }
  .text-content{
    padding: 0 120px 60px 120px;
  }
  .text-next .middle{
    padding: 0 120px;
  }
  .back-list{
    right: 120px;
  }
  .text-infos h2{
    font-size: 24px;
  }
  .qr-code .code-img{
    width: 35%;
    height: 35%;
    padding: 20px;
  }
  .qr-code .code-img img{
    width: 100%;
    height: 100%;
  }
  .news-article{
    padding-left: 40px;
  }
  .news-group .news-item .img img{
    width: 100%;
  }
}
