@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 * {
    max-width: inherit !important;
  }

  #app-wrap .main {
    background: #f6f6f6;
    padding: 30px 10px;
    background: url(bg-main.png) no-repeat;
    background-position: bottom;
    background-size: 100%;
  }

  #app-wrap .main .container {
    background: #f6f6f6;
  }

  #app-wrap .main .container>div {
    border-radius: 6px;
  }

  #app-wrap .main .container .leader-list {
    display: flex;
    justify-content: space-between;
  }

  #app-wrap .main .container .leader-list .leader {
    width: calc(50% - 10px);
    height: 40px;
    background-color: #fff;
    background: url(bg-title-right.png) no-repeat;
    background-size: 100% 100%;
    font-family: MicrosoftYaHei-Bold;
    font-weight: Bold;
    font-size: 14px;
    color: #0287e6;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
  }

  #app-wrap .main .container .most-new {
    padding: 0 9px 0 11px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    background-color: #fff;
  }

  #app-wrap .main .container .most-new .title {
    background: url("bg-title-left.png") no-repeat;
    background-size: 100% 100%;
    padding: 0 30px 0 35px;
    height: 35px;
    font-family: YouSheBiaoTiHei;
    font-size: 18px;
    color: #0287e6;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 8px;
  }

  #app-wrap .main .container .most-new .title span {
    font-size: 18px;
  }

  #app-wrap .main .container .most-new .tab {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(151, 151, 151, 0.22);
  }

  #app-wrap .main .container .most-new .tab .tab-list {
    width: 100%;
    height: 27px;
    display: flex;
    overflow: auto;
  }

  #app-wrap .main .container .most-new .tab .tab-list .tab-item {
    white-space: nowrap;
    cursor: pointer;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #app-wrap .main .container .most-new .tab .tab-list .tab-item .line {
    height: 2px;
    background: #fff;
    border-radius: 1px;
  }

  #app-wrap .main .container .most-new .tab .tab-list .active {
    font-family: MicrosoftYaHei-Bold;
    font-weight: Bold;
    /* font-size: 14px; */
    transform: scale(1.1);
    text-align: center;
    color: #0287e6;
  }

  #app-wrap .main .container .most-new .tab .tab-list .active .line {
    background: #0287e6;
  }

  #app-wrap .main .container .most-new .tab img {
    width: 32px;
    height: 6px;
    margin-top: 9px;
  }

  #app-wrap .main .container .most-new .news {
    width: 100%;
  }

  #app-wrap .main .container .most-new .news ul {
    display: none;
  }

  #app-wrap .main .container .most-new .news ul:first-child {
    display: block;
  }

  #app-wrap .main .container .most-new .news .new-list {
    width: 100%;
  }

  #app-wrap .main .container .most-new .news .new-list li {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(151, 151, 151, 0.22);
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333;
    width: 100%;
  }

  #app-wrap .main .container .most-new .news .new-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
  }

  #app-wrap .main .container .most-new .news .new-list li a .new-title {
    width: calc(100% - 88px);
    display: flex;
    align-items: center;
  }

  #app-wrap .main .container .most-new .news .new-list li a .new-title .dot {
    width: 5px;
    height: 5px;
    background: #0287e6;
    box-shadow: 0 0 3px 0 rgba(2, 135, 230, 0.4);
    border-radius: 50%;
    margin-right: 4px;
  }

  #app-wrap .main .container .most-new .news .new-list li a .new-title .title-text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #app-wrap .main .container .most-new .news .new-list li a .time {
    width: 68px;
    color: #666;
  }

  #app-wrap .main .container .most-new .more {
    padding: 9px 0 15px;
    display: block;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #app-wrap .main .container .most-new .more img {
    width: 12px;
    height: 12px;
    margin-left: 4px;
  }

  #app-wrap .main .container .file-img {
    margin-bottom: 15px;
  }

  #app-wrap .main .container .file-img img {
    border-radius: 6px;
    width: 100%;
  }

  #app-wrap .main .container .gov {
    padding: 0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
  }

  #app-wrap .main .container .gov ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 7.5px;
  }

  #app-wrap .main .container .gov ul li {
    width: calc(50% - 12px);
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
  }

  #app-wrap .main .container .gov ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }

  #app-wrap .main .container .gov ul li a .gov-left {
    display: flex;
    align-items: center;
  }

  #app-wrap .main .container .gov ul li a .gov-left img {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }

  #app-wrap .main .container .gov ul li a .gov-left div {
    font-family: MicrosoftYaHei;
    color: #333333;
  }

  #app-wrap .main .container .gov ul li a .gov-right img {
    width: 12px;
    height: 12px;
  }

  #app-wrap .main .container .gov ul li:nth-child(odd) {
    margin-right: 12px;
  }

  #app-wrap .main .container .gov ul li:nth-last-of-type(-n + 2) {
    border-bottom: none;
  }

  #app-wrap .main .container .five-public {
    height: 94px;
    background: url(mobile-wgk_bg.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 15px;
  }

  #app-wrap .main .container .five-public .five-title {
    font-family: YouSheBiaoTiHei;
    font-size: 32px;
    color: #ffffff;
    letter-spacing: 5.82px;
    text-align: center;
    line-height: 30.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    padding: 16.5px 0 18px;
  }

  #app-wrap .main .container .five-public ul {
    display: flex;
    padding: 0 23.5px;
    width: 100%;
    justify-content: center;
  }

  #app-wrap .main .container .five-public ul li {
    display: flex;
    text-align: center;
    align-items: center;
  }

  #app-wrap .main .container .five-public ul li a {
    font-size: 14px;
    color: #fff;
  }

  #app-wrap .main .container .five-public ul li .nbsp {
    height: 19px;
    color: #fff;
  }

  #app-wrap .main .container .five-public ul li:last-child .nbsp {
    display: none;
  }

  #app-wrap .main .container .important {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
  }

  #app-wrap .main .container .important .info-content {
    padding-top: 11px;
    display: flex;
    flex-wrap: wrap;
  }

  #app-wrap .main .container .important .info-content .info-item {
    text-align: center;
    width: 25%;
    margin-bottom: 17px;
  }

  #app-wrap .main .container .important .info-content .info-item img {
    width: 32px;
    height: 32px;
    margin-bottom: 4px;
  }

  #app-wrap .main .container .important .info-content .info-item div {
    font-family: MicrosoftYaHei;
    color: #333333;
  }

  #app-wrap .main .container .info {
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
  }

  #app-wrap .main .container .info .info-title {
    display: flex;
    padding: 15px 0 7.5px 10px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.22);
    width: 100%;
  }

  #app-wrap .main .container .info .info-title>div {
    font-family: MicrosoftYaHei-Bold;
    font-weight: Bold;
    font-size: 14px;
    color: #0287e6;
    position: relative;
  }

  #app-wrap .main .container .info .info-title .title-bg {
    width: 56px;
    height: 2px;
    opacity: 0.25;
    background-image: linear-gradient(270deg,
        rgba(0, 144, 255, 0) 0%,
        #0090ff 100%);
    position: absolute;
    left: 0;
    bottom: 0;
  }

  #app-wrap .main .container .info .info-content {
    padding-top: 50px;
  }

  #app-wrap .main .container .info .info-content .info-item {
    text-align: center;
    width: 16%;
    margin-bottom: 48px;
  }

  #app-wrap .main .container .info .info-content .info-item img {
    width: 48px;
    height: 48px;
    margin-bottom: 9px;
  }

  #app-wrap .main .container .info .info-content .info-item div {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
  }

  #app-wrap .main .container .info .news {
    padding-top: 0;
  }

  #app-wrap .main .container .info .news .new-list {
    width: 100%;
    padding: 0 15px;
  }

  #app-wrap .main .container .info .news .new-list li {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(151, 151, 151, 0.22);
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #app-wrap .main .container .info .news .new-list li .left {
    width: 60%;
  }

  #app-wrap .main .container .info .news .new-list li .left .new-title {
    display: flex;
    align-items: center;
  }

  #app-wrap .main .container .info .news .new-list li .left .new-title .dot {
    width: 5px;
    height: 5px;
    background: #0287e6;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 rgba(2, 135, 230, 0.4);
    margin-right: 4px;
  }

  #app-wrap .main .container .info .news .new-list li .left .new-title .title-text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #app-wrap .main .container .info .news .new-list li .center .opinion {
    font-family: MicrosoftYaHei;
    color: #ff3a3a;
    width: 50px;
  }

  #app-wrap .main .container .info .news .new-list li .time {
    color: #666;
    width: 68px;
  }

  #app-wrap .main .container .info .news .more {
    padding: 9px 0 15px;
    display: block;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #app-wrap .main .container .info .news .more img {
    width: 12px;
    height: 12px;
    margin-left: 4px;
  }

  #app-wrap .main .container .supervise {
    margin-bottom: 15px;
    padding-bottom: 15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
  }

  #app-wrap .main .container .supervise .title {
    margin-bottom: 0;
  }

  #app-wrap .main .container .supervise ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: space-between;
  }

  #app-wrap .main .container .supervise ul li {
    width: calc(50% - 10px);
    margin-top: 10px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(bg-title-right.png) no-repeat;
    background-size: 100% 100%;
  }

  #app-wrap .main .container .supervise ul li a {
    display: inline-block;
    font-family: MicrosoftYaHei;
    color: #333333;
    text-align: center;
    padding: 7px 22px;
  }

  #app-wrap .main .container .supervise ul li:last-child {
    margin-right: 0;
  }

  #app-wrap .main .container .media {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  #app-wrap .main .container .media ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #app-wrap .main .container .media ul li {
    text-align: center;
  }

  #app-wrap .main .container .media ul li img {
    width: 104px;
    margin-bottom: 10px;
  }

  #app-wrap .main .container .public {
    padding: 0 20px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
  }

  #app-wrap .main .container .public .picScroll-left {
    display: flex;
  }

  #app-wrap .main .container .public .picScroll-left .bd-left {
    flex: 1;
  }

  #app-wrap .main .container .public .picScroll-left .hd-left {
    text-align: center;
    height: 53px;
    line-height: 53px;
  }

  #app-wrap .main .container .public .picScroll-left .hd-left .prev {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    cursor: pointer;
    background: url(bannerRight.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 3.5px;
  }

  #app-wrap .main .container .public .picScroll-left .hd-left .next {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    cursor: pointer;
    background: url(bannerLeft.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 3.5px;
  }

  #app-wrap .main .container .public .picScroll-left .bd-left ul {
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
    display: flex;
  }

  #app-wrap .main .container .public .picScroll-left .bd-left ul li {
    text-align: center;
    margin-bottom: 16px;
  }

  #app-wrap .main .container .public .picScroll-left .bd-left ul li img {
    display: inline-block;
    width: 150px;
    height: 53px;
    margin-right: 5px;
    max-width: 150px;
  }

  #app-wrap .header .banner {
    background-size: 100% !important;
  }

  .sq_list {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 0 10px 30px 10px;
  }

  .sq_li {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sq_li a {
    font-size: 15px !important;
    margin-left: 5px;
    font-weight: bolder;
    color: #666;

  }

  .bg_down,
  .bj_sq,
  .web_qs {
    display: inline-block;
    width: 20px;
    height: 20px;

  }

  .bg_down {
    background: url(./bgdown.png) no-repeat center;
    background-size: 100%;
  }

  .bj_sq {
    background: url(./sq.png) no-repeat center;
    background-size: 100%;
  }

  .web_qs {
    background: url(./sqgl.png) no-repeat center;
    background-size: 100%;
  }

  .media .title a {
    height: 35px;
    font-size: 18px !important;
    color: #0287e6;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .swiper-button-next {
    background-image: url(./lefts.png) !important;
    right: 0px !important;
    height: 25px !important;

  }

  .swiper-button-prev {
    background-image: url(./rights.png) !important;
    left: 0px !important;
    height: 25px !important;
  }

  .otherImages {
    height: 61px !important;
  }
}