#pc-wrap {
  display: block;
}

#app-wrap {
  display: none;
}

a,
span {
  -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 100px) and (max-width: 1024px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
  }
  body {
    background: #f0f0f0;
    font-family: "PingFang SC";
  }
  .text-voerflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .app-box .content-box {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .app-box .content-box .swiper-container {
    width: 100%;
    height: 235px;
  }
  .app-box .content-box .swiper-container1 {
    margin-top: 10px;
  }
  .app-box .content-box .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .app-box .content-box .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .app-box .content-box .swiper-slide img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .app-box .content-box .swiper-slide .sw-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #000000;
    opacity: 0.5;
  }
  .app-box .content-box .swiper-slide .sw-text .text {
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin-left: 5px;
  }
  .app-box .content-box .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    border-radius: 0;
  }
  .app-box .content-box .swiper-pagination-bullet-active {
    color: #fff;
    background: #d51414;
  }
  .app-box .content-box .swiper-pagination-bullets {
    width: 30%;
    margin-left: 70%;
    bottom: 5px;
  }
  .app-box .content-box .tzgg-box {
    margin-top: 10px;
    width: 100%;
    background-color: #fff;
  }
  .app-box .content-box .tzgg-box .tz-title {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .app-box .content-box .tzgg-box .tz-title .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1053c8;
  }
  .app-box .content-box .tzgg-box .tz-title .more {
    font-size: 10px;
    color: #333;
  }
  .app-box .content-box .tzgg-box .tz-cen {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .app-box .content-box .tzgg-box .tz-cen .tz-top {
    width: 100%;
    border-bottom: 1px solid #e6e5e5;
  }
  .app-box .content-box .tzgg-box .tz-cen .tz-top h4 {
    font-weight: bold;
    color: #1054c8;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }
  .app-box .content-box .tzgg-box .tz-cen .tz-top .text {
    font-size: 14px;
  }
  .app-box .content-box .tzgg-box .tz-cen .tz-top .xq {
    text-align: right;
    font-size: 14px;
    color: #1054c8;
    margin-bottom: 5px;
  }
  .app-box .content-box .tzgg-box .tz-cen .content-open {
    box-sizing: border-box;
  }
  .app-box .content-box .tzgg-box .tz-cen .content-open .notice-list {
    margin: 0 0.2rem;
  }
  .app-box .content-box .tzgg-box .tz-cen .content-open .notice-list li {
    width: 100%;
    height: 25px;
  }
  .app-box .content-box .tzgg-box .tz-cen .content-open .notice-list li a {
    width: 100%;
    height: 25px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .app-box .content-box .tzgg-box .tz-cen .content-open .notice-list li a .list-left {
    width: 70%;
    display: flex;
    align-items: center;
  }
  .app-box .content-box .tzgg-box .tz-cen .content-open .notice-list li a .list-left .item-left {
    width: 3px;
    height: 3px;
    background: #1054c8;
    border-radius: 50%;
  }
  .app-box .content-box .tzgg-box .tz-cen .content-open .notice-list li a .list-left .item-right {
    margin-left: 5px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .app-box .content-box .tzgg-box .tz-cen .content-open .notice-list li a .time {
    margin-right: 1px;
  }
  .app-box .content-box .tzgg-box .tz-cen .bottom-pic {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .app-box .content-box .tzgg-box .tz-cen .bottom-pic a {
    display: inline-block;
    width: 49%;
  }
  .app-box .content-box .tzgg-box .tz-cen .bottom-pic a img {
    width: 100%;
    height: 120px;
  }
  .app-box .content-box .rs-main {
    padding: 10px 10px 0 10px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .app-box .content-box .rs-main .rs-item {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
  }
  .app-box .content-box .rs-main .rs-item a {
    display: block;
  }
  .app-box .content-box .rs-main .rs-item a img {
    width: 100%;
    height: 80px;
  }
}
