body{
  overflow-x: hidden;
}

li {
  list-style: none;
}

.app_container{
  width: 1260px;
  margin: 0 auto;
  padding: 43px 0 20px;
  position: relative;
  font-family: Microsoft YaHei;
}

.new_main {
  width: 930px;
  position: relative;
  z-index: 1;
}

.news_tit {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #2e2e2e;
  position: relative;
  padding-bottom: 26px;
}

.news_tit i {
  height: 20px;
  width: 5px;
  background: #ff970f;
  border-radius: 1px;
  float: left;
  margin-right: 12px;
}

.news_tit span {
  float: right;
  color: #a0a0a0;
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 5px;
  font-family:\5b8b\4f53;
}

.news_tit a,.news_tit b {
  font-family: Microsoft YaHei;
  color: #a0a0a0;
}

.news_content {
  background: #fff;
  border-radius: 3px;
  padding: 30px 38px;
  min-height: 800px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.news_article_tit {
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  color: #ff970f;
  text-align: center;
  font-weight: bold;
}

.news_article_infos {
  height: 24px;
  line-height: 24px;
  color: #888;
  text-indent: 2px;
  border-bottom: 1px solid #EEEEEE;
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
}

.news_article_infos .news_article_author {
  margin-right: 56px;
}
.news_article_infos .news_article_time {
}

.news_article_content {
  padding-top: 50px;
  padding-bottom: 100px;
  overflow-x: hidden;
}

.news_article_content img {
  display: inline-block;
  max-width: 100%;
}

.news_article_author {
  text-align: right;
}

/* information 栏目头部 */
.information_header {
  background: #fff;
}

.information_header_main {
  width: 1260px;
  margin: 0 auto;
  padding: 12px 0;
}

.information_header_main a {
  display: inline-block;
  vertical-align: middle;
}

.ch_logo img {
  display: block;
  height: 40px;
  width: auto;
}

.ch_tit {
  margin-left: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.ch_tit:hover {
  color: #ff970f;
}