body{
  overflow-x: hidden;
}

li {
  list-style: none;
}

.app_container{
  width: 1200px;
  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: 12px;
  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: 600px;
}

.news_nav {
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #EEE;
}

.news_nav a {
  padding: 15px 36px;
  font-size: 16px;
  color: #333;
}

.news_nav a.on {
  font-weight: bold;
  border-bottom: 3px solid #ff970f;
}

.news_list li {
  padding: 30px 0px;
  border-bottom: 1px solid #EEE;
  position: relative;
}

.nl_img {
  width: 268px;
  height: 136px;
  overflow: hidden;
  border-radius: 3px;
}

.nl_rt {
  float: left;
  padding-left: 20px;
  width: 556px;
  height: 136px
}

.nl_p {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  width: 100%;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nl_top {
  width: 100%;
  height: 18px;
  padding-top: 20px;
  position: relative;
  padding-bottom: 15px
}

.nl_top i {
  border: 1px solid #FE5A01;
  float: left;
  color: #FE5A01;
  font-size: 12px;
  padding: 0 3px;
  border-radius: 2px;
  line-height: 15px
}

.nl_top h3 {
  color: #383838;
  font-size: 16px;
  padding-left: 7px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  float: left
}

.nl_top span {
  color: #a0a0a0;
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 17px;
}

.nl_a {
  width: 95px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #888;
  text-align: center;
  background: #F9F9F9;
  float: right;
  border-radius: 25px;
  margin-top: 8px;
}

.nl_a:hover {
  color: #ffffff;
  background: #ff970f;
}

.news_top li i,.news_list li .line {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff970f;
  -webkit-transform: scale(0);
  -mz-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .8s;
  -mz-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
  display: none \9;
}

.news_top li:hover i,.news_list li:hover .line {
  -webkit-transform: scale(1);
  -mz-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

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