@charset "UTF-8";

/* 默认字体颜色 */
/* 主题色 */
/* 辅助色 */
/* 大间距 */
/* 中间距 */
/* 小间距 */
/* 更小间距 */
/* 背景色 */
html {
  font-size: 75px !important;
}

@media (min-width: 430px) and (max-width: 750px) {
  html {
    font-size: calc((100vw - 1px) / 10) !important;
  }
}

@media (max-width: 430px) {
  html {
    font-size: 48px !important;
  }
}

body {
  font-family: "Microsoft YaHei";
  color: #333;
  background-color: #fff;
  font-size: 16px;
}

body.old_type {
  font-size: 24px;
}

.contentWidth {
  margin: 0 auto;
}

.contentWidth {
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .contentWidth {
    width: 1200px;
    width: 1200px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .contentWidth {
    width: calc(100% - 24px * 2);
    width: calc(100% - 24px * 2) !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .contentWidth {
    width: calc(100% - 24px * 2);
    width: calc(100% - 24px * 2) !important;
  }
}

@media screen and (max-width: 576px) {
  .contentWidth {
    width: calc(100% - (0.32rem * 2));
    width: calc(100% - (0.32rem * 2)) !important;
  }
}

@media screen and (max-width: 375px) {
  .contentWidth {
    width: calc(375px - (0.32rem * 2));
    width: calc(375px - (0.32rem * 2)) !important;
  }
}

.zj_banner {
  width: 100%;
  height: auto;
  position: relative;
}

.zjSearch {
  width: 600px;
  min-height: 4.9066666667rem;
  height: auto;
  margin: 0 auto;
  padding-top: 1.8666666667rem;
}

@media (max-width: 767px) {
  .zjSearch {
    width: 100%;
    min-height: auto;
    padding-top: 0.5333333333rem;
    padding-bottom: 0.5333333333rem;
  }
}

.zjSearch input {
  float: left;
}

.zjSearch input[type=text] {
  width: 500px;
  height: 60px;
  line-height: 60px;
  color: #000;
  padding-left: 0.6933333333rem;
  border-radius: 4px 0 0 4px;
  background: url(/cms_files/jcms1/web3096/site/picture/1694/2404111625483543191.png) no-repeat 0.2666666667rem center #fff;
}

.zjSearch input[type=text] {
  font-size: 0.24rem;
  line-height: 0.3466666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zjSearch input[type=text] {
    font-size: 0.2933333333rem;
    line-height: 0.4266666667rem;
  }
}

@media screen and (max-width: 375px) {
  .zjSearch input[type=text] {
    font-size: 0.2933333333rem;
    line-height: 0.4266666667rem;
  }
}

.old_type .zjSearch input[type=text] {
  font-size: 0.3466666667rem;
  line-height: 0.4266666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zjSearch input[type=text] {
    font-size: 0.4rem;
    line-height: 0.5066666667rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zjSearch input[type=text] {
    font-size: 0.4rem;
    line-height: 0.5066666667rem;
  }
}

@media (max-width: 767px) {
  .zjSearch input[type=text] {
    width: 84.1%;
    height: auto;
    line-height: 8vw;
    color: #000;
    -webkit-appearance: none;
    border-radius: 0;
    padding-left: 3em;
  }
}

.zjSearch input[type=submit] {
  width: 100px;
  height: 60px;
  line-height: 60px;
  background-color: #f48022;
  border-radius: 0 4px 4px 0;
  color: #fff;
  border: 0;
  outline: 0;
}

.zjSearch input[type=submit] {
  font-size: 0.24rem;
  line-height: 0.3466666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zjSearch input[type=submit] {
    font-size: 0.2933333333rem;
    line-height: 0.4266666667rem;
  }
}

@media screen and (max-width: 375px) {
  .zjSearch input[type=submit] {
    font-size: 0.2933333333rem;
    line-height: 0.4266666667rem;
  }
}

.old_type .zjSearch input[type=submit] {
  font-size: 0.3466666667rem;
  line-height: 0.4266666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zjSearch input[type=submit] {
    font-size: 0.4rem;
    line-height: 0.5066666667rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zjSearch input[type=submit] {
    font-size: 0.4rem;
    line-height: 0.5066666667rem;
  }
}

@media (max-width: 767px) {
  .zjSearch input[type=submit] {
    width: 15.9%;
    height: auto;
    line-height: 8vw;
    color: #fff;
    border: 0;
    outline: 0;
  }
}

.zjSearch input::placeholder {
  color: #999;
}

.hotWordTitle {
  padding: 0 4px;
}

.hotWord {
  color: #fff;
  opacity: 0.8;
  margin-top: 0.1333333333rem;
}

.hotWord {
  font-size: 0.1866666667rem;
  line-height: 0.2933333333rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .hotWord {
    font-size: 0.24rem;
    line-height: 0.3733333333rem;
  }
}

@media screen and (max-width: 375px) {
  .hotWord {
    font-size: 0.24rem;
    line-height: 0.3733333333rem;
  }
}

.old_type .hotWord {
  font-size: 0.2933333333rem;
  line-height: 0.3733333333rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .hotWord {
    font-size: 0.3466666667rem;
    line-height: 0.4533333333rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .hotWord {
    font-size: 0.3466666667rem;
    line-height: 0.4533333333rem;
  }
}

.hotWord li {
  float: left;
  margin-right: 8px;
  cursor: pointer;
  height: 0.2933333333rem;
  line-height: 0.2933333333rem;
  padding: 0 4px;
  background: rgba(0, 39, 84, 0.4);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 1px;
}

@media (max-width: 767px) {

  .hotWord li:nth-child(4),
  .hotWord li:nth-child(5) {
    display: none;
  }
}

/* 头条 */
.headLines {
  margin: 0 auto;
  min-height: 170px;
  border-bottom: 8px solid #0366f1;
  background: #fff;
}

.headLines {
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .headLines {
    width: 1200px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .headLines {
    width: calc(100% - 24px * 2);
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .headLines {
    width: calc(100% - 24px * 2);
  }
}

@media screen and (max-width: 576px) {
  .headLines {
    width: calc(100% - (0.32rem * 2));
  }
}

@media screen and (max-width: 375px) {
  .headLines {
    width: calc(375px - (0.32rem * 2));
  }
}

.old_type .headLines {
  height: auto;
  margin-bottom: 0.6666666667rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .headLines {
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .headLines {
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .headLines {
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  .headLines {
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .headLines {
    margin-bottom: 0.2666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .headLines {
    margin-bottom: 0.2666666667rem;
  }
}

@media screen and (max-width: 576px) {
  .headLines {
    margin-bottom: 0.2666666667rem;
  }
}

.headLines .headLines-container {
  height: 100%;
  margin: 0 auto;
  padding: 0.3733333333rem 0.3333333333rem 54px;
  position: relative;
  text-align: center;
}

.headLines .headLines-container {
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .headLines .headLines-container {
    width: 1200px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .headLines .headLines-container {
    width: calc(100% - 24px * 2);
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .headLines .headLines-container {
    width: calc(100% - 24px * 2);
  }
}

@media screen and (max-width: 576px) {
  .headLines .headLines-container {
    width: calc(100% - (0.32rem * 2));
  }
}

@media screen and (max-width: 375px) {
  .headLines .headLines-container {
    width: calc(375px - (0.32rem * 2));
  }
}

.old_type .headLines .headLines-container {
  padding: 0.4rem 0.3333333333rem 0.8666666667rem;
}

.headLines .headLines_one {
  display: inline-block;
  color: #1492ff;
  max-width: 100%;
}

.headLines .headLines_one {
  font-size: 0.3733333333rem;
  line-height: 0.5333333333rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {
  .headLines .headLines_one {
    font-size: 0.4266666667rem;
    line-height: 0.6133333333rem;
  }
}

@media screen and (max-width: 375px) {
  .headLines .headLines_one {
    font-size: 0.4266666667rem;
    line-height: 0.6133333333rem;
  }
}

.old_type .headLines .headLines_one {
  font-size: 0.48rem;
  line-height: 0.56rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {
  .old_type .headLines .headLines_one {
    font-size: 0.5333333333rem;
    line-height: 0.64rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .headLines .headLines_one {
    font-size: 0.5333333333rem;
    line-height: 0.64rem;
  }
}

.old_type .headLines .headLines_one p {
  display: inline;
}

.headLines .headLines_one.font-26 {
  font-size: 0.3466666667rem;
}

.headLines .headLines_one.font-24 {
  font-size: 0.32rem;
}

.headLines .headLines_one.font-23 {
  font-size: 0.3066666667rem;
}

@media (min-width: 576px) and (max-width: 992px) {
  .headLines .headLines_one {
    white-space: inherit;
  }
}

@media screen and (max-width: 576px) {
  .headLines .headLines_one {
    white-space: inherit;
  }
}

@media screen and (max-width: 375px) {
  .headLines .headLines_one {
    white-space: inherit;
  }
}

.headLines .headLines_box {
  margin-top: 0.1733333333rem;
  color: #1492ff;
}

.old_type .headLines .headLines_box {
  display: flex;
  justify-content: center;
  margin-top: 0.2rem;
  flex-wrap: wrap;
  font-size: 0;
}

.headLines .headLines_ltem {
  color: #1492ff;
  padding-right: 0px;
  margin-right: 0px;
  overflow: hidden;
  line-height: 0.3466666667rem;
  position: relative;
}

.headLines .headLines_ltem {
  font-size: 0.24rem;
  line-height: 0.3466666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .headLines .headLines_ltem {
    font-size: 0.2933333333rem;
    line-height: 0.4266666667rem;
  }
}

@media screen and (max-width: 375px) {
  .headLines .headLines_ltem {
    font-size: 0.2933333333rem;
    line-height: 0.4266666667rem;
  }
}

.old_type .headLines .headLines_ltem {
  font-size: 0.3466666667rem;
  line-height: 0.4266666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .headLines .headLines_ltem {
    font-size: 0.4rem;
    line-height: 0.5066666667rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .headLines .headLines_ltem {
    font-size: 0.4rem;
    line-height: 0.5066666667rem;
  }
}

.headLines .headLines_ltem:last-child {
  margin-right: 0;
}

.headLines .headLines_ltem::after {
  display: none;
}

.headLines .headLines_ltem.ts {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.headLines .headLines_ltem.ts::after {
  display: none;
}

.old_type .headLines .headLines_ltem {
  display: block;
  width: 100%;
  margin-top: 0.1066666667rem;
  line-height: 1;
}

.headLines .ts_more {
  position: absolute;
  display: inline-block;
  color: #999;
  right: 0.3333333333rem;
  bottom: 0.2133333333rem;
}

.headLines .ts_more {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .headLines .ts_more {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .headLines .ts_more {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .headLines .ts_more {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .headLines .ts_more {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .headLines .ts_more {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

.old_type .headLines .ts_more {
  right: 0.4rem;
  bottom: 0.2666666667rem;
}

.headLines .ts_more:hover {
  color: #1492ff;
}

@media only screen and (min-width: 100px) and (max-width: 767px) {

  .headLines .headLines_box,
  .headLines .headLines_ltem.ts {
    display: none;
  }

  .headLines .headLines {
    min-height: auto;
  }
}

/* 动态新闻 */
.Dynamic_news {
  width: 100%;
  background: #fff;
  padding-top: 0.4rem;
  padding-bottom: 0.6666666667rem;
}

@media (min-width: 576px) and (max-width: 992px) {
  .Dynamic_news {
    padding-top: 0.1333333333rem;
    padding-bottom: 0.1333333333rem;
  }
}

@media screen and (max-width: 375px) {
  .Dynamic_news {
    padding-top: 0.1333333333rem;
    padding-bottom: 0.1333333333rem;
  }
}

@media screen and (max-width: 576px) {
  .Dynamic_news {
    padding-top: 0.1333333333rem;
    padding-bottom: 0.1333333333rem;
  }
}

.Dynamic_newsWrap {
  height: auto;
  background: #fff;
}

.Dynamic_newsWrap>div {
  width: 7.8666666667rem;
  overflow: hidden;
}

.old_type .Dynamic_newsWrap>div {
  width: 100%;
}

.old_type .Dynamic_newsWrap>div:first-child {
  width: 100%;
}

.old_type .Dynamic_newsWrap>div.dtInfos {
  margin-top: 0.4rem;
}

.Dynamic_newsWrap>div:first-child {
  width: 7.56rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .Dynamic_newsWrap>div {
    width: calc(50% - 10px);
  }

  .Dynamic_newsWrap>div:first-child {
    width: calc(50% - 10px);
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .Dynamic_newsWrap>div {
    width: 100%;
    float: none;
  }

  .Dynamic_newsWrap>div:first-child {
    width: 100%;
  }

  .Dynamic_newsWrap>div.dtInfos {
    margin-top: 0.4rem;
    position: relative;
    padding-bottom: 0.6rem;
  }
}

@media screen and (max-width: 375px) {
  .Dynamic_newsWrap>div {
    width: 100%;
    float: none;
  }

  .Dynamic_newsWrap>div:first-child {
    width: 100%;
  }

  .Dynamic_newsWrap>div.dtInfos {
    margin-top: 0.4rem;
    position: relative;
    padding-bottom: 0.6rem;
  }
}

@media screen and (max-width: 576px) {
  .Dynamic_newsWrap>div {
    width: 100%;
    float: none;
  }

  .Dynamic_newsWrap>div:first-child {
    width: 100%;
  }

  .Dynamic_newsWrap>div.dtInfos {
    margin-top: 0.4rem;
    position: relative;
    padding-bottom: 0.6rem;
  }
}

.Dynamic_news .dtInfosTab {
  border-bottom: 1px solid #ededed;
  padding: 0 0.1066666667rem;
}

.Dynamic_news .dtInfosTab li {
  float: left;
  color: #333;
  cursor: pointer;
  background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/sxss.png) left 5px no-repeat;
  padding: 0 0.2rem;
}

.Dynamic_news .dtInfosTab li {
  font-size: 0.2933333333rem;
  line-height: 0.4266666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .Dynamic_news .dtInfosTab li {
    font-size: 0.3466666667rem;
    line-height: 0.5066666667rem;
  }
}

@media screen and (max-width: 375px) {
  .Dynamic_news .dtInfosTab li {
    font-size: 0.3466666667rem;
    line-height: 0.5066666667rem;
  }
}

.old_type .Dynamic_news .dtInfosTab li {
  font-size: 0.4rem;
  line-height: 0.48rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .Dynamic_news .dtInfosTab li {
    font-size: 0.4533333333rem;
    line-height: 0.56rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .Dynamic_news .dtInfosTab li {
    font-size: 0.4533333333rem;
    line-height: 0.56rem;
  }
}

.old_type .Dynamic_news .dtInfosTab li {
  background-size: 2px 0.5333333333rem;
}

.old_type .Dynamic_news .dtInfosTab li:last-child {
  background: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .Dynamic_news .dtInfosTab li {
    padding: 0 0.04rem;
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/sxss.png) left 3px no-repeat;
    background-size: 1px 22px;
  }

  .Dynamic_news .dtInfosTab li {
    font-size: 0.2666666667rem;
    line-height: 0.3733333333rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 576px) {
  .Dynamic_news .dtInfosTab li {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 375px) {
  .Dynamic_news .dtInfosTab li {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .old_type .Dynamic_news .dtInfosTab li {
    font-size: 0.3733333333rem;
    line-height: 0.4533333333rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 576px) {
  .old_type .Dynamic_news .dtInfosTab li {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 375px) {
  .old_type .Dynamic_news .dtInfosTab li {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .Dynamic_news .dtInfosTab li:last-child {
    padding-right: 0;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .Dynamic_news .dtInfosTab li {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/sxss.png) left 0.0266666667rem no-repeat;
    background-size: 0.0266666667rem auto;
    padding: 0 0.08rem;
  }
}

@media screen and (max-width: 375px) {
  .Dynamic_news .dtInfosTab li {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/sxss.png) left 0.0266666667rem no-repeat;
    background-size: 0.0266666667rem auto;
    padding: 0 0.08rem;
  }
}

@media screen and (max-width: 576px) {
  .Dynamic_news .dtInfosTab li {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/sxss.png) left 0.0266666667rem no-repeat;
    background-size: 0.0266666667rem auto;
    padding: 0 0.08rem;
  }
}

@media screen and (max-width: 375px) {
  .Dynamic_news .dtInfosTab li {
    font-size: 0.2666666667rem;
    line-height: 0.3733333333rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 375px) and (max-width: 576px) {
  .Dynamic_news .dtInfosTab li {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}

@media screen and (max-width: 375px) and (max-width: 375px) {
  .Dynamic_news .dtInfosTab li {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .Dynamic_news .dtInfosTab li {
    font-size: 0.3733333333rem;
    line-height: 0.4533333333rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 375px) and (max-width: 576px) {
  .old_type .Dynamic_news .dtInfosTab li {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}

@media screen and (max-width: 375px) and (max-width: 375px) {
  .old_type .Dynamic_news .dtInfosTab li {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}

@media screen and (max-width: 576px) {
  .Dynamic_news .dtInfosTab li {
    font-size: 0.2666666667rem;
    line-height: 0.3733333333rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 576px) and (max-width: 576px) {
  .Dynamic_news .dtInfosTab li {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}

@media screen and (max-width: 576px) and (max-width: 375px) {
  .Dynamic_news .dtInfosTab li {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}

@media screen and (max-width: 576px) {
  .old_type .Dynamic_news .dtInfosTab li {
    font-size: 0.3733333333rem;
    line-height: 0.4533333333rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 576px) and (max-width: 576px) {
  .old_type .Dynamic_news .dtInfosTab li {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}

@media screen and (max-width: 576px) and (max-width: 375px) {
  .old_type .Dynamic_news .dtInfosTab li {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}

.Dynamic_news .dtInfosTab li:first-child {
  background: 0;
  padding-left: 0;
}

.Dynamic_news .dtInfosTab li>span,
.Dynamic_news .dtInfosTab li>a {
  display: block;
  padding-bottom: 0.1333333333rem;
  border-bottom: 4px solid transparent;
}

@media (min-width: 576px) and (max-width: 992px) {

  .Dynamic_news .dtInfosTab li>span,
  .Dynamic_news .dtInfosTab li>a {
    pointer-events: none;
  }
}

@media screen and (max-width: 375px) {

  .Dynamic_news .dtInfosTab li>span,
  .Dynamic_news .dtInfosTab li>a {
    pointer-events: none;
  }
}

@media screen and (max-width: 576px) {

  .Dynamic_news .dtInfosTab li>span,
  .Dynamic_news .dtInfosTab li>a {
    pointer-events: none;
  }
}

.Dynamic_news .dtInfosTab li.Hover span,
.Dynamic_news .dtInfosTab li.Hover a {
  border-color: #1492ff;
  font-weight: bold;
  color: #1492ff;
  cursor: pointer;
}

@media (min-width: 576px) and (max-width: 992px) {
  .Dynamic_news .dtInfosWrap {
    padding: 0 0.2rem 0.2rem;
  }
}

@media screen and (max-width: 576px) {
  .Dynamic_news .dtInfosWrap {
    padding: 0 0.2rem 0.2rem;
  }
}

@media screen and (max-width: 375px) {
  .Dynamic_news .dtInfosWrap {
    padding: 0 0.2rem 0.2rem;
  }
}

.Dynamic_news .dtInfosWrap a:hover {
  color: #1492ff;
}

.Dynamic_news .dtInfosWrap a:hover .Title {
  color: #1492ff;
}

.Dynamic_news .dtInfosWrap li {
  margin-top: 0.2rem;
}

.old_type .Dynamic_news .dtInfosWrap li {
  margin-top: 0.2933333333rem;
}

@media (min-width: 576px) and (max-width: 992px) {
  .Dynamic_news .dtInfosWrap li {
    margin-top: 0.2666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .Dynamic_news .dtInfosWrap li {
    margin-top: 0.2666666667rem;
  }
}

@media screen and (max-width: 576px) {
  .Dynamic_news .dtInfosWrap li {
    margin-top: 0.2666666667rem;
  }
}

.Dynamic_news .dtInfosWrap li>a {
  font-size: 0.2133333333rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .Dynamic_news .dtInfosWrap li>a {
    font-size: 0.2666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .Dynamic_news .dtInfosWrap li>a {
    font-size: 0.2666666667rem;
  }
}

.old_type .Dynamic_news .dtInfosWrap li>a {
  font-size: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .Dynamic_news .dtInfosWrap li>a {
    font-size: 0.3733333333rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .Dynamic_news .dtInfosWrap li>a {
    font-size: 0.3733333333rem;
  }
}

.Dynamic_news .dtInfosWrap li>a>em {
  float: left;
  width: 0.0533333333rem;
  height: 0.0533333333rem;
  background-color: #1492ff;
  margin-top: 0.12rem;
  margin-right: 0.1066666667rem;
}

.old_type .Dynamic_news .dtInfosWrap li>a>em {
  margin-top: 0.2rem;
  margin-right: 0.1066666667rem;
}

.Dynamic_news .dtInfosWrap li>a>span.Title {
  float: left;
  color: #333;
  max-width: 450px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.old_type .Dynamic_news .dtInfosWrap li>a>span.Title {
  max-width: 70%;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .Dynamic_news .dtInfosWrap li>a>span.Title {
    max-width: 70%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .Dynamic_news .dtInfosWrap li>a>span.Title {
    max-width: 80%;
  }
}

@media screen and (max-width: 375px) {
  .Dynamic_news .dtInfosWrap li>a>span.Title {
    max-width: 70%;
  }
}

@media screen and (max-width: 576px) {
  .Dynamic_news .dtInfosWrap li>a>span.Title {
    max-width: 70%;
  }
}

.Dynamic_news .dtInfosWrap li>a>span.Days {
  float: right;
  color: #999;
  margin-top: 2px;
}

.Dynamic_news .dtInfosWrap li>a>span.Days {
  font-size: 0.1866666667rem;
  line-height: 0.2933333333rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .Dynamic_news .dtInfosWrap li>a>span.Days {
    font-size: 0.24rem;
    line-height: 0.3733333333rem;
  }
}

@media screen and (max-width: 375px) {
  .Dynamic_news .dtInfosWrap li>a>span.Days {
    font-size: 0.24rem;
    line-height: 0.3733333333rem;
  }
}

.old_type .Dynamic_news .dtInfosWrap li>a>span.Days {
  font-size: 0.2933333333rem;
  line-height: 0.3733333333rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .Dynamic_news .dtInfosWrap li>a>span.Days {
    font-size: 0.3466666667rem;
    line-height: 0.4533333333rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .Dynamic_news .dtInfosWrap li>a>span.Days {
    font-size: 0.3466666667rem;
    line-height: 0.4533333333rem;
  }
}

.old_type .Dynamic_news .dtInfosWrap li>a>span.Days {
  margin-top: 0;
}

@media (min-width: 576px) and (max-width: 992px) {
  .Dynamic_news .dtInfosWrap li>a>span.Days {
    margin-top: 0;
  }
}

@media screen and (max-width: 375px) {
  .Dynamic_news .dtInfosWrap li>a>span.Days {
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .Dynamic_news .dtInfosWrap li>a>span.Days {
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .Dynamic_news .MoreBtns {
    display: block;
    position: absolute;
    bottom: 0.2rem;
    right: 0.2rem;
  }
}

@media screen and (max-width: 375px) {
  .Dynamic_news .MoreBtns {
    display: block;
    position: absolute;
    bottom: 0.2rem;
    right: 0.2rem;
  }
}

@media screen and (max-width: 576px) {
  .Dynamic_news .MoreBtns {
    display: block;
    position: absolute;
    bottom: 0.2rem;
    right: 0.2rem;
  }
}

.Dynamic_news .MoreBtns>a {
  float: left;
  color: #1492ff;
  margin-top: 7px;
}

.Dynamic_news .MoreBtns>a {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .Dynamic_news .MoreBtns>a {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .Dynamic_news .MoreBtns>a {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .Dynamic_news .MoreBtns>a {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .Dynamic_news .MoreBtns>a {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .Dynamic_news .MoreBtns>a {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .Dynamic_news .MoreBtns>a {
    color: #999;
  }

  .Dynamic_news .MoreBtns>a:hover {
    color: #1492ff;
  }
}

@media screen and (max-width: 375px) {
  .Dynamic_news .MoreBtns>a {
    color: #999;
  }

  .Dynamic_news .MoreBtns>a:hover {
    color: #1492ff;
  }
}

@media screen and (max-width: 576px) {
  .Dynamic_news .MoreBtns>a {
    color: #999;
  }

  .Dynamic_news .MoreBtns>a:hover {
    color: #1492ff;
  }
}

.TabSelect .tabitem {
  background: #1492ff;
}

.tabitemSub {
  width: 300px;
  height: 126px;
  cursor: pointer;
  display: table;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .tabitemSub {
    width: 25%;
  }
}

.tabitemSub .tabitemSubTitle {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  padding-left: 137px;
}

.tabitemSub .tabitemSubTitle {
  font-size: 0.4rem;
  line-height: 0.5333333333rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .tabitemSub .tabitemSubTitle {
    font-size: 0.4533333333rem;
    line-height: 0.6133333333rem;
  }
}

@media screen and (max-width: 375px) {
  .tabitemSub .tabitemSubTitle {
    font-size: 0.4533333333rem;
    line-height: 0.6133333333rem;
  }
}

.old_type .tabitemSub .tabitemSubTitle {
  font-size: 0.5066666667rem;
  line-height: 0.5866666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .tabitemSub .tabitemSubTitle {
    font-size: 0.56rem;
    line-height: 0.6666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .tabitemSub .tabitemSubTitle {
    font-size: 0.56rem;
    line-height: 0.6666666667rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .tabitemSub .tabitemSubTitle {
    padding-left: 35%;
  }
}

.tabitemSub .tabitemSubTitle>span {
  display: none;
}

.zlb,
.zld {
  background: rgba(255, 255, 255, 0.4);
}

.zlk,
.zlw {
  background: rgba(255, 255, 255, 0.3);
}

.zlk .tabitemSubTitle {
  background: url(/cms_files/jcms1/web3096/site/picture/619/2412251505425271501.png) 87px center no-repeat;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlk .tabitemSubTitle {
    background-position: 15% center;
  }
}

.zlb .tabitemSubTitle {
  background: url(/cms_files/jcms1/web3096/site/picture/619/2412251505426187054.png) 87px center no-repeat;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlb .tabitemSubTitle {
    background-position: 15% center;
  }
}

.zld .tabitemSubTitle {
  background: url(/cms_files/jcms1/web3096/site/picture/619/2412251505427086456.png) 87px center no-repeat;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zld .tabitemSubTitle {
    background-position: 15% center;
  }
}

.zlw .tabitemSubTitle {
  background: url(/cms_files/jcms1/web3096/site/picture/619/2412251505428012796.png) 87px center no-repeat;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlw .tabitemSubTitle {
    background-position: 15% center;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlbContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24zlb_07.png) no-repeat left top;
    margin-bottom: 0.5333333333rem;
    background-size: 40% auto;
    padding-top: 0.8rem;
  }

  .zldContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24zld_35.png) no-repeat left top;
    background-size: 40% auto;
    padding-top: 0.8rem;
  }

  .zlwContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24zlw_24.png) no-repeat left top;
    background-size: 40% auto;
    padding-top: 0.8rem;
    margin-bottom: 0.2666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .zlbContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24zlb_07.png) no-repeat left top;
    margin-bottom: 0.5333333333rem;
    background-size: 40% auto;
    padding-top: 0.8rem;
  }

  .zldContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24zld_35.png) no-repeat left top;
    background-size: 40% auto;
    padding-top: 0.8rem;
  }

  .zlwContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24zlw_24.png) no-repeat left top;
    background-size: 40% auto;
    padding-top: 0.8rem;
    margin-bottom: 0.2666666667rem;
  }
}

@media screen and (max-width: 576px) {
  .zlbContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24zlb_07.png) no-repeat left top;
    margin-bottom: 0.5333333333rem;
    background-size: 40% auto;
    padding-top: 0.8rem;
  }

  .zldContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24zld_35.png) no-repeat left top;
    background-size: 40% auto;
    padding-top: 0.8rem;
  }

  .zlwContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24zlw_24.png) no-repeat left top;
    background-size: 40% auto;
    padding-top: 0.8rem;
    margin-bottom: 0.2666666667rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .tabItemWrap {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .tabItemWrap {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .tabItemWrap {
    display: none;
  }
}

.tabItemWrap .active {
  padding-left: 18px;
  width: 300px;
  background: #1492ff url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/active.png) 45px bottom no-repeat;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .tabItemWrap .active {
    width: 25%;
    padding-left: 2%;
  }
}

.tabItemWrap .active p {
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 10px;
}

.tabItemWrap .active span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
}

.tabItemWrap .active span {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .tabItemWrap .active span {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .tabItemWrap .active span {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .tabItemWrap .active span {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .tabItemWrap .active span {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .tabItemWrap .active span {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

.tabItemWrap .active.zlk .tabitemSubTitle,
.tabItemWrap .active.zlb .tabitemSubTitle,
.tabItemWrap .active.zld .tabitemSubTitle,
.tabItemWrap .active.zlw .tabitemSubTitle {
  padding-left: 71px;
  background-position: 20px 32px;
}

.tabContent {
  width: 100%;
  background: #f6f6f6;
  padding-bottom: 0.5333333333rem;
}

.tabContent .tabContentWrap {
  padding-top: 0.4rem;
}

@media (min-width: 576px) and (max-width: 992px) {
  .tabContent .tabContentWrap>div.hidden {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .tabContent .tabContentWrap>div.hidden {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .tabContent .tabContentWrap>div.hidden {
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24block_15.jpg) no-repeat left top;
    margin-bottom: 0.5333333333rem;
    background-size: 40% auto;
    padding-top: 0.8rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24block_15.jpg) no-repeat left top;
    margin-bottom: 0.5333333333rem;
    background-size: 40% auto;
    padding-top: 0.8rem;
  }
}

@media screen and (max-width: 576px) {
  .zlkContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24block_15.jpg) no-repeat left top;
    margin-bottom: 0.5333333333rem;
    background-size: 40% auto;
    padding-top: 0.8rem;
  }
}

.zlkContent .fileNews {
  width: 834px;
  height: 503px;
  border-top: 6px solid #1492ff;
  padding: 0 24px;
  background: #fff;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlkContent .fileNews {
    width: calc(65% - 15px);
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContent .fileNews {
    width: 100%;
    height: auto;
    float: none;
    padding: 0 0.2rem 0.6rem;
    position: relative;
  }
}

@media screen and (max-width: 375px) {
  .zlkContent .fileNews {
    width: 100%;
    height: auto;
    float: none;
    padding: 0 0.2rem 0.6rem;
    position: relative;
  }
}

@media screen and (max-width: 576px) {
  .zlkContent .fileNews {
    width: 100%;
    height: auto;
    float: none;
    padding: 0 0.2rem 0.6rem;
    position: relative;
  }
}

.zlkContent .fileNewsColum {
  margin-top: 0.4rem;
}

.old_type .zlkContent .fileNewsColum {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zlkContent .fileNewsColum li {
  float: left;
  cursor: pointer;
  margin-left: 0.6rem;
}

.zlkContent .fileNewsColum li {
  font-size: 0.32rem;
  line-height: 0.4533333333rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zlkContent .fileNewsColum li {
    font-size: 0.3733333333rem;
    line-height: 0.5333333333rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContent .fileNewsColum li {
    font-size: 0.3733333333rem;
    line-height: 0.5333333333rem;
  }
}

.old_type .zlkContent .fileNewsColum li {
  font-size: 0.4266666667rem;
  line-height: 0.5066666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zlkContent .fileNewsColum li {
    font-size: 0.48rem;
    line-height: 0.5866666667rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlkContent .fileNewsColum li {
    font-size: 0.48rem;
    line-height: 0.5866666667rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlkContent .fileNewsColum li {
    margin-left: 0.2666666667rem;
  }

  .zlkContent .fileNewsColum li {
    font-size: 0.2666666667rem;
    line-height: 0.3733333333rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 576px) {
  .zlkContent .fileNewsColum li {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 375px) {
  .zlkContent .fileNewsColum li {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .old_type .zlkContent .fileNewsColum li {
    font-size: 0.3733333333rem;
    line-height: 0.4533333333rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 576px) {
  .old_type .zlkContent .fileNewsColum li {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 375px) {
  .old_type .zlkContent .fileNewsColum li {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContent .fileNewsColum li {
    margin-left: 0.1333333333rem;
  }

  .zlkContent .fileNewsColum li {
    font-size: 0.2666666667rem;
    line-height: 0.3733333333rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) and (max-width: 576px) {
  .zlkContent .fileNewsColum li {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) and (max-width: 375px) {
  .zlkContent .fileNewsColum li {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .old_type .zlkContent .fileNewsColum li {
    font-size: 0.3733333333rem;
    line-height: 0.4533333333rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) and (max-width: 576px) {
  .old_type .zlkContent .fileNewsColum li {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) and (max-width: 375px) {
  .old_type .zlkContent .fileNewsColum li {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContent .fileNewsColum li {
    margin-left: 0.1333333333rem;
  }

  .zlkContent .fileNewsColum li {
    font-size: 0.2666666667rem;
    line-height: 0.3733333333rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 375px) and (max-width: 576px) {
  .zlkContent .fileNewsColum li {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}

@media screen and (max-width: 375px) and (max-width: 375px) {
  .zlkContent .fileNewsColum li {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlkContent .fileNewsColum li {
    font-size: 0.3733333333rem;
    line-height: 0.4533333333rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 375px) and (max-width: 576px) {
  .old_type .zlkContent .fileNewsColum li {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}

@media screen and (max-width: 375px) and (max-width: 375px) {
  .old_type .zlkContent .fileNewsColum li {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}

@media screen and (max-width: 576px) {
  .zlkContent .fileNewsColum li {
    margin-left: 0.1333333333rem;
  }

  .zlkContent .fileNewsColum li {
    font-size: 0.2666666667rem;
    line-height: 0.3733333333rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 576px) and (max-width: 576px) {
  .zlkContent .fileNewsColum li {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}

@media screen and (max-width: 576px) and (max-width: 375px) {
  .zlkContent .fileNewsColum li {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}

@media screen and (max-width: 576px) {
  .old_type .zlkContent .fileNewsColum li {
    font-size: 0.3733333333rem;
    line-height: 0.4533333333rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 576px) and (max-width: 576px) {
  .old_type .zlkContent .fileNewsColum li {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}

@media screen and (max-width: 576px) and (max-width: 375px) {
  .old_type .zlkContent .fileNewsColum li {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}

.zlkContent .fileNewsColum li:first-child {
  margin-left: 0;
}

.zlkContent .fileNewsColum li.hoverOn a {
  font-weight: bold;
  color: #1492ff;
}

.zlkContent .fileNewsColum li a {
  color: #000;
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContent .fileNewsColum li a {
    pointer-events: none;
  }
}

@media screen and (max-width: 375px) {
  .zlkContent .fileNewsColum li a {
    pointer-events: none;
  }
}

@media screen and (max-width: 576px) {
  .zlkContent .fileNewsColum li a {
    pointer-events: none;
  }
}

.zlkContent .fileNewsColum>a {
  color: #999;
  margin-top: 0.1066666667rem;
}

.zlkContent .fileNewsColum>a {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zlkContent .fileNewsColum>a {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContent .fileNewsColum>a {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .zlkContent .fileNewsColum>a {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zlkContent .fileNewsColum>a {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlkContent .fileNewsColum>a {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContent .fileNewsColum>a {
    position: absolute;
    bottom: 0.1333333333rem;
    right: 0.2rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContent .fileNewsColum>a {
    position: absolute;
    bottom: 0.1333333333rem;
    right: 0.2rem;
  }
}

@media screen and (max-width: 576px) {
  .zlkContent .fileNewsColum>a {
    position: absolute;
    bottom: 0.1333333333rem;
    right: 0.2rem;
  }
}

.old_type .zlkContent .fileNewsColum>a {
  margin-top: 0;
}

.zlkContent .fileNewsColum>a:hover {
  color: #1492ff;
}

.zlkContent .fileNewsList {
  margin-top: 20px;
}

.zlkContent .xxgk {
  width: 335px;
  border-top: 6px solid #1492ff;
  height: 503px;
  background: #fff;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlkContent .xxgk {
    width: calc(35% - 15px);
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContent .xxgk {
    width: 100%;
    height: auto;
    float: none;
    padding: 0.2666666667rem 0.2666666667rem 0px 0.2666666667rem;
    margin-top: 0.2666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContent .xxgk {
    width: 100%;
    height: auto;
    float: none;
    padding: 0.2666666667rem 0.2666666667rem 0px 0.2666666667rem;
    margin-top: 0.2666666667rem;
  }
}

@media screen and (max-width: 576px) {
  .zlkContent .xxgk {
    width: 100%;
    height: auto;
    float: none;
    padding: 0.2666666667rem 0.2666666667rem 0px 0.2666666667rem;
    margin-top: 0.2666666667rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContent .xxgk ul {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 375px) {
  .zlkContent .xxgk ul {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .zlkContent .xxgk ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.zlkContent .xxgk ul li {
  width: 100%;
  height: 0.8rem;
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContent .xxgk ul li {
    width: 33%;
    margin-bottom: 0.2666666667rem;
  }

  .zlkContent .xxgk ul li:nth-last-child(1),
  .zlkContent .xxgk ul li:nth-last-child(2) {
    width: 50%;
  }
}

@media screen and (max-width: 375px) {
  .zlkContent .xxgk ul li {
    width: 50%;
    margin-bottom: 0.2666666667rem;
  }

  .zlkContent .xxgk ul li:nth-last-child(1),
  .zlkContent .xxgk ul li:nth-last-child(2) {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .zlkContent .xxgk ul li {
    width: 50%;
    margin-bottom: 0.2666666667rem;
  }

  .zlkContent .xxgk ul li:nth-last-child(1),
  .zlkContent .xxgk ul li:nth-last-child(2) {
    width: 100%;
  }
}

.zlkContent .xxgk ul li:hover {
  background: #f4f7fd;
}

.zlkContent .xxgk ul li a {
  display: block;
  width: 329px;
  height: 100%;
  line-height: 0.8rem;
  padding-left: 1.16rem;
  color: #000;
  border-top: 1px solid #eee;
  margin: 0 auto;
}

.zlkContent .xxgk ul li a {
  font-size: 0.2666666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zlkContent .xxgk ul li a {
    font-size: 0.32rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContent .xxgk ul li a {
    font-size: 0.32rem;
  }
}

.old_type .zlkContent .xxgk ul li a {
  font-size: 0.3733333333rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zlkContent .xxgk ul li a {
    font-size: 0.4266666667rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlkContent .xxgk ul li a {
    font-size: 0.4266666667rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlkContent .xxgk ul li a {
    width: 100%;
    height: auto;
    padding-left: 0.6666666667rem;
    background-position: 15px center !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContent .xxgk ul li a {
    width: 100%;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 375px) {
  .zlkContent .xxgk ul li a {
    width: 100%;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 576px) {
  .zlkContent .xxgk ul li a {
    width: 100%;
    display: flex;
    align-items: center;
  }
}

.zlkContent .xxgk ul li a:first-child {
  border: 0;
}

.zlkContent .xxgk ul li a.zfxxgk {
  background: url(/cms_files/jcms1/web3096/site/picture/619/2412251506020298072.png) 0.4666666667rem center no-repeat;
}

.zlkContent .xxgk ul li a:hover.zfxxgk {
  color: #1492ff;
  font-weight: bold;
}

.zlkContent .xxgk ul li a.xxgknb {
  background: url(/cms_files/jcms1/web3096/site/picture/619/2412251506020668985.png) 0.4666666667rem center no-repeat;
}

.zlkContent .xxgk ul li a:hover.xxgknb {
  color: #1492ff;
  font-weight: bold;
}

.zlkContent .xxgk ul li a.ysqgk {
  background: url(/cms_files/jcms1/web3096/site/picture/619/2412251506021048710.png) 0.4666666667rem center no-repeat;
}

.zlkContent .xxgk ul li a:hover.ysqgk {
  color: #1492ff;
  font-weight: bold;
}

.zlkContent .xxgk ul li a.zfgb {
  background: url(/cms_files/jcms1/web3096/site/picture/619/2412251506021464947.png) 0.4666666667rem center no-repeat;
}

.zlkContent .xxgk ul li a:hover.zfgb {
  color: #1492ff;
  font-weight: bold;
}

.zlkContent .xxgk ul li a.sjfb {
  background: url(/cms_files/jcms1/web3096/site/picture/619/2412251506022086375.png) 0.4666666667rem center no-repeat;
}

.zlkContent .xxgk ul li a:hover.sjfb {
  color: #1492ff;
  font-weight: bold;
}

.zlkContent .xxgk ul li a.jgzn {
  background: url(/cms_files/jcms1/web3096/site/picture/619/2412251506022582900.png) 0.4666666667rem center no-repeat;
}

.zlkContent .xxgk ul li a:hover.jgzn {
  color: #1492ff;
  font-weight: bold;
}

.zlkContent .xxgk ul li a.ndgzbb {
  background: url(/cms_files/jcms1/web3096/site/picture/619/2412251506022961186.png) 0.4666666667rem center no-repeat;
}

.zlkContent .xxgk ul li a:hover.ndgzbb {
  color: #1492ff;
  font-weight: bold;
}

.zlkContent .xxgk ul li a.jcpgt {
  background: url(/cms_files/jcms1/web3096/site/picture/619/2412251506023306093.png) 0.4666666667rem center no-repeat;
}

.zlkContent .xxgk ul li a:hover.jcpgt {
  color: #1492ff;
  font-weight: bold;
}

.zck {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  display: block;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zck img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zck img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .zck img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  .zck img {
    width: 100%;
    height: auto;
  }
}

.zlkContentItem2 {
  margin-top: 0.4rem;
}

.zlkContentItem2 .DataOpen {
  width: 585px;
}

.zlkContentItem2 .DataOpen h1 {
  font-size: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen h1 {
    font-size: 0.4533333333rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen h1 {
    font-size: 0.4533333333rem;
  }
}

.old_type .zlkContentItem2 .DataOpen h1 {
  font-size: 0.5066666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zlkContentItem2 .DataOpen h1 {
    font-size: 0.56rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlkContentItem2 .DataOpen h1 {
    font-size: 0.56rem;
  }
}

.zlkContentItem2 .DataOpen .DataOpenNums {
  width: 585px;
  height: 110px;
  background: #fff;
  padding: 0.2666666667rem 0;
  padding-left: 0.4666666667rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlkContentItem2 .DataOpen .DataOpenNums {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContentItem2 .DataOpen .DataOpenNums {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen .DataOpenNums {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen .DataOpenNums {
    width: 100%;
    height: auto;
  }
}

.zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem {
  padding-left: 0.2666666667rem;
}

.zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem:first-child {
  padding-left: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem {
    padding-left: 0.8rem;
    width: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem {
    width: 50%;
    padding-left: 0px;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem {
    width: 50%;
    padding-left: 0px;
  }
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem {
    width: 50%;
    padding-left: 0px;
  }
}

.zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem p {
  color: #000;
  margin-bottom: 5px;
}

.zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem p {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem p {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem p {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem p {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem p {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem p {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

.zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem h2 {
  font-size: 29px;
  color: #1492ff;
  margin-top: 2px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem h2 {
    font-size: 0.4rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem h2 {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem h2 {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem h2 {
    font-size: 0.4rem;
  }
}

.zlkContentItem2 .DataOpen .HotData {
  margin-top: 20px;
}

.zlkContentItem2 .DataOpen .HotData .HotDataContent {
  width: 376px;
  height: 350px;
  padding: 0 0.2666666667rem;
  padding-top: 0.2666666667rem;
  background: #fff;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlkContentItem2 .DataOpen .HotData .HotDataContent {
    width: calc(50% - 15px);
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen .HotData .HotDataContent {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen .HotData .HotDataContent {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContentItem2 .DataOpen .HotData .HotDataContent {
    width: 100%;
    height: auto;
  }
}

.zlkContentItem2 .DataOpen .HotData .HotdataTitleWrap a {
  color: #999;
  margin-top: 3px;
}

.zlkContentItem2 .DataOpen .HotData .HotdataTitleWrap a {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen .HotData .HotdataTitleWrap a {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen .HotData .HotdataTitleWrap a {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .zlkContentItem2 .DataOpen .HotData .HotdataTitleWrap a {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zlkContentItem2 .DataOpen .HotData .HotdataTitleWrap a {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlkContentItem2 .DataOpen .HotData .HotdataTitleWrap a {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

.zlkContentItem2 .DataOpen .HotData .HotdataTitleWrap a:hover {
  color: #1492ff;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem {
  padding: 0.16rem 0;
  border-top: 1px solid #eee;
  line-height: 0.3466666667rem;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem:first-child {
  border: 0;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title {
  font-size: 18px;
  color: #333;
  background-image: url(/cms_files/jcms1/web3096/site/picture/619/2412251505424498286.png), url(/cms_files/jcms1/web3096/site/picture/619/2412251505424498286.png), url(/cms_files/jcms1/web3096/site/picture/619/2412251505424498286.png), url(/cms_files/jcms1/web3096/site/picture/619/2412251505424498286.png), url(/cms_files/jcms1/web3096/site/picture/619/2412251505424498286.png);
  background-position: 236px center, 256px center, 276px center, 296px center, 316px center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title {
    background-position: calc(100% - 80px) center, calc(100% - 60px) center, calc(100% - 40px) center, calc(100% - 20px) center, calc(100%) center;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title {
    background-position: calc(100% - 80px) center, calc(100% - 60px) center, calc(100% - 40px) center, calc(100% - 20px) center, calc(100%) center;
  }
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title {
    background-position: calc(100% - 80px) center, calc(100% - 60px) center, calc(100% - 40px) center, calc(100% - 20px) center, calc(100%) center;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title {
    background-position: calc(100% - 80px) center, calc(100% - 60px) center, calc(100% - 40px) center, calc(100% - 20px) center, calc(100%) center;
  }
}

.old_type .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title {
  background-position: calc(100% - 80px) center, calc(100% - 60px) center, calc(100% - 40px) center, calc(100% - 20px) center, calc(100%) center;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title a:hover {
  color: #1492ff;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title::before {
  content: "";
  display: block;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title[data-score="0"]::before {
  width: 100px;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title[data-score="1"]::before {
  width: 76px;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title[data-score="2"]::before {
  width: 57px;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title[data-score="3"]::before {
  width: 40px;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title[data-score="4"]::before {
  width: 20px;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title[data-score="5"]::before {
  width: 0;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title>p>a {
  width: 245px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title>p>a {
    width: calc(100% - 115px);
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title>p>a {
    width: calc(100% - 115px);
  }
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title>p>a {
    width: calc(100% - 115px);
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .HotdataNewsItem_title>p>a {
    width: calc(100% - 115px);
  }
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .Downloads {
  color: #333;
  margin-bottom: 5px;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .Downloads {
  font-size: 0.1866666667rem;
  line-height: 0.2933333333rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .Downloads {
    font-size: 0.24rem;
    line-height: 0.3733333333rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .Downloads {
    font-size: 0.24rem;
    line-height: 0.3733333333rem;
  }
}

.old_type .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .Downloads {
  font-size: 0.2933333333rem;
  line-height: 0.3733333333rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .Downloads {
    font-size: 0.3466666667rem;
    line-height: 0.4533333333rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .Downloads {
    font-size: 0.3466666667rem;
    line-height: 0.4533333333rem;
  }
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .Downloads span {
  display: inline-block;
  min-width: 40%;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .Downloads em {
  font-style: normal;
  color: #1492ff;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .sources {
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .sources {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .sources {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .sources {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .sources {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .sources {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .sources {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .deployTime {
  color: #666;
}

.zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .deployTime {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .deployTime {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .deployTime {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .deployTime {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .deployTime {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlkContentItem2 .DataOpen .HotData .HotdataNewsItem .deployTime {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

.zlkContentItem2 .DataOpen .HotData .DataLinks {
  width: 189px;
  height: 165px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks {
    width: calc(50% - 15px);
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
}

.zlkContentItem2 .DataOpen .HotData .DataLinks a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  padding: 0.3333333333rem 0.6rem 0;
  color: #000;
}

.zlkContentItem2 .DataOpen .HotData .DataLinks a {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks a {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks a {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .zlkContentItem2 .DataOpen .HotData .DataLinks a {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zlkContentItem2 .DataOpen .HotData .DataLinks a {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlkContentItem2 .DataOpen .HotData .DataLinks a {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks a {
    height: 1.9733333333rem;
  }

  .zlkContentItem2 .DataOpen .HotData .DataLinks a.sjkfds p {
    margin: auto !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks a {
    height: 1.9733333333rem;
  }

  .zlkContentItem2 .DataOpen .HotData .DataLinks a.sjkfds p {
    margin: auto !important;
  }
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks a {
    height: 1.9733333333rem;
  }

  .zlkContentItem2 .DataOpen .HotData .DataLinks a.sjkfds p {
    margin: auto !important;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks a {
    height: 1.9733333333rem;
  }

  .zlkContentItem2 .DataOpen .HotData .DataLinks a.sjkfds p {
    margin: auto !important;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks a {
    width: calc(50% - 15px);
    height: auto;
    margin-top: 0.2666666667rem;
  }
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks a {
    width: calc(50% - 15px);
    height: auto;
    margin-top: 0.2666666667rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks a {
    width: calc(50% - 15px);
    height: auto;
    margin-top: 0.2666666667rem;
  }
}

.zlkContentItem2 .DataOpen .HotData .DataLinks a>img {
  margin-bottom: 0.1333333333rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks a>img {
    height: 0.8rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks a>img {
    height: 0.8rem;
  }
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks a>img {
    height: 0.8rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .DataOpen .HotData .DataLinks a>img {
    height: 0.8rem;
  }
}

.zlkContentItem2 .DataOpen .HotData .DataLinks a.ggsjcg {
  margin-top: 0.2666666667rem;
}

.zlkContentItem2 .RegulatoryInfo {
  width: 588px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlkContentItem2 .RegulatoryInfo {
    margin-top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlkContentItem2 .RegulatoryInfo {
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .RegulatoryInfo {
    margin-top: 20px;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .RegulatoryInfo {
    margin-top: 20px;
  }
}

.zlkContentItem2 .RegulatoryInfo>h1 {
  font-size: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zlkContentItem2 .RegulatoryInfo>h1 {
    font-size: 0.4533333333rem;
  }
}

@media screen and (max-width: 375px) {
  .zlkContentItem2 .RegulatoryInfo>h1 {
    font-size: 0.4533333333rem;
  }
}

.old_type .zlkContentItem2 .RegulatoryInfo>h1 {
  font-size: 0.5066666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zlkContentItem2 .RegulatoryInfo>h1 {
    font-size: 0.56rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlkContentItem2 .RegulatoryInfo>h1 {
    font-size: 0.56rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .zlkContentItem2 .DataOpen,
  .zlkContentItem2 .RegulatoryInfo {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {

  .zlkContentItem2 .DataOpen,
  .zlkContentItem2 .RegulatoryInfo {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {

  .zlkContentItem2 .DataOpen,
  .zlkContentItem2 .RegulatoryInfo {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {

  .zlkContentItem2 .DataOpen,
  .zlkContentItem2 .RegulatoryInfo {
    width: 100%;
  }
}

.RegulatoryWrap {
  margin-top: 0.2666666667rem;
}

.RegulatoryWrap .pgt {
  width: 376px;
  height: 480px;
  background: #fff;
  padding: 0 0.2666666667rem;
  padding-top: 0.2666666667rem;
}

.RegulatoryWrap .pgt h2 {
  font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .RegulatoryWrap .pgt {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .RegulatoryWrap .pgt {
    width: 100%;
    height: auto;
    padding: 0.2666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .RegulatoryWrap .pgt {
    width: 100%;
    height: auto;
    padding: 0.2666666667rem;
  }
}

@media screen and (max-width: 576px) {
  .RegulatoryWrap .pgt {
    width: 100%;
    height: auto;
    padding: 0.2666666667rem;
  }
}

.RegulatoryWrap .pgt .bgtMore {
  color: #999;
  margin-top: 4px;
}

.RegulatoryWrap .pgt .bgtMore {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .RegulatoryWrap .pgt .bgtMore {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .RegulatoryWrap .pgt .bgtMore {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .RegulatoryWrap .pgt .bgtMore {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .RegulatoryWrap .pgt .bgtMore {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .RegulatoryWrap .pgt .bgtMore {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

.RegulatoryWrap .pgt .bgtMore:hover {
  color: #1492ff;
}

.RegulatoryWrap .pgt .pgtList>a {
  display: block;
  color: #333;
  line-height: 2;
  margin-top: 15px;
  letter-spacing: 0.8px;
}

.RegulatoryWrap .pgt .pgtList>a {
  font-size: 0.2133333333rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .RegulatoryWrap .pgt .pgtList>a {
    font-size: 0.2666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .RegulatoryWrap .pgt .pgtList>a {
    font-size: 0.2666666667rem;
  }
}

.old_type .RegulatoryWrap .pgt .pgtList>a {
  font-size: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .RegulatoryWrap .pgt .pgtList>a {
    font-size: 0.3733333333rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .RegulatoryWrap .pgt .pgtList>a {
    font-size: 0.3733333333rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .RegulatoryWrap .pgt .pgtList>a {
    margin-top: 0.1333333333rem;
  }
}

@media screen and (max-width: 375px) {
  .RegulatoryWrap .pgt .pgtList>a {
    margin-top: 0.1333333333rem;
  }
}

@media screen and (max-width: 576px) {
  .RegulatoryWrap .pgt .pgtList>a {
    margin-top: 0.1333333333rem;
  }
}

.RegulatoryWrap .pgt .pgtList>a:hover {
  color: #1492ff;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .RegulatoryWrap .RegulatoryLinks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .RegulatoryWrap .RegulatoryLinks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .RegulatoryWrap .RegulatoryLinks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 375px) {
  .RegulatoryWrap .RegulatoryLinks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}

.RegulatoryWrap .RegulatoryLinks a {
  display: block;
  width: 189px;
  height: 84px;
  background: #fff;
  text-align: center;
  color: #000;
  padding-top: 10px;
  margin-top: 15px;
}

.RegulatoryWrap .RegulatoryLinks a {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .RegulatoryWrap .RegulatoryLinks a {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .RegulatoryWrap .RegulatoryLinks a {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .RegulatoryWrap .RegulatoryLinks a {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .RegulatoryWrap .RegulatoryLinks a {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .RegulatoryWrap .RegulatoryLinks a {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

.RegulatoryWrap .RegulatoryLinks a:first-child {
  margin-top: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .RegulatoryWrap .RegulatoryLinks a {
    width: calc((100% - 0.8rem) / 3);
    min-height: 1.4rem;
    height: auto;
    margin-top: 0.4rem;
    margin-left: 0.4rem;
    padding: 0.2666666667rem 0;
  }

  .RegulatoryWrap .RegulatoryLinks a:first-child {
    margin-top: 0.4rem;
  }

  .RegulatoryWrap .RegulatoryLinks a:nth-child(3n-2) {
    margin-left: 0;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .RegulatoryWrap .RegulatoryLinks a {
    width: calc((100% - 0.8rem) / 3);
    min-height: 1.4rem;
    height: auto;
    margin-top: 0.4rem;
    margin-left: 0.4rem;
    padding: 0.2666666667rem 0;
  }

  .RegulatoryWrap .RegulatoryLinks a:first-child {
    margin-top: 0.4rem;
  }

  .RegulatoryWrap .RegulatoryLinks a:nth-child(3n-2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .RegulatoryWrap .RegulatoryLinks a {
    width: calc((100% - 0.8rem) / 3);
    min-height: 1.4rem;
    height: auto;
    margin-top: 0.4rem;
    margin-left: 0.4rem;
    padding: 0.2666666667rem 0;
  }

  .RegulatoryWrap .RegulatoryLinks a:first-child {
    margin-top: 0.4rem;
  }

  .RegulatoryWrap .RegulatoryLinks a:nth-child(3n-2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 375px) {
  .RegulatoryWrap .RegulatoryLinks a {
    width: calc((100% - 0.8rem) / 3);
    min-height: 1.4rem;
    height: auto;
    margin-top: 0.4rem;
    margin-left: 0.4rem;
    padding: 0.2666666667rem 0;
  }

  .RegulatoryWrap .RegulatoryLinks a:first-child {
    margin-top: 0.4rem;
  }

  .RegulatoryWrap .RegulatoryLinks a:nth-child(3n-2) {
    margin-left: 0;
  }
}

.RegulatoryWrap .RegulatoryLinks a img {
  height: 40px;
  margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .RegulatoryWrap .RegulatoryLinks a img {
    height: 0.8rem;
    margin-bottom: 0.1333333333rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .RegulatoryWrap .RegulatoryLinks a img {
    height: 0.8rem;
    margin-bottom: 0.1333333333rem;
  }
}

@media screen and (max-width: 576px) {
  .RegulatoryWrap .RegulatoryLinks a img {
    height: 0.8rem;
    margin-bottom: 0.1333333333rem;
  }
}

@media screen and (max-width: 375px) {
  .RegulatoryWrap .RegulatoryLinks a img {
    height: 0.8rem;
    margin-bottom: 0.1333333333rem;
  }
}

.zlbSpecial {
  border-top: 6px solid #1492ff;
  height: 227px;
  background: #fff;
  padding: 10px 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlbSpecial {
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlbSpecial {
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  .zlbSpecial {
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .zlbSpecial {
    height: auto;
  }
}

.zlbSpecial .yszqRight,
.zlbSpecial .ztjcfwRight,
.zlbSpecial .bmlqRight {
  line-height: 0.4rem;
  margin-left: 0.6666666667rem;
}

@media (min-width: 576px) and (max-width: 992px) {

  .zlbSpecial .yszqRight,
  .zlbSpecial .ztjcfwRight,
  .zlbSpecial .bmlqRight {
    width: calc(100% - 4rem);
    display: flex;
    line-height: 2;
    flex-wrap: wrap;
    margin-left: 0.5333333333rem !important;
  }
}

@media screen and (max-width: 375px) {

  .zlbSpecial .yszqRight,
  .zlbSpecial .ztjcfwRight,
  .zlbSpecial .bmlqRight {
    width: calc(100% - 4rem);
    display: flex;
    line-height: 2;
    flex-wrap: wrap;
    margin-left: 0.5333333333rem !important;
  }
}

@media screen and (max-width: 576px) {

  .zlbSpecial .yszqRight,
  .zlbSpecial .ztjcfwRight,
  .zlbSpecial .bmlqRight {
    width: calc(100% - 4rem);
    display: flex;
    line-height: 2;
    flex-wrap: wrap;
    margin-left: 0.5333333333rem !important;
  }
}

.zlbSpecial .yszqRight a,
.zlbSpecial .ztjcfwRight a,
.zlbSpecial .bmlqRight a {
  display: block;
  color: #000;
}

.zlbSpecial .yszqRight a,
.zlbSpecial .ztjcfwRight a,
.zlbSpecial .bmlqRight a {
  font-size: 0.24rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {

  .zlbSpecial .yszqRight a,
  .zlbSpecial .ztjcfwRight a,
  .zlbSpecial .bmlqRight a {
    font-size: 0.2933333333rem;
  }
}

@media screen and (max-width: 375px) {

  .zlbSpecial .yszqRight a,
  .zlbSpecial .ztjcfwRight a,
  .zlbSpecial .bmlqRight a {
    font-size: 0.2933333333rem;
  }
}

.old_type .zlbSpecial .yszqRight a,
.old_type .zlbSpecial .ztjcfwRight a,
.old_type .zlbSpecial .bmlqRight a {
  font-size: 0.3466666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {

  .old_type .zlbSpecial .yszqRight a,
  .old_type .zlbSpecial .ztjcfwRight a,
  .old_type .zlbSpecial .bmlqRight a {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 375px) {

  .old_type .zlbSpecial .yszqRight a,
  .old_type .zlbSpecial .ztjcfwRight a,
  .old_type .zlbSpecial .bmlqRight a {
    font-size: 0.4rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {

  .zlbSpecial .yszqRight a,
  .zlbSpecial .ztjcfwRight a,
  .zlbSpecial .bmlqRight a {
    width: 50%;
  }
}

@media screen and (max-width: 576px) {

  .zlbSpecial .yszqRight a,
  .zlbSpecial .ztjcfwRight a,
  .zlbSpecial .bmlqRight a {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {

  .zlbSpecial .yszqRight a,
  .zlbSpecial .ztjcfwRight a,
  .zlbSpecial .bmlqRight a {
    width: 100%;
  }
}

.zlbSpecial .yszqRight a:hover,
.zlbSpecial .ztjcfwRight a:hover,
.zlbSpecial .bmlqRight a:hover {
  color: #1492ff;
}

.zlbSpecial .yszq {
  width: 412px;
}

.zlbSpecial .yszq .yszqLeft {
  padding-left: 0.48rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlbSpecial .yszq .yszqLeft {
    padding-left: 5%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlbSpecial .yszq .yszqLeft {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 576px) {
  .zlbSpecial .yszq .yszqLeft {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 375px) {
  .zlbSpecial .yszq .yszqLeft {
    padding-left: 0rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlbSpecial .yszq {
    width: 28%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlbSpecial .yszq {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .zlbSpecial .yszq {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .zlbSpecial .yszq {
    width: 100%;
  }
}

.zlbSpecial .ztjcfw {
  width: 421px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.zlbSpecial .ztjcfw .ztjcfwLeft {
  padding-left: 0.5333333333rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlbSpecial .ztjcfw .ztjcfwLeft {
    padding-left: 5%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlbSpecial .ztjcfw .ztjcfwLeft {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 576px) {
  .zlbSpecial .ztjcfw .ztjcfwLeft {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 375px) {
  .zlbSpecial .ztjcfw .ztjcfwLeft {
    padding-left: 0rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlbSpecial .ztjcfw {
    width: 36%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlbSpecial .ztjcfw {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .zlbSpecial .ztjcfw {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .zlbSpecial .ztjcfw {
    width: 100%;
  }
}

.zlbSpecial .bmlq {
  width: 367px;
}

.zlbSpecial .bmlq .bmlqRight {
  margin-left: 0.1333333333rem;
}

.zlbSpecial .bmlq .bmlqLeft {
  padding-left: 0.48rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlbSpecial .bmlq .bmlqLeft {
    padding-left: 5%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlbSpecial .bmlq .bmlqLeft {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 576px) {
  .zlbSpecial .bmlq .bmlqLeft {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 375px) {
  .zlbSpecial .bmlq .bmlqLeft {
    padding-left: 0rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlbSpecial .bmlq {
    width: 36%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlbSpecial .bmlq {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .zlbSpecial .bmlq {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .zlbSpecial .bmlq {
    width: 100%;
  }
}

.zlbSpecial .yszq,
.zlbSpecial .ztjcfw,
.zlbSpecial .bmlq {
  padding-top: 17px;
}

.zlbSpecial .yszqLeft,
.zlbSpecial .ztjcfwLeft,
.zlbSpecial .bmlqLeft {
  text-align: center;
  color: #000;
  padding-left: 0.48rem;
  line-height: 0.64rem;
}

.zlbSpecial .yszqLeft,
.zlbSpecial .ztjcfwLeft,
.zlbSpecial .bmlqLeft {
  font-size: 0.2666666667rem;
  font-weight: 600;
}

@media screen and (max-width: 576px) {

  .zlbSpecial .yszqLeft,
  .zlbSpecial .ztjcfwLeft,
  .zlbSpecial .bmlqLeft {
    font-size: 0.32rem;
  }
}

@media screen and (max-width: 375px) {

  .zlbSpecial .yszqLeft,
  .zlbSpecial .ztjcfwLeft,
  .zlbSpecial .bmlqLeft {
    font-size: 0.32rem;
  }
}

.old_type .zlbSpecial .yszqLeft,
.old_type .zlbSpecial .ztjcfwLeft,
.old_type .zlbSpecial .bmlqLeft {
  font-size: 0.3733333333rem;
  font-weight: 600;
}

@media screen and (max-width: 576px) {

  .old_type .zlbSpecial .yszqLeft,
  .old_type .zlbSpecial .ztjcfwLeft,
  .old_type .zlbSpecial .bmlqLeft {
    font-size: 0.4266666667rem;
  }
}

@media screen and (max-width: 375px) {

  .old_type .zlbSpecial .yszqLeft,
  .old_type .zlbSpecial .ztjcfwLeft,
  .old_type .zlbSpecial .bmlqLeft {
    font-size: 0.4266666667rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .zlbSpecial .yszqLeft,
  .zlbSpecial .ztjcfwLeft,
  .zlbSpecial .bmlqLeft {
    padding-left: 5%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {

  .zlbSpecial .yszqLeft,
  .zlbSpecial .ztjcfwLeft,
  .zlbSpecial .bmlqLeft {
    padding-left: 0.0666666667rem;
  }
}

@media screen and (max-width: 576px) {

  .zlbSpecial .yszqLeft,
  .zlbSpecial .ztjcfwLeft,
  .zlbSpecial .bmlqLeft {
    padding-left: 0.0666666667rem;
  }
}

@media screen and (max-width: 375px) {

  .zlbSpecial .yszqLeft,
  .zlbSpecial .ztjcfwLeft,
  .zlbSpecial .bmlqLeft {
    padding-left: 0.0666666667rem;
  }
}

.zlbSpecial .yszqLeft img,
.zlbSpecial .ztjcfwLeft img,
.zlbSpecial .bmlqLeft img {
  height: 120px;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .zlbSpecial .yszqLeft img,
  .zlbSpecial .ztjcfwLeft img,
  .zlbSpecial .bmlqLeft img {
    height: 1.0666666667rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {

  .zlbSpecial .yszqLeft img,
  .zlbSpecial .ztjcfwLeft img,
  .zlbSpecial .bmlqLeft img {
    height: 2.1333333333rem;
  }
}

@media screen and (max-width: 576px) {

  .zlbSpecial .yszqLeft img,
  .zlbSpecial .ztjcfwLeft img,
  .zlbSpecial .bmlqLeft img {
    height: 2.1333333333rem;
  }
}

@media screen and (max-width: 375px) {

  .zlbSpecial .yszqLeft img,
  .zlbSpecial .ztjcfwLeft img,
  .zlbSpecial .bmlqLeft img {
    height: 2.1333333333rem;
  }
}

.zlbSpecial .yszqLeft p a:hover,
.zlbSpecial .ztjcfwLeft p a:hover,
.zlbSpecial .bmlqLeft p a:hover {
  color: #333;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .zlbSpecial .yszq .yszqRight,
  .zlbSpecial .yszq .ztjcfwRight,
  .zlbSpecial .yszq .bmlqRight,
  .zlbSpecial .ztjcfw .yszqRight,
  .zlbSpecial .ztjcfw .ztjcfwRight,
  .zlbSpecial .ztjcfw .bmlqRight,
  .zlbSpecial .bmlq .yszqRight,
  .zlbSpecial .bmlq .ztjcfwRight,
  .zlbSpecial .bmlq .bmlqRight {
    margin-left: 0.4rem;
  }

  .zlbSpecial .yszq .bmlqRight,
  .zlbSpecial .ztjcfw .bmlqRight,
  .zlbSpecial .bmlq .bmlqRight {
    margin-left: 0.1333333333rem;
  }
}

.Services {
  margin-top: 0.4rem;
}

.Services>div {
  width: 585px;
  height: 223px;
  background: #fff;
  padding: 0.4rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .Services>div {
    width: calc(50% - 10px);
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .Services>div {
    width: 100%;
    height: auto;
    position: relative;
  }
}

@media screen and (max-width: 375px) {
  .Services>div {
    width: 100%;
    height: auto;
    position: relative;
  }
}

@media screen and (max-width: 576px) {
  .Services>div {
    width: 100%;
    height: auto;
    position: relative;
  }
}

.Services>div>h2 {
  color: #000;
}

.Services>div>h2 {
  font-size: 0.2666666667rem;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  .Services>div>h2 {
    font-size: 0.32rem;
  }
}

@media screen and (max-width: 375px) {
  .Services>div>h2 {
    font-size: 0.32rem;
  }
}

.old_type .Services>div>h2 {
  font-size: 0.3733333333rem;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  .old_type .Services>div>h2 {
    font-size: 0.4266666667rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .Services>div>h2 {
    font-size: 0.4266666667rem;
  }
}

.grServiceWrap,
.frServiceWrap {
  margin-top: 0.3733333333rem;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .grServiceWrap,
  .frServiceWrap {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 576px) and (max-width: 992px) {

  .grServiceWrap,
  .frServiceWrap {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 576px) {

  .grServiceWrap,
  .frServiceWrap {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 375px) {

  .grServiceWrap,
  .frServiceWrap {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 576px) and (max-width: 992px) {

  .grServiceWrap>img,
  .frServiceWrap>img {
    display: none;
  }
}

@media screen and (max-width: 576px) {

  .grServiceWrap>img,
  .frServiceWrap>img {
    display: none;
  }
}

@media screen and (max-width: 375px) {

  .grServiceWrap>img,
  .frServiceWrap>img {
    display: none;
  }
}

.grList,
.frList {
  width: 365px;
  margin-left: 0.24rem;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .grList,
  .frList {
    width: calc(100% - 1.6666666667rem);
  }
}

@media (min-width: 576px) and (max-width: 992px) {

  .grList,
  .frList {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {

  .grList,
  .frList {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 375px) {

  .grList,
  .frList {
    width: 100%;
    margin-left: 0;
  }
}

.grList>li,
.frList>li {
  float: left;
  padding: 0 0.1333333333rem;
  border-right: 1px solid #000;
  line-height: 0.2133333333rem;
  margin-bottom: 0.2rem;
}

.grList>li,
.frList>li {
  font-size: 0.24rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {

  .grList>li,
  .frList>li {
    font-size: 0.2933333333rem;
  }
}

@media screen and (max-width: 375px) {

  .grList>li,
  .frList>li {
    font-size: 0.2933333333rem;
  }
}

.old_type .grList>li,
.old_type .frList>li {
  font-size: 0.3466666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {

  .old_type .grList>li,
  .old_type .frList>li {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 375px) {

  .old_type .grList>li,
  .old_type .frList>li {
    font-size: 0.4rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {

  .grList>li,
  .frList>li {
    width: 25%;
    border-right: 0;
    line-height: inherit;
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 576px) {

  .grList>li,
  .frList>li {
    width: 25%;
    border-right: 0;
    line-height: inherit;
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 375px) {

  .grList>li,
  .frList>li {
    width: 25%;
    border-right: 0;
    line-height: inherit;
    text-align: center;
    padding: 0;
  }
}

.grList>li img,
.frList>li img {
  display: none;
}

@media (min-width: 576px) and (max-width: 992px) {

  .grList>li img,
  .frList>li img {
    display: block;
    width: 1.0666666667rem;
    margin: auto;
  }
}

@media screen and (max-width: 576px) {

  .grList>li img,
  .frList>li img {
    display: block;
    width: 1.0666666667rem;
    margin: auto;
  }
}

@media screen and (max-width: 375px) {

  .grList>li img,
  .frList>li img {
    display: block;
    width: 1.0666666667rem;
    margin: auto;
  }
}

.grList>li.grListMore,
.grList>li.frListMore,
.frList>li.grListMore,
.frList>li.frListMore {
  border: 0;
}

@media (min-width: 576px) and (max-width: 992px) {

  .grList>li.grListMore,
  .grList>li.frListMore,
  .frList>li.grListMore,
  .frList>li.frListMore {
    position: absolute;
    width: auto;
    top: 0.4rem;
    right: 0.4rem;
  }
}

@media screen and (max-width: 576px) {

  .grList>li.grListMore,
  .grList>li.frListMore,
  .frList>li.grListMore,
  .frList>li.frListMore {
    position: absolute;
    width: auto;
    top: 0.4rem;
    right: 0.4rem;
  }
}

@media screen and (max-width: 375px) {

  .grList>li.grListMore,
  .grList>li.frListMore,
  .frList>li.grListMore,
  .frList>li.frListMore {
    position: absolute;
    width: auto;
    top: 0.4rem;
    right: 0.4rem;
  }
}

.grList>li>a:hover,
.frList>li>a:hover {
  color: #1492ff;
}

.grList>li.grListMore>a,
.grList>li.frListMore>a,
.frList>li.grListMore>a,
.frList>li.frListMore>a {
  color: #1492ff;
}

.frList>li:nth-child(3n) {
  border: 0;
}

.efficiencyOpen {
  width: 100%;
  height: 146px;
  background: #fff;
  margin-top: 0.4rem;
  padding: 0.32rem 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .efficiencyOpen {
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .efficiencyOpen {
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .efficiencyOpen {
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  .efficiencyOpen {
    height: auto;
  }
}

.efficiencyOpen .efficiencyTitle {
  padding-left: 0.4rem;
}

.efficiencyOpen .efficiencyTitle>h2 {
  line-height: 0.2666666667rem;
}

.efficiencyOpen .efficiencyTitle>h2 {
  font-size: 0.2666666667rem;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  .efficiencyOpen .efficiencyTitle>h2 {
    font-size: 0.32rem;
  }
}

@media screen and (max-width: 375px) {
  .efficiencyOpen .efficiencyTitle>h2 {
    font-size: 0.32rem;
  }
}

.old_type .efficiencyOpen .efficiencyTitle>h2 {
  font-size: 0.3733333333rem;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  .old_type .efficiencyOpen .efficiencyTitle>h2 {
    font-size: 0.4266666667rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .efficiencyOpen .efficiencyTitle>h2 {
    font-size: 0.4266666667rem;
  }
}

.efficiencyOpen .efficiencyTitle .xngk-time {
  margin-left: 0.2rem;
}

@media screen and (max-width: 576px) {
  .efficiencyOpen .efficiencyTitle .xngk-time {
    width: 100%;
    margin-top: 0.1333333333rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 375px) {
  .efficiencyOpen .efficiencyTitle .xngk-time {
    width: 100%;
    margin-top: 0.1333333333rem;
    margin-left: 0;
  }
}

.efficiencyOpen .efficiencyMore {
  color: #1492ff;
  margin-right: 0.1333333333rem;
}

.efficiencyOpen .efficiencyMore {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .efficiencyOpen .efficiencyMore {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .efficiencyOpen .efficiencyMore {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .efficiencyOpen .efficiencyMore {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .efficiencyOpen .efficiencyMore {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .efficiencyOpen .efficiencyMore {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

.efficiencyOpen .efficiencyOpenWrap>div {
  height: 63px;
  border-left: 1px solid #dcdcdc;
  margin-top: 0.2133333333rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .efficiencyOpen .efficiencyOpenWrap>div {
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .efficiencyOpen .efficiencyOpenWrap>div {
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .efficiencyOpen .efficiencyOpenWrap>div {
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  .efficiencyOpen .efficiencyOpenWrap>div {
    height: auto;
  }
}

.efficiencyOpen .efficiencyOpenWrap>div:first-child {
  border: 0;
}

.efficiencyOpen .efficiencyOpenWrap>div p {
  color: #000;
  line-height: 0.24rem;
}

.efficiencyOpen .efficiencyOpenWrap>div p {
  font-size: 0.24rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .efficiencyOpen .efficiencyOpenWrap>div p {
    font-size: 0.2933333333rem;
  }
}

@media screen and (max-width: 375px) {
  .efficiencyOpen .efficiencyOpenWrap>div p {
    font-size: 0.2933333333rem;
  }
}

.old_type .efficiencyOpen .efficiencyOpenWrap>div p {
  font-size: 0.3466666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .efficiencyOpen .efficiencyOpenWrap>div p {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .efficiencyOpen .efficiencyOpenWrap>div p {
    font-size: 0.4rem;
  }
}

.efficiencyOpen .efficiencyOpenWrap>div h1 {
  color: #1492ff;
  line-height: 0.5333333333rem;
  margin-top: 0.0666666667rem;
}

.efficiencyOpen .efficiencyOpenWrap>div h1 {
  font-size: 0.5333333333rem;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  .efficiencyOpen .efficiencyOpenWrap>div h1 {
    font-size: 0.5866666667rem;
  }
}

@media screen and (max-width: 375px) {
  .efficiencyOpen .efficiencyOpenWrap>div h1 {
    font-size: 0.5866666667rem;
  }
}

.old_type .efficiencyOpen .efficiencyOpenWrap>div h1 {
  font-size: 0.5866666667rem;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  .old_type .efficiencyOpen .efficiencyOpenWrap>div h1 {
    font-size: 0.64rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .efficiencyOpen .efficiencyOpenWrap>div h1 {
    font-size: 0.64rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .efficiencyOpen .efficiencyOpenWrap>div h1 {
    line-height: 0.6666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .efficiencyOpen .efficiencyOpenWrap>div h1 {
    line-height: 0.6666666667rem;
  }
}

@media screen and (max-width: 576px) {
  .efficiencyOpen .efficiencyOpenWrap>div h1 {
    line-height: 0.6666666667rem;
  }
}

.efficiencyOpen .efficiencyOpenWrap>div.bjl {
  width: 343px;
  padding-left: 0.4rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .efficiencyOpen .efficiencyOpenWrap>div.bjl {
    padding-left: 5%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .efficiencyOpen .efficiencyOpenWrap>div.bjl {
    padding-left: 5%;
  }
}

@media screen and (max-width: 576px) {
  .efficiencyOpen .efficiencyOpenWrap>div.bjl {
    padding-left: 5%;
  }
}

@media screen and (max-width: 375px) {
  .efficiencyOpen .efficiencyOpenWrap>div.bjl {
    padding-left: 5%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .efficiencyOpen .efficiencyOpenWrap>div.bjl {
    width: 35%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .efficiencyOpen .efficiencyOpenWrap>div.bjl {
    width: 45%;
  }
}

@media screen and (max-width: 576px) {
  .efficiencyOpen .efficiencyOpenWrap>div.bjl {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .efficiencyOpen .efficiencyOpenWrap>div.bjl {
    width: 100%;
  }
}

.efficiencyOpen .efficiencyOpenWrap>div.sdcps {
  width: 284px;
  padding-left: 72px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .efficiencyOpen .efficiencyOpenWrap>div.sdcps {
    padding-left: 5%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .efficiencyOpen .efficiencyOpenWrap>div.sdcps {
    padding-left: 5%;
  }
}

@media screen and (max-width: 576px) {
  .efficiencyOpen .efficiencyOpenWrap>div.sdcps {
    padding-left: 5%;
  }
}

@media screen and (max-width: 375px) {
  .efficiencyOpen .efficiencyOpenWrap>div.sdcps {
    padding-left: 5%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .efficiencyOpen .efficiencyOpenWrap>div.sdcps {
    width: 20%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .efficiencyOpen .efficiencyOpenWrap>div.sdcps {
    width: 45%;
  }
}

@media screen and (max-width: 576px) {
  .efficiencyOpen .efficiencyOpenWrap>div.sdcps {
    width: 100%;
    border: 0;
  }
}

@media screen and (max-width: 375px) {
  .efficiencyOpen .efficiencyOpenWrap>div.sdcps {
    width: 100%;
    border: 0;
  }
}

.efficiencyOpen .efficiencyOpenWrap>div.aqzgl {
  width: 260px;
  padding-left: 76px;
}

.efficiencyOpen .efficiencyOpenWrap>div.aqzgl+div {
  width: 140px;
  float: right;
  margin-right: 20px;
  border-left: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .efficiencyOpen .efficiencyOpenWrap>div.aqzgl {
    width: 20%;
    padding-left: 5%;
  }

  .efficiencyOpen .efficiencyOpenWrap>div.aqzgl+div {
    width: 20%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .efficiencyOpen .efficiencyOpenWrap>div.aqzgl {
    width: 62%;
    padding-left: 5%;
  }

  .efficiencyOpen .efficiencyOpenWrap>div.aqzgl+div {
    width: 30%;
  }
}

@media screen and (max-width: 375px) {
  .efficiencyOpen .efficiencyOpenWrap>div.aqzgl {
    width: 62%;
    padding-left: 5%;
  }

  .efficiencyOpen .efficiencyOpenWrap>div.aqzgl+div {
    width: 30%;
  }
}

@media screen and (max-width: 576px) {
  .efficiencyOpen .efficiencyOpenWrap>div.aqzgl {
    width: 62%;
    padding-left: 5%;
  }

  .efficiencyOpen .efficiencyOpenWrap>div.aqzgl+div {
    width: 30%;
  }
}

.zldRotation,
.zldRotation-container {
  height: 425px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .zldRotation,
  .zldRotation-container {
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {

  .zldRotation,
  .zldRotation-container {
    height: auto;
  }
}

@media screen and (max-width: 576px) {

  .zldRotation,
  .zldRotation-container {
    height: auto;
  }
}

@media screen and (max-width: 375px) {

  .zldRotation,
  .zldRotation-container {
    height: auto;
  }
}

.zldRotation a img,
.zldRotation-container a img {
  width: 1200px;
  height: 425px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .zldRotation a img,
  .zldRotation-container a img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {

  .zldRotation a img,
  .zldRotation-container a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {

  .zldRotation a img,
  .zldRotation-container a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 375px) {

  .zldRotation a img,
  .zldRotation-container a img {
    width: 100%;
    height: auto;
  }
}

.zldRotation a img:hover,
.zldRotation-container a img:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.zld-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
  z-index: 9;
}

.zld-pagination .swiper-pagination-bullet,
.zld-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 0.4rem;
  height: 5px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 3px;
  cursor: pointer;
  border-radius: 0;
  opacity: 1;
}

.zld-pagination .swiper-pagination-bullet-active,
.zld-pagination .swiper-active-switch {
  background: #fff;
}

.zldRotationWrap {
  margin-top: 0.5333333333rem;
  height: 240px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zldRotationWrap {
    height: auto;
    display: flex;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zldRotationWrap {
    height: auto;
    display: flex;
  }
}

@media screen and (max-width: 576px) {
  .zldRotationWrap {
    height: auto;
    display: flex;
  }
}

@media screen and (max-width: 375px) {
  .zldRotationWrap {
    height: auto;
    display: flex;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zldRotationWrap {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 375px) {
  .zldRotationWrap {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .zldRotationWrap {
    display: flex;
    flex-wrap: wrap;
  }
}

.zldRotationWrap>div {
  width: 278px;
  height: 240px;
  margin-left: 29px;
}

.zldRotationWrap>div:first-child {
  margin-left: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zldRotationWrap>div {
    width: calc(100% - 1.2rem / 4);
    height: auto;
    background-position: bottom right;
    background: #f0f0f0;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zldRotationWrap>div {
    width: calc(50% - 15px);
    height: auto;
    background: #f0f0f0;
    margin-left: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .zldRotationWrap>div:nth-child(2n-1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 375px) {
  .zldRotationWrap>div {
    width: calc(50% - 15px);
    height: auto;
    background: #f0f0f0;
    margin-left: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .zldRotationWrap>div:nth-child(2n-1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .zldRotationWrap>div {
    width: calc(50% - 15px);
    height: auto;
    background: #f0f0f0;
    margin-left: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .zldRotationWrap>div:nth-child(2n-1) {
    margin-left: 0;
  }
}

.zldRotationWrap>div .TopsTitle {
  height: 102px;
  border-left: 6px solid #1492ff;
  padding: 0.2133333333rem 0.4rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zldRotationWrap>div .TopsTitle {
    height: auto;
    background: #fff !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zldRotationWrap>div .TopsTitle {
    height: auto;
    background: #fff !important;
  }
}

@media screen and (max-width: 576px) {
  .zldRotationWrap>div .TopsTitle {
    height: auto;
    background: #fff !important;
  }
}

@media screen and (max-width: 375px) {
  .zldRotationWrap>div .TopsTitle {
    height: auto;
    background: #fff !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zldRotationWrap>div .TopsTitle {
    padding: 0.2133333333rem;
  }
}

@media screen and (max-width: 576px) {
  .zldRotationWrap>div .TopsTitle {
    padding: 0.2133333333rem;
  }
}

@media screen and (max-width: 375px) {
  .zldRotationWrap>div .TopsTitle {
    padding: 0.2133333333rem;
  }
}

@media screen and (max-width: 430px) {
  .zldRotationWrap>div .TopsTitle {
    min-height: 1.7333333333rem;
  }
}

.zldRotationWrap>div.zddc .TopsTitle {
  background: #fff url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/css_sprites.png) 130px -1731px no-repeat;
}

.zldRotationWrap>div.jxgl .TopsTitle {
  background: #fff url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/css_sprites.png) 130px -1981px no-repeat;
}

.zldRotationWrap>div.zckj .TopsTitle {
  background: #fff url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/css_sprites.png) 130px -1853px no-repeat;
}

.zldRotationWrap>div.msdt .TopsTitle {
  background: #fff url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/css_sprites.png) 130px -2109px no-repeat;
}

.zldRotationWrap>div .TopsTitle>h2 {
  color: #000;
}

.zldRotationWrap>div .TopsTitle>h2 {
  font-size: 0.2666666667rem;
  line-height: 0.3733333333rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zldRotationWrap>div .TopsTitle>h2 {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}

@media screen and (max-width: 375px) {
  .zldRotationWrap>div .TopsTitle>h2 {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}

.old_type .zldRotationWrap>div .TopsTitle>h2 {
  font-size: 0.3733333333rem;
  line-height: 0.4533333333rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zldRotationWrap>div .TopsTitle>h2 {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zldRotationWrap>div .TopsTitle>h2 {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}

.zldRotationWrap>div .TopsTitle>p {
  color: #666;
  margin-top: 4px;
}

.zldRotationWrap>div .TopsTitle>p {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zldRotationWrap>div .TopsTitle>p {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .zldRotationWrap>div .TopsTitle>p {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .zldRotationWrap>div .TopsTitle>p {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zldRotationWrap>div .TopsTitle>p {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zldRotationWrap>div .TopsTitle>p {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

.zldRotationWrap>div .dcList {
  height: 138px;
  background: #f0f0f0;
  padding-left: 0.3466666667rem;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zldRotationWrap>div .dcList {
    height: auto;
    padding-bottom: 0.2666666667rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zldRotationWrap>div .dcList {
    height: auto;
    padding-bottom: 0.2666666667rem;
  }
}

@media screen and (max-width: 576px) {
  .zldRotationWrap>div .dcList {
    height: auto;
    padding-bottom: 0.2666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .zldRotationWrap>div .dcList {
    height: auto;
    padding-bottom: 0.2666666667rem;
  }
}

.zldRotationWrap>div .dcList a {
  display: block;
  color: #000;
  margin-top: 0.2rem;
}

.zldRotationWrap>div .dcList a {
  font-size: 0.24rem;
  line-height: 0.3466666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zldRotationWrap>div .dcList a {
    font-size: 0.2933333333rem;
    line-height: 0.4266666667rem;
  }
}

@media screen and (max-width: 375px) {
  .zldRotationWrap>div .dcList a {
    font-size: 0.2933333333rem;
    line-height: 0.4266666667rem;
  }
}

.old_type .zldRotationWrap>div .dcList a {
  font-size: 0.3466666667rem;
  line-height: 0.4266666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zldRotationWrap>div .dcList a {
    font-size: 0.4rem;
    line-height: 0.5066666667rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zldRotationWrap>div .dcList a {
    font-size: 0.4rem;
    line-height: 0.5066666667rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zldRotationWrap>div .dcList a {
    margin-top: 0.2666666667rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zldRotationWrap>div .dcList a {
    margin-top: 0.2666666667rem;
  }
}

@media screen and (max-width: 576px) {
  .zldRotationWrap>div .dcList a {
    margin-top: 0.2666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .zldRotationWrap>div .dcList a {
    margin-top: 0.2666666667rem;
  }
}

.zldRotationWrap>div .dcList a:hover {
  color: #1492ff;
}

.zldRotationWrap>div .dcList a em {
  display: inline-block;
  font-style: normal;
  width: 11px;
  height: 11px;
  background: #1492ff;
  margin-right: 20px;
  vertical-align: 1px;
}

.zldRotationWrap>div.msdt .msdtList a {
  float: left;
  margin-right: 20px;
}

.zldRotationWrap>div.msdt .msdtList a:hover {
  color: #1492ff;
}

.Special_column {
  height: auto;
  background: #fff;
}

.Special_columnWrap {
  padding-top: 40px;
  position: relative;
}

.Special_columnList {
  padding-top: 20px;
  height: auto;
  overflow: hidden;
}

.Special_columnList .Special_columnItem {
  width: 281px;
  height: 183px;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  margin-left: 9px;
  margin-bottom: 64px;
}

.Special_columnList .Special_columnItem.xksh {
  background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/xksh.png) center no-repeat;
}

.Special_columnList .Special_columnItem.xxgkbg {
  background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/xxgkbg.png) center no-repeat;
}

.Special_columnList .Special_columnItem.yqfk {
  background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/yqfk.png) center no-repeat;
}

.Special_columnList .Special_columnItem.jobs {
  background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/jobs.png) center no-repeat;
}

.Special_columnList .Special_columnItem>img {
  width: 281px;
  height: 183px;
  transition: all 0.4s ease-in-out 0s;
}

.Special_columnList .Special_columnItem>img:hover {
  transform: scale(1.1);
}

.Special_columnList .Special_columnItem>a {
  display: block;
  width: 243px;
  height: 80px;
  background: #fff;
  border-bottom: 5px solid #1492ff;
  position: absolute;
  bottom: -64px;
  z-index: 2;
  left: 19px;
  padding: 9px 21px 0;
  font-size: 20px;
  line-height: 0.4rem;
}

.Special_columnList .Special_columnItem>a>p {
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.Special_columnList .Special_columnItem>a:hover p {
  color: #1492ff;
}

.Special_columnList .swiper-slide:first-child .Special_columnItem {
  margin-left: 0;
}

.titleWrap>a {
  float: right;
  color: #999;
  margin-top: 3px;
  margin-right: 10px;
}

.titleWrap>a {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .titleWrap>a {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .titleWrap>a {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .titleWrap>a {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .titleWrap>a {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .titleWrap>a {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

.titleWrap>a:hover {
  color: #1492ff;
}

.regulateinfo-l-title {
  height: 0.5333333333rem;
  padding: 0.4rem;
  margin-bottom: 0.2666666667rem;
}

.regulateinfo-l-title h4 {
  font-family: "微软雅黑";
  float: left;
}

.regulateinfo-l-title h4 {
  font-size: 0.2666666667rem;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  .regulateinfo-l-title h4 {
    font-size: 0.32rem;
  }
}

@media screen and (max-width: 375px) {
  .regulateinfo-l-title h4 {
    font-size: 0.32rem;
  }
}

.old_type .regulateinfo-l-title h4 {
  font-size: 0.3733333333rem;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  .old_type .regulateinfo-l-title h4 {
    font-size: 0.4266666667rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .regulateinfo-l-title h4 {
    font-size: 0.4266666667rem;
  }
}

.regulateinfo-l-title a,
.regulateinfo-l-title .publicdata-l-title a {
  float: right;
  width: 0.3733333333rem;
  height: 0.5333333333rem;
  background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/hd-more.png) no-repeat center 10px;
}

.monthCard {
  overflow: hidden;
}

.monthCard .ydkp {
  background-color: #fff;
}

.monthCard .mssj {
  height: 1.7733333333rem;
}

.monthCard ul {
  overflow: hidden;
}

.monthCard ul li {
  padding: 0.24rem 0.2666666667rem;
  border-bottom: 1px dashed #ccc;
}

.monthCard ul li:last-child {
  border-bottom: none;
}

.monthCard ul li a {
  display: block;
  line-height: 0.4rem;
  min-height: 0.4rem;
  color: #333;
  overflow: hidden;
}

.monthCard ul li a {
  font-size: 0.24rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .monthCard ul li a {
    font-size: 0.2933333333rem;
  }
}

@media screen and (max-width: 375px) {
  .monthCard ul li a {
    font-size: 0.2933333333rem;
  }
}

.old_type .monthCard ul li a {
  font-size: 0.3466666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .monthCard ul li a {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .monthCard ul li a {
    font-size: 0.4rem;
  }
}

.monthCard ul li a p {
  float: left;
  min-height: 0.4rem;
}

.monthCard ul li a span {
  float: right;
  color: #999;
}

.monthCard ul li a span.titles {
  float: left;
  color: #333;
}

.monthCard ul li a span.titles:hover {
  color: #1492ff;
}

.zcwj-con-tit {
  overflow: hidden;
  margin-bottom: 0.2666666667rem;
}

.zcwj-con-tit .zcwj-con-title {
  float: left;
}

.zcwj-con-tit .zcwj-con-title li {
  float: left;
}

.zcwj-con-tit .zcwj-con-title li a {
  display: block;
  padding: 0 0.24rem;
}

.zcwj-con-tit .zcwj-con-title li a span {
  display: block;
  height: auto;
  line-height: 0.36rem;
}

.zcwj-con-tit .zcwj-con-title li:first-child a {
  padding: 0 0.24rem 0 0;
}

.zcwj-con-tit .zcwj-con-title li.active a span {
  font-weight: bold;
  color: #1492ff;
}

.zcwj-con-tit .zcwj-con-title .zcwj-list-line {
  float: left;
  width: 3px;
  height: 0.3333333333rem;
  background: #666;
}

.two-box-wrap {
  overflow: hidden;
}

.two-box-wrap>div {
  display: none;
}

.two-box-wrap>div.active {
  display: block;
}

.zlkContentItem2 .RegulatoryInfo>h1 {
  line-height: 0.32rem;
  height: 0.5333333333rem;
}

.important-open .titleWrap>h1,
.important-open .Special_column .titleWrap>h1 {
  float: left;
  line-height: 0.36rem;
}

.important-open .titleWrap>h1,
.important-open .Special_column .titleWrap>h1 {
  font-size: 0.2933333333rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {

  .important-open .titleWrap>h1,
  .important-open .Special_column .titleWrap>h1 {
    font-size: 0.3466666667rem;
  }
}

@media screen and (max-width: 375px) {

  .important-open .titleWrap>h1,
  .important-open .Special_column .titleWrap>h1 {
    font-size: 0.3466666667rem;
  }
}

.old_type .important-open .titleWrap>h1,
.old_type .important-open .Special_column .titleWrap>h1 {
  font-size: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {

  .old_type .important-open .titleWrap>h1,
  .old_type .important-open .Special_column .titleWrap>h1 {
    font-size: 0.4533333333rem;
  }
}

@media screen and (max-width: 375px) {

  .old_type .important-open .titleWrap>h1,
  .old_type .important-open .Special_column .titleWrap>h1 {
    font-size: 0.4533333333rem;
  }
}

.important-open .box-wrap {
  margin-top: 0.5333333333rem;
}

.important-open-list {
  width: 1200px;
  height: auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .important-open-list {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .important-open-list {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .important-open-list {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .important-open-list {
    width: 100%;
  }
}

.important-open-list {
  margin-top: 0.2666666667rem;
}

.important-open-list ul {
  display: flex;
  flex-wrap: wrap;
  overflow: inherit;
}

.important-open-list ul li {
  float: left;
  width: calc((100% - 1.0666666667rem) / 5);
  min-height: 0.8rem;
  background: #f6f6f6;
  position: relative;
  margin-bottom: 0.2rem;
  margin-right: 0.2666666667rem;
}

.important-open-list ul li:nth-child(5n) {
  margin-right: 0;
}

.important-open-list ul li:hover {
  background: linear-gradient(180deg, #d6ecff 0%, #f4faff 100%);
  transform: scale3d(1.05, 1.05, 1.05);
}

.important-open-list ul li:hover a span {
  color: #1492ff;
}

.old_type .important-open-list ul li {
  width: calc((100% - 0.5333333333rem) / 3);
}

.old_type .important-open-list ul li:nth-child(5n) {
  margin-right: 0.2666666667rem;
}

.old_type .important-open-list ul li:nth-child(3n) {
  margin-right: 0rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .important-open-list ul li {
    width: calc((100% - 1.0666666667rem) / 5);
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .important-open-list ul li {
    width: calc((100% - 0.5333333333rem) / 3);
  }

  .important-open-list ul li:nth-child(5n) {
    margin-right: 0.2666666667rem;
  }

  .important-open-list ul li:nth-child(3n) {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 576px) {
  .important-open-list ul li {
    width: calc((100% - 0.5333333333rem) / 3);
  }

  .important-open-list ul li:nth-child(5n) {
    margin-right: 0.2666666667rem;
  }

  .important-open-list ul li:nth-child(3n) {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 375px) {
  .important-open-list ul li {
    width: calc((100% - 0.5333333333rem) / 3);
  }

  .important-open-list ul li:nth-child(5n) {
    margin-right: 0.2666666667rem;
  }

  .important-open-list ul li:nth-child(3n) {
    margin-right: 0rem;
  }
}

.important-open-list ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  border: 0;
}

@media (min-width: 576px) and (max-width: 992px) {
  .important-open-list ul li a {
    flex-wrap: wrap;
    padding: 0.2666666667rem 0px;
    justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  .important-open-list ul li a {
    flex-wrap: wrap;
    padding: 0.2666666667rem 0px;
    justify-content: center;
  }
}

@media screen and (max-width: 375px) {
  .important-open-list ul li a {
    flex-wrap: wrap;
    padding: 0.2666666667rem 0px;
    justify-content: center;
  }
}

.important-open-list ul li a img {
  display: block;
  width: auto;
  margin: 0 auto;
  height: 0.4333333333rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .important-open-list ul li a img {
    height: 0.3333333333rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .important-open-list ul li a img {
    height: 0.8rem;
  }
}

@media screen and (max-width: 576px) {
  .important-open-list ul li a img {
    height: 0.8rem;
  }
}

@media screen and (max-width: 375px) {
  .important-open-list ul li a img {
    height: 0.8rem;
  }
}

.important-open-list ul li a div {
  width: 0.8666666667rem;
  height: auto;
  flex: 0 0 auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .important-open-list ul li a div {
    width: auto;
    padding: 0 0.1333333333rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .important-open-list ul li a div {
    width: 100%;
    margin-bottom: 0.1333333333rem;
  }
}

@media screen and (max-width: 576px) {
  .important-open-list ul li a div {
    width: 100%;
    margin-bottom: 0.1333333333rem;
  }
}

@media screen and (max-width: 375px) {
  .important-open-list ul li a div {
    width: 100%;
    margin-bottom: 0.1333333333rem;
  }
}

.important-open-list ul li a span {
  display: block;
  text-align: center;
  width: auto;
  height: auto;
  color: #333;
}

.important-open-list ul li a span {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .important-open-list ul li a span {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .important-open-list ul li a span {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .important-open-list ul li a span {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .important-open-list ul li a span {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .important-open-list ul li a span {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .important-open-list ul li a span {
    font-size: 0.1866666667rem;
    line-height: 0.2933333333rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 576px) {
  .important-open-list ul li a span {
    font-size: 0.24rem;
    line-height: 0.3733333333rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 375px) {
  .important-open-list ul li a span {
    font-size: 0.24rem;
    line-height: 0.3733333333rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .old_type .important-open-list ul li a span {
    font-size: 0.2933333333rem;
    line-height: 0.3733333333rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 576px) {
  .old_type .important-open-list ul li a span {
    font-size: 0.3466666667rem;
    line-height: 0.4533333333rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 375px) {
  .old_type .important-open-list ul li a span {
    font-size: 0.3466666667rem;
    line-height: 0.4533333333rem;
  }
}

.special-col-img {
  width: 1200px;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .special-col-img {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .special-col-img {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .special-col-img {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .special-col-img {
    width: 100%;
  }
}

.special-col-img a {
  float: left;
  width: 277px;
  height: 155px;
  margin-right: 0.4rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .special-col-img a {
    width: calc((100% - 1.0666666667rem) / 4);
    height: auto;
    margin-right: 0.2666666667rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .special-col-img a {
    width: calc((100% - 0.2666666667rem) / 2);
    height: auto;
    margin-right: 0.2666666667rem;
    margin-bottom: 0.2666666667rem;
  }

  .special-col-img a:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 375px) {
  .special-col-img a {
    width: calc((100% - 0.2666666667rem) / 2);
    height: auto;
    margin-right: 0.2666666667rem;
    margin-bottom: 0.2666666667rem;
  }

  .special-col-img a:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 576px) {
  .special-col-img a {
    width: calc((100% - 0.2666666667rem) / 2);
    height: auto;
    margin-right: 0.2666666667rem;
    margin-bottom: 0.2666666667rem;
  }

  .special-col-img a:nth-child(2) {
    margin-right: 0;
  }
}

.special-col-img a img {
  display: block;
  width: 100%;
  height: auto;
}

.special-col-img a:nth-child(4) {
  margin-right: 0;
}

.special-col-list {
  overflow: hidden;
  padding-bottom: 0.5333333333rem;
}

@media (min-width: 576px) and (max-width: 992px) {
  .special-col-list {
    padding-top: 0px;
  }
}

@media screen and (max-width: 375px) {
  .special-col-list {
    padding-top: 0px;
  }
}

@media screen and (max-width: 576px) {
  .special-col-list {
    padding-top: 0px;
  }
}

.special-col-list ul {
  width: 399px;
  min-height: 100px;
  height: auto;
  overflow: hidden;
  margin-top: 0.4rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .special-col-list ul {
    width: 33%;
    min-height: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .special-col-list ul {
    width: 100%;
    min-height: auto;
    margin-top: 0;
  }
}

@media screen and (max-width: 375px) {
  .special-col-list ul {
    width: 100%;
    min-height: auto;
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .special-col-list ul {
    width: 100%;
    min-height: auto;
    margin-top: 0;
  }
}

.special-col-list ul li {
  margin-bottom: 0.2666666667rem;
}

@media (min-width: 576px) and (max-width: 992px) {
  .special-col-list ul li {
    margin-bottom: 0.1333333333rem;
  }
}

@media screen and (max-width: 375px) {
  .special-col-list ul li {
    margin-bottom: 0.1333333333rem;
  }
}

@media screen and (max-width: 576px) {
  .special-col-list ul li {
    margin-bottom: 0.1333333333rem;
  }
}

.special-col-list ul li a {
  max-width: 90%;
  height: auto;
  min-height: 18px;
  line-height: 18px;
  display: block;
}

.special-col-list ul li a p {
  max-width: 100%;
  line-height: 1;
  color: #333;
  padding-left: 0.1333333333rem;
  background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/zt-list-dot.png) no-repeat left 50%;
}

.special-col-list ul li a p {
  font-size: 0.2133333333rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {
  .special-col-list ul li a p {
    font-size: 0.2666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .special-col-list ul li a p {
    font-size: 0.2666666667rem;
  }
}

.old_type .special-col-list ul li a p {
  font-size: 0.32rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {
  .old_type .special-col-list ul li a p {
    font-size: 0.3733333333rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .special-col-list ul li a p {
    font-size: 0.3733333333rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .special-col-list ul li a p {
    line-height: 1.5;
  }

  .special-col-list ul li a p {
    font-size: 0.24rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 576px) {
  .special-col-list ul li a p {
    font-size: 0.2933333333rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 375px) {
  .special-col-list ul li a p {
    font-size: 0.2933333333rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .old_type .special-col-list ul li a p {
    font-size: 0.3466666667rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 576px) {
  .old_type .special-col-list ul li a p {
    font-size: 0.4rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 375px) {
  .old_type .special-col-list ul li a p {
    font-size: 0.4rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .special-col-list ul li a p {
    line-height: 1.5;
  }

  .special-col-list ul li a p {
    font-size: 0.24rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) and (max-width: 576px) {
  .special-col-list ul li a p {
    font-size: 0.2933333333rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) and (max-width: 375px) {
  .special-col-list ul li a p {
    font-size: 0.2933333333rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .old_type .special-col-list ul li a p {
    font-size: 0.3466666667rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) and (max-width: 576px) {
  .old_type .special-col-list ul li a p {
    font-size: 0.4rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) and (max-width: 375px) {
  .old_type .special-col-list ul li a p {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .special-col-list ul li a p {
    line-height: 2;
  }

  .special-col-list ul li a p {
    font-size: 0.2933333333rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 375px) and (max-width: 576px) {
  .special-col-list ul li a p {
    font-size: 0.3466666667rem;
  }
}

@media screen and (max-width: 375px) and (max-width: 375px) {
  .special-col-list ul li a p {
    font-size: 0.3466666667rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .special-col-list ul li a p {
    font-size: 0.4rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 375px) and (max-width: 576px) {
  .old_type .special-col-list ul li a p {
    font-size: 0.4533333333rem;
  }
}

@media screen and (max-width: 375px) and (max-width: 375px) {
  .old_type .special-col-list ul li a p {
    font-size: 0.4533333333rem;
  }
}

@media screen and (max-width: 576px) {
  .special-col-list ul li a p {
    line-height: 2;
  }

  .special-col-list ul li a p {
    font-size: 0.2933333333rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 576px) and (max-width: 576px) {
  .special-col-list ul li a p {
    font-size: 0.3466666667rem;
  }
}

@media screen and (max-width: 576px) and (max-width: 375px) {
  .special-col-list ul li a p {
    font-size: 0.3466666667rem;
  }
}

@media screen and (max-width: 576px) {
  .old_type .special-col-list ul li a p {
    font-size: 0.4rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 576px) and (max-width: 576px) {
  .old_type .special-col-list ul li a p {
    font-size: 0.4533333333rem;
  }
}

@media screen and (max-width: 576px) and (max-width: 375px) {
  .old_type .special-col-list ul li a p {
    font-size: 0.4533333333rem;
  }
}

.special-col-list ul li a p:hover {
  color: #1496ff;
}

.special-col-list ul li a span {
  float: right;
  color: #999;
}

.special-col-list ul li a span {
  font-size: 0.1866666667rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {
  .special-col-list ul li a span {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 375px) {
  .special-col-list ul li a span {
    font-size: 0.24rem;
  }
}

.old_type .special-col-list ul li a span {
  font-size: 0.2933333333rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {
  .old_type .special-col-list ul li a span {
    font-size: 0.3466666667rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .special-col-list ul li a span {
    font-size: 0.3466666667rem;
  }
}

/* 240515修改浙里问样式以及结构 */
/*
 *新闻发布会 政策吹风会 征集调查 民呼我为
*/
.zlw_item {
  width: 585px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlw_item {
    width: calc(50% - 15px);
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlw_item {
    width: 100%;
  }

  .zlw_item:nth-child(1) {
    margin-bottom: 0.2666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .zlw_item {
    width: 100%;
  }

  .zlw_item:nth-child(1) {
    margin-bottom: 0.2666666667rem;
  }
}

@media screen and (max-width: 576px) {
  .zlw_item {
    width: 100%;
  }

  .zlw_item:nth-child(1) {
    margin-bottom: 0.2666666667rem;
  }
}

.zlwItemWrap {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlwItemWrap {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 375px) {
  .zlwItemWrap {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .zlwItemWrap {
    flex-wrap: wrap;
  }
}

.zlwItemWrap2 {
  margin-top: 40px;
}

.zlw_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.zlw_title a.title {
  font-size: 0.32rem;
  line-height: 0.4533333333rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {
  .zlw_title a.title {
    font-size: 0.3733333333rem;
    line-height: 0.5333333333rem;
  }
}

@media screen and (max-width: 375px) {
  .zlw_title a.title {
    font-size: 0.3733333333rem;
    line-height: 0.5333333333rem;
  }
}

.old_type .zlw_title a.title {
  font-size: 0.4266666667rem;
  line-height: 0.5066666667rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {
  .old_type .zlw_title a.title {
    font-size: 0.48rem;
    line-height: 0.5866666667rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlw_title a.title {
    font-size: 0.48rem;
    line-height: 0.5866666667rem;
  }
}

.zlw_title a.more {
  color: #999;
}

.zlw_title a.more {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zlw_title a.more {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .zlw_title a.more {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .zlw_title a.more {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zlw_title a.more {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlw_title a.more {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

.zlw_title a.more:hover {
  color: #1492ff;
}

.zlw_list1 {
  padding: 20px;
  background: #fff;
  box-shadow: 0 3px 18px #0000000d;
}

.zlw_list1 a {
  display: flex;
  flex-wrap: wrap;
}

.zlw_list1 img,
.zlw_list1 video,
.zlw_list1 iframe {
  width: 545px;
  height: 4.1333333333rem;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .zlw_list1 img,
  .zlw_list1 video,
  .zlw_list1 iframe {
    width: 100%;
    height: 26vw;
  }
}

@media (min-width: 576px) and (max-width: 992px) {

  .zlw_list1 img,
  .zlw_list1 video,
  .zlw_list1 iframe {
    width: 100%;
    height: 50vw;
  }
}

@media screen and (max-width: 375px) {

  .zlw_list1 img,
  .zlw_list1 video,
  .zlw_list1 iframe {
    width: 100%;
    height: 50vw;
  }
}

@media screen and (max-width: 576px) {

  .zlw_list1 img,
  .zlw_list1 video,
  .zlw_list1 iframe {
    width: 100%;
    height: 50vw;
  }
}

.zlw_list1_title {
  width: 100%;
  font-family: "PingFang SC Bold";
  line-height: 0.5333333333rem;
  text-align: left;
  color: #333;
  margin-top: 0.1333333333rem;
}

.zlw_list1_title {
  font-size: 0.2666666667rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {
  .zlw_list1_title {
    font-size: 0.32rem;
  }
}

@media screen and (max-width: 375px) {
  .zlw_list1_title {
    font-size: 0.32rem;
  }
}

.old_type .zlw_list1_title {
  font-size: 0.3733333333rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {
  .old_type .zlw_list1_title {
    font-size: 0.4266666667rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlw_list1_title {
    font-size: 0.4266666667rem;
  }
}

.zlw_list1_txt {
  line-height: 0.4266666667rem;
  text-align: left;
  color: #999;
}

.zlw_list1_txt {
  font-size: 0.2133333333rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {
  .zlw_list1_txt {
    font-size: 0.2666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .zlw_list1_txt {
    font-size: 0.2666666667rem;
  }
}

.old_type .zlw_list1_txt {
  font-size: 0.32rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {
  .old_type .zlw_list1_txt {
    font-size: 0.3733333333rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlw_list1_txt {
    font-size: 0.3733333333rem;
  }
}

.zlw_list2 {
  background: #fff;
  box-shadow: 0 3px 18px #0000000a;
  padding: 15px 20px;
}

.zlw_list2 a {
  display: block;
  color: #333333;
  line-height: 34px;
}

.zlw_list2 a {
  font-size: 0.2133333333rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {
  .zlw_list2 a {
    font-size: 0.2666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .zlw_list2 a {
    font-size: 0.2666666667rem;
  }
}

.old_type .zlw_list2 a {
  font-size: 0.32rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {
  .old_type .zlw_list2 a {
    font-size: 0.3733333333rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlw_list2 a {
    font-size: 0.3733333333rem;
  }
}

.zlw_list2 a span {
  color: #1492ff;
}

/* 241231修改pc样式 */
.MoreBtns {
  display: none;
}

.jgxx-more {
  float: right;
  color: #1492ff;
  font-weight: bold;
  line-height: 0.4rem;
}

.jgxx-more {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .jgxx-more {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .jgxx-more {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .jgxx-more {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .jgxx-more {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .jgxx-more {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

.ztzl-r {
  width: 95%;
  margin: 0 auto;
}

.ztzl-r ul li {
  float: left;
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
  width: 49%;
}

.ztzl-r ul li a {
  display: block;
}

.ztzl-r ul li a img {
  width: 100%;
}

.ztzl-r ul li:nth-child(2),
.ztzl-r ul li:nth-child(4) {
  margin-right: 0;
}

.zcwj-con-tit .zcwj-con-title li a span,
.ggandjg-title {
  line-height: 0.36rem;
  height: auto;
}

.zcwj-con-tit .zcwj-con-title li a span,
.ggandjg-title {
  font-size: 0.2933333333rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {

  .zcwj-con-tit .zcwj-con-title li a span,
  .ggandjg-title {
    font-size: 0.3466666667rem;
  }
}

@media screen and (max-width: 375px) {

  .zcwj-con-tit .zcwj-con-title li a span,
  .ggandjg-title {
    font-size: 0.3466666667rem;
  }
}

.old_type .zcwj-con-tit .zcwj-con-title li a span,
.old_type .ggandjg-title {
  font-size: 0.4rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {

  .old_type .zcwj-con-tit .zcwj-con-title li a span,
  .old_type .ggandjg-title {
    font-size: 0.4533333333rem;
  }
}

@media screen and (max-width: 375px) {

  .old_type .zcwj-con-tit .zcwj-con-title li a span,
  .old_type .ggandjg-title {
    font-size: 0.4533333333rem;
  }
}

.ggandjg-title {
  font-weight: bold;
}

.ggandjg-title,
.important-open .titleWrap>h1,
.Special_column .titleWrap>h1 {
  padding-left: 14px;
  position: relative;
}

.ggandjg-title::before,
.important-open .titleWrap>h1::before,
.Special_column .titleWrap>h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  background: #1492ff;
  border-radius: 2px;
}

.regulateinfo-l-title a {
  color: #999 !important;
  margin-right: 0px !important;
  margin-top: 4px !important;
  height: auto;
}

.regulateinfo-l-title a:hover {
  color: #1492ff !important;
}

.zcjd-list li .tab-pal-top,
.ts-list li .tab-pal-top {
  width: 100%;
  height: auto;
  padding: 8px 0;
  box-shadow: 0 0 15px rgba(20, 146, 255, 0.2);
}

.zcjd-list li .tab-pal-top p,
.ts-list li .tab-pal-top p {
  overflow: hidden;
  padding: 0 25px;
}

.zcjd-list li .tab-pal-top p>a,
.ts-list li .tab-pal-top p>a {
  float: left;
  width: 630px;
  height: auto;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.4666666667rem;
  min-height: 0.9333333333rem;
}

.zcjd-list li .tab-pal-top p>a,
.ts-list li .tab-pal-top p>a {
  font-size: 0.24rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {

  .zcjd-list li .tab-pal-top p>a,
  .ts-list li .tab-pal-top p>a {
    font-size: 0.2933333333rem;
  }
}

@media screen and (max-width: 375px) {

  .zcjd-list li .tab-pal-top p>a,
  .ts-list li .tab-pal-top p>a {
    font-size: 0.2933333333rem;
  }
}

.old_type .zcjd-list li .tab-pal-top p>a,
.old_type .ts-list li .tab-pal-top p>a {
  font-size: 0.3466666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {

  .old_type .zcjd-list li .tab-pal-top p>a,
  .old_type .ts-list li .tab-pal-top p>a {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 375px) {

  .old_type .zcjd-list li .tab-pal-top p>a,
  .old_type .ts-list li .tab-pal-top p>a {
    font-size: 0.4rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .zcjd-list li .tab-pal-top p>a,
  .ts-list li .tab-pal-top p>a {
    width: 80%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {

  .zcjd-list li .tab-pal-top p>a,
  .ts-list li .tab-pal-top p>a {
    width: 70%;
  }
}

@media screen and (max-width: 576px) {

  .zcjd-list li .tab-pal-top p>a,
  .ts-list li .tab-pal-top p>a {
    width: 70%;
  }
}

@media screen and (max-width: 375px) {

  .zcjd-list li .tab-pal-top p>a,
  .ts-list li .tab-pal-top p>a {
    width: 70%;
  }
}

.zcjd-list li .tab-pal-top p>span,
.ts-list li .tab-pal-top p>span {
  float: right;
  text-align: right;
  color: #828282;
  line-height: 0.4666666667rem;
}

.zcjd-list li .tab-pal-top p>span,
.ts-list li .tab-pal-top p>span {
  font-size: 0.1866666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {

  .zcjd-list li .tab-pal-top p>span,
  .ts-list li .tab-pal-top p>span {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 375px) {

  .zcjd-list li .tab-pal-top p>span,
  .ts-list li .tab-pal-top p>span {
    font-size: 0.24rem;
  }
}

.old_type .zcjd-list li .tab-pal-top p>span,
.old_type .ts-list li .tab-pal-top p>span {
  font-size: 0.2933333333rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {

  .old_type .zcjd-list li .tab-pal-top p>span,
  .old_type .ts-list li .tab-pal-top p>span {
    font-size: 0.3466666667rem;
  }
}

@media screen and (max-width: 375px) {

  .old_type .zcjd-list li .tab-pal-top p>span,
  .old_type .ts-list li .tab-pal-top p>span {
    font-size: 0.3466666667rem;
  }
}

.zcjd-list li .tab-pal-con,
.ts-list li .tab-pal-con {
  overflow: hidden;
}

.zcjd-list li .tab-pal-con a,
.ts-list li .tab-pal-con a {
  float: left;
  color: #000;
  width: 80%;
  line-height: 0.5333333333rem;
  height: 0.5333333333rem;
}

.zcjd-list li .tab-pal-con a,
.ts-list li .tab-pal-con a {
  font-size: 0.24rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {

  .zcjd-list li .tab-pal-con a,
  .ts-list li .tab-pal-con a {
    font-size: 0.2933333333rem;
  }
}

@media screen and (max-width: 375px) {

  .zcjd-list li .tab-pal-con a,
  .ts-list li .tab-pal-con a {
    font-size: 0.2933333333rem;
  }
}

.old_type .zcjd-list li .tab-pal-con a,
.old_type .ts-list li .tab-pal-con a {
  font-size: 0.3466666667rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {

  .old_type .zcjd-list li .tab-pal-con a,
  .old_type .ts-list li .tab-pal-con a {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 375px) {

  .old_type .zcjd-list li .tab-pal-con a,
  .old_type .ts-list li .tab-pal-con a {
    font-size: 0.4rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .zcjd-list li .tab-pal-con a,
  .ts-list li .tab-pal-con a {
    width: 80%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {

  .zcjd-list li .tab-pal-con a,
  .ts-list li .tab-pal-con a {
    width: 70%;
  }
}

@media screen and (max-width: 576px) {

  .zcjd-list li .tab-pal-con a,
  .ts-list li .tab-pal-con a {
    width: 70%;
  }
}

@media screen and (max-width: 375px) {

  .zcjd-list li .tab-pal-con a,
  .ts-list li .tab-pal-con a {
    width: 70%;
  }
}

.zcjd-list li .tab-pal-con>span,
.ts-list li .tab-pal-con>span {
  float: right;
  text-align: right;
  color: #828282;
  line-height: 0.5333333333rem;
  height: 0.5333333333rem;
}

.zcjd-list li .tab-pal-con>span,
.ts-list li .tab-pal-con>span {
  font-size: 0.1866666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {

  .zcjd-list li .tab-pal-con>span,
  .ts-list li .tab-pal-con>span {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 375px) {

  .zcjd-list li .tab-pal-con>span,
  .ts-list li .tab-pal-con>span {
    font-size: 0.24rem;
  }
}

.old_type .zcjd-list li .tab-pal-con>span,
.old_type .ts-list li .tab-pal-con>span {
  font-size: 0.2933333333rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {

  .old_type .zcjd-list li .tab-pal-con>span,
  .old_type .ts-list li .tab-pal-con>span {
    font-size: 0.3466666667rem;
  }
}

@media screen and (max-width: 375px) {

  .old_type .zcjd-list li .tab-pal-con>span,
  .old_type .ts-list li .tab-pal-con>span {
    font-size: 0.3466666667rem;
  }
}

.zcjd-list li .tab-pal-con em,
.ts-list li .tab-pal-con em {
  float: left;
  font-style: normal;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
  margin-left: 0.1066666667rem;
  margin-right: 0.24rem;
  margin-top: 0.2533333333rem;
}

.zcjd-list li .tab-pal-top,
.zcjd-list li.on .tab-pal-con,
.ts-list li .tab-pal-top,
.ts-list li.on .tab-pal-con {
  display: none;
}

.zcjd-list li.on .tab-pal-top,
.zcjd-list li .tab-pal-con,
.ts-list li.on .tab-pal-top,
.ts-list li .tab-pal-con {
  display: block;
}

@media (min-width: 576px) and (max-width: 992px) {

  .zcjd-list li.on .tab-pal-con,
  .zcjd-list li .tab-pal-con,
  .ts-list li.on .tab-pal-con,
  .ts-list li .tab-pal-con {
    display: block;
  }

  .zcjd-list li.on .tab-pal-con a:hover,
  .zcjd-list li .tab-pal-con a:hover,
  .ts-list li.on .tab-pal-con a:hover,
  .ts-list li .tab-pal-con a:hover {
    color: #1492ff;
  }

  .zcjd-list li .tab-pal-top,
  .zcjd-list li.on .tab-pal-top,
  .ts-list li .tab-pal-top,
  .ts-list li.on .tab-pal-top {
    display: none;
  }
}

@media screen and (max-width: 576px) {

  .zcjd-list li.on .tab-pal-con,
  .zcjd-list li .tab-pal-con,
  .ts-list li.on .tab-pal-con,
  .ts-list li .tab-pal-con {
    display: block;
  }

  .zcjd-list li.on .tab-pal-con a:hover,
  .zcjd-list li .tab-pal-con a:hover,
  .ts-list li.on .tab-pal-con a:hover,
  .ts-list li .tab-pal-con a:hover {
    color: #1492ff;
  }

  .zcjd-list li .tab-pal-top,
  .zcjd-list li.on .tab-pal-top,
  .ts-list li .tab-pal-top,
  .ts-list li.on .tab-pal-top {
    display: none;
  }
}

@media screen and (max-width: 375px) {

  .zcjd-list li.on .tab-pal-con,
  .zcjd-list li .tab-pal-con,
  .ts-list li.on .tab-pal-con,
  .ts-list li .tab-pal-con {
    display: block;
  }

  .zcjd-list li.on .tab-pal-con a:hover,
  .zcjd-list li .tab-pal-con a:hover,
  .ts-list li.on .tab-pal-con a:hover,
  .ts-list li .tab-pal-con a:hover {
    color: #1492ff;
  }

  .zcjd-list li .tab-pal-top,
  .zcjd-list li.on .tab-pal-top,
  .ts-list li .tab-pal-top,
  .ts-list li.on .tab-pal-top {
    display: none;
  }
}

.zcjd-list li .tab-pal-top ul,
.ts-list li .tab-pal-top ul {
  overflow: hidden;
  padding: 0 25px;
}

.zcjd-list li .tab-pal-top ul span,
.ts-list li .tab-pal-top ul span {
  display: block;
}

.zcjd-list li .tab-pal-top ul span.ly,
.ts-list li .tab-pal-top ul span.ly {
  color: #666666;
  line-height: 33px;
}

.zcjd-list li .tab-pal-top ul a,
.ts-list li .tab-pal-top ul a {
  display: block;
  height: auto;
  text-align: center;
  background-color: #1492ff;
  color: #fff;
  line-height: 33px;
  width: auto;
  padding: 0 10px;
  border-radius: 8px;
}

.zcjd-list li .tab-pal-top ul a,
.ts-list li .tab-pal-top ul a {
  font-size: 0.24rem;
  line-height: 0.3466666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {

  .zcjd-list li .tab-pal-top ul a,
  .ts-list li .tab-pal-top ul a {
    font-size: 0.2933333333rem;
    line-height: 0.4266666667rem;
  }
}

@media screen and (max-width: 375px) {

  .zcjd-list li .tab-pal-top ul a,
  .ts-list li .tab-pal-top ul a {
    font-size: 0.2933333333rem;
    line-height: 0.4266666667rem;
  }
}

.old_type .zcjd-list li .tab-pal-top ul a,
.old_type .ts-list li .tab-pal-top ul a {
  font-size: 0.3466666667rem;
  line-height: 0.4266666667rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {

  .old_type .zcjd-list li .tab-pal-top ul a,
  .old_type .ts-list li .tab-pal-top ul a {
    font-size: 0.4rem;
    line-height: 0.5066666667rem;
  }
}

@media screen and (max-width: 375px) {

  .old_type .zcjd-list li .tab-pal-top ul a,
  .old_type .ts-list li .tab-pal-top ul a {
    font-size: 0.4rem;
    line-height: 0.5066666667rem;
  }
}

.zlkContent .fileNewsList .fileNewsListItem .fileNewsListItemContent li {
  margin-top: 0;
}

.zcjd-list li .tab-pal-top ul {
  overflow: hidden;
  padding-left: 0.4533333333rem;
}

.zcjd-list li .tab-pal-top ul li {
  float: left;
  margin-right: 0.2933333333rem;
}

.zcjd-list li .tab-pal-top ul li a {
  width: auto;
  padding: 0px 10px;
}

.zcjd-list li .tab-pal-top ul li a {
  border-radius: 8px;
}

.important-open .titleWrap>h1,
.Special_column .titleWrap>h1 {
  float: left;
}

.important-open .titleWrap>h1,
.Special_column .titleWrap>h1 {
  font-size: 0.2933333333rem;
  line-height: 0.4266666667rem;
  font-weight: 600;
}

@media screen and (max-width: 576px) {

  .important-open .titleWrap>h1,
  .Special_column .titleWrap>h1 {
    font-size: 0.3466666667rem;
    line-height: 0.5066666667rem;
  }
}

@media screen and (max-width: 375px) {

  .important-open .titleWrap>h1,
  .Special_column .titleWrap>h1 {
    font-size: 0.3466666667rem;
    line-height: 0.5066666667rem;
  }
}

.old_type .important-open .titleWrap>h1,
.old_type .Special_column .titleWrap>h1 {
  font-size: 0.4rem;
  line-height: 0.48rem;
  font-weight: 600;
}

@media screen and (max-width: 576px) {

  .old_type .important-open .titleWrap>h1,
  .old_type .Special_column .titleWrap>h1 {
    font-size: 0.4533333333rem;
    line-height: 0.56rem;
  }
}

@media screen and (max-width: 375px) {

  .old_type .important-open .titleWrap>h1,
  .old_type .Special_column .titleWrap>h1 {
    font-size: 0.4533333333rem;
    line-height: 0.56rem;
  }
}

.zlw_item.mhww {
  display: flex;
  height: 150px;
  padding: 63px 0px 20px 20px;
  background: url(/cms_files/jcms1/web3096/site/picture/619/2408191958132101476.png) no-repeat center center;
  align-items: flex-end;
  background-color: #fff;
  background-size: contain;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlw_item.mhww {
    height: auto;
    background-image: url(/cms_files/jcms1/web3096/site/picture/619/2408191958132101476.png), linear-gradient(0deg, #fff 0%, #d6efff 100%);
    background-position: center center, center bottom;
    background-repeat: no-repeat;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlw_item.mhww {
    height: auto;
    background-image: url(/cms_files/jcms1/web3096/site/picture/619/2408191958132101476.png), linear-gradient(0deg, #fff 0%, #d6efff 100%);
    background-position: center center, center bottom;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 576px) {
  .zlw_item.mhww {
    height: auto;
    background-image: url(/cms_files/jcms1/web3096/site/picture/619/2408191958132101476.png), linear-gradient(0deg, #fff 0%, #d6efff 100%);
    background-position: center center, center bottom;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 375px) {
  .zlw_item.mhww {
    height: auto;
    background-image: url(/cms_files/jcms1/web3096/site/picture/619/2408191958132101476.png), linear-gradient(0deg, #fff 0%, #d6efff 100%);
    background-position: center center, center bottom;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 576px) {
  .zlw_item.mhww {
    padding-left: 2%;
    background-position: left center, center bottom;
    background-size: 150% auto;
  }
}

@media screen and (max-width: 375px) {
  .zlw_item.mhww {
    padding-left: 2%;
    background-position: left center, center bottom;
    background-size: 150% auto;
  }
}

.zlw_item.mhww .mhww_img {
  margin-right: 0.1333333333rem;
}

.zlw_item.mhww .mhww_img {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .zlw_item.mhww .mhww_img {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .zlw_item.mhww .mhww_img {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}

.old_type .zlw_item.mhww .mhww_img {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .old_type .zlw_item.mhww .mhww_img {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlw_item.mhww .mhww_img {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

.old_type .zlw_item.mhww .mhww_img {
  margin-right: 0.1333333333rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .zlw_item.mhww .mhww_img {
    margin-right: 0.2666666667rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlw_item.mhww .mhww_img {
    margin-right: 0.2666666667rem;
  }
}

@media screen and (max-width: 576px) {
  .zlw_item.mhww .mhww_img {
    margin-right: 0.2666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .zlw_item.mhww .mhww_img {
    margin-right: 0.2666666667rem;
  }
}

.zlw_item.mhww .mhww_img img {
  display: block;
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  margin: auto;
}

@media (min-width: 576px) and (max-width: 992px) {
  .zlw_item.mhww .mhww_img img {
    width: 0.8rem;
    height: 0.8rem;
  }
}

@media screen and (max-width: 576px) {
  .zlw_item.mhww .mhww_img img {
    width: 0.8rem;
    height: 0.8rem;
  }
}

@media screen and (max-width: 375px) {
  .zlw_item.mhww .mhww_img img {
    width: 0.8rem;
    height: 0.8rem;
  }
}

/* 老年版 */
.old_type .tabItemWrap {
  display: none;
}

.old_type .tabContentWrap>div.hidden {
  display: block;
}

@media screen and (min-width: 1200px) {
  .old_type .zlkContent {
    padding-top: 88px;
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24block_15.jpg) no-repeat left top;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .old_type .zlkContent {
    padding-top: 88px;
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24block_15.jpg) no-repeat left top;
    margin-bottom: 40px;
  }
}

.old_type .zlkContent .fileNews {
  width: 100%;
  height: auto;
  float: none;
  padding-bottom: 0.4rem;
}

.old_type .zlkContent .xxgk {
  float: none;
  width: 100%;
  height: auto;
  box-shadow: 0 3px 12px #00000014;
  margin-bottom: 0;
  margin-top: 0.5333333333rem;
  padding: 0.4rem 0.4rem 0.1333333333rem 0.4rem;
}

.old_type .zlkContent .xxgk ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.old_type .zlkContent .xxgk ul li {
  height: 1.2rem;
  line-height: 1.2rem;
  border-radius: 4px;
  background: #f6f6f6;
  margin-bottom: 0.2666666667rem;
  width: calc(50% - 15px);
}

.old_type .zlkContent .xxgk ul li a {
  width: 100%;
  padding-left: 0.9866666667rem;
  line-height: inherit;
  background-size: 0.5333333333rem !important;
  background-position: 0.2666666667rem center !important;
}

.old_type .zlkContent .zlkContentItem2 .DataOpen,
.old_type .zlkContent .zlkContentItem2 .RegulatoryInfo {
  width: 100%;
}

.old_type .zlkContent .zlkContentItem2 .DataOpen {
  margin-bottom: 0.4rem;
}

.old_type .zlkContent .zlkContentItem2 .DataOpen .DataOpenNums {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0.4rem 0;
  padding-left: 0.4666666667rem;
}

.old_type .zlkContent .zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem {
  width: 23%;
}

.old_type .zlkContent .zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem p {
  font-size: 0.3466666667rem;
}

.old_type .zlkContent .zlkContentItem2 .DataOpen .DataOpenNums .DataOpenNumsItem h2 {
  font-size: 0.4rem;
}

.old_type .zlkContent .zlkContentItem2 .DataOpen .HotData {
  margin-top: 0.4rem;
}

.old_type .zlkContent .zlkContentItem2 .DataOpen .HotData .HotDataContent {
  height: auto;
  padding: 0 0.4rem;
  padding-top: 0.4rem;
}

@media screen and (min-width: 1200px) {
  .old_type .zlkContent .zlkContentItem2 .DataOpen .HotData .HotDataContent {
    width: calc(50% - 15px);
  }
}

.old_type .zlkContent .zlkContentItem2 .DataOpen .HotData .HotDataContent .HotdataNews .HotdataNewsItem {
  padding: 0.3333333333rem 0;
}

.old_type .zlkContent .zlkContentItem2 .DataOpen .HotData .HotDataContent .HotdataNews .HotdataNewsItem .HotdataNewsItem_title {
  font-size: 0.3466666667rem;
  margin-bottom: 0.1333333333rem;
}

.old_type .zlkContent .zlkContentItem2 .DataOpen .HotData .HotDataContent .HotdataNews .HotdataNewsItem .HotdataNewsItem_title p a {
  width: calc(100% - 115px);
}

.old_type .zlkContent .zlkContentItem2 .DataOpen .HotData .HotDataContent .HotdataNews .HotdataNewsItem .Downloads {
  font-size: 0.2933333333rem;
  margin-bottom: 0.1333333333rem;
}

.old_type .zlkContent .zlkContentItem2 .DataOpen .HotData .DataLinks {
  height: auto;
}

@media screen and (min-width: 1200px) {
  .old_type .zlkContent .zlkContentItem2 .DataOpen .HotData .DataLinks {
    width: calc(50% - 15px);
  }
}

.old_type .zlkContent .zlkContentItem2 .DataOpen .HotData .DataLinks a {
  min-height: 2.8rem;
  padding: 0.5333333333rem 0.6rem 0;
}

.old_type .zlkContent .zlkContentItem2 .DataOpen .HotData .DataLinks a img {
  height: 0.8rem;
  margin-bottom: 0.2rem;
}

.old_type .zlkContent .zlkContentItem2 .DataOpen .HotData .DataLinks a.sjkfds p {
  margin: auto !important;
}

.old_type .zlkContent .zlkContentItem2 .DataOpen .HotData .DataLinks a.ggsjcg {
  margin-top: 0.3333333333rem;
}

.old_type .zlkContent .zlkContentItem2 .RegulatoryInfo .pgt {
  width: 100%;
  height: auto;
  padding: 0.4rem;
}

.old_type .zlkContent .zlkContentItem2 .RegulatoryInfo .RegulatoryLinks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.old_type .zlkContent .zlkContentItem2 .RegulatoryInfo .RegulatoryLinks a {
  width: calc((100% - 0.8rem) / 3);
  min-height: 1.4rem;
  height: auto;
  margin-top: 0.4rem;
  margin-left: 0.4rem;
  padding: 0.2666666667rem 0;
}

.old_type .zlkContent .zlkContentItem2 .RegulatoryInfo .RegulatoryLinks a:nth-child(3n-2) {
  margin-left: 0;
}

.old_type .zlkContent .zlkContentItem2 .RegulatoryInfo .RegulatoryLinks a img {
  height: 0.8rem;
  margin-bottom: 0.1333333333rem;
}

@media screen and (min-width: 1200px) {
  .old_type .zlbContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24zlb_07.png) no-repeat left top;
    padding-top: 88px;
    margin-bottom: 40px;
  }

  .old_type .zldContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24zld_35.png) no-repeat left top;
    padding-top: 88px;
  }

  .old_type .zlwContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24zlw_24.png) no-repeat left top;
    padding-top: 88px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .old_type .zlbContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24zlb_07.png) no-repeat left top;
    padding-top: 88px;
    margin-bottom: 40px;
  }

  .old_type .zldContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24zld_35.png) no-repeat left top;
    padding-top: 88px;
  }

  .old_type .zlwContent {
    background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/752889/images/24zlw_24.png) no-repeat left top;
    padding-top: 88px;
    margin-bottom: 40px;
  }
}

.old_type .zcjd-list li .tab-pal-con em,
.old_type .ts-list li .tab-pal-con em {
  margin-left: 0.1066666667rem;
  margin-right: 0.24rem;
  margin-top: 0.2933333333rem;
}

.old_type .zcjd-list li .tab-pal-con a,
.old_type .ts-list li .tab-pal-con a {
  width: 80%;
  line-height: 0.6666666667rem;
  height: 0.6666666667rem;
}

.old_type .zcjd-list li .tab-pal-con>span,
.old_type .ts-list li .tab-pal-con>span {
  line-height: 0.6666666667rem;
  height: 0.6666666667rem;
}

.old_type .zcjd-list li .tab-pal-top p>a,
.old_type .ts-list li .tab-pal-top p>a {
  width: 82%;
  height: auto;
  min-height: 1.3866666667rem;
  line-height: 0.6933333333rem;
}

.old_type .zcjd-list li .tab-pal-top p>span,
.old_type .ts-list li .tab-pal-top p>span {
  line-height: 0.6666666667rem;
}

.old_type .xxgk_newspol {
  width: 100%;
  display: flex;
  margin-top: 0.5333333333rem;
  justify-content: space-between;
}

.old_type .zlbSpecial {
  padding: 0.1333333333rem 0 0.4rem;
  height: auto;
}

.old_type .zlbSpecial .yszq,
.old_type .zlbSpecial .ztjcfw,
.old_type .zlbSpecial .bmlq {
  width: 100%;
  padding-top: 0.4rem;
  display: flex;
}

.old_type .zlbSpecial .yszq .yszqLeft,
.old_type .zlbSpecial .yszq .ztjcfwLeft,
.old_type .zlbSpecial .yszq .bmlqLeft,
.old_type .zlbSpecial .ztjcfw .yszqLeft,
.old_type .zlbSpecial .ztjcfw .ztjcfwLeft,
.old_type .zlbSpecial .ztjcfw .bmlqLeft,
.old_type .zlbSpecial .bmlq .yszqLeft,
.old_type .zlbSpecial .bmlq .ztjcfwLeft,
.old_type .zlbSpecial .bmlq .bmlqLeft {
  padding-left: 0.5333333333rem;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .old_type .zlbSpecial .yszq .yszqLeft,
  .old_type .zlbSpecial .yszq .ztjcfwLeft,
  .old_type .zlbSpecial .yszq .bmlqLeft,
  .old_type .zlbSpecial .ztjcfw .yszqLeft,
  .old_type .zlbSpecial .ztjcfw .ztjcfwLeft,
  .old_type .zlbSpecial .ztjcfw .bmlqLeft,
  .old_type .zlbSpecial .bmlq .yszqLeft,
  .old_type .zlbSpecial .bmlq .ztjcfwLeft,
  .old_type .zlbSpecial .bmlq .bmlqLeft {
    padding-left: 0rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {

  .old_type .zlbSpecial .yszq .yszqLeft,
  .old_type .zlbSpecial .yszq .ztjcfwLeft,
  .old_type .zlbSpecial .yszq .bmlqLeft,
  .old_type .zlbSpecial .ztjcfw .yszqLeft,
  .old_type .zlbSpecial .ztjcfw .ztjcfwLeft,
  .old_type .zlbSpecial .ztjcfw .bmlqLeft,
  .old_type .zlbSpecial .bmlq .yszqLeft,
  .old_type .zlbSpecial .bmlq .ztjcfwLeft,
  .old_type .zlbSpecial .bmlq .bmlqLeft {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 576px) {

  .old_type .zlbSpecial .yszq .yszqLeft,
  .old_type .zlbSpecial .yszq .ztjcfwLeft,
  .old_type .zlbSpecial .yszq .bmlqLeft,
  .old_type .zlbSpecial .ztjcfw .yszqLeft,
  .old_type .zlbSpecial .ztjcfw .ztjcfwLeft,
  .old_type .zlbSpecial .ztjcfw .bmlqLeft,
  .old_type .zlbSpecial .bmlq .yszqLeft,
  .old_type .zlbSpecial .bmlq .ztjcfwLeft,
  .old_type .zlbSpecial .bmlq .bmlqLeft {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 375px) {

  .old_type .zlbSpecial .yszq .yszqLeft,
  .old_type .zlbSpecial .yszq .ztjcfwLeft,
  .old_type .zlbSpecial .yszq .bmlqLeft,
  .old_type .zlbSpecial .ztjcfw .yszqLeft,
  .old_type .zlbSpecial .ztjcfw .ztjcfwLeft,
  .old_type .zlbSpecial .ztjcfw .bmlqLeft,
  .old_type .zlbSpecial .bmlq .yszqLeft,
  .old_type .zlbSpecial .bmlq .ztjcfwLeft,
  .old_type .zlbSpecial .bmlq .bmlqLeft {
    padding-left: 0rem;
  }
}

.old_type .zlbSpecial .yszq .yszqLeft img,
.old_type .zlbSpecial .yszq .ztjcfwLeft img,
.old_type .zlbSpecial .yszq .bmlqLeft img,
.old_type .zlbSpecial .ztjcfw .yszqLeft img,
.old_type .zlbSpecial .ztjcfw .ztjcfwLeft img,
.old_type .zlbSpecial .ztjcfw .bmlqLeft img,
.old_type .zlbSpecial .bmlq .yszqLeft img,
.old_type .zlbSpecial .bmlq .ztjcfwLeft img,
.old_type .zlbSpecial .bmlq .bmlqLeft img {
  height: 2.4rem;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .old_type .zlbSpecial .yszq .yszqLeft img,
  .old_type .zlbSpecial .yszq .ztjcfwLeft img,
  .old_type .zlbSpecial .yszq .bmlqLeft img,
  .old_type .zlbSpecial .ztjcfw .yszqLeft img,
  .old_type .zlbSpecial .ztjcfw .ztjcfwLeft img,
  .old_type .zlbSpecial .ztjcfw .bmlqLeft img,
  .old_type .zlbSpecial .bmlq .yszqLeft img,
  .old_type .zlbSpecial .bmlq .ztjcfwLeft img,
  .old_type .zlbSpecial .bmlq .bmlqLeft img {
    height: 1.6rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {

  .old_type .zlbSpecial .yszq .yszqLeft img,
  .old_type .zlbSpecial .yszq .ztjcfwLeft img,
  .old_type .zlbSpecial .yszq .bmlqLeft img,
  .old_type .zlbSpecial .ztjcfw .yszqLeft img,
  .old_type .zlbSpecial .ztjcfw .ztjcfwLeft img,
  .old_type .zlbSpecial .ztjcfw .bmlqLeft img,
  .old_type .zlbSpecial .bmlq .yszqLeft img,
  .old_type .zlbSpecial .bmlq .ztjcfwLeft img,
  .old_type .zlbSpecial .bmlq .bmlqLeft img {
    height: 1.6rem;
  }
}

@media screen and (max-width: 576px) {

  .old_type .zlbSpecial .yszq .yszqLeft img,
  .old_type .zlbSpecial .yszq .ztjcfwLeft img,
  .old_type .zlbSpecial .yszq .bmlqLeft img,
  .old_type .zlbSpecial .ztjcfw .yszqLeft img,
  .old_type .zlbSpecial .ztjcfw .ztjcfwLeft img,
  .old_type .zlbSpecial .ztjcfw .bmlqLeft img,
  .old_type .zlbSpecial .bmlq .yszqLeft img,
  .old_type .zlbSpecial .bmlq .ztjcfwLeft img,
  .old_type .zlbSpecial .bmlq .bmlqLeft img {
    height: 1.6rem;
  }
}

@media screen and (max-width: 375px) {

  .old_type .zlbSpecial .yszq .yszqLeft img,
  .old_type .zlbSpecial .yszq .ztjcfwLeft img,
  .old_type .zlbSpecial .yszq .bmlqLeft img,
  .old_type .zlbSpecial .ztjcfw .yszqLeft img,
  .old_type .zlbSpecial .ztjcfw .ztjcfwLeft img,
  .old_type .zlbSpecial .ztjcfw .bmlqLeft img,
  .old_type .zlbSpecial .bmlq .yszqLeft img,
  .old_type .zlbSpecial .bmlq .ztjcfwLeft img,
  .old_type .zlbSpecial .bmlq .bmlqLeft img {
    height: 1.6rem;
  }
}

.old_type .zlbSpecial .yszq .yszqRight,
.old_type .zlbSpecial .yszq .ztjcfwRight,
.old_type .zlbSpecial .yszq .bmlqRight,
.old_type .zlbSpecial .ztjcfw .yszqRight,
.old_type .zlbSpecial .ztjcfw .ztjcfwRight,
.old_type .zlbSpecial .ztjcfw .bmlqRight,
.old_type .zlbSpecial .bmlq .yszqRight,
.old_type .zlbSpecial .bmlq .ztjcfwRight,
.old_type .zlbSpecial .bmlq .bmlqRight {
  display: flex;
  line-height: 2;
  flex-wrap: wrap;
  margin-left: 0.6666666667rem;
  flex: 1;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .old_type .zlbSpecial .yszq .yszqRight,
  .old_type .zlbSpecial .yszq .ztjcfwRight,
  .old_type .zlbSpecial .yszq .bmlqRight,
  .old_type .zlbSpecial .ztjcfw .yszqRight,
  .old_type .zlbSpecial .ztjcfw .ztjcfwRight,
  .old_type .zlbSpecial .ztjcfw .bmlqRight,
  .old_type .zlbSpecial .bmlq .yszqRight,
  .old_type .zlbSpecial .bmlq .ztjcfwRight,
  .old_type .zlbSpecial .bmlq .bmlqRight {
    width: calc(100% - 4.6666666667rem);
  }
}

@media (min-width: 576px) and (max-width: 992px) {

  .old_type .zlbSpecial .yszq .yszqRight,
  .old_type .zlbSpecial .yszq .ztjcfwRight,
  .old_type .zlbSpecial .yszq .bmlqRight,
  .old_type .zlbSpecial .ztjcfw .yszqRight,
  .old_type .zlbSpecial .ztjcfw .ztjcfwRight,
  .old_type .zlbSpecial .ztjcfw .bmlqRight,
  .old_type .zlbSpecial .bmlq .yszqRight,
  .old_type .zlbSpecial .bmlq .ztjcfwRight,
  .old_type .zlbSpecial .bmlq .bmlqRight {
    width: calc(100% - 4.6666666667rem);
  }
}

@media screen and (max-width: 576px) {

  .old_type .zlbSpecial .yszq .yszqRight,
  .old_type .zlbSpecial .yszq .ztjcfwRight,
  .old_type .zlbSpecial .yszq .bmlqRight,
  .old_type .zlbSpecial .ztjcfw .yszqRight,
  .old_type .zlbSpecial .ztjcfw .ztjcfwRight,
  .old_type .zlbSpecial .ztjcfw .bmlqRight,
  .old_type .zlbSpecial .bmlq .yszqRight,
  .old_type .zlbSpecial .bmlq .ztjcfwRight,
  .old_type .zlbSpecial .bmlq .bmlqRight {
    width: calc(100% - 4.6666666667rem);
  }
}

@media screen and (max-width: 375px) {

  .old_type .zlbSpecial .yszq .yszqRight,
  .old_type .zlbSpecial .yszq .ztjcfwRight,
  .old_type .zlbSpecial .yszq .bmlqRight,
  .old_type .zlbSpecial .ztjcfw .yszqRight,
  .old_type .zlbSpecial .ztjcfw .ztjcfwRight,
  .old_type .zlbSpecial .ztjcfw .bmlqRight,
  .old_type .zlbSpecial .bmlq .yszqRight,
  .old_type .zlbSpecial .bmlq .ztjcfwRight,
  .old_type .zlbSpecial .bmlq .bmlqRight {
    width: calc(100% - 4.6666666667rem);
  }
}

.old_type .zlbSpecial .yszq .yszqRight a,
.old_type .zlbSpecial .yszq .ztjcfwRight a,
.old_type .zlbSpecial .yszq .bmlqRight a,
.old_type .zlbSpecial .ztjcfw .yszqRight a,
.old_type .zlbSpecial .ztjcfw .ztjcfwRight a,
.old_type .zlbSpecial .ztjcfw .bmlqRight a,
.old_type .zlbSpecial .bmlq .yszqRight a,
.old_type .zlbSpecial .bmlq .ztjcfwRight a,
.old_type .zlbSpecial .bmlq .bmlqRight a {
  width: 50%;
}

.old_type .Services>div {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0.4rem;
}

.old_type .grServiceWrap>img,
.old_type .frServiceWrap>img {
  width: 120px !important;
  height: 120px !important;
}

.old_type .grList,
.old_type .frList {
  width: calc(100% - 140px);
  position: relative;
}

.old_type .grList>li,
.old_type .frList>li {
  padding: 0 0.2666666667rem;
  line-height: 0.2666666667rem;
  margin-bottom: 0.2666666667rem;
}

.old_type .grList>li.grListMore,
.old_type .grList>li.frListMore,
.old_type .frList>li.grListMore,
.old_type .frList>li.frListMore {
  position: absolute;
  bottom: -40px;
}

.old_type .efficiencyOpen {
  width: 100%;
  height: auto;
  background: #fff;
  margin-top: 0.4rem;
  padding: 0.32rem 0;
  box-shadow: 0 3px 12px #00000014;
}

.old_type .efficiencyOpenWrap>div {
  height: auto;
}

@media screen and (min-width: 1200px) {
  .old_type .efficiencyOpenWrap>div.aqzgl {
    width: 260px;
  }

  .old_type .efficiencyOpenWrap>div.aqzgl+div {
    width: 200px;
  }
}

.old_type .efficiencyOpenWrap>div p {
  line-height: 1;
}

.old_type .efficiencyOpenWrap>div h1 {
  line-height: 1.5;
  margin-top: 5px;
}

.old_type .efficiencyOpen .efficiencyTitle {
  height: auto !important;
  padding-left: 0.4rem;
}

.old_type .efficiencyOpen .efficiencyTitle>h2 {
  line-height: 0.6666666667rem;
}

.old_type .efficiencyOpen .xngk-time {
  margin-left: 0.2666666667rem;
  line-height: 0.6666666667rem;
}

.old_type .efficiencyOpen .efficiencyMore {
  margin-right: 10px;
}

.old_type .zldRotationWrap {
  display: flex;
  height: auto;
}

.old_type .zldRotationWrap>div {
  height: auto;
  background: #f0f0f0;
}

.old_type .zldRotationWrap>div .TopsTitle {
  height: auto;
  min-height: 2rem;
  background: #fff;
}

.old_type .zldRotationWrap>div .dcList {
  height: auto;
  padding-top: 10px;
}

.old_type .zldRotationWrap>div .dcList a {
  line-height: 2;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
}

.old_type .zldRotationWrap>div .dcList a em {
  margin-right: 0.2133333333rem;
}

.old_type .zlwContent .zlwItemWrap {
  flex-wrap: wrap;
}

.old_type .zlw_list2 a {
  line-height: 0.6666666667rem;
}

.old_type .zlw_list2 a>span.Title {
  max-width: 85%;
}

.old_type .zlw_list2 a>em {
  width: 6px;
  height: 6px;
  margin-top: 0.2933333333rem;
  margin-right: 0.1066666667rem;
}

.old_type .zlw_list2 a>span.Days {
  margin-top: 0;
}

.old_type .zlw_item.mhww {
  height: auto;
  background-position: 0px;
  background-size: 150%;
}

@media (min-width: 576px) and (max-width: 992px) {
  .old_type .zlw_item.mhww {
    background-position: center center, center bottom;
    background-size: contain;
    padding-left: 3%;
  }
}

@media screen and (max-width: 375px) {
  .old_type .zlw_item.mhww {
    background-position: center center, center bottom;
    background-size: contain;
    padding-left: 3%;
  }
}

@media screen and (max-width: 576px) {
  .old_type .zlw_item.mhww {
    background-position: center center, center bottom;
    background-size: contain;
    padding-left: 3%;
  }
}

.old_type .zlw_item.mhww .mhww_img img {
  width: 0.6666666667rem;
  height: 0.6666666667rem;
}

.old_type .zjSearch {
  width: 685px;
  padding-top: 0.96rem;
  min-height: 2.8666666667rem;
}

.old_type .zjSearch input[type=text] {
  width: 565px;
  height: 0.8266666667rem;
  line-height: 0.8266666667rem;
  color: #000000;
  padding-left: 0.2rem;
  background-image: none;
}

@media (max-width: 767px) {
  .old_type .zjSearch input[type=text] {
    width: 84.1%;
    height: 8vw;
    color: #000;
    padding-top: 2px;
    padding-left: 3vw;
    -webkit-appearance: none;
    border-radius: 0;
  }
}

.old_type .zjSearch input[type=submit] {
  width: 120px;
  height: 62px;
  line-height: 62px;
  padding-left: 0;
  font-weight: bold;
  color: #fff;
  border: 0;
  outline: none;
  background: #ec940a;
}

@media (max-width: 767px) {
  .old_type .zjSearch input[type=submit] {
    width: 15.9%;
    line-height: 8vw;
    color: #fff;
    border: 0;
    outline: 0;
  }
}

.old_type .hotWord {
  color: #fff;
  margin-top: 0.1333333333rem;
}

.old_type .hotWordTitle {
  color: #fff;
  padding: 0.0666666667rem;
}

.old_type .hotWord li {
  float: left;
  margin-right: 20px !important;
  cursor: pointer;
  color: #fff !important;
  padding: 5px;
  height: auto;
  line-height: 0.3333333333rem;
  background-color: rgba(0, 39, 84, 0.4);
}

.old_type .hotWord li:nth-child(4),
.old_type .hotWord li:nth-child(5) {
  display: none;
}

.old_type .zcwj-con-tit .zcwj-con-title {
  padding: 0;
}

.old_type .zcwj-con-tit .zcwj-con-title .zcwj-list-line {
  float: left;
  width: 0.04rem;
  height: 0.5066666667rem;
  background: #666;
  margin-top: 1px;
}

.old_type .zcwj-con-tit .zcwj-con-title li a span,
.old_type .ggandjg-title {
  height: auto;
  line-height: 1.5;
}

.old_type .zlw_list1_title,
.old_type .zlw_list1_txt {
  margin-bottom: 0.1333333333rem;
}

.old_type .special-col-img a {
  width: calc(50% - 15px);
  height: auto;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}

.old_type .special-col-img a:nth-child(2),
.old_type .special-col-img a:nth-child(4) {
  margin-right: 0;
}

.old_type .special-col-list ul {
  margin-top: 0;
}

.firstBlock_left {
  /* 外层宽高 */
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) and (max-width: 992px) {
  .firstBlock_left {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  .firstBlock_left {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .firstBlock_left {
    width: 100%;
    height: auto;
  }
}

.firstBlock_left .Rotation_swiper1 {
  height: 320px;
}

.old_type .firstBlock_left .Rotation_swiper1 {
  height: auto;
}

@media (min-width: 576px) and (max-width: 992px) {
  .firstBlock_left .Rotation_swiper1 {
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  .firstBlock_left .Rotation_swiper1 {
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .firstBlock_left .Rotation_swiper1 {
    height: auto;
  }
}

.firstBlock_left .Rotation_swiper1 .swiper-slide img {
  /* 图片大小 */
  width: 100%;
  height: 100%;
  display: block;
}

.firstBlock_left .Rotation_swiper1 .swiper-slide .text {
  position: absolute;
  bottom: 0;
  z-index: 11;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  height: 0.48rem;
  line-height: 0.48rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.old_type .firstBlock_left .Rotation_swiper1 .swiper-slide .text {
  height: 50px;
  line-height: 50px;
}

@media (min-width: 576px) and (max-width: 992px) {
  .firstBlock_left .Rotation_swiper1 .swiper-slide .text {
    height: 0.6666666667rem;
    line-height: 0.6666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .firstBlock_left .Rotation_swiper1 .swiper-slide .text {
    height: 0.6666666667rem;
    line-height: 0.6666666667rem;
  }
}

@media screen and (max-width: 576px) {
  .firstBlock_left .Rotation_swiper1 .swiper-slide .text {
    height: 0.6666666667rem;
    line-height: 0.6666666667rem;
  }
}

.firstBlock_left .Rotation_swiper1 .swiper-slide .text a {
  color: #fff;
  display: block;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.firstBlock_left .Rotation_swiper1 .swiper-pagination {
  text-align: right;
  bottom: 0;
}

.firstBlock_left .Rotation_swiper1 .swiper-pagination-bullet {
  color: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  border-radius: 0;
  cursor: pointer;
}

.old_type .firstBlock_left .Rotation_swiper1 .swiper-pagination-bullet {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

@media (min-width: 576px) and (max-width: 992px) {
  .firstBlock_left .Rotation_swiper1 .swiper-pagination-bullet {
    width: 0.6666666667rem;
    height: 0.6666666667rem;
    line-height: 0.6666666667rem;
  }
}

@media screen and (max-width: 375px) {
  .firstBlock_left .Rotation_swiper1 .swiper-pagination-bullet {
    width: 0.6666666667rem;
    height: 0.6666666667rem;
    line-height: 0.6666666667rem;
  }
}

@media screen and (max-width: 576px) {
  .firstBlock_left .Rotation_swiper1 .swiper-pagination-bullet {
    width: 0.6666666667rem;
    height: 0.6666666667rem;
    line-height: 0.6666666667rem;
  }
}

.firstBlock_left .Rotation_swiper1 .swiper-pagination-bullet.active {
  background-color: #1492ff;
}