.newsDetailWrap {
  padding-top: 18px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
  }
.newsDetailWrap .newsDetail {
  max-width: 1170px;
  margin: 0 auto;
  }
.newsDetailWrap .newsDetail .newsDetailLf {
  background-color: #fff;

  -ms-flex: 1;
      flex: 1;
  }
.newsDetailWrap .newsDetail .newsDetailLf .breadcrumb {
  padding: 27px 30px 0;
  margin-bottom: 0;
  font-size: 18px;
  background-color: inherit;
  border-radius: inherit;
  }
.newsDetailWrap .newsDetail .newsDetailLf .breadcrumb > li a {
  color: #aeafb0;
  }
.newsDetailWrap .newsDetail .newsDetailLf .breadcrumb > li:last-child a {
  color: #333;
  }
.newsDetailWrap .newsDetail .newsDetailLf .breadcrumb li + li:before {
  padding: 0 2px;
  color: #ccc;
  content: "> ";
  }
.newsDetailWrap .newsDetail .newsDetailLf .title > h2 {
  margin: 28px 30px 20px;
  font-size: 26px;
  color: #333;
  }
.newsDetailWrap .newsDetail .newsDetailLf .title > p {
  padding: 10px 0 10px;
  margin: 0 30px;
  border-bottom: 1px solid #e0e0e0;
  }
.newsDetailWrap .newsDetail .newsDetailLf .title > p > span {
  display: inline-block;
  font-size: 13px;
  color: #999;
  }
.newsDetailWrap .newsDetail .newsDetailLf .title > p > span:last-child {
  text-align: right;
  }
.newsDetailWrap .newsDetail .newsDetailLf .detail {
  margin-top: 20px;
  }
.newsDetailWrap .newsDetail .newsDetailLf .detail > p {
  margin: 0 30px;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  letter-spacing: .4px;
  }
.newsDetailWrap .newsDetail .newsDetailLf .detail > ul {
  margin-top: 30px;
  }
.newsDetailWrap .newsDetail .newsDetailLf .detail > ul > li > figure {
  text-align: center;
  }
.newsDetailWrap .newsDetail .newsDetailLf .detail > ul > li > figure > img {
  width: 80%;
  }
.newsDetailWrap .newsDetail .newsDetailLf .detail > ul > li > figure > figcaption {
  height: 60px;
  padding: 12px auto 30px;
  font-size: 14px;
  line-height: 40px;
  color: #777;
  }
.newsDetailWrap .newsDetail .newsDetailLf .detail > figure {
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  }
.newsDetailWrap .newsDetail .newsDetailLf .detail > figure > img {
  width: 184px;
  height: 183px;
  }
.newsDetailWrap .newsDetail .newsDetailLf .detail > a {
  display: inline-block;
  width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #555;
  text-align: center;
  }
.newsDetailWrap .newsDetail .newsDetailLf .detail > a:last-child {
  margin-bottom: 40px;
  }
.newsDetailWrap .newsDetail .newsDetailRg {
  width: 264px;
  height: 480px;
  margin-left: 30px;
  background-color: #fff;
  }
.newsDetailWrap .newsDetail .newsDetailRg > h4 {
  padding: 16px;
  font-size: 20px;
  color: #333;
  }
.newsDetailWrap .newsDetail .newsDetailRg > ul > li > a > figure {
  text-align: center;
  }
.newsDetailWrap .newsDetail .newsDetailRg > ul > li > a > figure > img {
  width: 100%;
  padding: 20px 20px 10px;
  }
.newsDetailWrap .newsDetail .newsDetailRg > ul > li > a > figure > figcaption {
  font-size: 14px;
  color: #666;
  }
@media screen and (max-width: 450px) {
  .newsDetailWrap .newsDetail .newsDetailLf .breadcrumb {
    padding: 17px 30px 0;
    font-size: 16px;
    }
  .newsWrap .news .newsItem > li > a {
    padding: 15px;
    }
  .newsDetailWrap .newsDetail .newsDetailLf .title > h2 {
    margin: 18px 30px 10px;
    font-size: 22px;
    }
  .newsDetailWrap .newsDetail .newsDetailLf .detail > a {
    font-size: 12px;
    }
  }
