

.cc {
    zoom: 1;
    /*margin-top: 50px;*/
    font-size: '微软雅黑';
  }
  .page {
    position: relative;
}
.grayBg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    z-index: 1;
}
.pageBox-Bottom {
    width: 100%;
    height: 1rem;
    background: #f7f7f7;
}
  /*.section {*/
  /*  margin: 0 251px;*/
  /*}*/

  .page .page-in {
    position: relative;
    background: #fff;
    z-index: 2;
  }
  .page .bd {
    overflow: hidden;
    /*padding: 10px 0;*/
    margin: 0 100px;
  }
  .news-list {
    /*margin-left: -30px;*/
    margin-top: 50px;
  }
  .news-list ul {
    overflow: hidden;
    margin-bottom: -30px;
  }
  .news-list li {
    position: relative;
    float: left;
    width: 378px;
    height: 410px;
    margin: 0 0 30px 30px;
  }
  .news-list li:nth-of-type(1) {
      margin-left: 0;
  }
    .news-list li:nth-of-type(4) {
      margin-left: 0;
  }
  .news-list li a .pic {
    overflow: hidden;
    width: 378px;
    height: 225px;
  }
  .news-list li a .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1000ms linear;
  }
  fieldset, img {
    border: 0;
  }
  .news-list li a .text {
    padding: 15px;
    border: 1px solid #e7e7e7;
  }
  .news-list li a .text h3 {
    overflow: hidden;
    height: 35px;
    line-height: 33px;
    margin-bottom: 10px;
    font-size: 22px;
  }
  .news-list li a .text p {
    overflow: hidden;
    height: 66px;
    line-height: 22px;
    font-size: 14px;
  }
  .news-list li a .text .tools {
    overflow: hidden;
    margin-top: 20px;
  }
  .news-list li a .text .tools .ck {
    float: right;
    padding-left: 20px;
    background: url(s12.jpg) 0 2px no-repeat;
  }
  .cc:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .pages {
    overflow: hidden;
    padding: 50px 0 0;
  }
  .cc:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  
    @media screen and (max-width: 1920px) {
        .section {
            margin: 0 251px;
        }
    }
     @media screen and (max-width: 1680px) {
        .section {
            margin: 0 156px;
        }
        .page .bd {
            overflow: hidden;
            /* padding: 10px 0; */
            margin: 0 75px;
        }
    }
    @media screen and (max-width: 1600px) {
        .page .bd {
            overflow: hidden;
            /* padding: 10px 0; */
            margin: 0 35px;
        }
    }
