@charset "UTF-8";
#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;
    font-size: 14px;
  }
  .clearfix:after {
    /*START 真正起到清除浮动的代码*/
    content: "";
    display: block;
    clear: both;
    /*END 真正起到清除浮动的代码*/
    height: 0;
  }
  body {
    background: #f7f7f7;
    font-family: "PingFang SC";
    zoom: 1;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .rs-content {
    padding: 10px 10px 0 10px;
  }
  .rs-content .rs-item {
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
  }
  .rs-content .rs-item .rs-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(mobile-title-bg1.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #00a9dd;
  }
  .rs-content .rs-item .swiper-container {
    width: 100%;
    height: 220px;
  }
  .rs-content .rs-item .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
  }
  .rs-content .rs-item .rs-tpxw {
    width: 100%;
    height: 220px;
  }
  .rs-content .rs-item .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    color: #333333;
    opacity: 0.7;
    border-radius: 50;
    background: #fff;
  }
  .rs-content .rs-item .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
  }
  .rs-content .rs-item .swiper-pag {
    width: 100%;
    height: 30px;
    left: 0;
    text-align: right;
    background-color: rgba(3, 3, 3, 0);
    bottom: 0;
    padding-top: 8px;
    box-sizing: border-box;
  }
  .rs-content .rs-item .rs-sw-ez {
    position: absolute;
    left: 0;
    top: 87%;
    width: 62%;
    height: 30px;
    line-height: 28px;
    z-index: 11;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-left: 6px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .rs-content .rs-item .rs-title1 {
    height: 35px;
    border-bottom: 1px solid #e6e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }
  .rs-content .rs-item .rs-title1 .rs-text {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #00a9dd;
  }
  .rs-content .rs-item .rs-title1 a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
  }
  .rs-content .rs-item .rs-table {
    padding: 0 10px 10px 0;
    font-size: 14px;
    font-weight: 400;
    color: #030303;
  }
  .rs-content .rs-item .rs-table .rs-item2 {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
  }
  .rs-content .rs-item .rs-table .rs-item2 a {
    display: flex;
  }
  .rs-content .rs-item .rs-table .rs-item2 a .item2-title {
    flex: 1;
    margin-left: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-right: 5px;
  }
  .rs-content .rs-item .rs-table .rs-item2 a .riqi {
    font-weight: 400;
    color: #999;
  }
  .rs-content .rs-item .rs-table .rs-item2::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 5px;
    height: 5px;
    background: #00a9dd;
    border-radius: 50%;
  }
  .rs-content .rs-item .tzwj {
    width: 100%;
    padding: 5px 5px;
    margin-top: 10px;
    background-color: #fff;
  }
  .rs-content .rs-item .tzwj .rs-tab {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
  }
  .rs-content .rs-item .tzwj .gd {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
  }
  .rs-content .rs-item .tzwj .tab1 {
    display: flex;
    width: 86%;
    height: 100%;
    overflow: auto;
    white-space: nowrap;
  }
  .rs-content .rs-item .tzwj .tab1:after {
    content: "";
    display: block;
    clear: both;
  }
  .rs-content .rs-item .tzwj .tab1 li {
    width: 75px;
    height: 100%;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
    list-style: none;
    margin-right: 10px;
  }
  .rs-content .rs-item .tzwj .tab1 li.active {
    border-bottom: 2px solid #00a9dd;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #00a9dd;
  }
  .rs-content .rs-item .tzwj .tzwj-main {
    font-size: 14px;
    font-weight: 400;
    color: #020202;
  }
  .rs-content .rs-item .tzwj .tzwj-main .tzwj-text3 {
    font-size: 14px;
    font-weight: 400;
    color: #030303;
  }
  .rs-content .rs-item .tzwj .tzwj-main .tzwj-text3 a {
    display: flex;
  }
  .rs-content .rs-item .tzwj .tzwj-main .tzwj-text3 a .tzwj-title {
    flex: 1;
    margin-left: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-right: 5px;
  }
  .rs-content .rs-item .tzwj .tzwj-main .tzwj-text3 a .riqi {
    font-weight: 400;
    color: #999;
  }
  .rs-content .rs-item .tzwj .tzwj-main .tzwj-text3 .s-top {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
  }
  .rs-content .rs-item .tzwj .tzwj-main .tzwj-text3 .s-top::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 5px;
    height: 5px;
    background: #00a9dd;
    border-radius: 50%;
  }
  .rs-content .rs-item .tzwj .tzwj-main li {
    list-style: none;
    display: none;
  }
  .rs-content .rs-item .tzwj .tzwj-main li .cont-tab {
    display: flex;
    align-items: center;
    padding: 5px;
  }
  .rs-content .rs-item .tzwj .tzwj-main li .cont-tab div {
    flex: 1;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    background-color: #f6f6f6;
  }
  .rs-content .rs-item .tzwj .tzwj-main li .cont-tab .rs-this {
    color: #fff;
    background: #41ac6e;
  }
  .rs-content .rs-item .tzwj .tzwj-main li .cont-container .ainer-hide {
    display: none;
  }
  .rs-content .rs-item .tzwj .tzwj-main li .cont-container .rs-show {
    display: block;
  }
  .rs-content .rs-item .tzwj .tzwj-main li .cont-container .cont-table {
    padding: 0 10px;
  }
  .rs-content .rs-item .tzwj .tzwj-main li .cont-container .cont-table .cont-tr {
    display: flex;
    align-items: center;
    padding: 5px 0;
    position: relative;
  }
  .rs-content .rs-item .tzwj .tzwj-main li .cont-container .cont-table .cont-tr p {
    flex: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .rs-content .rs-item .tzwj .tzwj-main li .cont-container .cont-table .cont-tr span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }
  .rs-content .rs-item .tzwj .tzwj-main li .cont-container .cont-table .cont-tr:before {
    position: absolute;
    content: "";
    height: 4px;
    top: 50%;
    left: -6px;
    width: 4px;
    display: inline-block;
    margin-top: -2px;
    background-color: #0474d5;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
  }
  .rs-content .rs-item .tzwj .tzwj-main:after {
    content: "";
    display: block;
    clear: both;
  }
  .rs-content .rs-item .rs-item3-title {
    height: 35px;
    background: #00a9dd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .rs-content .rs-item .rs-item3-title span {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
  }
  .rs-content .rs-item .rs-item3-title img {
    height: 15px;
    margin-right: 10px;
  }
  .rs-content .rs-item .rs-xxgk {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .rs-content .rs-item .rs-xxgk .rs-xxgk-item {
    width: 49%;
    height: 30px;
    background: #ebf5fb;
    margin-bottom: 10px;
  }
  .rs-content .rs-item .rs-xxgk .rs-xxgk-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .rs-content .rs-item .rs-xxgk .rs-xxgk-item a span {
    font-size: 15px;
    font-family: Microsoft YaHei;
    color: #046f90;
    margin-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .rs-content .rs-item .rs-xxgk .rs-xxgk-item a img {
    height: 7px;
    margin-left: 15px;
  }
  .rs-content .rs-item .rs-xxgk .rs-xxgk-item1 {
    width: 100%;
    height: 30px;
    background: #f8f2f2;
    margin-bottom: 10px;
  }
  .rs-content .rs-item .rs-xxgk .rs-xxgk-item1 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rs-content .rs-item .rs-xxgk .rs-xxgk-item1 a span {
    font-family: Microsoft YaHei;
    color: #333333;
    margin-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .rs-content .rs-item .rs-xxgk .rs-xxgk-item1 a img {
    height: 13px;
  }
  .rs-content .rs-item .rs-xxgk .rs-xxgk-item2 {
    width: 49%;
    height: 47px;
    background: url( moblie-zfxxgk-img4.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .rs-content .rs-item .rs-xxgk .rs-xxgk-item2 span {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
  }
  .rs-content .rs-item .rs-xxgk .bg1 {
    background: url( moblie-zfxxgk-img5.png) no-repeat center;
    background-size: 100% 100%;
  }
  .rs-content .rs-item .rs-xxgk .bg2 {
    background: url( moblie-zfxxgk-img6.png) no-repeat center;
    background-size: 100% 100%;
  }
  .rs-content .rs-item .rs-xxgk .bg3 {
    background: url( moblie-zfxxgk-img7.png) no-repeat center;
    background-size: 100% 100%;
  }
  .rs-content .rs-item .hqfw {
    padding: 5px 5px;
    margin-top: 10px;
    position: relative;
    background-color: #fff;
  }
  .rs-content .rs-item .hqfw .rs-tab {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
  }
  .rs-content .rs-item .hqfw .gd {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
  }
  .rs-content .rs-item .hqfw .tab {
    display: flex;
    width: 86%;
    height: 100%;
    overflow: auto;
    white-space: nowrap;
  }
  .rs-content .rs-item .hqfw .tab:after {
    content: "";
    display: block;
    clear: both;
  }
  .rs-content .rs-item .hqfw .tab li {
    width: 75px;
    height: 29px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
    list-style: none;
    margin-right: 10px;
  }
  .rs-content .rs-item .hqfw .tab li.active {
    border-bottom: 2px solid #00a9dd;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #00a9dd;
  }
  .rs-content .rs-item .hqfw .hqfw-main {
    font-size: 14px;
    font-weight: 400;
    color: #020202;
  }
  .rs-content .rs-item .hqfw .hqfw-main .hqfw-text3 {
    font-size: 14px;
    font-weight: 400;
    color: #030303;
  }
  .rs-content .rs-item .hqfw .hqfw-main .hqfw-text3 a {
    display: flex;
  }
  .rs-content .rs-item .hqfw .hqfw-main .hqfw-text3 a .hqfw-title {
    flex: 1;
    margin-left: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-right: 5px;
  }
  .rs-content .rs-item .hqfw .hqfw-main .hqfw-text3 a .riqi {
    font-weight: 400;
    color: #999;
  }
  .rs-content .rs-item .hqfw .hqfw-main .hqfw-text3 .s-top {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
  }
  .rs-content .rs-item .hqfw .hqfw-main .hqfw-text3 .s-top::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 5px;
    height: 5px;
    background: #00a9dd;
    border-radius: 50%;
  }
  .rs-content .rs-item .hqfw .hqfw-main li {
    list-style: none;
    display: none;
  }
  .rs-content .rs-item .hqfw .hqfw-main li .cont-tab {
    display: flex;
    align-items: center;
    padding: 5px;
  }
  .rs-content .rs-item .hqfw .hqfw-main li .cont-tab div {
    flex: 1;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    background-color: #f6f6f6;
  }
  .rs-content .rs-item .hqfw .hqfw-main li .cont-tab .rs-this {
    color: #fff;
    background: #41ac6e;
  }
  .rs-content .rs-item .hqfw .hqfw-main li .cont-container .ainer-hide {
    display: none;
  }
  .rs-content .rs-item .hqfw .hqfw-main li .cont-container .rs-show {
    display: block;
  }
  .rs-content .rs-item .hqfw .hqfw-main li .cont-container .cont-table {
    padding: 0 10px;
  }
  .rs-content .rs-item .hqfw .hqfw-main li .cont-container .cont-table .cont-tr {
    display: flex;
    align-items: center;
    padding: 5px 0;
    position: relative;
  }
  .rs-content .rs-item .hqfw .hqfw-main li .cont-container .cont-table .cont-tr p {
    flex: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .rs-content .rs-item .hqfw .hqfw-main li .cont-container .cont-table .cont-tr span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }
  .rs-content .rs-item .hqfw .hqfw-main li .cont-container .cont-table .cont-tr:before {
    position: absolute;
    content: "";
    height: 4px;
    top: 50%;
    left: -6px;
    width: 4px;
    display: inline-block;
    margin-top: -2px;
    background-color: #0474d5;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
  }
  .rs-content .rs-item .hqfw .hqfw-main:after {
    content: "";
    display: block;
    clear: both;
  }
  .rs-content .rs-item .rs-img {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .rs-content .rs-item .rs-img .rs-img-item {
    width: 50%;
    box-sizing: border-box;
  }
  .rs-content .rs-item .rs-img .rs-img-item a {
    display: block;
  }
  .rs-content .rs-item .rs-img .rs-img-item a img {
    height: 50px;
  }
  .rs-content .rs-item .rs-zwzx {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  .rs-content .rs-item .rs-zwzx .rs-zwzx-item {
    width: 32%;
    height: 30px;
    background: #ebf5fb;
    margin-bottom: 10px;
  }
  .rs-content .rs-item .rs-zwzx .rs-zwzx-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .rs-content .rs-item .rs-zwzx .rs-zwzx-item a span {
    font-size: 15px;
    font-family: Microsoft YaHei;
    color: #046f90;
    margin-left: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .rs-content .rs-item .rs-zwzx .rs-zwzx-item a img {
    height: 7px;
    margin-left: 10px;
  }
  #app-wrap .rs-item .hqfw .hqfw-main .hqfw-text3 .s-top a .tzwj-title {
    flex: 1;
    margin-left: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-right: 5px;
  } 
}
