@media screen and (min-width: 768px) {
  .news1 {
    background-color: #fff;
  }
  .wrap {
    padding: 5.208vw 10.416vw;
    display: flex;
    flex-direction: column;
    gap: 3.125vw;
  }
  .main {
    display: flex;
    align-items: center;
    align-self: stretch;
  }
  .main .pic{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .ev {
    width: 38.125vw;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    margin-right: 3vw;
    border-radius: 10px;
    /* overflow: hidden; */
    /* align-self: stretch; */
  }
  .ev .pic img {
  transition: all linear 0.3s;
}

.ev:hover .pic img {
  transform: scale(1.05);
}
  .ev .pic img {
    border-radius: 10px;
  }
  .main .evn {
    margin-right: 0;
  }
  .intr {
    padding: 3.125vw;
    border-radius: 0 0 20px 20px;
    background: #f7f7f7;
  }
  .intr .t1 {
    color: #000;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
  }
  .intr .t2 {
    color: #000;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.26vw 0 0.625vw;
  }
  .intr .more {
    display: block;
    color: #cd38ff;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
  }
  .paging {
    display: flex;
    justify-content: center;
  }
  .paging a {
    display: inline-flex;
    padding: 0 9.834px 0 10.166px;
    justify-content: center;
    align-items: center;
  }
  .paging a {
    color: #8b8b8b;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
  }
  .paging svg {
    margin-top: 5px;
  }
  .paging .on {
    color: #cd38ff;
    border-bottom: 2px solid#CD38FF;
  }
  .paging .num:hover {
    color: #cd38ff;
    border-bottom: 2px solid#CD38FF;
  }
  .C-wrap {
    padding: 5.208vw 18.75vw;
    display: flex;
    flex-direction: column;
    gap: 2.083vw;
  }
  .C-wrap .empty {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    margin: 0 auto;
  }

  .C-wrap .empty * {
    max-width: 100%;
    white-space: normal !important;
  }

  .C-wrap .empty img {
    width: 100%;
    max-width: 100% !important;
    height: auto !important;
  }
  .C-wrap .empty .main1 h1 {
    color: #000;
    font-family: "PingFang SC";
    font-size: 2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
  }
  .C-wrap .empty .main1 h3 {
    color: #888;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
    align-self: stretch;
    margin-top: 1.406vw;
  }
  .main2 p {
    color: #000;
    font-family: "PingFang SC";
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
  }
  .main4 p,.main6 p {
    color: #000;
    font-family: "PingFang SC";
    font-size: 0.82vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
  }
}
