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;
}

.news_tit a {
  color: #a0a0a0;
}

.list_tit {
  padding-bottom: 20px;
}

.list_tit span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #2e2e2e;
  line-height: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #ff970f;
}

.news_content {
  background: #fff;
  border-radius: 3px;
  padding: 30px 38px;
  min-height: 600px;
}

.news_list li {
  padding: 14px 0;
  border-bottom: 1.2px dashed #a8a6a6;
}

.news_list li a {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
}

.news_list li .nl_tit {
  float: left;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_list li .nl_date {
  float: right;
  color: #666;
}

.news_list li a:hover .nl_tit {
  color: #ff970f;
}

.news_page {
  height: 36px;
  text-align: center;
  line-height: 36px;
  padding: 35px 0px 15px 0px;
}

.news_page a
,.news_page span {
  background: #F4F5F4;
  margin: 0 3px;
  color: #2e2e2e;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 3px;
}

.news_page span, .news_page a:hover {
  background: #ff970f;
}

a {
  outline: none;
  star: expression(this.onFocus=this.blur());
  -webkit-transition: all .4s;
  -mz-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

a:hover {
  -webkit-transition: all .4s;
  -mz-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

/* 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;
}