.cc {
  zoom: 1;
  /*margin-top: 40px;*/
  font-size: "微软雅黑";
}
.page {
    position: relative;
}
.section {
  margin: 0 251px;
}
.pageBox-Bottom {
    width: 100%;
    height: 1rem;
    background: #f7f7f7;
}
.grayBg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    z-index: 1;
}
.page .bd {
  overflow: hidden;
  /*padding: 10px 0;*/
  z-index: 2;
    position: relative;
    background: #fff;
}
.page .bd .page-content {
  line-height: 26px;
  font-size: 14px;
}
.news-content .n-title {
  overflow: hidden;
  margin-bottom: 25px;
  text-align: center;
  margin-top: 50px;
}
.news-content .n-title h2 {
  font-size: 24px;
  color: #111;
  font-family: "微软雅黑";
}
.news-content .n-title .count {
  margin-top: 20px;
  color: #999;
  font-size: 14px;
  font-family: "微软雅黑";
}
.news-content .n-title .count em {
  margin-right: 10px;
}
.news-content .n-content {
  margin-bottom: 40px;
  font-size: 14px;
  width: 12rem;
  margin: 0 auto;
  padding-bottom: 50px;
}
.news-content .n-fenxiang {
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 0 50px;
}
.news-content .n-back {
  float: left;
  width: 100%;
  text-align: center;
}
.news-content .n-shangxia {
  border-bottom: 1px solid #dfdfdf;
  font-size: 14px;
}
.news-content .n-back a {
  width: 150px;
  height: 35px;
  background: #0075cf;
  border-radius: 5px;
  color: #fff;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}
 @media screen and (max-width: 1680px) {
        .section {
            margin: 0 156px;
        }
    }
