﻿/* @font-face {
font-family: 'cmsicon';
/* project id 296545 
src: url('//at.alicdn.com/t/font_296545_5qx17kim2cx.eot');
src: url('//at.alicdn.com/t/font_296545_5qx17kim2cx.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_296545_5qx17kim2cx.woff2') format('woff2'), url('//at.alicdn.com/t/font_296545_5qx17kim2cx.woff') format('woff'), url('//at.alicdn.com/t/font_296545_5qx17kim2cx.ttf') format('truetype'), url('//at.alicdn.com/t/font_296545_5qx17kim2cx.svg#cmsicon') format('svg');
}*/
.transition-on {
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

* {
  box-sizing: border-box;
}

input {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  color: #000000;
}

body {
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.gkml-select-container {
  width: 96%;
  /*  margin: 10px auto 17px auto;*/
}

.gkml-select {
  width: 100%;
}

.gkml-select .gkml-select_value,
.gkml-select .gkml-select_option-item {
  width: 100%;
  height: 1.02666rem;
  border-radius: 5px;
  background-color: #DFE9F1;
  padding: 0 0 0 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.gkml-select .gkml-select_value .icon,
.gkml-select .gkml-select_option-item .icon {
  width: 1.02666rem;
  height: 1.02666rem;
  line-height: 1.02666rem;
  font-size: 0.5rem;
  text-align: center;
}

.gkml-select .gkml-select_value .icon {
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #5296C9;
}

.gkml-select .gkml-select_option {
  margin-top: 16px;
  background-color: #DFE9F1;
  border-radius: 5px;
  position: relative;
  display: none;
}

.gkml-select .gkml-select_option:after {
  content: '\e6af';
  font-family: cmsicon;
  position: absolute;
  top: -0.27333rem;
  color: #DFE9F1;
  right: 0.4rem;
  font-size: 0.4rem;
}

.gkml-select .gkml-select_option-item {
  border-radius: 0;
  background-color: transparent;
}

.gkml-select .gkml-select_option-item.gkml-last:before {
  display: none;
}

.gkml-select .gkml-select_option-item:before {
  content: '';
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  bottom: 0;
  height: 1px;
  background-color: #fff;
}

.gkml-select .gkml-select_option-item.selected .text,
.gkml-select .gkml-select_option-item.selected .icon {
  color: #5292C6;
}

.gkml-select .gkml-select_option-item.selected .text {
  color: #5292C6;
  background-image: url(files1.png);
}

.gkml-select .text {
  padding-left: 0.58rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.02666rem;
  font-size: 0.4rem;
  line-height: 1.02666rem;
  background-image: url(files.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.gkml-list-container {
  position: relative;
  border-top: 4px solid #2e6da1;
  min-height: 8.2rem;
  margin: 10px 0 0 0;
  background-color: #F4F4F4;
}

.gkml-list-container .gkml-list {
  width: 96%;
  margin: 10px auto 0 auto;
}

.gkml-list-container .gkml-list .gkml-list-item {
  background-color: #fff;
  padding: 0.44rem 0.22rem;
  border: 1px solid #E2E2E2;
  margin-bottom: 10px;
}

.gkml-list-container .gkml-list .gkml-list-item em {
  font-style: normal;
  color: #f94646;
}

.gkml-list-container .gkml-list .gkml-list-item:last-child {
  margin-bottom: 0;
}

.gkml-list-container .gkml-list .gkml-list-item .title {
  padding-left: 0.4rem;
  padding-bottom: 0.32rem;
  font-size: 0.42rem;
  line-height: 0.64rem;
  font-weight: 400;
  border-bottom: 1px dotted #5296C9;
  position: relative;
}

.gkml-list-container .gkml-list .gkml-list-item .title:after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #2e6da1;
  position: absolute;
  left: 0.15rem;
  top: 0.22rem;
}

.gkml-list-container .gkml-list .gkml-list-item .msg {
  padding-left: 0.4rem;
  padding-top: 0.32rem;
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #4E4E4E;
}

.loading {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  right: 0;
  z-index: 100;
}

.loading-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('loading.gif') no-repeat;
  background-size: 60px 60px;
}

.page {
  width: 100%;
  height: 0.9375rem;
  clear: both;
  position: relative;
  margin: 0 auto;
  background-color: #F4F4F4;
  box-sizing: border-box;
  padding: 0 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.page.new-height {
  height: 1.9375rem;
}

.page>span {
  height: 0.9375rem;
  line-height: 0.9375rem;
  color: #5296C9;
  text-decoration: none;
}

.page>span.disabled {
  color: #999;
  cursor: not-allowed;
}

.page label,
.page select {
  color: #5296C9;
  float: left;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  background-color: transparent;
  height: 0.9375rem;
  line-height: 0.9375rem;
  position: relative;
  z-index: 1;
  font-size: 0.375rem;
  box-sizing: border-box;
  padding-left: 0.15625rem;
  min-width: 1px;
  padding-right: 0.46875rem;
}

.page label::before {
  display: none;
}

.page label:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0.21rem;
  top: 0.36375rem;
  border-top: 7px solid #5296C9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.page select {
  width: auto;
  min-width: 1px;
  padding: 0;
  float: none;
}

.content-container {
  background-color: #fff;
  width: 96%;
  margin: 10px auto;
  border: 1px solid #ddd;
  border-top: 4px solid #2e6da1;
}

.content-container .title {
  margin-top: 20px;
  font-size: 0.48rem;
  text-align: center;
  color: #2d66a5;
  margin-bottom: 20px;
}

.content-container .classify {
  position: relative;
  padding: 0.42666667rem 0.3333rem 0.64rem 0.3333rem;
  border-bottom: 1px dotted #5296C9;
}

.content-container .classify .row {
  margin-bottom: 5px;
}

.content-container .classify .row:last-child {
  margin-bottom: 0;
}

.content-container .classify .col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-container .classify .col label,
.content-container .classify .col span {
  line-height: 0.64rem;
  color: #2E2E2E;
  font-size: 0.37333rem;
}

.content-container .classify .col label {
  font-weight: bold;
  text-align: right;
  width: 2.2rem;
  padding-right: 0.2rem;
}

.content-container .classify .col span {
  flex: 1;
  color: #2E2E2E;
}

.content-container .content {
  padding: 0.42666667rem 0.3333rem 0.64rem 0.3333rem;
  width: 100%;
  overflow: hidden;
  font-size: 0.37333rem;
}

.content-container .content .article-content {
  width: 100%;
  line-height: 0.6rem;
  overflow: auto;
}

.content-container .content img {
  text-align: center;
  margin: 10px auto;
  display: block;
  max-width: 100%;
}

.tab-module {
  width: 96%;
  margin: 0 auto 30px auto;
}

.tab-module .tab-view-warp {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 10px;
}

.tab-module .tab-view-warp .tab-view {
  float: left;
  width: 100%;
  display: none;
  min-height: 2rem;
}

.tab-module .tab-view-warp .tab-view.show {
  display: block;
}

.tab-module .tab-view-warp .tab-view ul {
  box-sizing: border-box;
}

.tab-module .tab-view-warp .tab-view ul li {
  box-sizing: border-box;
  line-height: 1rem;
  height: 1rem;
  width: 100%;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab-module .tab-view-warp .tab-view ul li>span {
  font-size: 0.32rem;
  width: 70%;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-module .tab-view-warp .tab-view ul li>span.date {
  color: #888;
  float: right;
  flex: 1;
  text-align: right;
}

.tab-module .tab-bar {
  height: 1rem;
  line-height: 1rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-bottom: 2px solid #ddd;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
}

.tab-module .tab-bar>div {
  box-sizing: border-box;
  margin-right: 20px;
  height: 1rem;
  text-align: center;
  cursor: pointer;
  font-size: 0.32rem;
}

.tab-module .tab-bar>div.selected {
  color: #2f6ea2;
  border-bottom: 2px solid #2f6ea2;
}

.image-mask {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.44rem;
}

.bd_weixin_popup {
  box-sizing: content-box;
}

table {
  margin: 0 auto;
}

.router {
  font-family: cmsicon;
  width: 96%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #5296C9;
  color: #fff;
  padding-left: 0.26666667rem;
  padding-right: 0.26666667rem;
  padding-top: 0.13333333rem;
  padding-bottom: 0.13333333rem;
  font-size: 0.4rem;
  min-height: 0.86666667rem;
  height: auto;
  box-sizing: border-box;
}

.router .pos {
  margin-right: 0.13333333rem;
  margin-top: 1px;
}

.router .right-icon {
  margin-top: 3px;
  font-size: 0.34666667rem;
  margin-left: 0.13333333rem;
  margin-right: 0.06666667rem;
}

.router a {
  text-decoration: none;
  color: #fff;
}

.date-row {
  font-size: 0.37333333rem;
  text-align: center;
  color: #8e8e8e;
  margin-bottom: 20px;
}

/*# sourceMappingURL=mobile.css.map */




@media screen and (max-width: 767px) {

  html,
  body {
    background: #ffffff !important;
  }

  html {
    font-size: 16px !important;
  }

  /* .zc_head {
background: url(big_bg.png) no-repeat;
} */

  .zc_head {
    width: 100vw;
    height: 36vw;
    background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.jinchangmuye.com/jcms_files/jcms1/web3096/site/picture/1424/2103251627405105797.png) no-repeat;
    background-position: 59% 1%;
    background-size: 194%;
  }

  .gh1 {
    width: 70px;
    float: left;
  }

  .zfxxgk {
    display: none;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  /* .zc_head {
font-size: 24px;
} */

  .gh1 {
    width: 40px;
  }

  .gzk {
    font-size: 50px;
  }

  .new_num {
    font-size: 18px;
  }

  /* 政策检索 */
  .zc_search {
    height: 180px;
  }

  .zc_search .input {
    font-size: 16px;
    float: left;
    width: 700px;
    height: 46px;
    line-height: 46px;
    padding: 0px 10px;
    color: #333;
    background-color: #ffffff;
    border: 2px solid #0f5a9b;
    border-radius: 10px;
  }

  .zc_search .btn-search {
    cursor: pointer;
    float: left;
    border: none;
    width: 36px;
    height: 30px;
    background: #fff url(20211008_gzk_search.png) no-repeat center center;
    margin-left: -52px;
    margin-top: 10px;
  }

  .zc_search .button {
    display: inline-block;
    width: 110px;
    height: 46px;
    background: #0f5a9b;
    font-size: 18px;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    border-radius: 10px;
    margin-left: 25px;
    cursor: pointer;
    font-family: "微软雅黑";
    border: 1px solid #2d66a5;
  }

  .sear_wz {
    width: 270px;
    margin: auto;
  }

  .sear_wz dl dt {
    font-size: 16px;
    padding-right: 20px;
    color: #0f5a9b;
  }

  .sear_wz dl dd {
    color: #666666;
    font-size: 16px;
    padding-right: 20px;
  }

  /* 政策栏目页/列表样式 */
  .zc_list thead tr {
    border-bottom: 2px solid #0f5a9d;
    line-height: 70px;
  }

  .zc_list thead td {
    font-size: 20px;
    font-family: "FZXiaoBiaoSong-B05S";
    text-align: center;
  }

  .zc_list_tit {
    display: inline-block;
    font-size: 16px;
    font-family: "宋体";
    font-weight: bold;
    line-height: 50px;
    color: #333;
  }

  .zc_list_con {
    font-size: 14px;
    font-family: "宋体";
    line-height: 20px;
    color: #5d89b6;
  }

  .zc_list_down {
    display: inline-block;
    font-size: 14px;
    font-family: "宋体";
    line-height: 50px;
  }

  .zc_list_down:first-child {
    margin-right: 20px;
  }

  .zc_list tbody tr td:first-child,
  .zc_list tbody tr td:last-child {
    text-align: center;
  }

  .zc_list tbody tr td:first-child,
  .zc_list tbody tr td:last-child {
    font-size: 16px;
  }

  .zc_list tbody tr td:nth-child(2) {
    padding-bottom: 10px;
  }

  .zc_list tbody tr:nth-child(2n) {
    background: #eeeeee;
  }

  .zc_list tbody {
    border-bottom: 1px solid #eee;
  }

  .zc_list {
    padding: 0;
  }

  .w1100 {
    width: 100vw !important;
  }

  .gzk {
    margin-top: 5vw;
    margin-bottom: 3vw;
  }

  .new_num {
    background: none;
  }

  .zc_main {
    padding: 10px 10px 0;
  }

  .zc_search form {
    padding: 5px 10px;
  }

  .zc_search .input {
    width: 100%;
  }

  .zc_search .btn-search {
    background-size: 80%;
  }

  .zc_search .button {
    display: block;
    margin: 60px auto 10px;
    font-weight: normal;
  }

  .zc_list thead td {
    font-size: 16px;
  }

  .zc_list thead td:nth-child(1) {
    width: 10% !important;
  }

  .zc_list thead td:nth-child(2) {
    width: 50% !important;
  }

  .zc_list_down:first-child {
    margin-right: 0;
  }

  .zc_list_tit {
    line-height: 30px;
  }

  /* 分页 */
  .fenye {
    padding-top: 10px;
    height: 80px;
  }

  .lucidity_pgPanel td {
    display: none;
  }

  .lucidity_pgPanel td:nth-child(2),
  .lucidity_pgToolbar td:nth-child(3),
  .lucidity_pgToolbar td:nth-child(4) {
    display: inline-block;
  }

  .ui-pager:nth-child(5) {
    display: none;
  }

  .lucidity_pgPanel {
    margin: 0;
  }

}