.news-class-main {
    width: 100%;
    background: #f2f2f2;
    padding-top: 35px;
    padding-bottom: 80px;
    margin-top: -20px;
  }

  .news-class-main-content {
    width: 1200px;
    margin: 0 auto;
  }

  .news-class-part2 {
    width: 915px;
    margin-left: 20px;
    float: left;
  }

  .news-part2-list {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 24px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 18px;
  }

  .news-part2-left {
    width: 28%;
    margin-right: 2%;
    float: left;
  }

  .news-part2-left img {
    display: block;
    width: 100%;
  }

  .news-part2-right {
    width: 70%;
    float: left;
  }

  .news-part2-right h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .news-part2-right h2 a {
    color: #000;
    text-transform: capitalize;
  }

  .news-part2-right h2 a:hover {
    color: #0070c0;
    transition: 0.5s;
    background: none;
  }

  .news-part2-right .time {
    font-size: 14px;
    color: #aaa;
    line-height: 14px;
    margin-bottom: 15px;
    font-weight: normal;
    font-family: Arial;
  }

  .news-part2-right p {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Conv_MyriadPro-Regular";
  }

  .news-part2-right>a {
    display: block;
    font-size: 16px;
    font-family: Calibri;
    line-height: 36px;
    color: #fff;
    background: #25a4ab;
    border-radius: 3px;
    text-align: center;
    width: 150px;
    margin-top: 15px;
  }

  .news-part2-right a:hover {
    background: #ccc;
    transition: 0.5s;
  }

  .news-page {
    text-align: right;
    width: 1178px;
    margin: 0 auto;
  }

  .news-page a {
    display: inline-block;
    background: #fff;
    color: #069cd3;
    font-size: 16px;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    margin-left: 3px;
    margin-top: 12px;
  }

  .news-page a.current33 {
    background: #d5d5d5;
    color: #333;
  }

  .news-page a.next-page {
    background: none;
    font-size: 21px;
    margin-left: 8px;
  }

  @media screen and (max-width: 1220px) {
    .news-class-main-content {
      width: 96%;
    }

    .products-list_left {
      width: 20%;
    }

    .news-class-part2 {
      width: 78%;
      margin-left: 2%;
    }
  }

  @media screen and (max-width: 1115px) {
    .news-class-main-content {
      width: 96%;
    }

    .products-list_left {
      width: 20%;
    }

    .news-class-part2 {
      width: 96%;
      margin: 0 auto;
      float: none;
    }
  }

  @media screen and (max-width: 768px) {
    .news-part2-left {
      width: 50%;
      margin: 0 auto;
      margin-bottom: 20px;
      float: none;
    }

    .news-part2-right {
      width: 96%;
      margin: 0 auto;
      float: none;
    }
  }

  @media screen and (max-width: 768px) {
    .news-part2-left {
      width: 96%;
    }

    .news-part2-right>a {
      width: 120px;
      line-height: 30px;
    }
  }

  @media screen and (max-width: 600px) {
    .news-class-main {
      margin-top: -43px;
      padding-top: 48px;
    }
  }

  * {
    font-family: "Conv_MyriadPro-Regular";
  }
  .newstitle {
    text-align: center;
    font-size: 30px;
    color: #232323;
    margin-top: 30px;
  }
  .newstime {
    font-size: 14px;
    color: #ccc;
    text-align: center;
    line-height: 30px;
  }
  .newstxt {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .newstxt p {
    font-size: 16px;
    color: #777;
    line-height: 24px;
    margin-bottom: 10px;
  }

  @media screen and (max-width: 1220px) {
    .newstxt {
      width: 96%;
    }
  }
