#pc-wrap {
  display: block;
}

#app-wrap {
  display: none;
}

@media screen and (min-width: 100px) and (max-width: 1024px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
  }
  a,
  span {
    -webkit-tap-highlight-color: transparent;
  }
  body {
    background: #f7f7f7;
    font-family: "PingFang SC";
  }
  .text-voerflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .container .contentBox {
    width: 100%;
  }
  .container .contentBox .con-title {
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
  }
  .container .contentBox .con-title .text {
    width: 100%;
    color: #fff;
    font-size: 16px;
    height: 35px;
    background: #4886dc;
    line-height: 35px;
    text-align: center;
  }
  .container .contentBox .con-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
    overflow: hidden;
    min-height: 260px;
  }
  .container .contentBox .con-list .process-tab {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    padding-left: 4px;
  }
  .container .contentBox .con-list .process-tab .tabs {
    width: 90%;
    display: flex;
    justify-content: space-between;
    overflow: auto;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
  }
  .container .contentBox .con-list .process-tab .tabs span {
    display: inline-block;
    font-size: 13px;
    color: #333;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
  }
  .container .contentBox .con-list .process-tab .tabs .active {
    font-size: 13px;
    font-weight: 600;
    color: #4886dc;
  }
  .container .contentBox .con-list .process-tab .tabs .active::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #4886dc;
    position: absolute;
    bottom: 1px;
    left: 0;
    overflow: hidden;
  }
  .container .contentBox .con-list .process-tab .nav-left,
  .container .contentBox .con-list .process-tab .nav-right {
    color: #4886dc;
    font-weight: bold;
  }
  .container .contentBox .con-list .policy-box {
    overflow: hidden;
  }
  .container .contentBox .con-list .policy-box .content-open {
    display: none;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
  }
  .container .contentBox .con-list .policy-box .content-open .notice-list {
    height: 100%;
    overflow-y: auto;
    margin: 0 0.2rem;
  }
  .container .contentBox .con-list .policy-box .content-open .notice-list li {
    width: 100%;
    height: 25px;
  }
  .container .contentBox .con-list .policy-box .content-open .notice-list li a {
    width: 100%;
    height: 25px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container .contentBox .con-list .policy-box .content-open .notice-list li a .list-left {
    width: 70%;
    display: flex;
    align-items: center;
  }
  .container .contentBox .con-list .policy-box .content-open .notice-list li a .list-left .item-left {
    width: 3px;
    height: 3px;
    background: #4886dc;
    border-radius: 50%;
    margin: 0 5px;
  }
  .container .contentBox .con-list .policy-box .content-open .notice-list li a .list-left .item-right {
    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;
  }
  .container .contentBox .con-list .policy-box .content-open .notice-list li a .time {
    margin-right: 5px;
  }
  .container .contentBox .con-list .policy-box .content-open.active {
    display: block;
  }
  .container .contentTop{
   
    background: url(xfydt_bg.png) no-repeat center;
  }
  .container .contentTop h3{
    color: rgb(79, 255, 255);
    padding:10px;
    text-align: center;
    font-family: sans-serif;
  }
  .container .contentTop .papers-list{
       display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 10px 15px;
  }
  .container .contentTop .papers-list li{
    background: url(list_bg.png) no-repeat center;
    width: 48%;
    height:80px;
    margin-bottom: 5px;

  }
  .container .contentTop .papers-list li a{
    height: 80px;
     display: flex;
     width: 100%;
    /*justify-content: space-between;*/
    align-items: center;
  }
  .container .contentTop .papers-list li a .txt{
    color: rgb(79, 255, 255);
    margin: auto;
  }
  .container .contentTop .wlxt{
    position: relative;
    padding:10px;
  }
  .container .contentTop .wlxt p{
    color: rgb(79, 255, 255);
    position: absolute;
    top: 20%;
    left: 28%;
  }
}
