.news_a {
  padding-top: 80px;
  padding: 80px 0 0;
}
.news_a .news-ul {
  margin-bottom: 50px;
}

.news_b .wrap {
  background: #fff;
  padding: 0 0 60px;
  max-width: 100%;
  width: 100%;
}
.news_b .wrap .content {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.news_b .wrap .content .title-box {
  text-align: center;
  color: #333;
  padding-top: 60px;
}
.news_b .wrap .content .title-box .title {
  font-size: 30px;
  margin-bottom: 40px;
}
.news_b .wrap .content .title-box .from-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #f5f5f5;
}
.news_b .wrap .content .title-box .from-box span {
  position: relative;
  padding-right: 10px;
  font-size: 14px;
  margin-right: 10px;
}
.news_b .wrap .content .title-box .from-box span::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #999;
  right: 0;
  top: 1px;
}
.news_b .wrap .content .title-box .from-box span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.news_b .wrap .content .title-box .from-box span:last-child::after {
  display: none;
}
.news_b .wrap .content .from-box {
  text-align: center;
}
.news_b .wrap .content .dd {
  line-height: 28px;
  color: #333333;
  font-size: 14px;
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
.news_b .wrap .content .text-content {
  line-height: 28px;
  color: #555;
  margin-bottom: 50px;
}
.news_b .wrap .content .text-content img {
  display: block;
  margin: 0 auto;
}
.tg_pages {
  float:left;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
  }
.tg_pages span {
  display: inline-block;
  margin: 5px 0;
}
.tg_pages span a {
  border: 1px solid #bebebe;
  color: #bebebe;
  display: inline-block;
  font-size: 13px;
  height: 26px;
  width:auto;
  line-height: 26px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.tg_pages span a.page-num-current {
  background: #005bac none repeat scroll 0 0;
  border: 1px solid #005bac;
  color: #ffffff;
}
.tg_pages .page-status{display: none;}
.tg_pages .pageinfo{display: block;text-align: center;}
.position{width:1200px;margin:0 auto;padding:20px 10px;font-size:16px;border-bottom: 1px solid #e8e8e8}


@media (max-width: 1366px) {
  .news_a {
    padding-top: 60px;
  }
  .news_b .wrap .content .title-box .title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .news_b {
    padding: 50px 0;
  }
  .news_b .wrap .content .title-box {
    padding-top: 40px;
  }
  .news_b .wrap .content .title-box .title {
    font-size: 18px;
  }
}
