@charset "UTF-8";
/*********公共样式***********/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.w1250 {
  margin: 0 auto;
  width: 1250px;
}

a {
  color: #333;
  text-decoration: none;
}

li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #f6f6f6;
}

#pc-wrap {
  display: block;
}

#app-wrap {
  display: none;
}

@media screen and (min-width: 100px) and (max-width: 1200px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
  }
  #app-wrap .container {
    background-color: #eeeeee;
  }
  #app-wrap .container .content {
    padding: 20px;
  }
  #app-wrap .container .content .top-item {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
    border-radius: 12px;
  }
  #app-wrap .container .content .top-item .process {
    width: 100%;
  }
  #app-wrap .container .content .top-item .process .five_Box {
    position: relative;
  }
  #app-wrap .container .content .top-item .process .five_Box .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 13px;
    bottom: 3px;
    z-index: 1;
    z-index: 9999;
  }
  #app-wrap .container .content .top-item .process .five_Box .hd ul {
    height: 3.44rem;
    overflow: hidden;
    zoom: 1;
    float: left;
  }
  #app-wrap .container .content .top-item .process .five_Box .hd ul li {
    float: left;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
  }
  #app-wrap .container .content .top-item .process .five_Box .hd ul .on {
    background: #3198ed;
    color: #fff;
  }
  #app-wrap .container .content .top-item .process .five_Box .bd ul li {
    height: 180px;
    width: 100%;
  }

  #app-wrap .container .content .top-item .process .five_Box .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }

  #app-wrap .container .content .top-item .process .five_Box .bd ul li a img {
    width: 100%;
    height: 100%;
  }
  #app-wrap
    .container
    .content
    .top-item
    .process
    .five_Box
    .bd
    ul
    li
    a
    .five-txt {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 19px;
    background: #507698;
    box-shadow: 0px 5px 26px 3px rgba(0, 0, 0, 0.07);
    opacity: 0.8;
    position: absolute;
    bottom: 0;
  }
  #app-wrap
    .container
    .content
    .top-item
    .process
    .five_Box
    .bd
    ul
    li
    a
    .five-txt
    div {
    width: 60%;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .content .top-item .item-title {
    margin-top: 20px;
  }
  #app-wrap .container .content .top-item .item-title .nav-tab {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 14px;
    display: flex;
    justify-content: flex-start;
    overflow: auto;
  }
  #app-wrap .container .content .top-item .item-title .nav-tab .tab-list {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    margin-right: 10px;
    padding-bottom: 10px;
  }
  #app-wrap .container .content .top-item .item-title .nav-tab .active {
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 16px;
    color: #0287e6;
    border-bottom: 4px solid #0287e6;
  }
  #app-wrap
    .container
    .content
    .top-item
    .policy-box
    .content-open
    .newsDetails {
    width: 100%;
  }
  #app-wrap
    .container
    .content
    .top-item
    .policy-box
    .content-open
    .newsDetails
    li {
    height: 47px;
    position: relative;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px dashed #ececec;
  }
  #app-wrap
    .container
    .content
    .top-item
    .policy-box
    .content-open
    .newsDetails
    li
    a {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
  }
  #app-wrap
    .container
    .content
    .top-item
    .policy-box
    .content-open
    .newsDetails
    li
    a
    .item {
    width: 70%;
  }
  #app-wrap
    .container
    .content
    .top-item
    .policy-box
    .content-open
    .newsDetails
    li
    a
    .item
    .title {
    display: inline-block;
    color: #333333;
    width: 90%;
    line-height: 22px;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #app-wrap
    .container
    .content
    .top-item
    .policy-box
    .content-open
    .newsDetails
    li
    a
    .item
    .title::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0287e6;
    box-shadow: 0 0 6px 0 rgba(2, 135, 230, 0.4);
  }
  #app-wrap
    .container
    .content
    .top-item
    .policy-box
    .content-open
    .newsDetails
    li
    a
    .time {
    width: 30%;
    text-align: right;
    color: #666666;
  }
  #app-wrap .container .content .top-item .policy-box .content-open .more {
    margin-top: 20px;
  }
  #app-wrap .container .content .top-item .policy-box .content-open .more a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #app-wrap
    .container
    .content
    .top-item
    .policy-box
    .content-open
    .more
    a
    span {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
  }
  #app-wrap
    .container
    .content
    .top-item
    .policy-box
    .content-open
    .more
    a
    img {
    width: 12px;
    height: 12px;
    vertical-align: top;
  }
  #app-wrap .container .content .top-item .policy-box .disnone {
    display: none;
  }
  #app-wrap .container .content .prosess1 {
    margin-top: 20px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
    border-radius: 12px;
  }
  #app-wrap .container .content .prosess1 .item-title {
    margin-top: 20px;
  }
  #app-wrap .container .content .prosess1 .item-title .nav-tab {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 14px;
    display: flex;
    justify-content: flex-start;
    overflow: auto;
  }
  #app-wrap .container .content .prosess1 .item-title .nav-tab .tab-list {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    color: #333333;
    margin-right: 10px;
    padding-bottom: 10px;
  }
  #app-wrap .container .content .prosess1 .item-title .nav-tab .active {
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 16px;
    color: #0287e6;
    border-bottom: 4px solid #0287e6;
  }
  #app-wrap
    .container
    .content
    .prosess1
    .policy-box
    .content-open
    .newsDetails {
    width: 100%;
  }
  #app-wrap
    .container
    .content
    .prosess1
    .policy-box
    .content-open
    .newsDetails
    li {
    height: 47px;
    position: relative;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px dashed #ececec;
  }
  #app-wrap
    .container
    .content
    .prosess1
    .policy-box
    .content-open
    .newsDetails
    li
    a {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
  }
  #app-wrap
    .container
    .content
    .prosess1
    .policy-box
    .content-open
    .newsDetails
    li
    a
    .item {
    width: 70%;
  }
  #app-wrap
    .container
    .content
    .prosess1
    .policy-box
    .content-open
    .newsDetails
    li
    a
    .item
    .title {
    display: inline-block;
    color: #333333;
    width: 90%;
    line-height: 22px;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #app-wrap
    .container
    .content
    .prosess1
    .policy-box
    .content-open
    .newsDetails
    li
    a
    .item
    .title::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0287e6;
    box-shadow: 0 0 6px 0 rgba(2, 135, 230, 0.4);
  }
  #app-wrap
    .container
    .content
    .prosess1
    .policy-box
    .content-open
    .newsDetails
    li
    a
    .time {
    width: 30%;
    text-align: right;
    color: #666666;
  }
  #app-wrap .container .content .prosess1 .policy-box .content-open .more {
    margin-top: 20px;
  }
  #app-wrap .container .content .prosess1 .policy-box .content-open .more a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #app-wrap
    .container
    .content
    .prosess1
    .policy-box
    .content-open
    .more
    a
    span {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
  }
  #app-wrap
    .container
    .content
    .prosess1
    .policy-box
    .content-open
    .more
    a
    img {
    width: 12px;
    height: 12px;
    vertical-align: top;
  }
  #app-wrap .container .content .prosess1 .policy-box .disnone {
    display: none;
  }
  #app-wrap .container .content .prosess2 {
    margin-top: 20px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
    border-radius: 12px;
  }
  #app-wrap .container .content .prosess2 .item-title {
    margin-top: 20px;
  }
  #app-wrap .container .content .prosess2 .item-title .nav-tab {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 14px;
    display: flex;
    justify-content: flex-start;
    overflow: auto;
  }
  #app-wrap .container .content .prosess2 .item-title .nav-tab .tab-list {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-right: 5px;
    padding-bottom: 10px;
    text-align: center;
  }
  #app-wrap .container .content .prosess2 .item-title .nav-tab .active {
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 16px;
    color: #0287e6;
    border-bottom: 3px solid #0287e6;
  }
  #app-wrap
    .container
    .content
    .prosess2
    .policy-box
    .content-open
    .newsDetails {
    width: 100%;
  }
  #app-wrap
    .container
    .content
    .prosess2
    .policy-box
    .content-open
    .newsDetails
    li {
    height: 47px;
    position: relative;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px dashed #ececec;
  }
  #app-wrap
    .container
    .content
    .prosess2
    .policy-box
    .content-open
    .newsDetails
    li
    a {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
  }
  #app-wrap
    .container
    .content
    .prosess2
    .policy-box
    .content-open
    .newsDetails
    li
    a
    .item {
    width: 70%;
  }
  #app-wrap
    .container
    .content
    .prosess2
    .policy-box
    .content-open
    .newsDetails
    li
    a
    .item
    .title {
    display: inline-block;
    color: #333333;
    width: 90%;
    line-height: 22px;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #app-wrap
    .container
    .content
    .prosess2
    .policy-box
    .content-open
    .newsDetails
    li
    a
    .item
    .title::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0287e6;
    box-shadow: 0 0 6px 0 rgba(2, 135, 230, 0.4);
  }
  #app-wrap
    .container
    .content
    .prosess2
    .policy-box
    .content-open
    .newsDetails
    li
    a
    .time {
    width: 30%;
    text-align: right;
    color: #666666;
  }
  #app-wrap .container .content .prosess2 .policy-box .content-open .more {
    margin-top: 20px;
  }
  #app-wrap .container .content .prosess2 .policy-box .content-open .more a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #app-wrap
    .container
    .content
    .prosess2
    .policy-box
    .content-open
    .more
    a
    span {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
  }
  #app-wrap
    .container
    .content
    .prosess2
    .policy-box
    .content-open
    .more
    a
    img {
    width: 12px;
    height: 12px;
    vertical-align: top;
  }
  #app-wrap .container .content .prosess2 .policy-box .disnone {
    display: none;
  }
  #app-wrap .container .content .prosess3 {
    margin-top: 20px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
    border-radius: 12px;
  }
  #app-wrap .container .content .prosess3 .title {
    width: 65%;
    height: 60px;
    margin: 0 auto;
    background-image: url(./center-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
  }
  #app-wrap .container .content .prosess3 .title span {
    font-family: YouSheBiaoTiHei;
    font-size: 26px;
    color: #0287e6;
    letter-spacing: 3px;
  }
  #app-wrap .container .content .prosess3 .item a img {
    width: 100%;
    height: 190px;
  }

  #app-wrap .govpushinfo150203 {
    height: 235px;
    overflow: hidden;
  }

  #app-wrap .govpushinfo150203 li {
    height: 47px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 12px 0;
    margin-left: 20px;
    border-bottom: 1px dashed #ececec;
  }

  #app-wrap .govpushinfo150203 li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0287e6;
    box-shadow: 0 0 6px 0 rgb(2 135 230 / 40%);
  }

  #app-wrap .govpushinfo150203 li a {
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #app-wrap .govpushinfo150203 li span {
    width: 30%;
  }
}