.news_inner_bread {
  background: #fff;
  position: absolute;
  right: 20px;
  top: -4px;
  width: 220px;
  padding-right: 10px;
}
.news_inner_bread p {
  width: 60px;
  height: 70px;
  float: left;
  font: 14px/18px Microsoft YaHei, "΢���ź�";
  background: url(../images/news/news_bg_little.png) -281px 0;
  text-align: center;
  margin-left: 10px;
}
.news_inner_bread p a {
  color: #666;
  display: block;
  margin-top: 18px;
  -webkit-transition: color .6s;
  -moz-transition: color .6s;
  -ms-transition: color .6s;
  -o-transition: color.6s;
  transition: color .6s;
}
.news_inner_bread p:hover,
.news_inner_bread p.active {
  background-position-x: 0;
}
.news_inner_bread p:hover a,
.news_inner_bread p.active a {
  color: #fff;
}
.news_inner {
  margin-top: 88px;
  padding-bottom: 68px;
  border-bottom: 1px dotted #aaa;
  color: #555;
}
.news_inner p {
  position: relative;
  top: 20px;
  opacity: 0;
}
.news_inner .news_inner_title {
  font: 22px/30px Microsoft YaHei, "΢���ź�";
  text-align: center;
  top: 0;
}
.news_inner .news_inner_date {
  font: 14px/30px Microsoft YaHei, "΢���ź�";
  color: #999;
  opacity: 1;
  top: 0;
  text-align: center;
  margin: 20px 0;
}
.news_inner .news_inner_pho {
  display: block;
  margin: 0 auto;
}
.news_inner .news_inner_content {
  font: 14px/30px Microsoft YaHei, "΢���ź�";
  text-indent: 2em;
  margin-top: 20px;
}
.others {
  margin-top: 12px;
  margin-bottom: 60px;
  font: 14px/30px Microsoft YaHei, "΢���ź�";
}
.others a {
  color: #555;
}
@media (max-width: 767px) {
  .breadcrumb {
    position: relative;
    top: 20px;
  }
  .breadcrumb ul {
    border-bottom: 1px solid #ddd;
  }
  .breadcrumb li {
    display: none;
  }
  .breadcrumb .resent_place {
    color: #3a9fec;
  }
  .news_inner_bread {
    background: #fff;
    position: absolute;
    right: 50%;
    top: -28px;
    width: 220px;
    padding-right: 0;
    margin-right: -110px;
  }
  .news_inner_pho,
  .news_inner_content,
  .others {
    margin-left: 10px;
    margin-right: 10px;
  }
  .news_inner_pho {
    width: 100%;
    padding: 0 10px;
    height: 200px;
  }
}
