#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 .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 .tz-title .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1053c8;
  }
  .app-box .content-box .tz-title .more {
    font-size: 10px;
    color: #333;
  }
  .app-box .content-box .swiper-box {
    background: #fff;
  }
  .app-box .content-box .swiper-box .notice-list {
    margin: 0 8px;
  }
  .app-box .content-box .swiper-container {
    height: 235px;
    margin: 6px 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: 12px;
    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-bottom: 10px;
    width: 100%;
    background-color: #fff;
  }
  .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 .tz-bottom .content-open {
    box-sizing: border-box;
    padding: 5px 0;
  }
  .app-box .content-box .tzgg-box .tz-cen .tz-bottom .content-open .notice-list {
    margin: 0 8px;
  }
  .app-box .content-box .tzgg-box .tz-cen .tz-bottom .content-open .notice-list li {
    width: 100%;
    height: 25px;
  }
  .app-box .content-box .tzgg-box .tz-cen .tz-bottom .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 .tz-bottom .content-open .notice-list li a .list-left {
    width: 70%;
    display: flex;
    align-items: center;
  }
  .app-box .content-box .tzgg-box .tz-cen .tz-bottom .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 .tz-bottom .content-open .notice-list li a .list-left .item-right {
    margin-left: 5px;
    font-size: 12px;
    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 .tz-bottom .content-open .notice-list li a .time {
    margin-right: 1px;
  }
  .app-box .content-box .bottom-pic {
    padding: 8px;
    display: flex;
    justify-content: space-between;
  }
  .app-box .content-box .bottom-pic a {
    flex: 1;
    position: relative;
  }
  .app-box .content-box .bottom-pic a img {
    width: 100%;
    height: 62px;
  }
  .app-box .content-box .bottom-pic a .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: rgba(51, 51, 51, 0.9);
    font-weight: bold;
  }
  .app-box .content-box .bottom-pic a:first-child {
    margin-right: 10px;
  }
  .app-box .content-box .zwdt-box {
    width: 100%;
    background-color: #fff;
    padding-top: 10px;
  }
  .app-box .content-box .zwdt-box .zw-title {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .app-box .content-box .zwdt-box .zw-title .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1053c8;
  }
  .app-box .content-box .zwdt-box .zw-title .more {
    font-size: 10px;
    color: #333;
  }
  .app-box .content-box .zwdt-box .table1 {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    border-top: 1px solid #1054c8;
  }
  .app-box .content-box .zwdt-box .table1 .process-tab {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
  }
  .app-box .content-box .zwdt-box .table1 .process-tab .tab {
    flex: 1;
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
  }
  .app-box .content-box .zwdt-box .table1 .process-tab .tab span {
    width: 25%;
    text-align: center;
    font-size: 13px;
    color: #333;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 35px;
  }
  .app-box .content-box .zwdt-box .table1 .process-tab .tab .active {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #1054c8;
  }
  .app-box .content-box .zwdt-box .table1 .process-tab .more {
    color: rgba(2, 2, 2, 0.8);
    font-weight: bold;
    font-size: 12px;
    padding-right: 10px;
    display: block;
    height: 35px;
    line-height: 35px;
  }
  .app-box .content-box .zwdt-box .table1 .policy-box .content-open {
    box-sizing: border-box;
    padding: 5px;
    display: none;
  }
  .app-box .content-box .zwdt-box .table1 .policy-box .content-open:first-child {
    display: block;
  }
  .app-box .content-box .notice-list {
    margin: 0 8px;
  }
  .app-box .content-box .notice-list li {
    width: 100%;
    height: 25px;
  }
  .app-box .content-box .notice-list li a {
    width: 100%;
    height: 25px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .app-box .content-box .notice-list li a .list-left {
    width: 70%;
    display: flex;
    align-items: center;
  }
  .app-box .content-box .notice-list li a .list-left .item-left {
    width: 3px;
    height: 3px;
    background: #1054c8;
    border-radius: 50%;
  }
  .app-box .content-box .notice-list li a .list-left .item-right {
    margin-left: 5px;
    font-size: 12px;
    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 .notice-list li a .time {
    margin-right: 5px;
  }
  .app-box .content-box .tab-content {
    padding-bottom: 15px;
  }
  .app-box .content-box .tab-content .tab-substance {
    display: none;
  }
  .app-box .content-box .tab-content .tab-substance .title {
    font-size: 14px;
    font-weight: bold;
    color: #ed2b25;
    text-align: center;
    padding: 12px;
  }
  .app-box .content-box .tab-content .tab-substance .mobile-content {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-indent: 40px;
    padding: 0 25px 8px;
  }
  .app-box .content-box .tab-content .tab-substance .mobile-content .neirong {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .app-box .content-box .tab-content .tab-substance .mobile-content .detail {
    color: #ed2b25;
    font-weight: bold;
    height: auto;
    padding: 0;
  }
  .app-box .content-box .tab-content .tab-substance .bt {
    border-top: 1px solid #e6e5e5;
  }
  .app-box .content-box .tab-content .tab-substance:first-child {
    display: block;
  }
  .app-box .content-box .pb10 {
    padding-bottom: 10px;
  }
  .app-box .content-box .tab-list {
    margin: 0 10px;
    padding: 10px 0;
  }
  .app-box .content-box .tab-list li {
    position: relative;
    width: 100%;
    padding-top: 5px;
  }
  .app-box .content-box .tab-list li a {
    display: flex;
    font-size: 14px;
  }
  .app-box .content-box .tab-list li a i {
    width: 3px;
    height: 3px;
    background: #810000;
    border-radius: 50%;
    position: absolute;
    left: -1px;
    top: 12px;
    z-index: 1;
  }
  .app-box .content-box .tab-list li a .txt {
    margin-left: 10px;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #030303;
  }
  .app-box .content-box .tab-list li a .time {
    color: rgba(0, 0, 0, 0.8);
    margin-left: auto;
  }
  .app-box .content-box .common-title1 {
    margin: 10px 10px 0;
    height: 30px;
    line-height: 30px;
    background: #ffecec;
    font-size: 14px;
    font-weight: bold;
    color: #d51414;
    text-align: center;
    border: 1px solid #e6e5e5;
    border-bottom: none;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .app-box .content-box .common-title1 .name {
    text-align: center;
  }
  .app-box .content-box .common-title1 .more {
    position: absolute;
    right: 10px;
    color: rgba(2, 2, 2, 0.8);
    font-weight: bold;
    font-size: 12px;
  }
  .app-box .content-box .common-jiaotong {
    border: 1px solid #e6e5e5;
    margin-top: 5px;
  }
  .app-box .content-box .common-jiaotong .jiaotong-list {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .app-box .content-box .common-jiaotong .jiaotong-list li {
    width: 25%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .app-box .content-box .shequ .common-jiaotong {
    margin: 0 10px;
  }
  .app-box .content-box .zjbj-box {
    margin-top: 10px;
    width: 100%;
    background-color: #fff;
  }
  .app-box .content-box .zjbj-box .bj-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 .zjbj-box .bj-title .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #7b179b;
  }
  .app-box .content-box .zjbj-box .bj-title .more {
    font-size: 10px;
    color: #333;
  }
  .app-box .content-box .zjbj-box .jt-tabs .common-jiaotong {
    display: none;
  }
  .app-box .content-box .zjbj-box .jt-tabs .common-jiaotong:first-child {
    display: block;
  }
  .app-box .content-box .zjbj-box .bj-cen {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px 10px;
  }
  .app-box .content-box .zjbj-box .bj-cen .bj-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .app-box .content-box .zjbj-box .bj-cen .bj-bottom a {
    display: inline-block;
    width: 32%;
    height: 35px;
    margin: 5px 0;
  }
  .app-box .content-box .zjbj-box .bj-cen .bj-bottom .sp-item {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
  }
  .app-box .content-box .zjbj-box .bj-cen .bj-bottom .active .sp-item {
    background: #a684bb;
    color: #fff;
  }
  .app-box .content-box .zwgk-box {
    margin-top: 10px;
    width: 100%;
    background-color: #fff;
  }
  .app-box .content-box .zwgk-box .common-title1 {
    background: #f8edff;
    color: #7b179b;
    margin: 0;
    border: none;
    border-bottom: 1px solid #e6e5e5;
  }
  .app-box .content-box .zwgk-box .gk-title {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .app-box .content-box .zwgk-box .gk-title .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #7b179b;
  }
  .app-box .content-box .zwgk-box .zwgk-cen1 {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
  }
  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top {
    width: 100%;
    border: 1px solid #e6e5e5;
    background: #ffffff;
    margin-bottom: 5px;
  }
  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .cen1-title {
    height: 30px;
    background: #fbf6fe;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e6e5e5;
  }
  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .cen1-title img {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .cen1-title .cen1-text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #7b179b;
  }
  .app-box .content-box .zwgk-box .zwgk-cen1 .modular-list {
    padding: 0;
    padding-top: 3px;
  }
  .app-box .content-box .zwgk-box .zwgk-cen1 .modular-list li {
    background: #a684bb;
  }
  .app-box .interaction-part {
    background: #fff;
    margin-top: 10px;
  }
  .app-box .interaction-part .tz-title .text {
    color: #0d726e;
  }
  .app-box .interaction-part .tab-content .tab-substance .line {
    border: 1px solid #e6e5e5;
    border-top: none;
    margin: 0 10px;
  }
  .app-box .interaction-part .tab-content .tab-substance .title {
    float: none;
    width: auto;
    line-height: normal;
    font-weight: bold;
  }
  .app-box .interaction-part .tab-content .tab-substance .title,
  .app-box .interaction-part .tab-content .tab-substance .detail {
    color: #0d726e !important;
  }
  .app-box .interaction-part .tab-content .tab-substance i {
    background: #0d726e !important;
  }
  .app-box .interaction-part .common-title1 {
    background: #e1f2f1;
    color: #0d726e;
  }
  .app-box .community-part {
    background: #fff;
    margin-top: 10px;
  }
  .app-box .community-part .tz-title .text {
    color: #499a13;
  }
  .app-box .community-part .common-title1 {
    background: #f4ffed;
    color: #499a13;
  }
  .app-box .community-part .line {
    border: 1px solid #e6e5e5;
    border-top: 1px solid #9bd88d;
    margin: 0 10px;
  }
  .app-box .community-part .img-title {
    display: flex;
    padding: 8px 8px 0;
  }
  .app-box .community-part .img-title .title1:first-child {
    margin-right: 10px;
  }
  .app-box .community-part .img-title .title1 {
    flex: 1;
  }
  .app-box .community-part .img-title .title1 img {
    width: 100%;
    height: 119px;
  }
  .app-box .community-part .img-title .title1 .txt {
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #f2f2f2;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .app-box .community-part .tab {
    border-bottom: 1px solid #e6e5e5;
    height: 30px;
    line-height: 30px;
    display: flex;
  }
  .app-box .community-part .tab span {
    display: inline-block;
    width: 18%;
    font-size: 12px;
    font-weight: bold;
    color: #020202;
    text-align: center;
  }
  .app-box .community-part .tab span:last-child {
    width: 28%;
  }
  .app-box .community-part .tab .active {
    background: #9bd88d;
    color: #ffffff;
  }
  .app-box .community-part .title-name {
    display: flex;
    padding: 10px 10px 5px;
  }
  .app-box .community-part .title-name .name {
    color: rgba(73, 154, 19, 0.9);
    font-weight: bold;
  }
  .app-box .community-part .title-name .more {
    color: rgba(2, 2, 2, 0.8);
    font-weight: bold;
    font-size: 12px;
    margin-left: auto;
  }
  .app-box .community-part .commontab-list {
    margin: 0 10px;
    padding: 0;
  }
  .app-box .community-part .commontab-list i {
    background: #499a13;
  }
  .app-box .community-part .place-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px 10px;
  }
  .app-box .community-part .place-list li {
    width: 48%;
    height: 35px;
    line-height: 35px;
    background: #9bd88d;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 6px;
  }
  .app-box .community-part .place-list li a {
    display: block;
    color: #fff;
    text-align: center;
  }
  .app-box .community-part .tab-content1 .tab-substance1 {
    display: none;
  }
  .app-box .community-part .tab-content1 .tab-substance1:first-child {
    display: block;
  }
  .app-box .commontab-list {
    margin: 0 10px;
    padding: 10px 0;
  }
  .app-box .commontab-list li {
    position: relative;
    width: 100%;
    padding-top: 5px;
  }
  .app-box .commontab-list li a {
    display: flex;
    font-size: 14px;
  }
  .app-box .commontab-list li a i {
    width: 3px;
    height: 3px;
    background: #7b179b;
    border-radius: 50%;
    position: absolute;
    left: -1px;
    top: 12px;
    z-index: 1;
  }
  .app-box .commontab-list li a .txt {
    margin-left: 10px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
  }
  .app-box .modular-list {
    display: flex;
    justify-content: space-between;
    padding: 0 7px;
    flex-wrap: wrap;
  }
  .app-box .modular-list li {
    width: 32%;
    height: 66px;
    background: #00bab3;
    border-radius: 2px;
    margin-bottom: 9px;
  }
  .app-box .modular-list li a {
    display: block;
  }
  .app-box .modular-list li a .img-icon {
    text-align: center;
    height: 24px;
    padding-top: 12px;
  }
  .app-box .modular-list li a .txt {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding-top: 5px;
  }
}
