.img1{
      height: 752px;
      background: url(../images/banner1.png)top center no-repeat;
    }
    .img2{
      height: 368px;
      background: url(../images/banner2.png)top center no-repeat;
    }
    .wrap{
      background-color: #eef9ff;
    }
    .main{
      padding: 42px 0 88px;
    }
    .news-pic{
      width: 371px;
      height: 384px;
      /* border-top: 3px solid #3c86e0; */
      box-sizing: border-box;
      float: left;
      margin-right: 42px;
      /* background-color: #fff; */
      padding: 30px 16px 0;
      margin-top: 36px;
      background: url(../images/img_bg.png)top center no-repeat;

    }
    .news-pic:nth-child(3n){
      margin-right: 0;
    }
    .news-pic a img{
      width: 342px;
      height: 210px;
    }
    .news-pic p{
      font-size: 18px;
      color: #000;
      font-weight: 600;
      margin-top: 20px;
      line-height: 28px;
    }
    .paging{
      margin-top: 96px;
      display: flex;
      justify-content: center;
    }