  
    html, body{
      overflow: visible;
    }
    .newsview {
      width: 100%;
      position: relative;
      padding-top: 110px;
      padding-bottom: 53px;
      background: #FFFFFF;
      min-height: 50vh;
    }

    .nn-c a {
      text-decoration: underline;
      color: #008068;
    }

    .nn-c p,
    .nn-c h1,
    .nn-c h2,
    .nn-c h3,
    .nn-c h4,
    .nn-c h5,
    .nn-c span,
    .nn-c a {
      font-family: 'Montserrat' !important;
    }

    .nn-c img {
      max-width: 100%;
      max-height: 100%;
      width: auto !important;
      height: auto !important;
    }

    .mews-xian {
      width: 100%;
      height: 2px;
      background: #707070;
      margin-bottom: 68px;
      margin-top: 13px;
    }

    .news-content {
      width: 1280px;
      margin: auto;
    }

    .nnflex {
      display: flex;
    }

    .nn-c {
      width: 880px !important;
      margin-right: 50px;
    }

    .news-right {
     
          width: 100%;
    height: 100vh;
    position: sticky;
    top: 45px;

    }

    .mews-right-xian {
      width: 100%;
      margin-bottom: 19px;
      height: 1px;
      background: #707070;
    }

    .nr-content {
      width: 100%;
      margin-bottom: 10px;
      background: #F7F7F7;
      padding: 10px;
      box-sizing: border-box;

    }

    .nr-bottom {
      width: 100%;
      padding: 17px 14px 0 13px;
      box-sizing: border-box;
      background: #F7F7F7;
    }

    .nr-bottom2 {
      width: 100%;
      padding: 17px 14px 21px 13px;
      box-sizing: border-box;
      background: #F7F7F7;
    }

    .news-xian {
      width: 100%;
      height: 0px;
      border: 1px solid #707070;
      margin-bottom: 37px;
    }

    .nr-item {
      width: 100%;
      height: auto;
      background: #EEEEEE;
      border-radius: 0px 0px 0px 0px;

      margin-bottom: 25px;
    }

    .nr-item a {
      width: 100%;
      height: 100%;
      display: inline-block;
    }

    .nr-text {
      width: 100%;
      height: 85px;
      box-sizing: border-box;
      padding: 10px 48px 14px 14px;
      display: flex;
      flex-direction: column;
    }

    .nr-text p {
      width: 100%;
      height: 36px;
      font-weight: bold;
      font-size: 13px;
      color: #3C3D3D;
      line-height: 18px;
      text-align: left;
      margin-bottom: 10px;
    }

    .nr-text span {
      font-weight: 300;
      font-size: 11px;
      color: #3C3D3D;
    }

    .nr-item img {
      width: 100%;
      height: 120px;
      object-fit: cover;
      
    }

    .nn-c p,
    .nn-c span {
      white-space: pre-wrap !important;
      background-color: #FFFFFF !important;
      margin: 0 !important;

    }

    .nh3 {

      font-weight: bold;
      font-size: 27px;
      color: #333333;
      line-height: 30px;
      margin-bottom: 27px;
      text-align: left;
      width: 880px;
    }

    .mews-flex {
      display: flex;
      justify-content: space-between;
    }

    .mewss1 {
      font-weight: 400;
      font-size: 18px;
      color: #B4B4B4;
      line-height: 22px;
      margin-bottom: 13px;
    }

    .mewss2 {
      font-weight: bold;
      font-size: 18px;
      color: #251E1C;
      line-height: 22px;
      margin-bottom: 13px;
    }

    .nn-c {
      width: 100%;
    }

    .news-bottom {
      display: flex;
      justify-content: space-between;
    }

    .news-bottom a {

      font-weight: 400;
      font-size: 14px;
      color: #666666;
      line-height: 30px;
    }

    .nr-help {
      font-weight: bold;
      font-size: 15px;
      color: #251E1C;
      line-height: 20px;
      margin-bottom: 10px;
      text-align: center;
    }

    .nr-button {
      width: 100%;
      height: 45px;
      background: #008068;
      border-radius: 5px 5px 5px 5px;

      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-weight: 600;
      font-size: 17px;
      line-height: 19px;
      color: #FFFFFF;

      margin-bottom: 37px;
    }

    .nr-fx {
      font-weight: bold;
      font-size: 16px;
      color: #6D6D6D;
      margin-bottom: 11px;
      text-align: center;
    }

    .nr-xian {
      width: 100%;
      height: 0px;
      border: 1px solid #707070;
      margin-bottom: 15px;
    }

    .site-footer {
      margin-top: 0;
    }

    .nr-icon a {
      width: 27px;
      height: 27px;

      display: flex;
      justify-content: center;
      align-items: center;

    }

    .nr-icon img {
      width: 27px;
      height: 27px;
    }

    .nr-icon {
      display: flex;
      justify-content: space-around;
    }

   

    .nr-icon a:hover img:last-child {
      display: block;
    }

    .nr-icon a:hover img:first-child {
      display: none;
    }

    @media (max-width:1400px) {}

    @media (max-width:1000px) {

      .nh3 {
        width: 100%;
      }

      .nnflex {
        flex-direction: column;
      }

      .news-right {
        width: 100%;
      }

      .news-content {
        width: 95%;
      }

      .news-xian {
        display: none;
      }

      .nr-icon {
        margin-bottom: 30px;
      }

      .news-bottom {
        flex-direction: column;
      }

      .nn-c {
        width: 100% !important;
        margin-right: 0;
      }
    }
  