@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 .content {
    padding: 10px;
  }

  #app-wrap .container .content .prosess1 .contents .content1 {
    border-radius: 13px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-hot {
    border-radius: 13px 13px 0 0;
    margin-top: 20px;
    padding: 15px 5px;
    display: flex;
    justify-content: space-between;
    height: 6.88rem;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
    background: url(./hot-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-hot .hot-logo {
    position: relative;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-hot .hot-logo img {
    width: 115px;
    height: 53px;
    margin-top: 15px;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-hot .hot-logo p {
    width: 60px;
    position: absolute;
    left: 21%;
    top: 35%;
    font-family: MicrosoftYaHei-Bold;
    font-weight: Bold;
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
    letter-spacing: 8px;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-hot a {
    /* width: 75%; */
    display: block;
  }

  .top-box {
    padding-left: 15px;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-hot a .hot-title {
    height: 28px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: Bold;
    /* font-size: 1.1rem; */
    padding: 10px 10px 10px 0;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation {
    border-radius: 0 0 13px 13px;
    background-color: #fff;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .process {
    width: 100%;
    padding: 20px;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .process .five_Box {
    width: 100%;
    height: 100%;
    position: relative;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .process .five_Box .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 3px;
    bottom: 8px;
    z-index: 9999;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .process .five_Box .hd ul {
    height: 44px;
    overflow: hidden;
    zoom: 1;
    float: left;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .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: #eee;
    opacity: 0.5;
    cursor: pointer;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .process .five_Box .hd ul .on {
    background: #fff;
    opacity: 1;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .process .five_Box .bd {
    /* height: 12rem; */
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .process .five_Box .bd ul {
    height: 100%;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .process .five_Box .bd ul li {
    max-height: 100%;
    height: 195px;
  }

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

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .process .five_Box .bd ul li a img {
    width: 100%;
    height: 100%;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .process .five_Box .bd ul li a .five-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 16px;
    background-color: rgba(61, 68, 91, 0.7);
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .process .five_Box .bd ul li a .five-txt div {
    width: 60%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .item-title {
    height: 2.25rem;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .item-title .nav-tab {
    padding: 0 10px 1.17rem;
    white-space: nowrap;
    overflow-x: auto;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .item-title .nav-tab .tab-list {
    height: 3rem;
    margin-right: 0.18rem;
    width: 7.5rem;
    height: 2.06rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding-bottom: 0.5rem;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .item-title .nav-tab .active {
    color: #0287e6;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 3px solid #0287e6;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .item-title .nav-tab::-webkit-scrollbar {
    background-color: #fff;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .policy-box .content-open ul {
    padding: 0 8px;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .policy-box .content-open ul li {
    padding: 15px 0;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .policy-box .content-open ul li .time {
    width: 30% !important;
    height: 3.38rem;
    background: url(./time-bg.png) no-repeat;
    background-size: 60% 90%;
    background-position: center;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .policy-box .content-open ul li .time .d {
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: #0287e6;
    font-size: 20px;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .policy-box .content-open ul li .time .y_m {
    display: block;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 17px;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .policy-box .content-open ul li a {
    display: block;
    width: 70% !important;
    padding-left: 10px;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .policy-box .content-open ul li a .title {
    line-height: 3.38rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .policy-box .content-open .more div {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .policy-box .content-open .more div span {
    font-size: 16px;
    color: #999;
    line-height: 40px;
  }

  #app-wrap .container .content .prosess1 .contents .content1 .top-rotation .policy-box .content-open .more div img {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    margin-top: 11px;
  }

  #app-wrap .container .content .prosess2 .yqfk {
    padding: 1rem 0;
  }

  #app-wrap .container .content .prosess2 .yqfk a {
    display: block;
  }

  #app-wrap .container .content .prosess2 .yqfk a img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    height: 3.43rem;
  }

  #app-wrap .container .content .prosess2 .contents {
    background: #ffffff;
    border-radius: 13px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
  }

  #app-wrap .container .content .prosess2 .contents .zfxxgk {
    background: #ffffff;
    border-radius: 13px 13px 0 0;
    padding: 1rem 0;
  }

  #app-wrap .container .content .prosess2 .contents .zfxxgk .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 .prosess2 .contents .zfxxgk .title span {
    font-family: YouSheBiaoTiHei;
    font-size: 26px;
    color: #0287e6;
    letter-spacing: 3px;
  }

  #app-wrap .container .content .prosess2 .contents .zfxxgk .xxgk-proses {
    background: #ffffff;
  }

  #app-wrap .container .content .prosess2 .contents .zfxxgk .xxgk-proses .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #app-wrap .container .content .prosess2 .contents .zfxxgk .xxgk-proses .items .item-list {
    width: 33.3%;
    margin-top: 20px;
    background: #ffffff;
  }

  #app-wrap .container .content .prosess2 .contents .zfxxgk .xxgk-proses .items .item-list a {
    display: block;
  }

  #app-wrap .container .content .prosess2 .contents .zfxxgk .xxgk-proses .items .item-list a .item-detail {
    text-align: center;
  }

  #app-wrap .container .content .prosess2 .contents .zfxxgk .xxgk-proses .items .item-list a .item-detail img {
    width: 75px;
    height: 70px;
  }

  #app-wrap .container .content .prosess2 .contents .zfxxgk .xxgk-proses .items .item-list a .item-detail p {
    font-family: MicrosoftYaHei;
    font-size: 13px;
    color: #333333;
    text-align: center;
  }

  #app-wrap .container .content .prosess2 .contents .zwwgk {
    padding: 0 10px;
    background-color: #fff;
  }

  #app-wrap .container .content .prosess2 .contents .zwwgk .item {
    height: 140px;
    text-align: center;
    background: url(./mobile-wgk_bg.png) no-repeat;
    background-size: 100% 100%;
  }

  #app-wrap .container .content .prosess2 .contents .zwwgk .item a {
    /* display: block; */
  }

  #app-wrap .container .content .prosess2 .contents .zwwgk .item span {
    font-family: YouSheBiaoTiHei;
    font-size: 2.45rem;
    color: #ffffff;
    letter-spacing: 0.73rem;
    line-height: 5.81rem;
    text-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.27);
  }

  #app-wrap .container .content .prosess2 .contents .zwwgk .item div {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #fff;
  }

  #app-wrap .container .content .prosess2 .contents .zwwgk .item div a {
    color: #fff;
    font-family: MicrosoftYaHei;
    font-size: 14px;
  }

  #app-wrap .container .content .prosess2 .contents .item-title {
    background-color: #fff;
  }

  #app-wrap .container .content .prosess2 .contents .item-title .nav-tab {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f1f1;
  }

  #app-wrap .container .content .prosess2 .contents .item-title .nav-tab .tab-list {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
    padding-bottom: 10px;
  }

  #app-wrap .container .content .prosess2 .contents .item-title .nav-tab .active {
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 18px;
    color: #0287e6;
    border-bottom: 4px solid #0287e6;
  }

  #app-wrap .container .content .prosess2 .contents .item-title .nav-tab::-webkit-scrollbar {
    background-color: #fff;
  }

  #app-wrap .container .content .prosess2 .contents .policy-box {
    background-color: #fff;
    padding: 0 8px;
    border-radius: 0 0 13px 13px;
  }

  #app-wrap .container .content .prosess2 .contents .policy-box .content-open .newsDetails {
    width: 100%;
  }

  #app-wrap .container .content .prosess2 .contents .policy-box .content-open .newsDetails li {
    height: 47px;
    line-height: 22px;
    position: relative;
    width: 100%;
    padding: 12px 0;
    padding-left: 5px;
    border-bottom: 1px dashed #ececec;
  }

  #app-wrap .container .content .prosess2 .contents .policy-box .content-open .newsDetails li a {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 12px;
  }

  #app-wrap .container .content .prosess2 .contents .policy-box .content-open .newsDetails li a .item {
    width: 70%;
  }

  #app-wrap .container .content .prosess2 .contents .policy-box .content-open .newsDetails li a .item .title {
    display: inline-block;
    color: #333333;
    width: 90%;
    margin-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #app-wrap .container .content .prosess2 .contents .policy-box .content-open .newsDetails li a .item .title::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 25px;
    margin-top: -5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0287e6;
    box-shadow: 0 0 6px 0 rgba(2, 135, 230, 0.4);
  }

  #app-wrap .container .content .prosess2 .contents .policy-box .content-open .newsDetails li a .time {
    width: 30%;
    font-size: 12px;
    text-align: right;
    color: #666666;
  }

  #app-wrap .container .content .prosess2 .contents .policy-box .content-open .more div {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
  }

  #app-wrap .container .content .prosess2 .contents .policy-box .content-open .more div span {
    font-size: 16px;
    color: #999;
    line-height: 40px;
  }

  #app-wrap .container .content .prosess2 .contents .policy-box .content-open .more div img {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    margin-top: 11px;
  }

  #app-wrap .container .content .prosess2 .contents .policy-box .disnone {
    display: none;
  }

  #app-wrap .container .content .prosess3 {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 13px;
    padding-top: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
  }

  #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 .flex {
    display: flex;
    padding: 5px;
    text-align: center;
  }

  #app-wrap .container .content .prosess3 .flex li.top {
    flex: 1;
  }

  #app-wrap .container .content .prosess3 .flex li.top img {
    width: 150px;
  }

  #app-wrap .container .content .prosess3 .flex li.bottom {
    flex: 1;
  }

  #app-wrap .container .content .prosess3 .flex li.bottom img {
    width: 100px;
  }

  #app-wrap .container .content .prosess4 {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 13px;
    padding-top: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
  }

  #app-wrap .container .content .prosess4 .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 .prosess4 .title span {
    font-family: YouSheBiaoTiHei;
    font-size: 26px;
    color: #0287e6;
    letter-spacing: 3px;
  }

  #app-wrap .container .content .prosess4 .contents {
    padding: 10px 10px 0 10px;
  }

  #app-wrap .container .content .prosess4 .contents .tab {
    position: relative;
    cursor: pointer;
    width: 80%;
    flex: 1;
    text-align: left;
    font-family: MicrosoftYaHei-Bold;
    font-weight: Bold;
    font-size: 18px;
    color: #0287e6;
  }

  #app-wrap .container .content .prosess4 .contents .tab .line {
    position: absolute;
    height: 4px;
    width: 88px;
    opacity: 0.25;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(270deg,
        rgba(0, 144, 255, 0) 0%,
        #0090ff 100%);
  }

  #app-wrap .container .content .prosess4 .contents .item-list .news-list {
    width: 100%;
    height: 266px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
  }

  #app-wrap .container .content .prosess4 .contents .item-list .news-list li {
    padding-left: 5px;
    height: 53px;
    position: relative;
    border-bottom: 1px dashed #ececec;
    display: flex;
    justify-content: space-around;
  }

  #app-wrap .container .content .prosess4 .contents .item-list .news-list li .tab-title {
    width: 200px !important;
    flex: 1;
  }

  #app-wrap .container .content .prosess4 .contents .item-list .news-list li .tab-title .news-title {
    width: 100%;
    height: 53px;
    line-height: 53px;
    text-align: left;
    padding-left: 13px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
  }

  #app-wrap .container .content .prosess4 .contents .item-list .news-list li .fk {
    width: 33% !important;
    color: #ff8601;
  }

  #app-wrap .container .content .prosess4 .contents .item-list .news-list li .fk p {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    text-align: center;
    line-height: 53px;
    color: #ff8601;
  }

  #app-wrap .container .content .prosess4 .contents .item-list .news-list li .time {
    width: 30% !important;
    height: 53px;
    line-height: 53px;
    text-align: right;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
  }

  #app-wrap .container .content .prosess4 .contents .item-list .news-list li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 53%;
    margin-top: -5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0287e6;
    box-shadow: 0 0 6px 0 rgba(2, 135, 230, 0.4);
  }

  #app-wrap .container .content .prosess4 .contents .item-list .more div {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
  }

  #app-wrap .container .content .prosess4 .contents .item-list .more div span {
    font-size: 16px;
    color: #999;
    line-height: 40px;
  }

  #app-wrap .container .content .prosess4 .contents .item-list .more div img {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    margin-top: 11px;
  }

  #app-wrap .container .content .prosess4 .contents .listBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
  }

  #app-wrap .container .content .prosess4 .contents .listBox .lists {
    width: 25%;
    min-height: 80px;
  }

  #app-wrap .container .content .prosess4 .contents .listBox .lists a .item {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }

  #app-wrap .container .content .prosess4 .contents .listBox .lists a .item img {
    width: 36px;
    height: 36px;
    margin: 0 auto;
  }

  #app-wrap .container .content .prosess4 .contents .listBox .lists a .item .tit {
    width: 100%;
    margin-top: 11px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #333333;
    text-align: center;
  }

  #app-wrap .container .content .prosess4 .contents .listBox .lists:nth-child(5) {
    margin-top: 35px;
  }

  #app-wrap .container .content .prosess4 .contents .listBox .lists:nth-child(6) {
    margin-top: 35px;
  }

  #app-wrap .container .content .prosess4 .contents .listBox .lists:nth-child(7) {
    margin-top: 35px;
  }

  #app-wrap .container .content .prosess4 .contents .listBox .lists:nth-child(8) {
    margin-top: 35px;
  }

  #app-wrap .container .content .prosess5 {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 13px;
    padding-top: 20px;
    padding: 10px 15px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
  }

  #app-wrap .container .content .prosess5 .btom-item .botm-list #app-banner #slideBox {
    position: relative;
  }

  #app-wrap .container .content .prosess5 .btom-item .botm-list #app-banner #slideBox .bd .tempWrap {
    margin: 0 auto;
  }

  #app-wrap .container .content .prosess5 .btom-item .botm-list #app-banner #slideBox .bd ul li {
    width: 46%;
    height: 60px;
    text-align: center;
  }

  #app-wrap .container .content .prosess5 .btom-item .botm-list #app-banner #slideBox .bd ul li a {
    display: block;
    text-align: center;
  }

  #app-wrap .container .content .prosess5 .btom-item .botm-list #app-banner #slideBox .bd ul li a img {
    width: 97%;
    height: 60px;
  }

  #app-wrap .container .content .prosess5 .btom-item .botm-list #app-banner #slideBox .prev {
    position: absolute;
    top: 22px;
    left: -12px;
  }

  #app-wrap .container .content .prosess5 .btom-item .botm-list #app-banner #slideBox .prev img {
    width: 20px;
    height: 20px;
  }

  #app-wrap .container .content .prosess5 .btom-item .botm-list #app-banner #slideBox .next {
    position: absolute;
    top: 22px;
    right: -12px;
  }

  #app-wrap .container .content .prosess5 .btom-item .botm-list #app-banner #slideBox .next img {
    width: 20px;
    height: 20px;
  }

  #app-wrap .container .content .prosess6 {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
  }

  #app-wrap .container .content .prosess6 .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 .prosess6 .title span {
    font-family: YouSheBiaoTiHei;
    font-size: 26px;
    color: #0287e6;
    letter-spacing: 3px;
  }

  #app-wrap .container .content .prosess6 .list-box {
    background-color: #fff;
  }

  #app-wrap .container .content .prosess6 .list-box .item-title .nav-tab {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }

  #app-wrap .container .content .prosess6 .list-box .item-title .nav-tab .tab-list {
    width: 110px;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    background-color: #fff;
    color: #0090ff;
    border: 1px solid #0287e6;
  }

  #app-wrap .container .content .prosess6 .list-box .item-title .nav-tab .active {
    background: #0287e6;
    color: #fff;
  }

  #app-wrap .container .content .prosess6 .list-box .policy-box {
    padding: 10px 0 0 5%;
  }

  #app-wrap .container .content .prosess6 .list-box .policy-box .content-open {
    position: relative;
  }

  #app-wrap .container .content .prosess6 .list-box .policy-box .content-open .news-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  #app-wrap .container .content .prosess6 .list-box .policy-box .content-open .news-list li {
    width: 30%;
    height: 40px;
    margin-top: 8px;
    margin-right: 8px;
    border: 1px solid #eaeaea;
  }

  #app-wrap .container .content .prosess6 .list-box .policy-box .content-open .news-list li a {
    width: 100%;
    display: block;
  }

  #app-wrap .container .content .prosess6 .list-box .policy-box .content-open .news-list li a .tab {
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #app-wrap .container .content .prosess6 .list-box .policy-box .content-open .news-list li:nth-child(6n) {
    margin-right: 0;
  }

  #app-wrap .container .content .prosess6 .list-box .policy-box .content-open .news-list .active {
    border: 1px solid #0287e6;
  }

  #app-wrap .container .content .prosess6 .list-box .policy-box .content-open .news-list .active a .title {
    color: #0287e6;
  }

  #app-wrap .container .content .prosess6 .list-box .policy-box .content-open .more {
    width: 30%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eaeaea;
    position: absolute;
    bottom: 0;
    right: 18px;
  }

  #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;
    padding-left: 20px;
    border-bottom: 1px dashed #ececec;
  }

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

  #app-wrap .govpushinfo150203 li a {
    width: 78% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0 !important;
  }

  .picScroll-left .bd-left #app-wrap .govpushinfo150203 li span {
    width: 40% !important;
    text-align: right;
  }

  #app-wrap .tempWrap {
    width: 100% !important;
  }

  .aa {
    background: url(./backgroundLogin.png) no-repeat 0 -1px;
  }

  .swiperOnes {
    margin: 15px 0;
    height: 100% !important;
    overflow: hidden;
    border-radius: 5px;
  }

  .swiperOnes img {
    height: 57px;
  }

  .m_more {
    font-size: 15px !important;
    color: #0287e6;
    font-weight: bolder;
  }


  .box {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    height: 200px;

  }

  #ul>li {
    cursor: pointer;
    font-size: 16px !important;
  }

  .line {
    border-bottom: 1px solid red;
    /* margin: 20px 0px; */
  }

  .zw_content {
    display: none;
    background-color: #fff;
    box-shadow: 0 0 5px 3px rgba(20, 20, 20, 0.1);
    margin: 8px 15px 10px 15px;
    width: 92%;
  }

  .zwm_title {
    font-family: MicrosoftYaHei-Bold;
    font-weight: Bold;
    font-size: 18px;
    /* color: #0287e6; */
  }

  .Ones {
    color: #f3870f;
  }

  .Twos {
    color: #fbb1ab;
  }

  .Threes {
    color: #0287e6;
  }

  .Oneline {
    background-image: linear-gradient(270deg, rgba(0, 144, 255, 0) 0%, #ffc17c 100%);
  }

  .Twosline {
    background-image: linear-gradient(270deg, rgba(0, 144, 255, 0) 0%, #ffc8c3 100%);
  }

  .Threesline {
    background-image: linear-gradient(270deg, rgba(0, 144, 255, 0) 0%, #0090ff 100%);
  }

  .lines {
    /* position: absolute; */
    height: 4px;
    width: 88px;
    opacity: 0.25;
    bottom: 0;
    left: 0;

  }

  .content_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
  }

  .Onesul li {
    background: #f3bf86;
  }

  .Twosul li {
    background: #fbb1ab;
  }

  .Threesul li {
    background: #0287e6;
  }

  .content_ul li {
    width: 28%;
    height: 30px;
    /* background: #0090ff; */
    text-align: center;
    margin: 3px 7px 5px 7px;
    border-radius: 5px;
  }

  .content_ul li a {
    color: #fff;
    font-weight: bolder;
    line-height: 30px;
  }

  .todayLA {
    padding: 0 5px;
  }

  .todayTiele {
    font-family: MicrosoftYaHei-Bold;
    font-weight: Bold;
    font-size: 18px;
    color: #0287e6;
  }

  .todayLine {
    height: 4px;
    width: 88px;
    opacity: 0.25;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(270deg, rgba(0, 144, 255, 0) 0%, #0090ff 100%);
  }

  .todayUl {
    margin-bottom: 10px;
  }

  .todayUl li {
    padding: 5px 0;
    /* padding-left: 20px; */
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee
  }

  .todayUl li .time {
    width: 30% !important;
    height: 3.38rem;
    background: url(./time-bg.png) no-repeat;
    background-size: 60% 90%;
    background-position: center;
  }

  .todayUl li .time .d {
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: #0287e6;
    font-size: 20px !important;
    padding-top: 5px;

  }

  .todayUl li .time .y_m {
    display: block;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 14px !important;

  }

  .todayUl li a {
    display: block;
    width: 70% !important;
    padding-left: 10px;
  }

  .todayUl li a .title {
    line-height: 3.38rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px !important;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .todayMore div {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
  }

  .todayMore div span {
    font-size: 16px !important;
    color: #999;
    line-height: 40px;

  }

  .todayMore div img {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    margin-top: 11px;
  }

  #ul {
    display: flex;
  }

  .ones,
  .twos,
  .threes {
    margin-top: 20px;
    position: absolute;
    left: 0;
  }

  .ones:before {
    position: absolute;
    left: 24px;
    content: " ";
    top: -10px;
    border-bottom: 10px solid#f3bf86;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    opacity: 0.6;

  }

  .twos:before {
    position: absolute;
    left: 110px;
    content: " ";
    top: -10px;
    border-bottom: 10px solid#fbb1ab;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    opacity: 0.6;
  }

  .threes:before {
    position: absolute;
    left: 200px;
    content: " ";
    top: -10px;
    border-bottom: 10px solid#0090ff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    opacity: 0.6;
  }
}