  .Ny_News {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
  }

  .NewsList {
    margin: 15px 10px;
    width: calc(33.33% - 20px);
  }

  .NewsList .img {
    overflow: hidden;
  }

  .NewsList .img img {
    width: 100%;
    transition: 0.5s;
  }

  .NewsList:hover .img img {
    transform: scale(1.08);
  }

  .NewsList1 {
    margin-bottom: 40px;
  }

  .NewsList1 .text {
    background: #F5F5F5;
    padding: 35px 50px;
  }

  .NewsList1 .text h1 {
    color: #000;
    font-size: 22px;
    line-height: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.5s;
  }

  .NewsList:hover .text h1 {
    color: var(--color);
    font-weight: bold;
  }

  .NewsList1 .text p {
    color: #313131;
    font-size: 16px;
    line-height: 1;
    margin: 15px 0;
    min-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .NewsList1 .text .time {
    color: #7E7E7E;
    font-size: 14px;
    line-height: 1;
  }

  .NewsList2 {
    padding: 60px 0;
    border-top: 1px solid #D9D9D9;
  }

  .NewsList2 .time {
    color: #7E7E7E;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
  }

  .NewsList2 span {
    display: block;
    width: 16px;
    height: 1px;
    background: #606060;
  }

  .NewsList2 h1 {
    color: #000;
    font-size: 22px;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .NewsList2 p {
    color: #313131;
    font-size: 16px;
    line-height: 1;
    min-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  @media (max-width: 640px) {
    .NewsList {
      margin: 15px 10px;
      width: calc(100% - 20px);
    }

    .NewsList2 {
      padding: 15px 0;
    }

    .NewsList2 .text p {
      min-height: 0;
    }
  }

  /* 详情 */
  /* 详情 */
  /* 详情 */
  .Ny_NewsPost {
    padding: 0 3vw;
  }

  .Ny_NewsPost .title {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
  }

  .Ny_NewsPost .desc {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Ny_NewsPost .desc span {
    margin: 0 5px;
    color: #999;
    font-size: 14px;
    line-height: 3;
    text-align: center;
  }

  .Ny_NewsPost .Ny_xiangqing {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .Ny_NewsPost .Ny_xiangqing p {
    margin: 0;
  }

  .NewsPostBottom {
    border-top: 1px solid #e6e6e6;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
  }

  .NewsPostBottom .fl {
    color: #333;
    line-height: 1.5;
    font-size: 16px;
    display: flex;
    flex-direction: column;
  }

  .NewsPostBottom .fr {
    color: #333;
    line-height: 1.5;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .NewsPostBottom span {
    max-width: 260px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:
      vertical;
    -webkit-line-clamp: 1;
  }