@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 * {
    max-width: 100%;
    font-size: 12px;
  }
  #app-wrap .container {
    width: 100%;
    margin: 0 auto;
  }
  #app-wrap .top1 {
    justify-content: right;
    background: #fff;
    align-items: center;
  }
  #app-wrap .top1 img {
    width: 25px;
  }
  #app-wrap .banner {
    background: url(./m-banner.png) no-repeat center;
    background-size: 100%;
    height: 200px;
    text-align: center;
    padding-top: 15px;
  }
  #app-wrap .banner .title {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 18px;
    line-height: 18px;
    background-image: linear-gradient(
      90deg,
      rgba(0, 144, 255, 0) 0%,
      #0090ff 47%,
      rgba(0, 144, 255, 0) 99%
    );
  }
  #app-wrap .banner .search {
    margin-top: 10px;
  }
  #app-wrap .banner .search .search-info {
    width: 65%;
    padding: 8px;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 4px;
  }
  #app-wrap .banner .search .search-icon {
    width: 50px;
    height: 35px;
    border: 0;
    background: #0090ff url(./icon-search.png) no-repeat center;
    background-size: 25px;
  }
  #app-wrap .nav {
    background: #fff;
  }
  #app-wrap .nav .nav-list li {
    width: 25%;
    padding: 8px;
    text-align: center;
  }
  #app-wrap .nav .nav-list li a {
    font-weight: 600;
    font-size: 14px;
  }
  #app-wrap .main {
    padding: 10px;
  }
  #app-wrap .main .content-wrap {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 15px;
  }
  #app-wrap .main .content-wrap:nth-child(2) .title-b {
    margin-bottom: 10px;
  }
  #app-wrap .main .content-wrap .title-c {
    text-align: center;
    font-size: 18px;
    color: #0287e6;
    font-family: "YouSheBiaoTiHei";
    background: url(./bg-title-c.png) no-repeat center;
    background-size: 70% 100%;
  }
  #app-wrap .main .content-wrap .icon-list {
    display: flex;
    justify-content: space-between;
  }

  #app-wrap .main .content-wrap .icon-list li {
    width: 25%;
  }
  #app-wrap .main .content-wrap .icon-list li:nth-child(1),
  #app-wrap .main .content-wrap .icon-list li:nth-child(2),
  #app-wrap .main .content-wrap .icon-list li:nth-child(3),
  #app-wrap .main .content-wrap .icon-list li:nth-child(4) {
    margin: 15px 0;
  }

  #app-wrap .main .content-wrap .icon-list li a {
    display: block;
    text-align: center;
  }
  #app-wrap .main .content-wrap .icon-list li p {
    font-size: 12px;
    text-align: center;
  }

  #app-wrap .main .content-wrap .icon-list li a img {
    width: 50px;
    height: auto;
  }
  #app-wrap .main .content-wrap .title-b {
    border-bottom: 1px solid #ddd;
    margin-right: 5px;
  }
  #app-wrap .main .content-wrap .title-b span {
    display: inline-block;
    padding: 5px 0;
  }
  #app-wrap .main .content-wrap p.active span {
    color: #0287e6;
    font-weight: bold;
    border-bottom: 2px solid #0287e6;
    font-size: 14px !important;
  }
  #app-wrap .main .content-wrap .lx-list li {
    padding: 5px 0;
  }
  #app-wrap .main .content-wrap .lx-list li .title {
    width: 46%;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .main .content-wrap .lx-list li .date {
    width: 26%;
    text-align: center;
  }
  #app-wrap .main .content-wrap .lx-list li:nth-child(even) {
    background: #f8faff;
  }
  #app-wrap .main .content-wrap .lx-list li:nth-child(1) {
    background: #e7f0ff;
    color: #0287e6;
    font-size: 18px;
  }
  #app-wrap .main .content-wrap .lx-list li:nth-child(1) p:nth-child(2) {
    text-align: center;
  }
  #app-wrap .main .content-wrap .lx-list li:nth-child(1) p:nth-child(3) {
    text-align: center;
  }
  #app-wrap .main .content-wrap .m-more {
    color: #999;
    padding: 10px;
    text-align: center;
  }
  #app-wrap .main .content-wrap .m-more img {
    width: 12px;
  }
  #app-wrap .main .content-wrap .tab-list1:nth-child(1),
  #app-wrap .main .content-wrap .tab-list2:nth-child(2) {
    border-bottom: 1px solid #ddd;
  }
  #app-wrap .main .content-wrap .tab-list1:nth-child(1) .title-b,
  #app-wrap .main .content-wrap .tab-list2:nth-child(2) .title-b {
    border: 0;
  }
  #app-wrap .main .content-wrap .m-list {
    display: none;
  }
  #app-wrap .main .content-wrap .m-list li:not(:last-child) {
    padding: 10px;
    padding-left: 0;
    list-style: none;
    color: #0090ff;
    border-bottom: 1px dashed #f1f1f1;
  }
  #app-wrap .main .content-wrap .m-list li:not(:last-child) a {
    justify-content: space-between;
  }

  #app-wrap .main .content-wrap .m-list li a p:nth-child(1) {
    position: relative;
    padding-left: 20px;
  }

  #app-wrap .main .content-wrap .m-list li a p:nth-child(1)::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 10px;
    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 .main .content-wrap .m-list:nth-child(1) {
    display: block;
  }
  #app-wrap .main .img-two a {
    padding: 0 10px 15px;
  }
  #app-wrap .footer {
    background: #fff;
  }
  #app-wrap .footer .zf-list {
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  #app-wrap .footer .zf-list > li {
    width: 40%;
    padding: 5px 3%;
    margin: 5px 5%;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: url(./footer-icon22.png) no-repeat 95% center;
    background-size: 10px;
  }
  #app-wrap .footer .zf-list > li div.pop {
    display: none;
    position: absolute;
    width: 100%;
    height: 104px;
    overflow: scroll;
    top: -105px;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.6);
  }
  #app-wrap .footer .zf-list > li div.pop li {
    text-align: center;
    width: 33%;
    padding: 5px;
  }
  #app-wrap .footer .zf-list > li.active {
    background: url(./footer-icon2.png) no-repeat 95% center;
    background-size: 10px;
  }
  #app-wrap .footer .zf-list > li.active div.pop {
    display: block;
  }
  #app-wrap .footer .pic-list {
    padding: 10px;
    text-align: center;
  }
  #app-wrap .footer .pic-list p {
    padding: 5px;
  }
  #app-wrap .footer .pic-list1 {
    margin: 10px 0;
  }
  #app-wrap .footer .pic-list1 > div {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    text-align: center;
    align-items: center;
    padding: 10px 0;
  }

  #app-wrap .tab .tab-list1 .m-list li a p:first-child {
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #app-wrap .tab2 .tab-list1 .m-list li a p:first-child {
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #app-wrap .header .banner{
    background-size: 100% !important;
  }
  .img-gklx{
    padding: 10px;
  }
  .img-gklx a img{
    border-radius: 5px;
  }
}