.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 {
  margin-top: 60px;
}
.news .media {
  margin-bottom: 30px;
}
.news .media .media-left {
  width: 21%;
  margin-right: 2%;
}
.news .media .media-body {
  width: 77%;
}
.news .media .media-body .news_inner_title {
  margin-top: 10px;
  font: 14px/18px Microsoft YaHei, "微软雅黑";
  color: #333;
  font-weight: 700;
}
.news .media .media-body .news_inner_content {
  font: 12px/24px Microsoft YaHei, "微软雅黑";
  color: #777;
}
.news .media .media-body .news_date {
  text-align: center;
  float: right;
  font: 12px/30px Microsoft YaHei, "微软雅黑";
  color: #fff;
  width: 100px;
  height: 30px;
  background: #a0a0a0;
}
.news .media .media-body .news_date:hover {
  background: #3a9fec;
}
.news .watch_more {
  text-align: center;
}
.news .watch_more p {
  color: #3a9fec;
  font: 14px/18px Microsoft YaHei, "微软雅黑";
}
.news .watch_more .more_sign {
  display: block;
  margin: 0 auto;
  width: 34px;
  height: 34px;
  background: #3a9fec;
  border-radius: 50%;
  line-height: 34px;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
@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 {
    position: relative;
    top: 20px;
  }
  .news .media {
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .news .media .media-left {
    display: block;
    width: 100%;
  }
  .news .media .media-left a {
    display: block;
  }
  .news .media .media-left img {
    width: 100%;
    height: 180px;
  }
  .news .media .media-body {
    display: block;
    width: 100%;
  }
  .news .media .media-body .news_date {
    position: absolute;
    top: -196px;
    left: 0;
  }
}
