@media (max-width: 750px) {
  html {
    font-size: 16px;
  }

  .page1 {
    width: 100%;
    height: 22.5rem;
    background-image: url('../img/phone/notice.png');
    background-size: 100% 100%;
    overflow: hidden;
  }

  .info-other-con {
    overflow: hidden;
  }

  .txt3 {
    font-size: 1.875rem;
    font-weight: bold;
    color: #333333;
    line-height: 2.8125rem;
    text-align: center;
    margin-top: 5.5625rem;
  }

  .txt4 {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #666666;
    line-height: 1.25rem;
    text-align: center;
    margin-top: 0.375rem;
  }

  .title-7 {
    width: 19.3125rem;
    display: block;
    margin: 1.5625rem auto 0;
  }

  .other-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.25rem 0;
    border-bottom: 1px solid #DEDEDE;
    overflow: hidden;
    margin: 0 1rem;
  }

  .w220h141 {
    width: 7.8125rem;
    margin-right: 0.75rem;
  }

  .item-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #333333;
    width: 13.0625rem;
    line-height: 1.3125rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .item-time {
    font-size: 0.625rem;
    color: #999999;
    line-height: 0.875rem;
    margin-top: 0.3125rem;
  }

  .item-font {
    margin-top: 0.375rem;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1.1875rem;
    justify-content: flex-end;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 13.0625rem;
  }

  .item-detail {
    display: none;
  }

  .webPage {
    display: none;
  }
}

@media (min-width: 750px) {
  .page1 {
    min-width: 100%;
    height: 700px;
    background-image: url('../img/image/notice.png');
    background-size: 100% 100%;
  }

  .footer-page {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wh26 {
    width: 13px;
    height: 13px;
  }

  .num {
    width: 26px;
    height: 26px;
    background: #2B35F6;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 20px;
    border-radius: 50%;
  }

  #noticeWrap .tagline {
    position: absolute;
    top: 273px;
    left: 361px;
  }

  .webPage {
    height: 193px;
    display: flex;
    justify-content: center;
  }

  .txt3 {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
  }

  .txt4 {
    font-size: 20px;
    font-weight: 500;
    color: #666666;
    line-height: 40px;
    margin-top: 26px;
  }

  .title-7 {
    width: 617px;
    height: 79px;
    display: block;
    margin: 100px auto 0;
  }

  .other-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 31px 0;
    border-bottom: 1px solid #DEDEDE;
  }

  .w220h141 {
    width: 220px;
    height: 141px;
    margin-right: 33px;
  }

  .item-left {
    flex: auto;
  }

  .item-time {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    margin-top: 13px;
  }

  .item-title {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
  }

  .item-font {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    line-height: 24px;
    margin-top: 7px;
  }

  .item-detail {
    margin-top: 13px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #2B35F6;
    line-height: 17px;
    justify-content: flex-end;
  }

  .w11h9 {
    width: 11px;
    height: 9px;
    margin-left: 2px;
  }
}