a:hover {
  color: #015293;
}
.m-auto {
  margin: 0 auto;
}
.g-box {
  width: 12.8rem;
}
.page-bottom {
  position: absolute;
  right: -0.03rem;
  bottom: -0.03rem;
  display: none;
}
.zwfw {
  max-width: 19.2rem;
  background: url(zwfw-bg.png) no-repeat;
}
.zwfw .inline {
  display: inline-block;
}
.zwfw .zwfw-head {
  display: block;
  padding-top: 0.14rem;
  padding-bottom: 0.19rem;
  text-align: center;
}
.zwfw .big-options {
  text-align: center;
}
.zwfw .small-option {
  display: block;
  width: 0.95rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #3D485D;
  margin-left: 0;
  text-align: left;
}
.zwfw .small-option:hover {
  color: #015293;
}
.zwfw .left {
  float: left;
}
.zwfw .right {
  float: right;
}
.zwfw .zwfw-box {
  width: 2.9rem;
  height: 3.46rem;
  border: 0.03rem solid #FFFFFF;
  border-radius: 0.04rem;
  box-shadow: 0 0.04rem 0.24rem #7A8CA81A;
  margin-left: 0.4rem;
  padding-top: 0.29rem;
  padding-bottom: 0.22rem;
  background: linear-gradient(#F2F8FF, #FFFFFF);
  position: relative;
}
.zwfw .zwfw-box:first-child {
  margin-left: 0;
}
.zwfw .zwfw-box .page-bottom {
  position: absolute;
  right: -0.03rem;
  bottom: -0.03rem;
  display: none;
}
.zwfw .zwfw-box:hover {
  transform: translateY(-8px);
  transition: transform 0.5s;
}
.zwfw .zwfw-box:hover .page-bottom {
  display: block;
}
.zwfw .zwfw-box .lb {
  display: block;
  color: #111111;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.2rem;
}
.zwfw .zwfw-box .options {
  padding: 0.2rem 0.36rem;
  height: 0.96rem;
}
.zwfw .zwfw-box .more-detial {
  position: absolute;
  bottom: 0.22rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.96rem;
  height: 0.32rem;
  border: 0.01rem solid #026AB6;
  border-radius: 0.04rem;
  color: #015293;
  font-size: 0.14rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 3.75rem;
  }
  .g-box {
    width: 7.5rem;
  }
  .zwfw {
    width: 100%;
    padding: 0;
  }
  .zwfw .zwfw-box img {
    width: 1.56rem;
    height: 1.44rem;
  }
  .zwfw .zwfw-box .lb {
    font-size: 0.32rem;
  }
  .zwfw .zwfw-box .options {
    width: 100%;
    padding: 0.24rem;
  }
  .zwfw .zwfw-box .options a:nth-child(odd) {
    margin-right: 0.1rem;
  }
  .zwfw .zwfw-box .small-option {
    font-size: 0.24rem;
    width: 1.3rem;
  }
  .zwfw .zwfw-box .more-detial {
    width: 1.36rem;
    height: 0.44rem;
    line-height: 0.44rem;
    border-radius: 0.04rem;
    font-size: 0.24rem;
  }
  .zwfw .zwfw-box .more-detial p {
    font-size: 0.24rem;
    line-height: 0.44rem;
  }
  .zwfw .big-options {
    width: 100%;
    padding-left: 0.24rem;
    padding-right: 0.22rem;
  }
  .zwfw .big-options .inline {
    width: 3.4rem;
    height: 4.08rem;
    float: left;
    margin: 0;
  }
  .zwfw .big-options .inline:nth-child(-n+2) {
    margin-bottom: 0.24rem;
  }
  .zwfw .big-options .inline:nth-child(odd) {
    margin-right: 0.24rem;
  }
}

.block-container {
  border-radius: 0.08rem;
  overflow: hidden;
  background: #E8F3FB;
  padding: 0 0.04rem 0.04rem 0.04rem;
}
.block-container .block-title {
  width: 100%;
  padding: 0 0.24rem;
  height: 0.56rem;
  line-height: 0.56rem;
}
.block-container .block-title .title {
  display: block;
  font-size: 0.24rem;
  font-weight: 600;
  color: #111111;
}
.block-container .block-title .more {
  display: inline-block;
  font-size: 0.16rem;
  color: #999999;
  vertical-align: middle;
}
.block-container .block-title .img {
  width: 0.28rem;
  height: 0.28rem;
}

.test {
  width: 6.2rem;
}
.common-tab-head {
  width: 100%;
  height: 0.6rem;
  padding: 0.04rem;
  border: 0.02rem solid #E7ECF4;
  background: #ECF1F7;
  border-radius: 0.08rem;
}
.common-tab-head .item-container {
  width: calc(100% - 0.8rem);
  font-size: 0.24rem;
  white-space: nowrap;
  overflow-x: auto;
}
.common-tab-head .item-container a {
  display: inline-block;
  padding: 0.1rem 0.2rem;
  line-height: 0.24rem;
  border-radius: 0.08rem;
  border: 0.02rem solid transparent;
}
.common-tab-head .item-container a:hover {
  border-color: #fff;
  background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
  color: #015293;
  font-weight: 500;
}
.common-tab-head .item-container .cur {
  border-color: #fff;
  background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
  color: #015293;
  font-weight: 500;
}
.common-tab-head .tab-more {
  vertical-align: middle;
  font-size: 0.16rem;
  color: #333;
  line-height: 0.216rem;
  margin-top: 0.11rem;
}
.common-tab-head .tab-more span {
  display: inline-block;
  vertical-align: middle;
}
.common-tab-head .tab-more img {
  width: 0.28rem;
}

.foot {
  position: relative;
  width: 100%;
  border-top: 1px solid transparent;
  max-width: 19.2rem;
  margin: 0 auto;
  height: 2.72rem;
  background: #F7F9FB;
}
.foot .ft-link {
  height: 0.48rem;
  margin-top: 0.18rem;
}
.foot .ft-link .cm-drop .drop-select {
  width: 2.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding-left: 0.02rem;
  background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
  box-shadow: 0rem 0.02rem 0.08rem 0rem rgba(122, 140, 168, 0.16);
  border-radius: 0.04rem;
  border: 0.02rem solid #FFFFFF;
  margin-right: 0.2rem;
}
.foot .ft-link .cm-drop .drop-select .tit {
  color: #333;
  font-size: 0.18rem;
}
.foot .cm-drop .lf .drop-select:last-child {
  margin-right: 0;
}
.foot .cm-drop .dropdown-menu {
  width: 100%;
  height: 2.31rem;
  left: 0;
  bottom: 0.46rem;
  z-index: 9999;
  overflow: auto;
}
.foot .ft-link .cm-drop .dropdown-menu li {
  height: 0.48rem;
  line-height: 0.48rem;
  padding-left: 0.17rem;
  font-size: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
}
.foot .ft-link .cm-drop .dropdown-menu li a {
  display: inline-block;
  max-width: 100%;
  font-size: 0.16rem;
}
.foot .ft-link .cm-drop .dropdown-menu li a:hover {
  color: #015293;
}
.foot .ft-link .cm-drop .drop-select .arrow-icon {
  background-image: url(footer-expand.png);
  background-size: 100%;
  width: 0.16rem;
  height: 0.16rem;
  margin-top: 0.12rem;
  margin-right: 0.24rem;
}
.foot .action,
.foot .icons,
.foot .desc {
  float: left;
  margin-top: 0.44rem;
  margin-bottom: 0.2rem;
}
.foot .block,
.foot .desc,
.foot icons img {
  margin-left: 0.2rem;
}
.foot .block {
  display: inline-block;
  width: 1.6rem;
  height: 1.4rem;
  background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
  box-shadow: 0rem 0.02rem 0.08rem 0rem rgba(122, 140, 168, 0.16);
  border-radius: 0.04rem;
  border: 0.02rem solid #FFFFFF;
}
.foot .block:first-child {
  margin-left: 0;
}
.foot .block .text {
  margin-top: 0.06rem;
  text-align: center;
  font-size: 0.18rem;
  color: #333333;
}
.foot .action img {
  display: block;
  margin: 0.36rem auto 0;
  width: 0.32rem;
  height: 0.32rem;
}
.foot .desc {
  width: 3.8rem;
  height: 1.4rem;
  padding: 0.06rem 0 0 0.2rem;
  font-size: 0.16rem;
  background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
  box-shadow: 0rem 0.02rem 0.08rem 0rem rgba(122, 140, 168, 0.16);
  border-radius: 0.04rem;
  border: 0.02rem solid #FFFFFF;
}
.foot .desc .line {
  margin-top: 0.06rem;
  color: #333;
}
.foot .icons {
  float: left;
  margin-left: 0.2rem;
}
.foot .icons img {
  width: 0.56rem;
  height: 0.68rem;
  margin-top: 0.36rem;
  margin-left: 0.52rem;
}
.foot .icons .right-img {
  width: 1.1rem;
  height: 0.55rem;
  margin-top: 0.43rem;
  margin-left: 0.25rem;
}
.foot-line {
  position: absolute;
  width: 100%;
  height: 0.01rem;
  bottom: 1.84rem;
  left: 0;
  background: #DEE2E6;
}
.typeright {
  max-width: 19.2rem;
  height: 0.8rem;
  background: #026AB6;
  color: #fff;
  font-size: 0.16rem;
}
.typeright p {
  margin-top: 0.32rem;
}
.typeright p:nth-child(2) {
  margin-left: 0.5rem;
}
.typeright p:nth-child(3) {
  margin-left: 0.4rem;
  padding-left: 0.26rem;
  background: url(footer-icon.png) no-repeat;
  background-position: 0 center;
  background-size: 0.19rem 0.19rem;
}
@media screen and (max-width: 768px) {
  .foot {
    position: relative;
    width: 100%;
    border-top: 1px solid transparent;
    max-width: 19.2rem;
    margin: 0 auto;
    height: 11.36rem;
    background: #F7F9FB;
  }
  .foot .ft-link {
    height: auto;
    margin-top: 0.16rem;
  }
  .foot .ft-link .cm-drop .drop-select {
    width: 7.14rem;
    height: 0.8rem;
    line-height: 0.8rem;
    padding-left: 0.24rem;
    margin-left: 0.18rem;
    margin-top: 0.16rem;
    margin-right: 0.2rem;
  }
  .foot .ft-link .cm-drop .drop-select .select {
    height: 0.8rem;
  }
  .foot .ft-link .cm-drop .drop-select .tit {
    font-size: 0.32rem;
  }
  .foot .cm-drop .lf .drop-select:last-child {
    margin-right: 0;
  }
  .foot .cm-drop .dropdown-menu {
    width: 100%;
    height: 2.31rem;
    left: 0;
    bottom: 0.46rem;
    z-index: 9999;
    overflow: auto;
  }
  .foot .ft-link .cm-drop .dropdown-menu li {
    height: 0.48rem;
    line-height: 0.48rem;
    padding-left: 0.17rem;
    font-size: 0.16rem;
    overflow: hidden;
    white-space: nowrap;
  }
  .foot .ft-link .cm-drop .dropdown-menu li a {
    display: inline-block;
    max-width: 100%;
    font-size: 0.16rem;
  }
  .foot .ft-link .cm-drop .dropdown-menu li a:hover {
    color: #015293;
  }
  .foot .ft-link .cm-drop .drop-select .arrow-icon {
    background-image: url(footer-expand-phone.png);
    background-size: 100%;
    width: 0.32rem;
    height: 0.32rem;
    margin-top: 0.24rem;
    margin-right: 0.24rem;
  }
  .foot .action,
  .foot .icons,
  .foot .desc {
    float: left;
    margin-top: 0.18rem;
    margin-bottom: 0rem;
  }
  .foot .action {
    margin-top: 0.5rem;
  }
  .foot .block {
    width: 2.26rem;
    height: 1.96rem;
  }
  .foot .block:first-child {
    margin-left: 0.18rem;
  }
  .foot .block .text {
    margin-top: 0.1rem;
    text-align: center;
    font-size: 0.32rem;
    color: #333333;
  }
  .foot .action img {
    display: block;
    margin: 0.4rem auto 0;
    width: 0.64rem;
    height: 0.64rem;
  }
  .foot .desc {
    width: 7.14rem;
    height: 2rem;
    padding: 0.14rem 0 0 0.2rem;
    font-size: 0.28rem;
    border: 0;
  }
  .foot .desc .line {
    margin-top: 0.06rem;
    color: #333;
  }
  .foot .icons {
    float: left;
    margin-left: 1.87rem;
  }
  .foot .icons .block {
    width: 1.6rem;
    height: 1.4rem;
  }
  .foot .icons img {
    width: 0.56rem;
    height: 0.68rem;
    margin-top: 0.36rem;
    margin-left: 0.52rem;
  }
  .foot .icons .right-img {
    width: 1.1rem;
    height: 0.55rem;
    margin-top: 0.43rem;
    margin-left: 0.25rem;
  }
  .foot-line {
    position: absolute;
    width: 100%;
    height: 0.01rem;
    top: 5.21rem;
    bottom: 0;
    left: 0;
    background: #DEE2E6;
  }
  .typeright {
    margin-top: 0.18rem;
    padding-top: 0.24rem;
    max-width: 7.5rem;
    text-align: center;
    height: 2.08rem;
    font-size: 0.28rem;
  }
  .typeright p {
    width: 100%;
    margin-top: 0.04rem;
  }
  .typeright p:nth-child(2) {
    margin-left: 0rem;
  }
  .typeright p:nth-child(3) {
    margin-left: 0rem;
    padding-left: 0.28rem;
    background: url(footer-icon.png) no-repeat;
    background-position: 1.46rem center;
    background-size: 0.24rem 0.24rem;
  }
}

.head {
  max-width: 19.2rem;
  margin: 0 auto;
  background: url(head-bg.png) no-repeat center;
  background-size: 100% 1.9rem;
  background-position: 0 0;
}
.head .vertical-line::after {
  content: '';
  display: inline-block;
  margin: 0 0.07rem;
  width: 0.01rem;
  height: 0.1rem;
  background: #333;
  border-radius: 0.01rem;
  vertical-align: middle;
}
.head .header-first {
  font-size: 0.18rem;
}
.head .header-first > .lf {
  margin-top: 0.19rem;
  margin-left: 0.4rem;
}
.head .header-first > .rt {
  margin-top: 0.17rem;
  margin-right: 0.3rem;
}
.head .header-first .block {
  display: inline-block;
  font-size: 0;
}
.head .header-first .btn {
  display: inline-block;
  width: 1.16rem;
  height: 0.32rem;
  line-height: 0.32rem;
  padding-left: 0.45rem;
  font-size: 0.16rem;
  backdrop-filter: blur(10px);
}
.head .header-first .btn.left {
  margin-left: 0.25rem;
  background: #D2E8FF url(head-btn-left.png) no-repeat center;
  border-radius: 0.16rem 0rem 0rem 0.16rem;
  background-size: 0.16rem 0.16rem;
  background-position: 0.23rem center;
  color: #015293;
}
.head .header-first .btn.right {
  background: #026AB6 url(head-btn-right.png) no-repeat center;
  border-radius: 0.16rem 0rem 0rem 0.16rem;
  background-size: 0.16rem 0.16rem;
  background-position: 0.23rem center;
  border-radius: 0rem 0.16rem 0.16rem 0rem;
  color: #F7D594;
}
.head .header-second > .lf {
  width: 3.76rem;
  height: 0.8rem;
  margin-top: 0.36rem;
  margin-left: 0.3rem;
  background: url(head-logo.png) no-repeat center;
  background-size: 100% 100%;
}
.head .header-second .dyxz {
  float: left;
}
.head .header-second .dyxz .select-box {
  position: relative;
}
.head .header-second .dyxz .select {
  width: 1.36rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #FFFFFF;
  border-radius: 0.04rem;
  border: 0.01rem solid #DEDEDE;
  margin-left: 0.3rem;
  margin-top: 0.57rem;
  cursor: pointer;
}
.head .header-second .dyxz .select .area {
  display: inline-block;
  font-size: 0.14rem;
  color: #000;
  margin-left: 0.2rem;
}
.head .header-second .dyxz .select .arrow {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.2rem;
  margin-top: 0.14rem;
  background: url(arrow.png) no-repeat center;
  background-size: 100% 100%;
}
.head .header-second .dyxz .menu {
  position: absolute;
  display: none;
  left: -2.76rem;
  top: 0.49rem;
  width: 9.6rem;
  min-height: 3.24rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.03rem 0.08rem 0rem rgba(216, 216, 216, 0.5);
  border-radius: 0.08rem;
  border: 0.01rem solid #DEDEDE;
  z-index: 2;
  padding: 0.3rem;
}
.head .header-second .dyxz .menu .tit span {
  font-size: 0.24rem;
  color: #000;
  font-weight: bold;
}
.head .header-second .dyxz .menu .tit .close {
  width: 0.2rem;
  height: 0.2rem;
  background: url(close.png) no-repeat center;
  background-size: 100% 100%;
  margin-top: 0.12rem;
  cursor: pointer;
}
.head .header-second .dyxz .menu .area-tab .cm-tab {
  margin-top: 0.26rem;
}
.head .header-second .dyxz .menu .area-tab .cm-tab .tabPanel {
  border: none;
}
.head .header-second .dyxz .menu .area-tab .cm-tab .tabPanel .panel {
  width: 2.5rem;
  height: 0.6rem;
  background: #F5F7FA;
  border-radius: 0.04rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
  font-size: 0.2rem;
  margin-left: 0.16rem;
}
.head .header-second .dyxz .menu .area-tab .cm-tab .tabPanel .panel::before {
  width: 0;
}
.head .header-second .dyxz .menu .area-tab .cm-tab .tabPanel .panel:first-child {
  margin-left: 0;
}
.head .header-second .dyxz .menu .area-tab .cm-tab .tabPanel .cur {
  background: #026AB6;
  color: #fff;
  font-weight: normal;
}
.head .header-second .dyxz .menu .area-tab .cm-tab .tabContent .tabItem {
  padding-top: 0.2rem;
  margin-left: -0.06rem;
}
.head .header-second .dyxz .menu .area-tab .cm-tab .tabContent .tabItem a {
  display: inline-block;
  max-width: 1.42rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #000;
  margin: 0.04rem 0.05rem;
  padding: 0.04rem 0.02rem;
}
.head .header-second .dyxz .menu .area-tab .cm-tab .tabContent .tabItem a:hover {
  color: #00558F;
}
.head .header-second .dyxz .menu .line {
  width: 9.01rem;
  height: 0.01rem;
  border: 0.01rem solid #E7E7E7;
  margin-top: 0.2rem;
}
.head .header-second .dyxz .menu .go {
  margin-top: 0.23rem;
}
.head .header-second .dyxz .menu .go .tip span {
  font-size: 0.2rem;
  color: #000;
}
.head .header-second .dyxz .menu .go .btns a {
  display: inline-block;
  width: 0.88rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background: #FFFFFF;
  border-radius: 0.04rem;
  border: 0.01rem solid #026AB6;
  color: #015293;
  box-sizing: border-box;
  font-size: 0.2rem;
  text-align: center;
  margin-left: 0.16rem;
}
.head .header-second .dyxz .menu .go .btns .cur {
  background: #026AB6;
  color: #fff;
}
.head .header-second .dyxz .show {
  display: block;
}
.head .header-second .dyxz .hidden {
  display: none;
}
.head .header-second > .rt {
  position: relative;
  margin-top: 0.44rem;
  margin-right: 0.3rem;
}
.head .header-second .input {
  width: 3.06rem;
  height: 0.48rem;
  padding: 0 0.5rem 0 0.24rem;
  background: #FFFFFF;
  border-radius: 0.28rem;
  border: 0.01rem solid #026AB6;
  backdrop-filter: blur(0px);
  color: #AAA;
}
.head .header-second .search {
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  top: 0.14rem;
  right: 0.24rem;
}
.head .header-third {
  height: 0.59rem;
  font-size: 0.22rem;
  padding: 0.19rem 0;
  margin-top: 0.3rem;
  line-height: 0.22rem;
}
.head .header-third .item:nth-child(1) {
  margin-left: 0.4rem;
}
.head .header-third .item:nth-child(n+2) {
  margin-left: 0.96rem;
}
.head .header-third .text {
  display: inline-block;
  vertical-align: middle;
}
.head .header-third .item {
  position: relative;
}
.head .header-third .cur {
  color: #015293;
}
.head .header-third .item:hover::after,
.head .header-third .cur::after {
  content: '';
  position: absolute;
  bottom: -0.23rem;
  left: 28%;
  width: 0.48rem;
  height: 0.16rem;
  z-index: 3;
  background: url(head-cur.png) no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
.head .head-line-after {
  position: relative;
  height: 0.01rem;
  background: #015293;
}
.right-nav {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 50%;
  width: 0.72rem;
  height: 2.33rem;
  padding: 0 0.16rem;
  background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
  box-shadow: 0rem 0.04rem 0.16rem 0rem rgba(122, 140, 168, 0.16);
  border-radius: 0.08rem 0rem 0rem 0.08rem;
  border: 0.02rem solid #FFFFFF;
}
.right-nav .block {
  position: relative;
  padding-top: 0.32rem;
  height: 0.79rem;
  border-bottom: 0.01rem solid #DDDDDD;
  text-align: center;
}
.right-nav .block img {
  width: 0.24rem;
  height: 0.24rem;
}
.right-nav .block:nth-child(2) {
  padding-top: 0.24rem;
  height: 0.72rem;
}
.right-nav .block:nth-last-child(2) {
  border-bottom: none;
}
.right-nav .last {
  cursor: pointer;
  position: absolute;
  right: 0;
  margin-top: 0.2rem;
  width: 0.72rem;
  height: 0.72rem;
  background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
  box-shadow: 0rem 0.04rem 0.16rem 0rem rgba(122, 140, 168, 0.16);
  border-radius: 0.08rem 0rem 0rem 0.08rem;
  border: 0.02rem solid #FFFFFF;
}
.right-nav .last img {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0.24rem;
}
.right-nav .hov {
  display: none;
  position: absolute;
  left: -1.7rem;
  top: 0;
  width: 1.8rem;
  padding-right: 0.2rem;
  height: 2.05rem;
  background: url(right-nav-hov-bg.png) no-repeat;
  background-size: 1.6rem 100%;
  background-position: 0 -0.2rem;
  text-align: center;
}
.right-nav .hov img {
  width: 0.99rem;
  height: 1.02rem;
  margin-top: 0.12rem;
}
.right-nav .hov .text {
  font-size: 0.18rem;
  font-weight: 600;
  color: #222222;
  margin-top: 0.14rem;
}
.right-nav .last-hov {
  left: -1.52rem;
}
.right-nav .last-hov img {
  margin: 0.12rem 0 0 0;
}
.right-nav .block:hover .hov,
.right-nav .last:hover .hov {
  display: block;
}
@media screen and (max-width: 768px) {
  .m-hide {
    display: none !important;
  }
  .head {
    max-width: 100%;
    background: url(header-bg-phone.png) no-repeat center;
    background-size: 100% 2.62rem;
    background-position: 0 0;
  }
  .head .header-first {
    font-size: 0.28rem;
  }
  .head .header-first > .lf {
    margin-top: 0.3rem;
    margin-left: 0.4rem;
  }
  .head .header-first > .rt {
    margin-top: 0.3rem;
    margin-right: 0.3rem;
  }
  .head .header-second > .lf {
    width: 3.93rem;
    height: 0.92rem;
    margin-top: 0.64rem;
    margin-left: 0.4rem;
    background: url(head-logo-phone.png) no-repeat center;
    background-size: 100% 100%;
  }
  .head .header-second > .rt {
    position: relative;
    margin-top: 0.34rem;
    margin-right: 0.4rem;
  }
  .head .header-second .input {
    box-sizing: border-box;
    width: 6.7rem;
    height: 0.72rem;
    font-size: 0.28rem;
    padding: 0 0.5rem 0 0.24rem;
    background: #FFF;
    border-radius: 0.36rem;
    border: 0.01rem solid #026AB6;
    backdrop-filter: blur(0px);
    color: #999;
  }
  .head .header-second .search {
    position: absolute;
    width: 0.32rem;
    height: 0.32rem;
    top: 0.2rem;
    right: 0.28rem;
  }
  .head .header-third {
    height: 1.58rem;
    font-size: 0.32rem;
    padding: 0;
    margin-top: 0.3rem;
    line-height: 0.32rem;
    border-top: 0.01rem solid #D9ECF9;
  }
  .head .header-third .item {
    display: inline-block;
    padding: 0.21rem 0 0.22rem;
  }
  .head .header-third .item img {
    width: 0.32rem;
    height: 0.32rem;
  }
  .head .header-third .item:nth-child(n+2) {
    margin-left: 0.86rem;
  }
  .head .header-third .item:nth-child(1),
  .head .header-third .item:nth-child(4) {
    margin-left: 0.24rem;
  }
  .head .header-third .text {
    display: inline-block;
    vertical-align: middle;
  }
  .head .header-third .cur.item {
    position: relative;
    color: #015293;
  }
  .head .header-third .cur::after {
    content: '';
    position: absolute;
    bottom: -0.07rem;
    left: 34%;
    width: 0.48rem;
    height: 0.16rem;
    z-index: 3;
    background: url(head-cur.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
  }
  .head .head-line-before {
    display: block;
    position: absolute;
    bottom: 0.8rem;
    left: 0;
    width: 100%;
    height: 0.01rem;
    background: #D9ECF9;
  }
}

.hot-news .title {
  padding-top: 0.49rem;
}
.hot-news .title > a {
  display: block;
  text-align: center;
  color: #015293;
}
.hot-news .title .t1 {
  max-width: 12.8rem;
  height: 0.42rem;
  font-size: 0.42rem;
  font-weight: 500;
  line-height: 0.42rem;
}
.hot-news .title .t2 {
  margin-top: 0.14rem;
  max-width: 12.8rem;
  height: 0.2rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
}
.hot-news .news-container {
  margin-top: 0.56rem;
}
.hot-news .news-container .swiper-container {
  position: relative;
  width: 6.6rem;
  height: 4.04rem;
}
.hot-news .news-container .swiper-container .img {
  width: 6.6rem;
  height: 3.7rem;
}
.hot-news .news-container .swiper-container .text {
  width: 100%;
  text-align: center;
  margin-top: 0.12rem;
  line-height: 0.22rem;
  font-size: 0.22rem;
  color: #000;
}
.hot-news .news-container .swiper-container .swiper-button-next,
.hot-news .news-container .swiper-container .swiper-button-prev {
  position: absolute;
  width: 0.24rem;
  height: 0.4rem;
  top: 45%;
  cursor: pointer;
}
.hot-news .news-container .swiper-container .swiper-button-prev {
  left: 0;
  background: url(swipe-left.png) no-repeat;
  background-size: 100% 100%;
}
.hot-news .news-container .swiper-container .swiper-button-next {
  right: 0;
  background: url(swipe-right.png) no-repeat;
  background-size: 100% 100%;
}
.hot-news .news-container .news-list {
  width: 5.71rem;
  height: 3.5rem;
  margin-top: 0.08rem;
}
.hot-news .news-container .news-list .tabPanel {
  padding-left: 0.2rem;
}
.hot-news .news-container .news-list .panel {
  font-size: 0.26rem;
  font-weight: 500;
  color: #111111;
  line-height: 0.26rem;
}
.hot-news .news-container .news-list .panel:nth-child(n+2) {
  margin-left: 0.4rem;
}
.hot-news .news-container .news-list .cur {
  color: #005293;
}
.hot-news .news-container .news-list .tabItem {
  font-size: 0.2rem;
}
.hot-news .news-container .news-list .news {
  position: relative;
  margin-top: 0.22rem;
  padding-left: 0.2rem;
  max-height: 0.5rem;
  overflow: hidden;
}
.hot-news .news-container .news-list .news::before {
  position: absolute;
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #B0B0B0;
  top: 0.11rem;
  left: 0;
}
.hot-news .news-container .news-list .news:hover::before {
  background: #005293;
}
@media screen and (max-width: 768px) {
  .hot-news .title {
    padding-top: 0.32rem;
  }
  .hot-news .title > a {
    display: block;
    text-align: center;
    color: #015293;
  }
  .hot-news .title .t1 {
    max-width: 100%;
    padding: 0 0.2rem;
    height: 0.56rem;
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 0.56rem;
  }
  .hot-news .title .t2 {
    margin-top: 0rem;
    padding: 0 0.2rem;
    max-width: 100%;
    height: 0.56rem;
    font-size: 0.4rem;
    line-height: 0.56rem;
  }
  .hot-news .news-container {
    margin-top: 0.32rem;
  }
  .hot-news .news-container .swiper-container {
    position: relative;
    width: 7.5rem;
    height: 5.08rem;
  }
  .hot-news .news-container .swiper-container .img {
    width: 7.5rem;
    height: 4.2rem;
  }
  .hot-news .news-container .swiper-container .text {
    padding: 0 0.24rem;
    text-align: left;
    margin-top: 0;
    line-height: 0.88rem;
    font-size: 0.32rem;
    color: #333;
    height: 0.88rem;
    background: #D2E8FF;
  }
  .hot-news .news-container .swiper-container .swiper-button-next,
  .hot-news .news-container .swiper-container .swiper-button-prev {
    display: none;
  }
  .hot-news .news-container .news-list {
    margin-top: 0.48rem;
    width: 7.5rem;
    padding: 0 0.24rem;
    height: auto;
  }
  .hot-news .news-container .news-list .tabPanel {
    padding-left: 0rem;
    padding-bottom: 0.24rem;
    border-bottom: 0.01rem solid #ddd;
  }
  .hot-news .news-container .news-list .panel {
    font-size: 0.36rem;
    font-weight: 500;
    color: #333;
    line-height: 0.36rem;
  }
  .hot-news .news-container .news-list .panel:nth-child(n+2) {
    margin-left: 0.7rem;
  }
  .hot-news .news-container .news-list .cur {
    position: relative;
    color: #005293;
  }
  .hot-news .news-container .news-list .cur::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.02rem;
    background: #005293;
    bottom: -0.2rem;
    left: 0;
  }
  .hot-news .news-container .news-list .tabItem {
    font-size: 0.32rem;
    color: #333;
  }
  .hot-news .news-container .news-list .news {
    position: relative;
    margin-top: 0.28rem;
    padding-left: 0rem;
    padding-bottom: 0.32rem;
    max-height: initial;
  }
  .hot-news .news-container .news-list .news:nth-child(n) {
    border-bottom: 0.01rem solid #ddd;
  }
  .hot-news .news-container .news-list .news::before {
    display: none;
  }
}

.news-banner-box {
  margin-top: 0.24rem !important;
}
.news-banner {
  position: relative;
  height: 1.4rem;
}
.news-banner img {
  width: 100%;
}
.news-banner .pagination {
  position: absolute;
  right: 0.12rem;
  bottom: 0.12rem;
}
.news-banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.08rem;
  background: #fff;
  opacity: 0.5;
  cursor: pointer;
}
.news-banner .pagination .swiper-active-switch {
  opacity: 1;
  background-color: #CE6D00;
}
.gov-affairs-public {
  margin-top: 0.24rem;
  text-align: center;
}
.gov-affairs-public .tt {
  display: inline-block;
  width: 3.94rem;
}
.gov-affairs-public .tt img {
  width: 100%;
}
.gov-affairs-public .gov-affairs-head {
  margin-top: 0.3rem;
}
.gov-affairs-public .gov-affairs-head .child {
  position: absolute;
  left: 0.4rem;
  bottom: 0;
  width: 1.2rem;
  height: 1rem;
  background: linear-gradient(180deg, rgba(244, 246, 248, 0.8) 0%, #FFFFFF 100%);
  box-shadow: 0 0.02rem 0.08rem 0 rgba(122, 140, 168, 0.16);
  border-radius: 0.04rem 0.04rem 0 0;
  border: 0.02rem solid #FFFFFF;
  backdrop-filter: blur(0.04rem);
}
.gov-affairs-public .gov-affairs-head .child img {
  width: 0.32rem;
  margin-top: 0.2rem;
  margin-bottom: 0.12rem;
}
.gov-affairs-public .gov-affairs-head .child span {
  display: block;
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #333;
}
.affairs-item {
  float: left;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-right: 0.16rem;
  transition: transform 0.5s;
}
.affairs-item .bg {
  width: 100%;
  height: 100%;
}
.affairs-item:last-child {
  margin: 0;
}
.affairs-item:hover {
  transform: translateY(-0.08rem);
}
.affairs-item:hover .child span {
  color: #015293;
}
.gov-affairs-list {
  margin-top: 0.2rem;
  padding-bottom: 0.18rem;
}
.gov-affairs-list .list {
  padding-left: 0.22rem;
  background: url(gov_affairs_list_bg.png) no-repeat left center / 0.1rem 0.1rem;
  font-size: 0.18rem;
  line-height: 0.73rem;
  text-align: left;
  border-bottom: 0.01rem solid #E5E5E5;
}
.gov-affairs-list .list .title {
  max-width: 11rem;
}
.gov-affairs-list .list .date {
  color: #666;
}
.gov-affairs-list .list:last-child {
  border: none;
}
.special-part {
  overflow: hidden;
  height: 3rem;
}
.special-part .tt {
  display: block;
  width: 2.94rem;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.special-part .tt img {
  width: 100%;
}
.special-part .mask {
  position: relative;
  left: -0.2rem;
  width: 13.2rem;
}
.special-part .mask .nav {
  position: absolute;
  top: 0.5rem;
  z-index: 999;
  width: 0.24rem;
  cursor: pointer;
}
.special-part .mask .nav img {
  width: 100%;
}
.special-part .mask .prev {
  left: 0.2rem;
}
.special-part .mask .next {
  right: 0.2rem;
}
.special-banner {
  height: 1.4rem;
}
.special-banner .swiper-slide {
  width: 2.9rem !important;
  margin: 0 0.2rem;
}
.special-banner img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-banner {
    width: 7.02rem;
    height: 0.77rem;
  }
  .gov-affairs-public {
    padding: 0 0.24rem;
  }
  .gov-affairs-public .tt {
    width: 4.37rem;
  }
  .gov-affairs-public .gov-affairs-head {
    margin-top: 0.24rem;
  }
  .gov-affairs-public .gov-affairs-head .child {
    width: 1.56rem;
    height: 1.2rem;
    left: 0.32rem;
    border-radius: 0.08rem 0.08rem 0 0;
  }
  .gov-affairs-public .gov-affairs-head .child img {
    width: 0.48rem;
    margin-top: 0.16rem;
    margin-bottom: 0.08rem;
  }
  .gov-affairs-public .gov-affairs-head .child span {
    font-size: 0.32rem;
    line-height: 0.32rem;
    font-weight: 500;
  }
  .affairs-item {
    float: left;
    position: relative;
    width: 2.2rem;
    height: 2rem;
    margin-right: 0.21rem;
    margin-bottom: 0.21rem;
  }
  .affairs-item:nth-child(3n) {
    margin-right: 0;
  }
  .gov-affairs-list {
    margin-top: 0.03rem;
  }
  .gov-affairs-list .list {
    padding: 0.24rem 0 0.24rem 0.18rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    border-bottom: 0.01rem solid #ddd;
  }
  .gov-affairs-list .list .title {
    max-width: 5rem;
  }
  .gov-affairs-list .list .date {
    color: #999;
  }
  .gov-affairs-list .list:last-child {
    border-bottom: 0.01rem solid #ddd;
  }
  .special-part {
    padding: 0.24rem;
  }
  .special-part .tt {
    width: 3.28rem;
    margin-bottom: 0.27rem;
  }
  .special-part .mask {
    width: 7.26rem;
    left: -0.12rem;
  }
  .special-part .mask .nav {
    display: none;
  }
  .special-banner {
    height: 1.64rem;
  }
  .special-banner .swiper-slide {
    width: 3.4rem !important;
    margin: 0 0.12rem;
  }
}

.video-news {
  width: 3.8rem;
  height: 7.94rem;
  padding: 0.32rem;
  background: #F3FAFF;
  border-radius: 0.08rem;
}
.video-title {
  margin-bottom: 0.24rem;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.26rem;
}
.video {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1.8rem;
  margin-bottom: 0.16rem;
}
.video .video-img {
  width: 100%;
  height: 100%;
}
.video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.video-content .video-point {
  width: 0.06rem;
  height: 0.06rem;
  margin-top: 0.1rem;
  background: #B0B0B0;
  border-radius: 0.06rem;
}
.video-content .video-txt {
  max-width: 2.98rem;
  font-size: 0.18rem;
  font-weight: 400;
  color: #000000;
}
.video-content .video-txt:hover {
  color: #015293;
}
.split {
  width: 100%;
  height: 0.01rem;
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
  background: #93B8D2;
}
.notice-list .notice-item {
  display: block;
  margin-bottom: 0.08rem;
  padding: 0.12rem 0.26rem 0.12rem 0.2rem;
  background: #FFFFFF;
  font-size: 0.18rem;
  font-weight: 400;
  color: #000000;
}
.notice-list .notice-item:hover {
  color: #015293;
}
@media screen and (max-width: 768px) {
  .video-news {
    margin-top: 0.32rem;
    width: 100%;
    height: auto;
    padding: 0.32rem;
    background: #F3FAFF;
    border-radius: 0.08rem;
  }
  .video-title {
    margin-bottom: 0.32rem;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.32rem;
  }
  .video {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3.8rem;
    margin-bottom: 0.24rem;
    background: url(video-img.png) center center / 100% 100% no-repeat;
  }
  .video .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  .video-content .video-point {
    width: 0.1rem;
    height: 0.1rem;
    margin-top: 0.1rem;
    background: #B0B0B0;
    border-radius: 0.1rem;
  }
  .video-content .video-txt {
    max-width: 6rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #000000;
  }
  .video-content .video-txt:hover {
    color: #015293;
  }
  .split {
    width: 100%;
    height: 0.01rem;
    margin-top: 0.24rem;
    margin-bottom: 0.24rem;
    background: #93B8D2;
  }
  .notice-list .notice-item {
    display: block;
    margin-bottom: 0.24rem;
    padding: 0.24rem;
    background: #FFFFFF;
    font-size: 0.28rem;
    font-weight: 400;
    color: #000000;
  }
  .notice-list .notice-item:hover {
    color: #015293;
  }
}

.top {
  padding: 0.34rem 0;
  background: url(top-bg.png) center center / 100% 100% no-repeat;
}
.top .top-content {
  position: relative;
}
.top .top-content .swiper-container {
  width: 6.2rem;
  height: 4.1rem;
  border-radius: 0 0 0.28rem 0;
}
.top .top-content .swiper-container a {
  display: inline-block;
  position: relative;
}
.top .top-content .swiper-container a .img {
  width: 6.2rem;
  height: 4.1rem;
}
.top .top-content .swiper-container a .text {
  position: absolute;
  width: 6.2rem;
  height: 0.56rem;
  bottom: 0;
  line-height: 0.56rem;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.24rem;
  padding-left: 0.64rem;
  padding-right: 0.12rem;
  color: #fff;
}
.top .top-content .swiper-button-next,
.top .top-content .swiper-button-prev {
  position: absolute;
  width: 0.4rem;
  height: 0.32rem;
  bottom: 0.3rem;
  z-index: 10;
  cursor: pointer;
  line-height: 0.32rem;
  text-align: center;
}
.top .top-content .swiper-button-prev {
  left: -0.4rem;
  background: #7BBDF2;
  border-radius: 0.08rem 0rem 0rem 0rem;
}
.top .top-content .swiper-button-next {
  background: #015293;
  border-radius: 0rem 0rem 0.04rem 0rem;
}
.tab1 {
  width: 6.2rem;
}
.tab1 .tab1-header {
  margin-top: 0.24rem;
}
.tab1 .tab1-header .time {
  width: 0.8rem;
  height: 0.8rem;
  background: linear-gradient(180deg, rgba(244, 246, 248, 0.8) 0%, #FFFFFF 100%);
  box-shadow: 0rem 0.02rem 0.08rem 0rem rgba(122, 140, 168, 0.16);
  border-radius: 0.08rem;
  border: 0.02rem solid #FFFFFF;
  backdrop-filter: blur(4px);
}
.tab1 .tab1-header .time .day {
  margin-top: 0.08rem;
  text-align: center;
  font-size: 0.32rem;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #333333;
}
.tab1 .tab1-header .time .year {
  text-align: center;
  font-size: 0.14rem;
  font-weight: 500;
  color: #333333;
}
.tab1 .tab1-header .title {
  margin-top: 0.08rem;
  max-width: 5.24rem;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.32rem;
}
.tab1 .tab1-content {
  margin-top: 0.24rem;
}
.tab1 .tab1-content .txt-item {
  line-height: 0.48rem;
}
.tab1 .tab1-content .txt-item .point {
  margin-top: 0.19rem;
}
.tab1 .tab1-content .txt-item .txt {
  max-width: 4.2rem;
  margin-left: 0.12rem;
  font-size: 0.18rem;
  font-weight: 400;
  color: #000;
}
.tab1 .tab1-content .txt-item .txt:hover {
  color: #015293;
}
.tab1 .tab1-content .txt-item .time {
  font-size: 0.18rem;
  font-weight: 400;
  color: #666;
}
.center {
  margin-top: 0.3rem;
  margin-bottom: 0.34rem;
}
.tab3 {
  margin-top: 0.21rem;
}
.tab2,
.tab3 {
  width: 8.7rem;
}
.tab2 .common-tab-head,
.tab3 .common-tab-head {
  border: none;
  background: #F3F7F9;
  border-radius: 0.08rem 0.08rem 0 0;
}
.tab2 .common-tab-head a:hover,
.tab3 .common-tab-head a:hover {
  border-color: transparent;
  background: transparent;
}
.tab2 .common-tab-head .cur,
.tab3 .common-tab-head .cur {
  border-color: transparent;
  background: transparent;
}
.tab2 .tab2-content,
.tab3 .tab2-content,
.tab2 .tab3-content,
.tab3 .tab3-content {
  padding: 0.12rem 0.34rem;
  border-radius: 0 0 0.08rem 0.08rem;
  border: 0.04rem #F3F7F9 solid;
  border-top: none;
}
.tab2 .tab2-content .txt-item,
.tab3 .tab2-content .txt-item,
.tab2 .tab3-content .txt-item,
.tab3 .tab3-content .txt-item {
  margin-top: 0.2rem;
  line-height: 0.18rem;
  padding-bottom: 0.21rem;
  border-bottom: 0.01rem #EEF1F6 solid;
}
.tab2 .tab2-content .txt-item:last-child,
.tab3 .tab2-content .txt-item:last-child,
.tab2 .tab3-content .txt-item:last-child,
.tab3 .tab3-content .txt-item:last-child {
  border-bottom: none;
}
.tab2 .tab2-content .txt-item .point,
.tab3 .tab2-content .txt-item .point,
.tab2 .tab3-content .txt-item .point,
.tab3 .tab3-content .txt-item .point {
  margin-top: 0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  background: #B0B0B0;
}
.tab2 .tab2-content .txt-item .txt,
.tab3 .tab2-content .txt-item .txt,
.tab2 .tab3-content .txt-item .txt,
.tab3 .tab3-content .txt-item .txt {
  max-width: 6.5rem;
  margin-left: 0.12rem;
  font-size: 0.18rem;
  font-weight: 400;
  color: #111;
}
.tab2 .tab2-content .txt-item .txt:hover,
.tab3 .tab2-content .txt-item .txt:hover,
.tab2 .tab3-content .txt-item .txt:hover,
.tab3 .tab3-content .txt-item .txt:hover {
  color: #015293;
}
.tab2 .tab2-content .txt-item .time,
.tab3 .tab2-content .txt-item .time,
.tab2 .tab3-content .txt-item .time,
.tab3 .tab3-content .txt-item .time {
  font-size: 0.18rem;
  font-weight: 400;
  color: #666;
}
@media screen and (max-width: 768px) {
  .top {
    padding: 0.32rem 0;
    background: transparent;
  }
  .top .top-content {
    position: relative;
  }
  .top .top-content .swiper-container {
    width: 100%;
    height: 5rem;
    border-radius: 0;
  }
  .top .top-content .swiper-container a {
    display: inline-block;
    position: relative;
  }
  .top .top-content .swiper-container a .img {
    width: 100%;
    height: auto;
  }
  .top .top-content .swiper-container a .text {
    position: absolute;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .top .top-content .swiper-button-next,
  .top .top-content .swiper-button-prev {
    display: none;
  }
  .tab1 {
    width: 100%;
    margin-top: 0.24rem;
    padding: 0 0.24rem;
  }
  .tab1 .tab1-header {
    margin-top: 0.24rem;
  }
  .tab1 .tab1-header .time {
    width: 1.2rem;
    height: 1.2rem;
    background: linear-gradient(180deg, rgba(244, 246, 248, 0.8) 0%, #FFFFFF 100%);
    box-shadow: 0rem 0.02rem 0.08rem 0rem rgba(122, 140, 168, 0.16);
    border-radius: 0.12rem;
    border: 0.02rem solid #FFFFFF;
    backdrop-filter: blur(4px);
  }
  .tab1 .tab1-header .time .day {
    margin-top: 0.18rem;
    text-align: center;
    font-size: 0.4rem;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #333333;
  }
  .tab1 .tab1-header .time .year {
    text-align: center;
    font-size: 0.22rem;
    font-weight: 500;
    color: #333333;
  }
  .tab1 .tab1-header .title {
    margin-top: 0.14rem;
    max-width: 5.6rem;
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 0.42rem;
  }
  .tab1 .tab1-content {
    margin-top: 0.36rem;
  }
  .tab1 .tab1-content .txt-item {
    height: 0.71rem;
    line-height: 0.48rem;
    border-bottom: 0.01rem #ddd solid;
    margin-bottom: 0.26rem;
  }
  .tab1 .tab1-content .txt-item .point {
    margin-top: 0.18rem;
  }
  .tab1 .tab1-content .txt-item .txt {
    max-width: 4.5rem;
    margin-left: 0.08rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #000;
  }
  .tab1 .tab1-content .txt-item .txt:hover {
    color: #015293;
  }
  .tab1 .tab1-content .txt-item .time {
    font-size: 0.24rem;
    font-weight: 400;
    color: #666;
  }
  .center {
    margin-top: 0;
    margin-bottom: 0.34rem;
    padding: 0 0.24rem;
    width: 100%;
  }
  .center-tabs {
    width: 100%;
  }
  .tab3 {
    margin-top: 0.32rem;
  }
  .tab2,
  .tab3 {
    width: 100%;
  }
  .tab2 .common-tab-head,
  .tab3 .common-tab-head {
    border: none;
    background: #F3F7F9;
    border-radius: 0.08rem 0.08rem 0 0;
  }
  .tab2 .common-tab-head a:hover,
  .tab3 .common-tab-head a:hover {
    border-color: transparent;
    background: transparent;
  }
  .tab2 .common-tab-head .cur,
  .tab3 .common-tab-head .cur {
    border-color: transparent;
    background: transparent;
  }
  .tab2 .tab2-content,
  .tab3 .tab2-content,
  .tab2 .tab3-content,
  .tab3 .tab3-content {
    padding: 0.12rem 0.34rem;
    border-radius: 0 0 0.08rem 0.08rem;
    border: 0.04rem #F3F7F9 solid;
    border-top: none;
  }
  .tab2 .tab2-content .txt-item,
  .tab3 .tab2-content .txt-item,
  .tab2 .tab3-content .txt-item,
  .tab3 .tab3-content .txt-item {
    height: 0.71rem;
    line-height: 0.48rem;
    border-bottom: 0.01rem #EEF1F6 solid;
    margin-bottom: 0.26rem;
  }
  .tab2 .tab2-content .txt-item .point,
  .tab3 .tab2-content .txt-item .point,
  .tab2 .tab3-content .txt-item .point,
  .tab3 .tab3-content .txt-item .point {
    margin-top: 0.18rem;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 0.06rem;
    background: #B0B0B0;
  }
  .tab2 .tab2-content .txt-item .txt,
  .tab3 .tab2-content .txt-item .txt,
  .tab2 .tab3-content .txt-item .txt,
  .tab3 .tab3-content .txt-item .txt {
    max-width: 4.5rem;
    margin-left: 0.08rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #111;
  }
  .tab2 .tab2-content .txt-item .txt:hover,
  .tab3 .tab2-content .txt-item .txt:hover,
  .tab2 .tab3-content .txt-item .txt:hover,
  .tab3 .tab3-content .txt-item .txt:hover {
    color: #015293;
  }
  .tab2 .tab2-content .txt-item .time,
  .tab3 .tab2-content .txt-item .time,
  .tab2 .tab3-content .txt-item .time,
  .tab3 .tab3-content .txt-item .time {
    font-size: 0.24rem;
    font-weight: 400;
    color: #666;
  }
  .tab2 .tab2-content .txt-item:last-child,
  .tab3 .tab2-content .txt-item:last-child,
  .tab2 .tab3-content .txt-item:last-child,
  .tab3 .tab3-content .txt-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.interaction-link {
  width: 4rem;
}
.interaction-link .app-con {
  margin-bottom: 0.2rem;
}
.interaction-link .app {
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  padding-top: 0.44rem;
  background: linear-gradient(180deg, #F2F8FF 0%, #FFFFFF 100%);
  box-shadow: 0 0.04rem 0.16rem 0 rgba(122, 140, 168, 0.12);
  border-radius: 0.12rem;
  border: 0.02rem solid #fff;
  backdrop-filter: blur(0.08rem);
  text-align: center;
}
.interaction-link .app img {
  width: 0.72rem;
}
.interaction-link .app span {
  display: block;
  font-size: 0.2rem;
  line-height: 0.2rem;
  margin-top: 0.2rem;
  color: #595959;
}
.interaction-link .letter {
  display: inline-block;
  width: 100%;
  height: 1.9rem;
  padding: 0.48rem 0 0 0.38rem;
  background: url(letter-bg.png) no-repeat center center / 100% 100%;
}
.interaction-link .letter .tt {
  padding-left: 0.1rem;
  font-size: 0.42rem;
  color: #4586CD;
  line-height: 0.42rem;
}
.interaction-link .letter .info {
  display: inline-block;
  padding: 0.1rem;
  margin-top: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #4E8EC1;
  border-radius: 0.08rem;
  border: 0.01rem solid #D0E1F5;
}

.tabSwitch {
  margin-top: 0.52rem;
  max-width: 19.2rem;
  height: 6.95rem;
  padding-top: 1.71rem;
  background: url(zmhd-bg.png) center center / auto 100% no-repeat;
}
.tab-card {
  width: 12.8rem;
  height: 4.4rem;
  margin: 0 auto;
  box-shadow: 0rem 0.04rem 0.24rem 0rem rgba(122, 140, 168, 0.16);
  border-radius: 0.08rem;
  background: linear-gradient(180deg, #FAFCFF 0%, #FFFFFF 100%);
  backdrop-filter: blur(8px);
}
.tab {
  width: 2.3rem;
  height: 4.4rem;
}
.tab .tab-l {
  width: 2rem;
  height: 4.4rem;
  padding-top: 0.04rem;
  background: linear-gradient(270deg, #F1F8FF 0%, #FFFFFF 100%);
  border-radius: 0.08rem 0rem 0rem 0.08rem;
}
.tab .tab-l .active {
  background: url(tab-bg.png) no-repeat;
}
.tab .tab-l .active .tab-txt {
  color: #fff !important;
}
.tab .tab-l .active .tab-icon {
  display: none !important;
}
.tab .tab-l .active .tab-icon-active {
  display: inline-block !important;
}
.tab .tab-l .zwgk.active {
  background: url(zwgk-bg.png);
}
.tab .tab-l .zwgk.active .tab-icon {
  margin-top: -0.4rem;
}
.tab .tab-l .zwgk.active .tab-icon-active {
  margin-top: -0.4rem;
}
.tab .tab-l .tab-item {
  display: inline-block;
  width: 2.3rem;
  height: 0.65rem;
  padding-top: 0.22rem;
  padding-left: 0.24rem;
  margin-top: 0.34rem;
}
.tab .tab-l .tab-item:first-child {
  margin-top: 0.29rem;
}
.tab .tab-l .tab-item .tab-icon {
  margin-top: -0.14rem;
}
.tab .tab-l .tab-item .tab-icon-active {
  display: none;
  margin-top: -0.14rem;
}
.tab .tab-l .tab-item .tab-txt {
  display: inline-block;
  width: 1.26rem;
  margin-left: 0.08rem;
  font-size: 0.22rem;
  font-weight: 500;
}
.tab .tab-l .zwgk {
  height: 0.8rem;
  padding-top: 0.12rem;
}
.tab .tab-l .zwgk .tab-icon {
  margin-top: -0.4rem;
}
.tab .tab-r {
  width: 0.3rem;
  height: 4.4rem;
}
.tab-content {
  width: 10.5rem;
  height: 4.4rem;
}
.yjzj .yjzj-content {
  width: 9.58rem;
  height: 4.4rem;
  padding-top: 0.49rem;
  padding-left: 0.31rem;
}
.yjzj .yjzj-content .yjzj-title .title-line {
  width: 0.03rem;
  height: 0.1rem;
  margin-top: 0.07rem;
  background: #026AB6;
  border-radius: 0.02rem;
}
.yjzj .yjzj-content .yjzj-title .title {
  margin-left: 0.06rem;
  line-height: 0.22rem;
  font-size: 0.2rem;
  font-weight: 500;
  color: #666666;
}
.yjzj .yjzj-content .yjzj-title .all span {
  line-height: 0.22rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #999999;
}
.yjzj .yjzj-content .yjzj-title .all img {
  width: 0.18rem;
  margin-top: -0.13rem;
  margin-left: 0.08rem;
}
.yjzj .yjzj-content .yjzj-list {
  margin-top: 0.56rem;
}
.yjzj .yjzj-content .yjzj-list .list-item {
  margin-bottom: 0.24rem;
  padding-bottom: 0.29rem;
  border-bottom: 0.01rem #EEF1F6 solid;
}
.yjzj .yjzj-content .yjzj-list .list-item:last-child {
  border: none;
}
.yjzj .yjzj-content .yjzj-list .list-item .item-status {
  width: 0.64rem;
  height: 0.24rem;
  border-radius: 0.04rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: center;
}
.yjzj .yjzj-content .yjzj-list .list-item .true {
  background: #EDF7FF;
  border: 0.01rem solid #ADD9FD;
  color: #015293;
}
.yjzj .yjzj-content .yjzj-list .list-item .false {
  background: #FAFAFA;
  border-radius: 0.04rem;
  border: 0.01rem solid #D9D9D9;
  font-size: 0.16rem;
  color: #999999;
}
.yjzj .yjzj-content .yjzj-list .list-item .item-title {
  width: 7.3rem;
  margin-left: 0.1rem;
  font-size: 0.18rem;
  line-height: 0.22rem;
}
.yjzj .yjzj-content .yjzj-list .list-item .item-time {
  font-size: 0.18rem;
  color: #999999;
  line-height: 0.22rem;
}
.master-mail {
  width: 10.5rem;
  height: 4.4rem;
}
.master-mail .content {
  width: 6.3rem;
  padding: 0.48rem 0.48rem 0.24rem 0.32rem;
}
.master-mail .content .content-header {
  width: 100%;
  height: 1.16rem;
  margin-bottom: 0.39rem;
}
.master-mail .content .content-header .mail-adrress ul li {
  display: inline-block;
  width: 1.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  background-size: 100% 100%;
  position: relative;
}
.master-mail .content .content-header .mail-adrress ul li img {
  width: 0.4rem;
  position: absolute;
  left: 0.16rem;
  top: 0.19rem;
}
.master-mail .content .content-header .mail-adrress ul li span {
  margin-left: 0.28rem;
}
.master-mail .content .content-header .mail-adrress ul li.write {
  background-image: url(write-mail.png);
  margin-right: 0.16rem;
}
.master-mail .content .content-header .mail-adrress ul li.query {
  background-image: url(mail-query.png);
}
.master-mail .content .content-title {
  width: 100%;
  font-size: 0.2rem;
  color: #666;
  margin-bottom: 0.16rem;
}
.master-mail .content .content-title::before {
  display: inline-block;
  position: relative;
  top: 0.1rem;
  content: '';
  width: 0.03rem;
  height: 0.1rem;
  background: #026AB6;
  border-radius: 0.02rem;
  float: left;
  margin-right: 0.05rem;
}
.master-mail .content .content-title .more {
  font-size: 0.16rem;
  cursor: pointer;
  color: #999;
}
.master-mail .content .content-title .more img {
  width: 0.18rem;
  margin-top: -0.03rem;
  margin-left: 0.08rem;
}
.master-mail .content .content-body .content-body-list .mail-txt-item {
  height: 0.44rem;
  line-height: 0.44rem;
}
.master-mail .content .content-body .content-body-list .mail-txt-item .point {
  padding-top: 0.18rem;
}
.master-mail .content .content-body .content-body-list .mail-txt-item .txt {
  max-width: 4rem;
  margin-left: 0.12rem;
  font-size: 0.16rem;
  font-weight: 400;
}
.master-mail .content .content-body .content-body-list .mail-txt-item .time {
  font-size: 0.16rem;
  font-weight: 400;
  color: #999999;
}
.master-mail .tel {
  width: 4.16rem;
}
.master-mail .tel img {
  height: 4.4rem;
}
.master-mail .m-tel {
  display: none;
}
.talk-online {
  width: 10.5rem;
  height: 4.4rem;
  padding: 0.48rem 0.56rem 0.5rem 0.32rem;
}
.talk-online .talk-online-info {
  width: 100%;
  height: 2.5rem;
  background-color: #fff;
  margin-bottom: 0.34rem;
}
.talk-online .talk-online-info .talk-online-info-pic {
  width: 4.5rem;
  height: 2.5rem;
  margin-right: 0.24rem;
  background-color: black;
}
.talk-online .talk-online-info .talk-online-info-pic img {
  max-width: 100%;
  height: 2.5rem;
}
.talk-online .talk-online-info .talk-online-info-infos {
  width: 4.84rem;
  height: 2.5rem;
}
.talk-online .talk-online-info .talk-online-info-infos .lable {
  font-size: 0.18rem;
  color: #015293;
}
.talk-online .talk-online-info .talk-online-info-infos .value {
  max-width: 3.93rem;
  font-size: 0.18rem;
  color: #333;
  margin-left: 0.12rem;
}
.talk-online .talk-online-info .talk-online-title,
.talk-online .talk-online-info .talk-online-time,
.talk-online .talk-online-info .talk-online-visitor,
.talk-online .talk-online-info .talk-online-summery {
  width: 100%;
  margin-bottom: 0.24rem;
}
.talk-online .talk-online-info .talk-online-summery {
  margin-bottom: 0;
}
.talk-online .talk-online-info .talk-online-title {
  height: 0.72rem;
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  word-break: break-all;
}
.talk-online .talk-online-history {
  width: 100%;
  height: 0.65rem;
  background-color: #fff;
  color: #333;
}
.talk-online .talk-online-history ul {
  width: 100%;
}
.talk-online .talk-online-history ul :nth-child(odd) {
  margin-right: 0.24rem;
}
.talk-online .talk-online-history ul :nth-child(-n+2) {
  margin-bottom: 0.1rem;
}
.talk-online .talk-online-history ul li {
  width: 4.5rem;
  height: 0.24rem;
  line-height: 0.24rem;
  float: left;
}
.talk-online .talk-online-history ul li .tag {
  width: 0.56rem;
  height: 0.24rem;
  background: #FFF2E8;
  border-radius: 0.04rem;
  border: 0.01rem solid #FFBC96;
  display: inline-block;
  text-align: center;
  color: #D97C2E;
  margin-right: 0.12rem;
  font-size: 0.14rem;
  vertical-align: top;
}
.talk-online .talk-online-history ul li .title {
  max-width: 3.7rem;
  height: 0.24rem;
  font-size: 0.18rem;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}
.zwgk .zwgk-content {
  width: 6.35rem;
  height: 4.4rem;
  padding-left: 0.3rem;
  padding-top: 0.52rem;
}
.zwgk .zwgk-content .zwgk-tab .zwgk-tab-item {
  width: 1.4rem;
  height: 0.48rem;
  margin-right: 0.12rem;
  background: #EBF6FF;
  border-radius: 0.04rem;
  font-size: 0.2rem;
  font-weight: 500;
  color: #666666;
  text-align: center;
  line-height: 0.48rem;
}
.zwgk .zwgk-content .zwgk-tab .zwgk-tab-item:first-child {
  width: 1.8rem;
}
.zwgk .zwgk-content .zwgk-tab .zwgk-tab-item.active {
  color: #ffffff;
  background: #026AB6;
}
.zwgk .zwgk-content .zwgk-txt-content {
  width: 5.54rem;
  margin-top: 0.24rem;
  line-height: 0.44rem;
}
.zwgk .zwgk-content .zwgk-txt-content .zwgk-txt-item .point {
  margin-top: 0.18rem;
}
.zwgk .zwgk-content .zwgk-txt-content .zwgk-txt-item .txt {
  max-width: 4.2rem;
  margin-left: 0.12rem;
  font-size: 0.16rem;
  font-weight: 400;
}
.zwgk .zwgk-content .zwgk-txt-content .zwgk-txt-item .time {
  font-size: 0.16rem;
  font-weight: 400;
  color: #999999;
}
.zwgk .zwgk-join {
  width: 4.15rem;
  height: 4.4rem;
  background: url(join-bg.png) 100% 100% no-repeat;
}
.zwgk .zwgk-join .join-title {
  margin-top: 0.4rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.zwgk .zwgk-join .join-content {
  width: 3.36rem;
  height: 2.18rem;
  margin: 0.2rem auto 0;
  padding: 0.26rem 0.24rem 0.24rem 0.24rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.08rem;
  backdrop-filter: blur(4px);
}
.zwgk .zwgk-join .join-content p {
  font-size: 0.18rem;
  font-weight: 400;
  color: #015293;
  line-height: 0.28rem;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);
}
.zwgk .zwgk-join .join-btn {
  display: block;
  width: 2rem;
  height: 0.4rem;
  margin: 0.46rem auto 0;
  padding: 0.09rem 0 0 0.56rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.2rem;
  backdrop-filter: blur(4px);
}
.zwgk .zwgk-join .join-btn .join-icon {
  margin-top: -0.1rem;
}
.zwgk .zwgk-join .join-btn span {
  display: inline-block;
  margin-left: 0.08rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #015293;
}
@media screen and (max-width: 768px) {
  .tabSwitch {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }
  .tab-card {
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-shadow: 0rem 0.04rem 0.24rem 0rem rgba(122, 140, 168, 0.16);
    border-radius: 0.08rem;
    background: linear-gradient(180deg, #FAFCFF 0%, #FFFFFF 100%);
    backdrop-filter: blur(8px);
  }
  .tab {
    width: 100%;
    height: auto;
  }
  .tab .tab-l {
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .tab .tab-l .active {
    background: linear-gradient(360deg, #026AB6 0%, #50ACF0 100%);
  }
  .tab .tab-l .active .tab-txt {
    color: #fff !important;
  }
  .tab .tab-l .active .tab-icon {
    display: none !important;
  }
  .tab .tab-l .active .tab-icon-active {
    display: inline-block !important;
  }
  .tab .tab-l .zwgk.active {
    background: linear-gradient(360deg, #026AB6 0%, #50ACF0 100%);
  }
  .tab .tab-l .zwgk.active .tab-icon {
    margin-top: 0;
  }
  .tab .tab-l .zwgk.active .tab-icon-active {
    margin-top: 0;
  }
  .tab .tab-l .tab-item {
    display: flex;
    width: 1.75rem;
    height: 1.8rem;
    padding: 0.32rem 0 0;
    margin: 0;
    flex-direction: column;
    align-items: center;
  }
  .tab .tab-l .tab-item img {
    width: 0.4rem;
  }
  .tab .tab-l .tab-item:first-child {
    margin-top: 0;
  }
  .tab .tab-l .tab-item .tab-icon {
    margin-top: 0;
  }
  .tab .tab-l .tab-item .tab-icon-active {
    display: none;
    margin-top: 0;
  }
  .tab .tab-l .tab-item .tab-txt {
    display: inline-block;
    width: auto;
    margin-top: 0.16rem;
    margin-left: 0;
    font-size: 0.28rem;
    font-weight: 500;
    color: #111111;
  }
  .tab .tab-l .zwgk {
    height: 1.8rem;
    padding-top: 0.32rem;
  }
  .tab .tab-l .zwgk .tab-txt {
    width: 1.4rem;
    text-align: center;
  }
  .tab .tab-l .zwgk .tab-icon {
    margin-top: 0;
  }
  .tab .tab-r {
    display: none;
  }
  .tab-content {
    width: 100%;
    height: auto;
  }
  .master-mail {
    width: 100%;
    height: auto;
  }
  .master-mail .content {
    width: 100%;
    padding: 0.48rem 0.24rem 0 0.24rem;
  }
  .master-mail .content .content-header {
    width: 100%;
    height: auto;
    margin-bottom: 0.48rem;
  }
  .master-mail .content .content-header .mail-adrress ul {
    display: flex;
    justify-content: space-between;
  }
  .master-mail .content .content-header .mail-adrress ul li {
    display: inline-block;
    width: 3.15rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    background-size: 100% 100%;
    position: relative;
  }
  .master-mail .content .content-header .mail-adrress ul li img {
    width: 0.8rem;
    position: absolute;
    left: 0.24rem;
    top: 0.19rem;
  }
  .master-mail .content .content-header .mail-adrress ul li span {
    margin-left: 0.58rem;
  }
  .master-mail .content .content-header .mail-adrress ul li.write {
    background-image: url(write-mail.png);
    margin-right: 0;
  }
  .master-mail .content .content-header .mail-adrress ul li.query {
    background-image: url(mail-query.png);
  }
  .master-mail .content .content-title {
    width: 100%;
    font-size: 0.28rem;
    color: #666;
    font-weight: 500;
    margin-bottom: 0.24rem;
  }
  .master-mail .content .content-title::before {
    display: inline-block;
    position: relative;
    top: 0.1rem;
    content: '';
    width: 0.06rem;
    height: 0.2rem;
    background: #026AB6;
    border-radius: 0.02rem;
    float: left;
    margin-right: 0.19rem;
  }
  .master-mail .content .content-title .more {
    font-size: 0.24rem;
    cursor: pointer;
    color: #999;
  }
  .master-mail .content .content-title .more img {
    width: 0.24rem;
    margin-top: -0.04rem;
    margin-left: 0.08rem;
  }
  .master-mail .content .content-body .content-body-list .mail-txt-item {
    height: 0.71rem;
    line-height: 0.48rem;
    border-bottom: 0.01rem #ddd solid;
    margin-bottom: 0.26rem;
  }
  .master-mail .content .content-body .content-body-list .mail-txt-item .point {
    padding-top: 0.18rem;
  }
  .master-mail .content .content-body .content-body-list .mail-txt-item .txt {
    max-width: 4.5rem;
    margin-left: 0.08rem;
    font-size: 0.28rem;
    font-weight: 400;
  }
  .master-mail .content .content-body .content-body-list .mail-txt-item .time {
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
  }
  .master-mail .tel {
    display: none;
  }
  .master-mail .m-tel {
    display: block;
    width: 100%;
  }
  .master-mail .m-tel img {
    width: 100%;
  }
  .yjzj .yjzj-content {
    width: 100%;
    height: auto;
    padding: 0.48rem 0.24rem 0 0.24rem;
  }
  .yjzj .yjzj-content .yjzj-title .title-line {
    width: 0.06rem;
    height: 0.2rem;
    margin-top: 0.07rem;
    background: #026AB6;
    border-radius: 0.03rem;
  }
  .yjzj .yjzj-content .yjzj-title .title {
    margin-left: 0.19rem;
    line-height: 0.32rem;
    font-size: 0.28rem;
    font-weight: 500;
    color: #666666;
  }
  .yjzj .yjzj-content .yjzj-title .all span {
    line-height: 0.32rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
  }
  .yjzj .yjzj-content .yjzj-title .all img {
    width: 0.24rem;
    margin-top: -0.16rem;
    margin-left: 0.08rem;
  }
  .yjzj .yjzj-content .yjzj-list {
    margin-top: 0.32rem;
  }
  .yjzj .yjzj-content .yjzj-list .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.24rem;
    padding-bottom: 0.29rem;
    border-bottom: 0.01rem #EEF1F6 solid;
  }
  .yjzj .yjzj-content .yjzj-list .list-item:last-child {
    border: none;
  }
  .yjzj .yjzj-content .yjzj-list .list-item .item-status {
    width: 1.28rem;
    height: 0.48rem;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    line-height: 0.48rem;
    text-align: center;
  }
  .yjzj .yjzj-content .yjzj-list .list-item .true {
    background: #EDF7FF;
    border: 0.01rem solid #ADD9FD;
    color: #015293;
  }
  .yjzj .yjzj-content .yjzj-list .list-item .false {
    background: #FAFAFA;
    border-radius: 0.08rem;
    border: 0.01rem solid #D9D9D9;
    font-size: 0.24rem;
    color: #999999;
  }
  .yjzj .yjzj-content .yjzj-list .list-item .item-title {
    width: 3.5rem;
    margin-left: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.32rem;
  }
  .yjzj .yjzj-content .yjzj-list .list-item .item-time {
    margin-left: auto;
    flex-shrink: 0;
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.32rem;
  }
  .talk-online {
    width: 100%;
    height: auto;
    padding: 0 0.24rem 0 0.24rem;
  }
  .talk-online .talk-online-info {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 0.24rem;
  }
  .talk-online .talk-online-info .talk-online-info-pic {
    width: 100%;
    height: auto;
    margin-right: 0;
    background-color: black;
    border-radius: 0.12rem;
  }
  .talk-online .talk-online-info .talk-online-info-pic img {
    max-width: 100%;
    height: auto;
  }
  .talk-online .talk-online-info .talk-online-info-infos {
    width: 100%;
    height: auto;
    margin-bottom: 0.24rem;
  }
  .talk-online .talk-online-info .talk-online-info-infos .lable {
    font-size: 0.28rem;
    color: #015293;
  }
  .talk-online .talk-online-info .talk-online-info-infos .value {
    max-width: 5.2rem;
    font-size: 0.28rem;
    color: #333;
    margin-left: 0.12rem;
  }
  .talk-online .talk-online-info .talk-online-title,
  .talk-online .talk-online-info .talk-online-time,
  .talk-online .talk-online-info .talk-online-visitor,
  .talk-online .talk-online-info .talk-online-summery {
    width: 100%;
    margin-bottom: 0.24rem;
  }
  .talk-online .talk-online-info .talk-online-summery {
    margin-bottom: 0;
  }
  .talk-online .talk-online-info .talk-online-title {
    margin-top: 0.24rem;
    margin-bottom: 0.24rem;
    height: auto;
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
    word-break: break-all;
  }
  .talk-online .talk-online-history {
    width: 100%;
    height: 0.65rem;
    background-color: #fff;
    color: #333;
  }
  .talk-online .talk-online-history ul {
    width: 100%;
  }
  .talk-online .talk-online-history ul :nth-child(odd) {
    margin-right: 0;
  }
  .talk-online .talk-online-history ul :nth-child(-n+2) {
    margin-bottom: 0.12rem;
  }
  .talk-online .talk-online-history ul li {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    line-height: 0.24rem;
    float: left;
    margin-bottom: 0.12rem;
  }
  .talk-online .talk-online-history ul li .tag {
    width: 1.2rem;
    height: 0.48rem;
    background: #FFF2E8;
    border-radius: 0.08rem;
    border: 0.01rem solid #FFBC96;
    display: inline-block;
    text-align: center;
    color: #D97C2E;
    margin-right: 0.24rem;
    line-height: 0.48rem;
    font-size: 0.24rem;
    vertical-align: top;
  }
  .talk-online .talk-online-history ul li .title {
    max-width: 5rem;
    height: 0.32rem;
    font-size: 0.28rem;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
  }
  .zwgk .zwgk-content {
    width: 100%;
    height: auto;
    padding: 0.48rem 0.24rem 0 0.24rem;
  }
  .zwgk .zwgk-content .clearfix::after {
    display: none;
  }
  .zwgk .zwgk-content .clearfix::before {
    display: none;
  }
  .zwgk .zwgk-content .zwgk-tab {
    display: flex;
    justify-content: space-between;
  }
  .zwgk .zwgk-content .zwgk-tab .zwgk-tab-item {
    width: 1.8rem;
    height: 0.88rem;
    margin-right: 0;
    background: #EBF6FF;
    border-radius: 0.04rem;
    font-size: 0.28rem;
    font-weight: 500;
    color: #666666;
    text-align: center;
    line-height: 0.88rem;
  }
  .zwgk .zwgk-content .zwgk-tab .zwgk-tab-item:first-child {
    width: 2.4rem;
  }
  .zwgk .zwgk-content .zwgk-tab .zwgk-tab-item.active {
    color: #ffffff;
    background: #026AB6;
  }
  .zwgk .zwgk-content .zwgk-txt-content {
    width: 100%;
    margin-top: 0.24rem;
  }
  .zwgk .zwgk-content .zwgk-txt-content .zwgk-txt-item {
    height: 0.71rem;
    line-height: 0.48rem;
    border-bottom: 0.01rem #ddd solid;
    margin-bottom: 0.26rem;
  }
  .zwgk .zwgk-content .zwgk-txt-content .zwgk-txt-item .point {
    margin-top: 0.18rem;
  }
  .zwgk .zwgk-content .zwgk-txt-content .zwgk-txt-item .txt {
    max-width: 4.5rem;
    margin-left: 0.08rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #333333;
  }
  .zwgk .zwgk-content .zwgk-txt-content .zwgk-txt-item .time {
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
  }
  .zwgk .zwgk-join {
    width: 100%;
    height: 4.4rem;
    background: url(m-join.png) center center / 100% auto no-repeat;
  }
  .zwgk .zwgk-join .join-title {
    margin-top: 0.4rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
  }
  .zwgk .zwgk-join .join-content {
    width: 5.5rem;
    height: 2.18rem;
    margin: 0.2rem auto 0;
    padding: 0.26rem 0.24rem 0.24rem 0.24rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0.08rem;
    backdrop-filter: blur(4px);
  }
  .zwgk .zwgk-join .join-content p {
    font-size: 0.24rem;
    font-weight: 400;
    color: #015293;
    line-height: 0.28rem;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);
  }
  .zwgk .zwgk-join .join-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 0.6rem;
    margin: 0.18rem auto 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0.2rem;
    backdrop-filter: blur(4px);
  }
  .zwgk .zwgk-join .join-btn .join-icon {
    margin-top: 0;
  }
  .zwgk .zwgk-join .join-btn img {
    width: 0.3rem;
  }
  .zwgk .zwgk-join .join-btn span {
    display: inline-block;
    margin-left: 0.12rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #015293;
  }
}

.mt-4 {
  margin-top: 0.4rem;
}
.module {
  margin-top: 0.4rem;
}
.module > .lf {
  width: 4rem;
  height: 1.9rem;
  background: url(hd-bg1.png) no-repeat;
  background-size: 100% 100%;
}
.module > .lf .title {
  margin: 0.47rem 0 0 0.33rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #0A6AB8;
}
.module > .lf .enter {
  width: 1.21rem;
  height: 0.32rem;
  margin: 0.28rem 0 0 0.32rem;
  background: url(hd-bg2.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 0 0 0.13rem;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.32rem;
}
.module > .rt {
  width: 8.4rem;
  height: 1.9rem;
  background: url(hd-border.png) no-repeat;
  background-size: 100% 100%;
}
.module > .rt .block {
  text-align: center;
  width: 1.6rem;
  margin-left: 0.4rem;
}
.module > .rt .block img {
  width: 0.72rem;
  height: 0.72rem;
  margin-top: 0.22rem;
}
.module > .rt .block .title {
  margin-top: 0.12rem;
  height: 0.18rem;
  font-size: 0.18rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.18rem;
}
.module > .rt .block .text {
  margin-top: 0.08rem;
  width: 1.6rem;
  max-height: 0.4rem;
  font-size: 0.14rem;
  color: #999999;
}
.szxx {
  width: 8.32rem;
}
.szxx .container {
  height: 3.84rem;
  background: #FFF;
  border-radius: 0.06rem;
  padding: 0.24rem 0.2rem;
}
.szxx .thead {
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 0.06rem;
  padding: 0 0.2rem;
  background: #F5F8FA;
  font-size: 0.18rem;
  color: #111;
}
.szxx .tbody {
  font-size: 0.18rem;
  padding: 0 0.2rem;
  color: #333;
}
.szxx .tbody .tr {
  height: 0.56rem;
  line-height: 0.56rem;
}
.szxx .title {
  width: 2.7rem;
}
.szxx .code {
  width: 1.59rem;
  margin-left: 0.89rem;
}
.szxx .time {
  width: 1.09rem;
  margin-left: 0.36rem;
}
.szxx .status {
  width: 0.54rem;
  margin-left: 0.26rem;
}
.szxx .hasBack {
  color: #19721B;
}
.xjtj {
  width: 4rem;
}
.xjtj .container {
  height: 3.84rem;
  background: #FFF;
  border-radius: 0.06rem;
}
.xjtj .container .top {
  padding: 0.16rem;
  border-bottom: 0.01rem solid #DDDDDD;
}
.xjtj .container .top .block {
  display: inline-block;
  width: 1.8rem;
  height: 0.75rem;
  text-align: center;
}
.xjtj .container .top .block .number {
  font-size: 0.24rem;
  font-weight: 600;
  color: #111111;
}
.xjtj .container .top .block .text {
  font-size: 0.16rem;
  color: #666666;
}
.xjtj .container .top .block:nth-child(1) {
  border-bottom: 0.01rem dashed #DDDDDD;
  border-right: 0.01rem dashed #DDDDDD;
}
.xjtj .container .top .block:nth-child(2) {
  border-bottom: 0.01rem dashed #DDDDDD;
}
.xjtj .container .top .block:nth-child(3) {
  padding-top: 0.16rem;
  border-right: 0.01rem dashed #DDDDDD;
}
.zxft {
  margin-top: 0.4rem;
}
.zxft .container {
  height: 4.8rem;
  background: #FFFFFF;
  border-radius: 0.06rem;
}
.zxft .container .talk-online {
  width: 100%;
  padding: 0.2rem;
}
.zxft .container .talk-online .talk-online-info-infos {
  width: 7.58rem;
  margin-bottom: 0.24rem;
}
.zxft .container .talk-online .talk-online-info-infos .value {
  max-width: 6.6rem;
  max-height: 0.5rem;
}
.zxft .container .talk-online .talk-online-history ul li {
  width: 6rem;
}
.zxft .container .talk-online .talk-online-history ul li .title {
  width: 5rem;
  max-width: 5rem;
}
.zxft .container .talk-online .talk-online-history ul :nth-child(-n+4) {
  margin-bottom: 0.17rem;
}
.zxft .container .btn {
  display: block;
  width: 1.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-bottom: 0.16rem;
  padding-left: 0.24rem;
  color: #00558F;
  font-size: 0.18rem;
  background: url(wqhg-bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
.w-yjzj {
  width: 8.41rem;
  height: 4rem;
  background: #F7F9FB;
  border-radius: 0.12rem;
  padding: 0 0.24rem;
}
.w-yjzj .tabPanel {
  padding: 0.32rem 0 0.26rem 0;
  border-bottom: 0.01rem solid #D8D8D8;
}
.w-yjzj .tabPanel .rt .more {
  display: inline-block;
  font-size: 0.16rem;
  color: #999999;
  vertical-align: middle;
}
.w-yjzj .tabPanel .rt .img {
  width: 0.28rem;
  height: 0.28rem;
}
.w-yjzj .panel {
  font-size: 0.28rem;
  color: #111111;
}
.w-yjzj .panel.cur {
  position: relative;
  font-weight: bold;
}
.w-yjzj .panel.cur::after {
  content: '';
  position: absolute;
  bottom: -0.28rem;
  left: 0;
  width: 100%;
  height: 0.02rem;
  background: #015293;
}
.w-yjzj .panel:nth-child(2) {
  margin-left: 0.4rem;
}
.w-yjzj .yjzj-content {
  width: 100%;
  padding: 0;
}
.w-yjzj .yjzj-content .yjzj-list {
  margin-top: 0.24rem;
}
.w-yjzj .yjzj-content .yjzj-list .list-item .item-title {
  width: 75%;
}

.zwgk-box {
  max-width: 19.2rem;
  margin: 0 auto;
  background: #fff;
}
.zwgk-box .box-top {
  width: 100%;
  height: 3.44rem;
  background: linear-gradient(180deg, #D6EDFF 0%, #F5F9FF 100%);
}
.zwgk-box .box-top .btns {
  width: 12.8rem;
  margin: 0 auto;
  padding-top: 0.64rem;
  padding-left: 2.89rem;
}
.zwgk-box .box-top .btns a {
  display: inline-block;
  background: #D2E8FF;
  border-radius: 0.06rem;
  color: #333;
  font-size: 0.22rem;
  padding: 0.12rem 0.24rem;
  margin-left: 0.16rem;
  font-weight: bold;
}
.zwgk-box .box-top .btns a:first-child {
  margin-left: 0rem;
}
.zwgk-box .box-top .btns a:hover {
  color: #015293;
  background-color: #fff;
}
.zwgk-box .box-top .btns a img {
  width: 0.24rem;
  height: 0.24rem;
}
.zwgk-box .box-top .btns a span {
  vertical-align: middle;
}
.zwgk-box .box-top .btns .cur {
  color: #015293;
  background-color: #fff;
}
.zwgk-box .box-top .form {
  width: 12.8rem;
  margin: 0 auto;
  padding: 0rem 0.04rem;
  margin-top: 0.16rem;
}
.zwgk-box .box-top .form .f-1,
.zwgk-box .box-top .form .f-2 {
  height: 0.4rem;
}
.zwgk-box .box-top .form .f-1 span,
.zwgk-box .box-top .form .f-2 span {
  font-size: 0.18rem;
  color: #333;
  vertical-align: middle;
  margin-left: 0.24rem;
}
.zwgk-box .box-top .form .f-1 input,
.zwgk-box .box-top .form .f-2 input {
  width: 1.1rem;
  height: 0.4rem;
  background: #FFFFFF;
  box-shadow: inset 0.01rem 0.02rem 0.03rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 0.06rem;
  border: 0.01rem solid #C4D2DF;
  padding: 0 0.12rem;
  margin-left: 0.08rem;
  font-size: 0.16rem;
  box-sizing: border-box;
}
.zwgk-box .box-top .form .f-1 .title,
.zwgk-box .box-top .form .f-2 .title {
  width: 6.8rem;
}
.zwgk-box .box-top .form .f-2 {
  margin-top: 0.24rem;
  margin-left: 0.03rem;
}
.zwgk-box .box-top .form .f-2 input {
  width: 2.7rem;
}
.zwgk-box .box-top .form .f-2 .sx {
  margin-left: 0.52rem;
}
.zwgk-box .box-top .form .f-2 .cm-drop {
  display: inline-block;
  font-size: 0rem;
  margin-left: 0.12rem;
}
.zwgk-box .box-top .form .f-2 .cm-drop .drop-select {
  width: 1.1rem;
  height: 0.4rem;
  background: #FFFFFF;
  box-shadow: inset 0.01rem 0.02rem 0.03rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 0.06rem;
  border: 0.01rem solid #C4D2DF;
  margin-right: 0;
}
.zwgk-box .box-top .form .f-2 .cm-drop .drop-select p {
  height: 0.4rem;
  line-height: 0.4rem;
}
.zwgk-box .box-top .form .f-2 .cm-drop .drop-select p span {
  font-size: 0.16rem;
  margin-left: 0.08rem;
}
.zwgk-box .box-top .form .f-2 .cm-drop .drop-select p .arrow-icon {
  background: url(arrow.png) no-repeat center;
  background-size: 0.12rem 0.12rem;
}
.zwgk-box .box-top .form .f-2 .cm-drop .dropdown-menu {
  width: 1.09rem;
  z-index: 2;
  height: 0.8rem;
  top: 0.4rem;
}
.zwgk-box .box-top .form .f-2 .cm-drop .dropdown-menu li {
  height: 0.4rem;
  line-height: 0.4rem;
}
.zwgk-box .box-top .form .f-2 .cm-drop .dropdown-menu li a {
  font-size: 0.16rem;
}
.zwgk-box .box-top .form .f-2 .cm-drop .dropdown-menu li:hover {
  background-color: #015293;
}
.zwgk-box .box-top .form .f-2 .cm-drop .dropdown-menu li:hover a {
  color: #fff;
}
.zwgk-box .box-top .form .f-2 .btn {
  display: inline-block;
  vertical-align: middle;
  width: 1.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #026AB6;
  box-shadow: inset 0.01rem 0.02rem 0.03rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 0.06rem;
  margin-left: 0.08rem;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
  box-sizing: border-box;
}
.zwgk-box .wj-box {
  width: 12.8rem;
  height: 4.84rem;
  margin: 0 auto;
  box-shadow: 0rem 0.04rem 0.24rem 0rem rgba(122, 140, 168, 0.12);
  background: #fff;
  border-radius: 0.08rem;
  border: 0.02rem solid #FFFFFF;
  backdrop-filter: blur(0.08rem);
  margin-top: -0.64rem;
  padding: 0.32rem 0.32rem 0.16rem 0.32rem;
}
.zwgk-box .wj-box .wj {
  width: 7.96rem;
}
.zwgk-box .wj-box .wj .cm-tab {
  margin-top: 0.12rem;
}
.zwgk-box .wj-box .wj .cm-tab .tabPanel .panel {
  font-size: 0.22rem;
  line-height: 0.22rem;
  color: #333;
  padding-bottom: 0.2rem;
  margin-left: 0.47rem;
}
.zwgk-box .wj-box .wj .cm-tab .tabPanel .panel:first-child {
  margin-left: 0;
}
.zwgk-box .wj-box .wj .cm-tab .tabPanel .cur {
  color: #015293;
}
.zwgk-box .wj-box .wj .cm-tab .tabPanel .cur::before {
  width: 100%;
}
.zwgk-box .wj-box .wj .cm-tab .tabPanel1 {
  border-bottom: 0.01rem solid #A4C6F5;
}
.zwgk-box .wj-box .wj .cm-tab .tabPanel1 .panel::before {
  height: 0.05rem;
  background: #026AB6;
  border-radius: 3px;
  left: 0;
  margin-left: 0;
}
.zwgk-box .wj-box .wj .cm-tab .tabContent {
  margin-top: 0.28rem;
}
.zwgk-box .wj-box .wj .cm-tab .tabContent .cm-news-list li {
  height: 0.44rem;
  line-height: 0.44rem;
  background: url(wj-li-bg.png) no-repeat left center;
  background-size: 0.1rem 0.11rem;
}
.zwgk-box .wj-box .wj .cm-tab .tabContent .cm-news-list li a {
  padding-left: 0.2rem;
}
.zwgk-box .wj-box .wj .cm-tab .tabContent .cm-news-list li a:hover {
  color: #015293;
}
.zwgk-box .wj-box .wj .cm-tab .tabContent .cm-news-list li .date {
  font-size: 0.16rem;
  color: #999;
}
.zwgk-box .wj-box .bm {
  width: 3.8rem;
}
.zwgk-box .wj-box .bm .title {
  width: 3.8rem;
  height: 1rem;
  background: #D2E8FF;
  border-radius: 0.06rem;
  padding: 0.3rem 0.32rem;
  margin-left: 0.06rem;
}
.zwgk-box .wj-box .bm .title a {
  display: inline-block;
  width: 50%;
}
.zwgk-box .wj-box .bm .title a img {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.08rem;
}
.zwgk-box .wj-box .bm .title a:first-child img {
  margin-left: 0rem;
}
.zwgk-box .wj-box .bm .title a span {
  font-size: 0.22rem;
  color: #015293;
  line-height: 0.22rem;
  vertical-align: middle;
  margin-left: 0.16rem;
}
.zwgk-box .wj-box .bm .lms {
  margin-top: 0.08rem;
}
.zwgk-box .wj-box .bm .lms .lm {
  display: inline-block;
  width: 3.8rem;
  height: 0.48rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  border: 0.01rem solid #DFE2E5;
  padding: 0.12rem 0.24rem;
  margin-top: 0.04rem;
}
.zwgk-box .wj-box .bm .lms .lm img {
  width: 0.24rem;
  height: 0.24rem;
}
.zwgk-box .wj-box .bm .lms .lm span {
  font-size: 0.18rem;
  color: #333;
  margin-left: 0.12rem;
  vertical-align: middle;
}
.zwgk-box .wj-box .bm .lms .lm span:hover {
  color: #015293;
}
.zwgk-box .wj-box .bm .lms .lm .arrow-right {
  width: 0.12rem;
  height: 0.12rem;
  background: url(arrow-right.png) no-repeat center;
  background-size: 0.12rem 0.12rem;
  margin-top: 0.05rem;
}
.zwgk-box .zc-box {
  width: 12.8rem;
  margin: 0 auto;
  margin-top: 0.4rem;
}
.zwgk-box .zc-box .zcjd {
  width: 7.96rem;
  height: 4.44rem;
  background: #E8F3FB;
  border-radius: 0.08rem;
}
.zwgk-box .zc-box .zcjd .con {
  width: 7.88rem;
  height: 3.84rem;
  background: #FFFFFF;
  border-radius: 0.06rem;
  margin: 0 auto;
}
.zwgk-box .zc-box .zcjd .con a {
  display: inline-block;
  width: 3.54rem;
  margin-top: 0.28rem;
  margin-left: 0.18rem;
  border-radius: 0.08rem;
}
.zwgk-box .zc-box .zcjd .con a:first-child {
  margin-left: 0.28rem;
}
.zwgk-box .zc-box .zcjd .con a img {
  width: 3.54rem;
  height: 2.3rem;
}
.zwgk-box .zc-box .zcjd .con a span {
  display: inline-block;
  margin-top: 0.16rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #333;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.zwgk-box .zc-box .zcjd .con a span:hover {
  color: #015293;
}
.zwgk-box .zc-box .zdly,
.zwgk-box .zc-box .zcjd .title {
  height: 0.56rem;
  line-height: 0.56rem;
}
.zwgk-box .zc-box .zdly .tit,
.zwgk-box .zc-box .zcjd .title .tit {
  font-size: 0.24rem;
  font-weight: bold;
  color: #111;
  margin-left: 0.24rem;
}
.zwgk-box .zc-box .zdly .more,
.zwgk-box .zc-box .zcjd .title .more {
  font-size: 0.16rem;
  color: #999;
  margin-right: 0.16rem;
}
.zwgk-box .zc-box .zdly .more:hover,
.zwgk-box .zc-box .zcjd .title .more:hover {
  color: #015293;
}
.zwgk-box .zc-box .zdly .more img,
.zwgk-box .zc-box .zcjd .title .more img {
  width: 0.28rem;
  height: 0.28rem;
  margin-left: 0rem;
}
.zwgk-box .zc-box .zdly {
  width: 4.44rem;
  height: 4.44rem;
  background: #E8F3FB;
  border-radius: 0.08rem;
}
.zwgk-box .zc-box .zdly .lys {
  width: 4.36rem;
  height: 3.84rem;
  background: #FFFFFF;
  border-radius: 0.06rem;
  padding-left: 0.2rem;
  padding-top: 0.24rem;
  margin: 0 auto;
}
.zwgk-box .zc-box .zdly .lys a {
  display: inline-block;
  margin-top: 0.04rem;
  width: 1.86rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  border: 0.01rem solid #DFE2E5;
  margin-left: 0.08rem;
  padding-left: 0.24rem;
  box-sizing: border-box;
}
.zwgk-box .zc-box .zdly .lys a img {
  width: 0.24rem;
  height: 0.24rem;
}
.zwgk-box .zc-box .zdly .lys a .title {
  font-size: 0.16rem;
  font-family: fantasy;
  color: #333;
  margin-left: 0.12rem;
  vertical-align: middle;
  line-height: 0.16rem;
}
.zwgk-box .zc-box .zdly .lys a .title:hover {
  color: #015293;
}
.zwgk-box .wgkzl {
  max-width: 19.2rem;
  height: 5.6rem;
  margin: 0 auto;
  margin-top: 0.4rem;
  background: url(wgkzl-bg.png) no-repeat top center;
  background-size: 19.2rem 5.6rem;
}
.zwgk-box .wgkzl .wgkzl-box {
  width: 12.8rem;
  margin: 0 auto;
  padding-top: 0.32rem;
}
.zwgk-box .wgkzl .wgkzl-box .title {
  width: 12.8rem;
  height: 0.5rem;
  background: url(wgkzl.png) no-repeat center;
  background-size: 100% 100%;
}
.zwgk-box .wgkzl .wgkzl-box .con {
  padding-top: 0.32rem;
  padding-bottom: 0.64rem;
}
.zwgk-box .wgkzl .wgkzl-box .con .zl {
  display: inline-block;
  width: 2.4rem;
  height: 3.8rem;
  background: linear-gradient(180deg, #F2F8FF 0%, #FFFFFF 100%);
  box-shadow: 0rem 0.04rem 0.24rem 0rem rgba(122, 140, 168, 0.12);
  border-radius: 0.08rem;
  border: 0.02rem solid #FFFFFF;
  backdrop-filter: blur(0.08rem);
  padding-top: 0.32rem;
  margin-left: 0.2rem;
}
.zwgk-box .wgkzl .wgkzl-box .con .zl:first-child {
  margin-left: 0rem;
}
.zwgk-box .wgkzl .wgkzl-box .con .zl img {
  display: block;
  width: 0.72rem;
  height: 0.72rem;
  margin: 0 auto;
}
.zwgk-box .wgkzl .wgkzl-box .con .zl .zl-title {
  margin-top: 0.12rem;
  font-size: 0.2rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.zwgk-box .wgkzl .wgkzl-box .con .zl .sec-zls {
  margin-top: 0.14rem;
  padding-left: 0.2rem;
}
.zwgk-box .wgkzl .wgkzl-box .con .zl .sec-zls .sec-zl {
  display: inline-block;
  min-width: 1rem;
  font-size: 0.14rem;
  color: #000000;
  line-height: 0.14rem;
  padding-left: 0.12rem;
  background: url(wj-li-bg.png) no-repeat left center;
  background-size: 0.08rem 0.08rem;
  margin-top: 0.18rem;
  margin-right: 0.08rem;
}
.zwgk-box .wgkzl .wgkzl-box .con .zl .sec-zls .sec-zl:hover {
  color: #015293;
}
.zwfw-box {
  max-width: 19.2rem;
  margin: 0 auto;
  background: #fff;
}
.zwfw-box .fwzq-box {
  max-width: 19.2rem;
  height: 6.3rem;
  background: url(fwzq-bg.png) no-repeat top center;
  background-size: 100% 100%;
}
.zwfw-box .fwzq-box .fwzq {
  width: 12.8rem;
  margin: 0 auto;
}
.zwfw-box .fwzq-box .fwzq .title {
  font-size: 0.28rem;
  color: #111;
  text-align: center;
  font-weight: bold;
  padding-top: 0.48rem;
}
.zwfw-box .fwzq-box .fwzq .con {
  width: 12.8rem;
  height: 4.83rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  opacity: 0.8;
  margin-top: 0.3rem;
  padding: 0.3rem;
  padding-top: 0.22rem;
}
.zwfw-box .fwzq-box .fwzq .con .jcfw,
.zwfw-box .fwzq-box .fwzq .con .tsfw {
  width: 5.9rem;
}
.zwfw-box .fwzq-box .fwzq .con .jcfw .jc-title,
.zwfw-box .fwzq-box .fwzq .con .tsfw .jc-title {
  width: 100%;
  height: 0.53rem;
  border-bottom: 0.01rem solid #e5e5e5;
  font-size: 0.24rem;
  font-weight: bold;
  color: #00558f;
}
.zwfw-box .fwzq-box .fwzq .con .jcfw .jc-title span,
.zwfw-box .fwzq-box .fwzq .con .tsfw .jc-title span {
  position: relative;
}
.zwfw-box .fwzq-box .fwzq .con .jcfw .jc-title span::before,
.zwfw-box .fwzq-box .fwzq .con .tsfw .jc-title span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 0.05rem;
  background-color: #026AB6;
  border-radius: 0.03rem;
}
.zwfw-box .fwzq-box .fwzq .con .jcfw .jc-con,
.zwfw-box .fwzq-box .fwzq .con .tsfw .jc-con {
  padding-top: 0.12rem;
}
.zwfw-box .fwzq-box .fwzq .con .jcfw .jc-con a,
.zwfw-box .fwzq-box .fwzq .con .tsfw .jc-con a {
  display: inline-block;
  width: 2.85rem;
  height: 1.6rem;
  border-radius: 0.04rem;
  margin-top: 0.2rem;
  margin-right: 0.2rem;
  padding: 0.2rem 0.24rem;
}
.zwfw-box .fwzq-box .fwzq .con .jcfw .jc-con a span,
.zwfw-box .fwzq-box .fwzq .con .tsfw .jc-con a span {
  display: block;
  font-size: 0.13rem;
  color: #000;
  line-height: 0.18rem;
  margin-top: 0.12rem;
}
.zwfw-box .fwzq-box .fwzq .con .jcfw .jc-con a .txt,
.zwfw-box .fwzq-box .fwzq .con .tsfw .jc-con a .txt {
  font-size: 0.2rem;
  line-height: 0.24rem;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.zwfw-box .fwzq-box .fwzq .con .jcfw .jc-con a .white,
.zwfw-box .fwzq-box .fwzq .con .tsfw .jc-con a .white {
  color: #fff;
}
.zwfw-box .fwzq-box .fwzq .con .jcfw .jc-con a:nth-child(1),
.zwfw-box .fwzq-box .fwzq .con .tsfw .jc-con a:nth-child(1) {
  background: url(js.png) no-repeat center;
  background-size: 100% 100%;
}
.zwfw-box .fwzq-box .fwzq .con .jcfw .jc-con a:nth-child(2),
.zwfw-box .fwzq-box .fwzq .con .tsfw .jc-con a:nth-child(2) {
  background: url(xy.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 0rem;
}
.zwfw-box .fwzq-box .fwzq .con .jcfw .jc-con a:nth-child(2) .enter,
.zwfw-box .fwzq-box .fwzq .con .tsfw .jc-con a:nth-child(2) .enter {
  margin-top: 0.2rem;
}
.zwfw-box .fwzq-box .fwzq .con .jcfw .jc-con a:nth-child(3),
.zwfw-box .fwzq-box .fwzq .con .tsfw .jc-con a:nth-child(3) {
  background: url(12345.png) no-repeat center;
  background-size: 100% 100%;
}
.zwfw-box .fwzq-box .fwzq .con .jcfw .jc-con a:nth-child(3) .enter,
.zwfw-box .fwzq-box .fwzq .con .tsfw .jc-con a:nth-child(3) .enter {
  margin-top: 0.28rem;
}
.zwfw-box .fwzq-box .fwzq .con .jcfw .jc-con a:nth-child(4),
.zwfw-box .fwzq-box .fwzq .con .tsfw .jc-con a:nth-child(4) {
  background: url(sp.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 0rem;
}
.zwfw-box .fwzq-box .fwzq .con .jcfw .jc-con a:nth-child(4) .enter,
.zwfw-box .fwzq-box .fwzq .con .tsfw .jc-con a:nth-child(4) .enter {
  margin-top: 0.08rem;
}
.zwfw-box .fwzq-box .fwzq .con .ts-con {
  padding-top: 0.12rem;
}
.zwfw-box .fwzq-box .fwzq .con .ts-con a {
  display: inline-block;
  width: 5.9rem;
  height: 0.7rem;
  background: linear-gradient(270deg, #E3EBFF 0%, #F7FAFF 100%);
  border-radius: 0.04rem;
  padding-left: 0.4rem;
  padding-top: 0.15rem;
  margin-top: 0.2rem;
}
.zwfw-box .fwzq-box .fwzq .con .ts-con a img {
  width: 0.4rem;
  height: 0.4rem;
}
.zwfw-box .fwzq-box .fwzq .con .ts-con a span {
  font-size: 0.2rem;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 0.22rem;
}
.zwfw-box .fwzq-box .fwzq .con .ts-con a .text {
  margin-top: 0.08rem;
}
.zwfw-box .fwzq-box .fwzq .con .ts-con a .arrow {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background: url(arrow-right.png) no-repeat center;
  background-size: 0.12rem 0.12rem;
  margin-right: 0.4rem;
  margin-top: 0.18rem;
}
.zwfw-box .fwzq-box .fwzq .con .ts-con a:hover {
  box-shadow: 0rem 0.02rem 0.08rem 0rem rgba(0, 0, 0, 0.12);
}
.zwfw-box .fwzq-box .fwzq .con .ts-con a:hover span {
  color: #015293;
}
.zwfw-box .fwzq-box .fwzq .con .ts-con .yellow {
  background: linear-gradient(270deg, #FCF6E8 0%, #FEFAF1 100%);
}
.zwfw-box .fwzq-box .fwzq .con .ts-con .green {
  background: linear-gradient(270deg, #E9F6F1 0%, #F2FAF6 100%);
}
.zwfw-box .fwzq-box .fwzq .con .ts-con .blue {
  background: linear-gradient(270deg, #E8F4FF 0%, #F1F9FF 100%);
}
.zwfw-box .bmfw {
  max-width: 19.2rem;
  background: #fff;
  margin: 0 auto;
}
.zwfw-box .bmfw .bmfw-box {
  width: 12.2rem;
  height: 3.1rem;
  margin: 0 auto;
  padding-top: 0.32rem;
}
.zwfw-box .bmfw .bmfw-box .title {
  font-size: 0.28rem;
  color: #111;
  font-weight: bold;
  text-align: center;
}
.zwfw-box .bmfw .bmfw-box .bm-con {
  padding-top: 0.1rem;
}
.zwfw-box .bmfw .bmfw-box .bm-con a {
  display: inline-block;
  width: 2.28rem;
  height: 0.72rem;
  line-height: 0.72rem;
  background: #FFFFFF;
  border-radius: 0.04rem;
  border: 0.01rem solid #DEDEDE;
  box-sizing: border-box;
  padding-left: 0.24rem;
  margin-left: 0.2rem;
  margin-top: 0.2rem;
}
.zwfw-box .bmfw .bmfw-box .bm-con a:hover {
  background: #FFFFFF;
  box-shadow: 0rem 0.02rem 0.08rem 0rem rgba(0, 0, 0, 0.12);
  border-radius: 0.04rem;
  border: 0.01rem solid #267FC0;
}
.zwfw-box .bmfw .bmfw-box .bm-con a:hover span {
  color: #00558F;
}
.zwfw-box .bmfw .bmfw-box .bm-con a img {
  width: 0.24rem;
  height: 0.24rem;
  margin-top: 0.24rem;
}
.zwfw-box .bmfw .bmfw-box .bm-con a span {
  display: inline-block;
  font-size: 0.18rem;
  color: #000;
  vertical-align: middle;
  margin-left: 0.2rem;
  max-width: 1.1rem;
  line-height: 0.24rem;
}
.zwfw-box .bmfw .bmfw-box .bm-con a:nth-child(1) {
  margin-left: 0;
}
.zwfw-box .bmfw .bmfw-box .bm-con a:nth-child(6) {
  margin-left: 0;
}
.zwfw-box .bmfw .fw-tabbox {
  max-width: 19.2rem;
  height: 6.05rem;
  background: linear-gradient(to top, #fff 42.8%, #F5F7FA 0);
}
.zwfw-box .bmfw .fw-tabbox .tab-con {
  width: 12.2rem;
  margin: 0 auto;
  padding-top: 0.32rem;
}
.zwfw-box .bmfw .fw-tabbox .tab-con .cm-tab .tabPanel {
  text-align: center;
  border-bottom: 0.01rem solid #A4C6F5;
}
.zwfw-box .bmfw .fw-tabbox .tab-con .cm-tab .tabPanel .panel {
  font-size: 0.28rem;
  color: #333;
  font-weight: bold;
  padding-bottom: 0.24rem;
  line-height: 0.28rem;
  margin-left: 0.96rem;
}
.zwfw-box .bmfw .fw-tabbox .tab-con .cm-tab .tabPanel .panel:first-child {
  margin-left: 0rem;
}
.zwfw-box .bmfw .fw-tabbox .tab-con .cm-tab .tabPanel .cur {
  color: #00558F;
}
.zwfw-box .bmfw .fw-tabbox .tab-con .cm-tab .tabPanel .cur::before {
  width: 100%;
  margin-left: 0rem;
  left: 0;
  height: 0.05rem;
  bottom: -0.02rem;
  background-color: #026AB6;
}
.zwfw-box .bmfw .fw-tabbox .tab-con .cm-tab .tabContent {
  padding-top: 0.42rem;
}
.zwfw-box .bmfw .fw-tabbox .tab-con .cm-tab .tabContent .tabItem .item {
  display: inline-block;
  width: 2.75rem;
  height: 4.02rem;
  background: linear-gradient(180deg, #F2F8FF 0%, #FFFFFF 100%);
  box-shadow: 0rem 0.04rem 0.24rem 0rem rgba(122, 140, 168, 0.12);
  border-radius: 0.08rem;
  border: 0.02rem solid #FFFFFF;
  backdrop-filter: blur(0.08rem);
  margin-left: 0.4rem;
}
.zwfw-box .bmfw .fw-tabbox .tab-con .cm-tab .tabContent .tabItem .item:first-child {
  margin-left: 0rem;
}
.zwfw-box .bmfw .fw-tabbox .tab-con .cm-tab .tabContent .tabItem .item img {
  width: 0.64rem;
  height: 0.64rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.4rem;
}
.zwfw-box .bmfw .fw-tabbox .tab-con .cm-tab .tabContent .tabItem .item p {
  font-size: 0.2rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-top: 0.12rem;
}
.zwfw-box .bmfw .fw-tabbox .tab-con .cm-tab .tabContent .tabItem .item .child {
  margin-top: 0.16rem;
}
.zwfw-box .bmfw .fw-tabbox .tab-con .cm-tab .tabContent .tabItem .item .child a {
  display: inline-block;
  width: 1.95rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #FFFFFF;
  border-radius: 0.04rem;
  border: 0.01rem solid #DEDEDE;
  font-size: 0.14rem;
  color: #000;
  text-align: center;
  padding: 0 0.12rem;
  margin-top: 0.06rem;
  margin-left: 0.4rem;
  box-sizing: border-box;
}
.zwfw-box .bmfw .fw-tabbox .tab-con .cm-tab .tabContent .tabItem .item .child a:hover {
  background: #FFFFFF;
  color: #00558F;
  box-shadow: 0rem 0.02rem 0.08rem 0rem rgba(0, 0, 0, 0.12);
  border-radius: 0.04rem;
  border: 0.01px solid #267FC0;
}
.zwfw-box .bmfw .fw-tabbox .tab-con .cm-tab .tabContent .tabItem .item .more {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.14rem;
  color: #999;
  margin-top: 0.16rem;
}
.zwfw-box .bmfw .fw-tabbox .tab-con .cm-tab .tabContent .tabItem .item .more:hover {
  color: #00558F;
}
.zwfw-box .bmfw .fw-tabbox .page {
  width: 0.8rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.zwfw-box .bmfw .fw-tabbox .page span {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background: #B0B0B0;
  border-radius: 0.05rem;
  margin-left: 0.1rem;
}
.zwfw-box .bmfw .fw-tabbox .page .cur {
  width: 0.25rem;
  height: 0.1rem;
  background: #026AB6;
  border-radius: 0.05rem;
}
.zwfw-box .zwcx {
  max-width: 19.2rem;
  height: 3.93rem;
  background: linear-gradient(180deg, #D6EDFF 0%, #F5F9FF 100%);
  margin: 0 auto;
}
.zwfw-box .zwcx .zwcx-box {
  width: 12.2rem;
  margin: 0 auto;
  padding-top: 0.32rem;
}
.zwfw-box .zwcx .zwcx-box .title .tit {
  font-size: 0.28rem;
  font-weight: bold;
  color: #111;
}
.zwfw-box .zwcx .zwcx-box .title .date {
  font-size: 0.18rem;
  color: #666;
  margin-right: 0.8rem;
  margin-top: 0.1rem;
}
.zwfw-box .zwcx .zwcx-box .con {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.08rem;
  border: 0.01rem solid #FFFFFF;
  margin-top: 0.3rem;
}
.zwfw-box .zwcx .zwcx-box .con a {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(jzbm.png) no-repeat bottom center;
  background-size: 1.4rem 1.4rem;
  margin: 0.5rem 0.5rem 0.3rem 0.5rem;
}
.zwfw-box .zwcx .zwcx-box .con a p {
  text-align: center;
  margin-top: -0.08rem;
}
.zwfw-box .zwcx .zwcx-box .con a .num {
  font-size: 0.4rem;
  font-weight: bold;
  color: #026AB6;
  word-spacing: -0.1rem;
}
.zwfw-box .zwcx .zwcx-box .con a .unit {
  font-size: 0.14rem;
  color: #333;
}
.zwfw-box .zwcx .zwcx-box .con a .percent {
  font-size: 0.4rem;
  color: #026AB6;
}
.zwfw-box .zwcx .zwcx-box .con a .txt {
  display: inline-block;
  font-size: 0.2rem;
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: -0.04rem;
}
.zwfw-box .zwcx .zwcx-box .con .line {
  display: inline-block;
  width: 0.01rem;
  height: 1.64rem;
  background: #DDD;
  margin: 0.3rem 0rem;
}

.mlyl-wrap {
  max-width: 1920px;
  margin: 0 auto;
}
.mlyl-wrap .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.mlyl-wrap .part1 {
  height: 1196px;
  background-image: url(charm-bg1.png);
  background-size: cover;
  padding-top: 40px;
}
.mlyl-wrap .part1 .part1-content {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.mlyl-wrap .part1 .part1-content .lunbo {
  position: relative;
  height: 402px;
  width: 100%;
  border-radius: 12px;
}
.mlyl-wrap .part1 .part1-content .lunbo .mlyl-lunbo {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 10;
  cursor: pointer;
}
.mlyl-wrap .part1 .part1-content .lunbo .mlyl-lunbo:hover {
  background-image: url(mlyl-arrow-hover.png) !important;
}
.mlyl-wrap .part1 .part1-content .lunbo .mlyl-lunbo.swiper-button-prev {
  background-image: url(mlyl-arrow.png);
  background-size: contain;
  transform: rotate(180deg);
  left: 24px;
}
.mlyl-wrap .part1 .part1-content .lunbo .mlyl-lunbo.swiper-button-next {
  background-image: url(mlyl-arrow.png);
  background-size: contain;
  right: 24px;
}
.mlyl-wrap .part1 .part1-content .lunbo .cm-banner {
  height: 100%;
}
.mlyl-wrap .part1 .part1-content .lunbo .cm-banner .swiper-container {
  height: 100%;
}
.mlyl-wrap .part1 .part1-content .lunbo .cm-banner .swiper-container .swiper-wrapper {
  height: 100%;
}
.mlyl-wrap .part1 .part1-content .lunbo .cm-banner .swiper-container .swiper-wrapper li {
  height: 100%;
}
.mlyl-wrap .part1 .part1-content .lunbo .cm-banner .swiper-container .swiper-wrapper li img {
  height: 100%;
}
.mlyl-wrap .part1 .part1-content .mlyl-title {
  margin-top: 26px;
}
.mlyl-wrap .part1 .part1-content .ylgk {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 341px;
}
.mlyl-wrap .part1 .part1-content .ylgk .ylgk-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 12px 12px 0px 0px;
  background: rgba(2, 106, 182, 0.8);
}
.mlyl-wrap .part1 .part1-content .ylgk .ylgk-content .ylgk-wrap {
  margin-top: 35px;
  margin-right: 54px;
  width: 450px;
}
.mlyl-wrap .part1 .part1-content .ylgk .ylgk-content .ylgk-title {
  width: 80px;
  height: 20px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
}
.mlyl-wrap .part1 .part1-content .ylgk .ylgk-content .ylgk-neirong {
  margin-top: 17px;
  height: 108px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  opacity: 0.85;
}
.mlyl-wrap .part1 .part1-content .ylgk .shipin {
  position: absolute;
  left: 50px;
  bottom: 146px;
  width: 681px;
  height: 385px;
  border-radius: 8px;
}
.mlyl-wrap .part1 .part1-content .ylgk .shipin .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 96px;
  height: 96px;
  margin-top: -48px;
  margin-left: -48px;
  background-image: url(video-play.png);
  background-size: cover;
}
.mlyl-wrap .part1 .part1-content .ylgk .yinying {
  position: absolute;
  left: 731px;
  bottom: 150px;
  width: 0;
  height: 0;
  border-top: 191px solid #015293;
  border-right: 38px solid transparent;
}
.mlyl-wrap .part1 .part1-content .ylgk .luotuo {
  position: absolute;
  right: 47px;
  bottom: 19px;
  width: 470px;
  height: 540px;
}
.mlyl-wrap .part1 .part1-content .ylgk .buttons {
  width: 1182px;
  height: 67px;
  margin: 58px auto 0;
  font-size: 20px;
}
.mlyl-wrap .part1 .part1-content .ylgk .buttons .btn {
  width: 182px;
  height: 67px;
  line-height: 67px;
  float: left;
  margin-right: 18px;
  text-align: center;
  color: #FFF;
  background-image: url(mlyl-btn.png);
  background-size: contain;
}
.mlyl-wrap .part1 .part1-content .ylgk .buttons .btn:hover {
  background-image: url(mlyl-btn-hover.png);
}
.mlyl-wrap .part1 .part1-content .ylgk .buttons .btn-current {
  background-image: url(mlyl-btn-hover.png);
}
.mlyl-wrap .part1 .part1-content .ylgk .buttons .mr-0 {
  margin-right: 0;
}
.mlyl-wrap .part2 {
  height: 900px;
  background-image: url(charm-bg2.png);
  background-size: cover;
  padding-top: 22px;
}
.mlyl-wrap .part2 .line {
  position: relative;
  top: 54px;
  width: 100%;
  height: 1px;
  background: linear-gradient(45deg, rgba(230, 233, 238, 0) 0%, #B8C1CF 50%, rgba(230, 233, 238, 0) 100%);
}
.mlyl-wrap .part2 .lunbo {
  position: relative;
  height: 501px;
  width: 1282px;
  margin: -25px auto 0;
}
.mlyl-wrap .part2 .lunbo .cm-banner {
  overflow: unset;
}
.mlyl-wrap .part2 .lunbo .mlyl-lunbo {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.mlyl-wrap .part2 .lunbo .mlyl-lunbo:hover {
  background-image: url(mlyl-arrow-hover.png) !important;
}
.mlyl-wrap .part2 .lunbo .mlyl-lunbo.swiper-button-prev {
  background-image: url(mlyl-arrow.png);
  background-size: contain;
  transform: rotate(180deg);
  left: 0;
}
.mlyl-wrap .part2 .lunbo .mlyl-lunbo.swiper-button-next {
  background-image: url(mlyl-arrow.png);
  background-size: contain;
  right: 0;
}
.mlyl-wrap .part2 .lunbo .cm-banner {
  height: 100%;
}
.mlyl-wrap .part2 .lunbo .cm-banner .swiper-container {
  height: 100%;
}
.mlyl-wrap .part2 .lunbo .cm-banner .swiper-container .swiper-wrapper {
  height: 100%;
}
.mlyl-wrap .part2 .lunbo .cm-banner .swiper-container .swiper-wrapper li {
  height: 100%;
}
.mlyl-wrap .part2 .lunbo .cm-banner .swiper-container .swiper-wrapper li .img-title {
  text-align: center;
  font-size: 24px;
  font-family: SourceHanSerifCN-Bold, SourceHanSerifCN;
  font-weight: bold;
  color: #333333;
  height: 49px;
  line-height: 49px;
  width: 408px;
  margin: 0 auto;
}
.mlyl-wrap .part2 .lunbo .cm-banner .swiper-container .swiper-wrapper li img {
  margin-top: -12px;
  width: 400px;
  height: 400px;
}
.mlyl-wrap .part2 .lunbo .cm-banner .swiper-container .swiper-wrapper li .dot {
  width: 20px;
  height: 20px;
  background-image: url(mlyl-dot1.png);
  background-size: contain;
  margin: 19px auto 0;
}
.mlyl-wrap .part2 .lunbo .cm-banner .swiper-container .swiper-wrapper .swiper-slide-active + .swiper-slide .img-title {
  text-align: center;
  font-size: 24px;
  font-family: SourceHanSerifCN-Bold, SourceHanSerifCN;
  font-weight: bold;
  color: #FFF;
  background-image: url(zjyl-title-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 77px 0;
}
.mlyl-wrap .part2 .lunbo .cm-banner .swiper-container .swiper-wrapper .swiper-slide-active + .swiper-slide img {
  width: 453px;
  height: 453px;
  margin-top: -38px;
  margin-left: -12px;
}
.mlyl-wrap .part2 .lunbo .cm-banner .swiper-container .swiper-wrapper .swiper-slide-active + .swiper-slide .dot {
  background-image: url(mlyl-dot2.png);
}
.mlyl-wrap .part2 .items {
  display: none;
  width: 1282px;
  margin: -45px auto 0;
  padding: 28px 42px 0;
  height: 155px;
  background-image: url(zjyl-items.png);
  background-size: contain;
}
.mlyl-wrap .part2 .items .item {
  position: relative;
  width: 399px;
  height: 18px;
  line-height: 18px;
  margin-top: 24px;
  padding-left: 10px;
  float: left;
}
.mlyl-wrap .part2 .items .item .dot {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
}
.mlyl-wrap .part2 .items .item a {
  font-size: 18px;
  color: #333;
}
.mlyl-wrap .part2 .items .item a:hover {
  color: #015293;
}
.mlyl-wrap .part2 .items .item-current a {
  color: #015293;
}
.mlyl-wrap .part2 .show {
  display: block;
}
.mlyl-wrap .part3 {
  height: 800px;
  background-image: url(charm-bg3.png);
  background-size: cover;
  padding-top: 22px;
}
.mlyl-wrap .part3 .lunbo {
  position: relative;
  height: 430px;
  width: 1276px;
  margin: -13px auto 0;
}
.mlyl-wrap .part3 .lunbo .cm-banner {
  overflow: unset;
}
.mlyl-wrap .part3 .lunbo .mlyl-lunbo {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
}
.mlyl-wrap .part3 .lunbo .mlyl-lunbo:hover {
  background-image: url(mlyl-arrow-hover.png) !important;
}
.mlyl-wrap .part3 .lunbo .mlyl-lunbo.swiper-button-prev {
  background-image: url(mlyl-arrow.png);
  background-size: contain;
  transform: rotate(180deg);
  left: -71px;
}
.mlyl-wrap .part3 .lunbo .mlyl-lunbo.swiper-button-next {
  background-image: url(mlyl-arrow.png);
  background-size: contain;
  right: -71px;
}
.mlyl-wrap .part3 .lunbo .cm-banner {
  height: 100%;
}
.mlyl-wrap .part3 .lunbo .cm-banner .swiper-container {
  height: 100%;
}
.mlyl-wrap .part3 .lunbo .cm-banner .swiper-container .swiper-wrapper {
  height: 100%;
}
.mlyl-wrap .part3 .lunbo .cm-banner .swiper-container .swiper-wrapper li {
  height: 100%;
}
.mlyl-wrap .part3 .lunbo .cm-banner .swiper-container .swiper-wrapper li img {
  height: 100%;
}
.mlyl-wrap .title-img {
  display: block;
  width: 1206px;
  height: 207px;
  margin: 0 auto;
}

body {
  position: relative;
}
.c-box {
  width: 11rem;
}
.c-local {
  padding: 0.84rem 0.36rem 0.36rem;
  margin-top: 1.12rem;
  background: #f1f1f2;
}
.gov-page {
  padding: 0;
  margin-top: 0.16rem;
}
.gov-page a {
  display: inline-block;
  margin: 0;
  min-width: 0.32rem;
}
.gov-page span .num {
  margin: 0;
}
.info-bg {
  padding-bottom: 0.48rem;
  background: #f1f5fb url(gov_info_bg.png) no-repeat top center / 19.2rem auto;
}
.gov-info-header {
  width: 100%;
  max-width: 19.2rem;
  padding-top: 0.35rem;
}
.gov-info-header .logo {
  width: 3.49rem;
}
.gov-info-header .tt {
  margin-top: 0.75rem;
  font-size: 0.72rem;
  line-height: 0.72rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.gov-search {
  position: relative;
  height: 0.5rem;
}
.gov-search .line {
  position: absolute;
  top: 0.25rem;
  z-index: 0;
  width: 100%;
  height: 0.01rem;
  background-color: #ccc;
}
.gov-search .con {
  position: relative;
  z-index: 1;
  width: 5.5rem;
  padding: 0 0.2rem;
  margin: 0 auto;
  background: #f1f1f2;
}
.gov-search .input {
  width: 5.1rem;
  height: 0.5rem;
  padding: 0.08rem 0.24rem;
  border-radius: 0.08rem;
  border: 0.01rem solid #026AB6;
}
.gov-search .input img {
  width: 0.34rem;
  cursor: pointer;
}
.gov-search .input input {
  width: 4rem;
  height: 0.34rem;
  font-size: 0.16rem;
    background: unset;
    margin-top: 0px;
}
.gov-search .input input::placeholder {
  font-size: 0.16rem;
}
.left-nav {
  width: 2.4rem;
}
.left-nav .nav-item {
  margin-bottom: 0.16rem;
}
.left-nav .nav-info {
  display: inline-block;
  width: 100%;
  height: 0.7rem;
  line-height: 0.52rem;
  padding: 0.09rem 0.15rem 0.09rem 0.24rem;
  background-color: #fff;
  overflow: hidden;
}
.left-nav .nav-info .cur-img,
.left-nav .nav-info .pickup {
  display: none;
}
.left-nav .nav-info .unfold,
.left-nav .nav-info .pickup {
  width: 0.2rem;
}
.left-nav .nav-info img {
  width: 0.32rem;
}
.left-nav .nav-info:hover {
  background-color: #026AB6;
  color: #fff;
}
.left-nav .nav-info:hover .normal {
  display: none;
}
.left-nav .nav-info:hover .cur-img {
  display: inline-block;
}
.left-nav .nav-info:hover .tt {
  color: #fff;
}
.left-nav .tt {
  display: inline-block;
  width: 1.25rem;
  margin: 0 0 0 0.12rem;
  color: #015293;
  font-size: 0.22rem;
  vertical-align: middle;
  line-height: 0.26rem;
}
.left-nav .tt span {
  display: block;
}
.left-nav .second-policy .second-item {
  display: block;
  padding: 0.1rem 0.24rem;
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #333;
  background-color: #e5e5e5;
}
.left-nav .second-law {
  background-color: #fff;
}
.left-nav .second-law .second-item {
  display: block;
  padding-left: 0.68rem;
  background: url(gov-nav-list-bg.png) no-repeat 0.56rem center / 0.06rem auto;
  font-size: 0.15rem;
  color: #333;
  line-height: 0.3rem;
}
.left-nav .second-law .second-item:hover {
  background-color: #E8F5FF;
}
.left-nav .second-con {
  height: 0;
  overflow: hidden;
}
.left-nav .cur {
  background-color: #026AB6;
  color: #fff;
}
.left-nav .cur img {
  display: none;
}
.left-nav .cur .cur-img,
.left-nav .cur .pickup {
  display: inline-block;
}
.left-nav .cur .tt {
  color: #fff;
}
.left-nav .cur + .second-con {
  height: auto;
}
.left-nav .cur + .second-law {
  padding: 0.16rem 0;
}
.gov-title {
  position: relative;
}
.gov-title span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0.15rem 0.24rem;
  font-size: 0.18rem;
  line-height: 0.18rem;
  font-weight: bold;
  color: #fff;
  background-color: #026ab6;
}
.gov-title .line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0.02rem;
  background-color: #dcdcdc;
}
.gov-com-list li {
  padding-left: 0.16rem;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.48rem;
  background: url(gov-nav-list-bg.png) no-repeat left center / 0.09rem auto;
}
.gov-com-list li a {
  float: left;
  width: 6rem;
}
.gov-com-list .date {
  float: right;
  font-size: 0.16rem;
  color: #999;
}
.list-more {
  display: block;
  width: 0.99rem;
  height: 0.28rem;
  margin: 0.16rem auto 0;
  padding: 0.06rem;
  background-color: #e5e5e5;
  text-align: center;
  font-size: 0.16rem;
  color: #333;
  line-height: 0.16rem;
}
.gov-con {
  margin-top: 0.84rem;
}
.gov-con .left-nav {
  float: left;
}
.gov-con .cm-container {
  float: right;
  width: 7.68rem;
  min-height: 10.8rem;
  background-color: #fff;
}
.rules-list-page {
  padding-bottom: 0.36rem;
}
.rules-list-page .gov-con .policy-list {
  float: right;
}
.regime-con .gov-com-list {
  padding: 0.61rem 0.24rem;
}
.file-con {
  padding: 0.24rem 0.2rem;
}
.file-con .file-class {
  position: relative;
  display: inline-block;
  margin: 0 0.17rem 0.17rem 0;
}
.file-con .file-class .tt {
  display: inline-block;
  width: 2.3rem;
  height: 0.48rem;
  padding: 0.16rem 0;
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #333;
  background-color: #f2f2f2;
  text-align: center;
}
.file-con .file-class:nth-child(3n) {
  margin-right: 0;
}
.file-con .file-class:hover .tt {
  background-color: #026AB6;
  color: #fff;
}
.file-con .file-class:hover .file-second-nav {
  display: block;
}
.file-con .file-second-nav {
  display: none;
  position: absolute;
  left: -0.5rem;
  z-index: 2;
  padding-top: 0.1rem;
  width: 3.2rem;
  height: 0.88rem;
  font-size: 0.14rem;
  line-height: 0.14rem;
}
.file-con .file-second-nav .con {
  padding: 0.11rem 0.1rem;
  background-color: #f2f2f2;
}
.file-con .file-second-nav a {
  float: left;
  padding: 0.08rem 0.22rem;
  color: #015293;
}
.file-con .list-container {
  padding: 0 0.04rem;
  margin-top: 0.4rem;
}
.file-con .list-container .gov-com-list {
  margin-top: 0.17rem;
}
.file-con .con1 {
  margin-top: 0.23rem;
}
.financial {
  padding: 0.24rem;
}
.financial .financial-list {
  margin-top: 0.4rem;
}
.financial .financial-list .gov-com-list {
  margin-top: 0.17rem;
}
.financial .financial-list:first-child {
  margin-top: 0;
}
.city-fin {
  margin-top: 0.4rem;
}
.city-fin .year-fin {
  padding: 0.04rem;
  margin-top: 0.24rem;
  background-color: #f3f7f9;
  border-radius: 0.04rem;
}
.city-fin .year-fin2 {
  margin-top: 0.14rem;
}
.city-fin .tt {
  padding: 0.12rem 0.2rem 0.16rem;
  font-size: 0.16rem;
  line-height: 0.16rem;
  font-weight: 500;
}
.city-fin .year-con {
  padding: 0.22rem 0.18rem 0;
  background-color: #fff;
}
.city-fin .year-con .item {
  display: inline-block;
  width: 0.96rem;
  height: 0.76rem;
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
  border-radius: 0.06rem;
  border: 0.01rem solid #C9DFED;
  text-align: center;
}
.city-fin .year-con .item span {
  display: block;
}
.city-fin .year-con .item .num {
  padding: 0.11rem 0;
  font-size: 0.28rem;
  line-height: 0.28rem;
  font-weight: bold;
  color: #015293;
}
.city-fin .year-con .item .text {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #015293;
  background-color: #EEF7FF;
  border-top: 0.01rem solid #C9DFED;
  border-radius: 0 0 0.06rem 0.06rem;
}
.city-fin .year-con .item:nth-child(6n) {
  margin-right: 0;
}
.zn-tt {
  margin-top: 0.48rem;
  text-align: center;
  font-size: 0.32rem;
  color: #015293;
  font-weight: bold;
}
.scroll-con {
  padding: 0 0.24rem 0 0.44rem;
  margin-top: 0.32rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.scroll-con .scroll-wrap {
  max-height: 9rem;
  padding-right: 0.2rem;
  overflow-y: auto;
}
.scroll-wrap::-webkit-scrollbar {
  width: 0.04rem;
}
.scroll-wrap::-webkit-scrollbar-track {
  background-color: #E5E5E5;
  border-radius: 1rem;
}
.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: #B7B7B7;
  border-radius: 1rem;
}
.gov-catalog {
  padding: 0.24rem;
}
.gov-catalog .catalog-item {
  margin-bottom: 0.24rem;
}
.gov-catalog .catalog-item:last-child {
  margin-bottom: 0;
}
.gov-catalog .catalog-list {
  padding: 0.2rem;
  margin-top: 0.16rem;
  background-color: #F3F7F9;
}
.gov-catalog .catalog-list a {
  display: inline-block;
  width: 3.32rem;
  height: 0.48rem;
  padding: 0.15rem 0;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.18rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.04rem;
}
.gov-catalog .catalog-list a:nth-child(2n) {
  margin-right: 0;
}
.gov-catalog .catalog-list a:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.leader {
  padding: 0.24rem;
}

.block-container {
  border-radius: 0.08rem;
  overflow: hidden;
  background: #E8F3FB;
  padding: 0 0.04rem 0.04rem 0.04rem;
}
.block-container .block-title {
  width: 100%;
  padding: 0 0.24rem;
  height: 0.56rem;
  line-height: 0.56rem;
}
.block-container .block-title .title {
  display: block;
  font-size: 0.24rem;
  font-weight: 600;
  color: #111111;
}
.block-container .block-title .more {
  display: inline-block;
  font-size: 0.16rem;
  color: #999999;
  vertical-align: middle;
}
.block-container .block-title .img {
  width: 0.28rem;
  height: 0.28rem;
}

.cm-location {
  position: relative;
  padding: 0.23rem 0 0.3rem 0.29rem;
  background: url(bread-crumbs.png) no-repeat;
  background-position: 0 0.26rem;
  font-size: 0.168rem;
  color: #999;
}
.cm-location a {
  padding: 0;
  font-size: 0.16rem;
  color: #999;
}
.cm-location a span {
  margin-left: 0.05rem;
}
.cm-location a:hover {
  color: #015293;
}
.cm-location .cur,
.cm-location span.cur {
  color: #015293;
}
.cm-location::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.08rem;
  overflow: hidden;
}

.news-contain {
  width: 12.8rem;
  height: 14.14rem;
  padding: 0.2rem;
  background: linear-gradient(180deg, #F2F6F9 0%, #F7F9FB 100%);
  border-radius: 0.08rem;
  margin-bottom: 0.5rem;
}
.news-contain .nav-list {
  width: 2.2rem;
}
.news-contain .nav-list .nav-item {
  width: 2.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 0.1rem;
  color: #333;
  font-size: 0.2rem;
  background: #FFFFFF;
  border-radius: 0.04rem;
}
.news-contain .nav-list .nav-item > a {
  display: block;
  padding: 0 0.16rem 0 0.32rem;
}
.news-contain .nav-list .cur {
  background: #015293 url(blockcontainer-right.png) no-repeat;
  background-position: 1.67rem center;
  background-size: 0.28rem 0.28rem;
}
.news-contain .nav-list .cur a,
.news-contain .nav-list .cur a:hover {
  color: #FFFFFF;
}
.news-contain .news-list {
  width: 10rem;
  height: 13.74rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  font-size: 0.18rem;
}
.news-contain .news-list .list {
  max-height: 94%;
  overflow-y: auto;
  padding: 0.22rem 0.24rem;
}
.news-contain .news-list .nav-item {
  height: 0.53rem;
  line-height: 0.53rem;
  list-style-image: url(point.png);
  list-style-type: square;
}
.news-contain .news-list .nav-item a {
  display: inline-block;
  max-width: 84%;
  vertical-align: bottom;
}
.news-contain .news-list .nav-item:hover {
  color: red;
  list-style-image: url(point-hov.png);
  list-style-type: square;
}
.news-contain .news-list .nav-item:nth-child(5n) {
  box-sizing: content-box;
  padding-bottom: 0.24rem;
  margin-bottom: 0.24rem;
  border-bottom: 0.01rem dashed #DCDCDC;
}
.news-contain .news-list .nav-item:last-of-type {
  margin-bottom: 0;
}
.news-contain .news-list .nav-item .date {
  color: #999;
}
.news-contain .news-list .nav-item .tag {
  margin: 0.12rem 0 0 0.24rem;
  padding: 0 0.08rem;
  height: 0.28rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  border-radius: 0.04rem;
}
.news-contain .news-list .nav-item .going {
  background: #D2E8FF;
  color: #015293;
}
.news-contain .news-list .nav-item .end {
  background: #F5F5F5;
  color: #999;
}
.news-contain .news-list .cm-page {
  color: #666;
  font-size: 0.14rem;
}
.news-contain .news-list .cm-page .pageprv,
.news-contain .news-list .cm-page .pagenext {
  width: 0.32rem;
}
.news-contain .news-list .cm-page a {
  width: 0.32rem;
  height: 0.32rem;
  background: #FFFFFF;
  border-radius: 0.04rem;
  border: 0.01rem solid #E5E5E5;
}
.news-contain .news-list .cm-page a.cur,
.news-contain .news-list .cm-page a:hover {
  background: #194897 !important;
}
.news-contain .news-list .cm-page a,
.news-contain .news-list .cm-page span {
  margin: 0 2px;
}
.pc-gl .news-contain {
  height: 12.94rem;
  margin-bottom: 0.4rem;
}
.pc-gl .pic-list {
  height: 12.54rem;
}
.pc-gl .pic-list .pic-item {
  width: 3rem;
  margin-left: 0.26rem;
  margin-bottom: 0.2rem;
}
.pc-gl .pic-list .pic-item:nth-child(3n + 1) {
  margin-left: 0rem;
}
.pc-gl .pic-list .pic-item img {
  width: 3rem;
  height: 2.2rem;
}
.pc-gl .pic-list .pic-item .pic-title {
  font-size: 0.2rem;
  color: #111111;
  margin: 0.16rem 0 0 0;
}
.news-xl {
  height: 100%;
}
.news-xl .tt {
  background: #fff;
  font-size: 0.34rem;
  color: #333;
  line-height: 0.54rem;
  font-weight: bold;
}
.news-xl .xl-detail {
  text-align: left;
  height: 0.6rem;
  padding: 0.12rem 0.15rem;
  margin-top: 0.26rem;
  line-height: 0.36rem;
  background-color: #f9f9f9;
  font-size: 0.16rem;
  color: #999;
}
.news-xl .time {
  position: relative;
  padding-right: 0.11rem;
  display: inline-block;
}
.news-xl .time::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.1rem;
  display: inline-block;
  width: 0.01rem;
  height: 0.16rem;
  background-color: #999;
}
.news-xl .from {
  display: inline-block;
  margin-left: 0.12rem;
}
.news-xl .do {
  float: right;
}
.news-xl .do img {
  width: 0.36rem;
  margin-right: 0.14rem;
}
.news-xl .wx img {
  width: 0.25rem;
}
.news-xl .wb img {
  width: 0.26rem;
  margin-right: 0;
}
.news-xl .xl-con {
  text-align: left;
  padding: 0.2rem 0;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
}
.news-xl .wb-con {
  display: inline-block;
}
.news-xl .xl-open {
  width: 1.76rem;
  height: 1.76rem;
  margin: 0 auto;
  text-align: center;
}
.news-xl .xl-open img {
  width: 1.45rem;
  height: 1.45rem;
}
.news-xl .xl-open p {
  font-size: 0.16rem;
  font-family: MicrosoftYaHei;
  color: #999;
  line-height: 21px;
}
.pic-jj .pic-list {
  height: 14.84rem;
}
.pic-jj .pic-list .pic-item {
  width: 2.8rem;
  margin-left: 0.24rem;
  margin-bottom: 0.26rem;
}
.pic-jj .pic-list .pic-item:nth-child(3n + 1) {
  margin-left: 0.24rem;
}
.pic-jj .pic-list .pic-item:nth-child(4n + 1) {
  margin-left: 0rem;
}
.pic-jj .pic-list .pic-item img {
  width: 2.8rem;
  height: 2rem;
}

.jczwgk {
  width: 19.2rem;
  max-width: 100%;
  border-bottom: 0.01rem solid #D4D6D8;
  margin: 0 auto;
  background: url(jczwgk_all-bg.png) no-repeat bottom;
}
.jczwgk .banner {
  width: 100%;
}
.jczwgk .content {
  width: 12rem;
  margin: 0 auto;
}
.jczwgk .content .gzdt {
  width: 100%;
  height: 5.6rem;
  position: relative;
  padding-top: 0.4rem;
  transform: translateY(-0.5rem);
  margin: 0 auto;
  background: linear-gradient(180deg, #75C5FF 0%, #026AB6 0%, #FFFFFF 100%);
}
.jczwgk .content .jczwgk_mid {
  width: 11.2rem;
  margin: 0 auto;
  background: linear-gradient(360deg, #D6F2FF 0%, #FFFFFF 33%, #FFFFFF 100%);
  box-shadow: 0 0.02rem 0.16rem 0 rgba(122, 142, 168, 0.12);
  border: 0.02rem solid #FFFFFF;
  border-radius: 0.08rem;
  transform: translateY(-1rem);
  padding: 0.25rem 0.32rem 0.32rem 0.32rem;
}
.jczwgk .content .jczwgk_mid > div {
  width: 5.12rem;
  height: 4.05rem;
}
.jczwgk .content .jczwgk_mid-left {
  float: left;
}
.jczwgk .content .jczwgk_mid-right {
  float: right;
}
.jczwgk .content .jczwgk_mid .jczwgk_mid-right .jczwgk_mid-content,
.jczwgk .content .jczwgk_mid .jczwgk_mid-left .jczwgk_mid-content {
  height: 1.06rem;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0.08rem;
  margin-bottom: 0.12rem;
}
.jczwgk .content .jczwgk_mid .jczwgk_mid-right .jczwgk_mid-content > p,
.jczwgk .content .jczwgk_mid .jczwgk_mid-left .jczwgk_mid-content > p {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.16rem;
  margin: 0.18rem 0.16rem 0.12rem 0.16rem;
}
.jczwgk .content .jczwgk_mid .jczwgk_mid-right .jczwgk_mid-content > div,
.jczwgk .content .jczwgk_mid .jczwgk_mid-left .jczwgk_mid-content > div {
  width: 4.8rem;
  height: 0.4rem;
  line-height: 0.2rem;
  margin: 0 0.16rem;
  color: #111111;
  font-size: 0.14rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 当文本溢出块元素时进行隐藏 */
  text-overflow: ellipsis;
}
.jczwgk .content .jczwgk_mid .jczwgk_bg-sm {
  width: 4.47rem;
  height: 0.4rem;
  margin: 0 auto;
  margin-bottom: 0.37rem;
}
.jczwgk .content .jczwgk_mid .jczwgk_bg-sm .left,
.jczwgk .content .jczwgk_mid .jczwgk_bg-sm .right {
  display: inline-block;
  width: 1.7rem;
  height: 100%;
}
.jczwgk .content .jczwgk_mid .jczwgk_bg-sm .left {
  float: left;
  background: url(jczwgk_left-sm.png) no-repeat center center;
}
.jczwgk .content .jczwgk_mid .jczwgk_bg-sm .mid {
  margin-left: 0.08rem;
  height: 100%;
  font-size: 0.24rem;
  font-weight: 500;
  color: #9E7B4B;
  line-height: 0.4rem;
}
.jczwgk .content .jczwgk_mid .jczwgk_bg-sm .right {
  float: right;
  background: url(jczwgk_right-sm.png) no-repeat center center;
}
.jczwgk .content .jczwgk_bottom {
  padding: 0 0.4rem;
  margin: 0 auto;
  transform: translateY(-0.65rem);
  background-color: #fff;
}
.jczwgk .content .jczwgk_bottom .content1 .name,
.jczwgk .content .jczwgk_bottom .content2 .name,
.jczwgk .content .jczwgk_bottom .content3 .name {
  display: inline-block;
  height: 100%;
  width: 1.6rem;
  font-size: 0.24rem;
  font-weight: 500;
  color: #9E7B4B;
  text-wrap: nowrap;
  line-height: 0.24rem;
  line-height: 0.4rem;
  margin: 0 0.08rem;
}
.jczwgk .content .jczwgk_bottom .content1 .btns .con .news-con .site-item,
.jczwgk .content .jczwgk_bottom .content2 .btns .con .news-con .site-item,
.jczwgk .content .jczwgk_bottom .content3 .btns .con .news-con .site-item,
.jczwgk .content .jczwgk_bottom .content1 .btns .con .news-con .site-item,
.jczwgk .content .jczwgk_bottom .content2 .btns .con .news-con .site-item,
.jczwgk .content .jczwgk_bottom .content3 .btns .con .news-con .site-item,
.jczwgk .content .jczwgk_bottom .content1 .btns .con .news-con .site-item,
.jczwgk .content .jczwgk_bottom .content2 .btns .con .news-con .site-item,
.jczwgk .content .jczwgk_bottom .content3 .btns .con .news-con .site-item {
  margin: 0.09rem;
  width: 2.08rem;
}
.jczwgk .content .jczwgk_bottom .content1 .btns .con .news-con .site-item:nth-child(5n),
.jczwgk .content .jczwgk_bottom .content2 .btns .con .news-con .site-item:nth-child(5n),
.jczwgk .content .jczwgk_bottom .content3 .btns .con .news-con .site-item:nth-child(5n),
.jczwgk .content .jczwgk_bottom .content1 .btns .con .news-con .site-item:nth-child(5n),
.jczwgk .content .jczwgk_bottom .content2 .btns .con .news-con .site-item:nth-child(5n),
.jczwgk .content .jczwgk_bottom .content3 .btns .con .news-con .site-item:nth-child(5n),
.jczwgk .content .jczwgk_bottom .content1 .btns .con .news-con .site-item:nth-child(5n),
.jczwgk .content .jczwgk_bottom .content2 .btns .con .news-con .site-item:nth-child(5n),
.jczwgk .content .jczwgk_bottom .content3 .btns .con .news-con .site-item:nth-child(5n) {
  margin-right: 0;
}
.jczwgk .content .jczwgk_bottom .content1 .btns .con .news-con .site-item:nth-child(5n+1),
.jczwgk .content .jczwgk_bottom .content2 .btns .con .news-con .site-item:nth-child(5n+1),
.jczwgk .content .jczwgk_bottom .content3 .btns .con .news-con .site-item:nth-child(5n+1),
.jczwgk .content .jczwgk_bottom .content1 .btns .con .news-con .site-item:nth-child(5n+1),
.jczwgk .content .jczwgk_bottom .content2 .btns .con .news-con .site-item:nth-child(5n+1),
.jczwgk .content .jczwgk_bottom .content3 .btns .con .news-con .site-item:nth-child(5n+1),
.jczwgk .content .jczwgk_bottom .content1 .btns .con .news-con .site-item:nth-child(5n+1),
.jczwgk .content .jczwgk_bottom .content2 .btns .con .news-con .site-item:nth-child(5n+1),
.jczwgk .content .jczwgk_bottom .content3 .btns .con .news-con .site-item:nth-child(5n+1) {
  margin-left: 0;
}
.jczwgk .content .jczwgk_bottom .content1 {
  margin-bottom: 0.4rem;
}
.jczwgk .content .jczwgk_bottom .content1 > p {
  height: 0.4rem;
}
.jczwgk .content .jczwgk_bottom .content1 .bg1-l {
  float: left;
  height: 100%;
  width: 4.57rem;
  background: url(bg1-l.png) no-repeat center center;
}
.jczwgk .content .jczwgk_bottom .content1 .bg1-r {
  float: right;
  height: 100%;
  width: 4.57rem;
  background: url(bg1-r.png) no-repeat center center;
}
.jczwgk .content .jczwgk_bottom .content2 {
  margin-bottom: 0.4rem;
}
.jczwgk .content .jczwgk_bottom .content2 > p {
  height: 0.4rem;
}
.jczwgk .content .jczwgk_bottom .content2 .bg2-l {
  float: left;
  height: 100%;
  width: 3.67rem;
  background: url(bg2-l.png) no-repeat center center;
}
.jczwgk .content .jczwgk_bottom .content2 .bg2-r {
  float: right;
  height: 100%;
  width: 3.67rem;
  background: url(bg2-r.png) no-repeat center center;
}
.jczwgk .content .jczwgk_bottom .content3 {
  background-color: #fff;
}
.jczwgk .content .jczwgk_bottom .content3 > p {
  height: 0.4rem;
}
.jczwgk .content .jczwgk_bottom .content3 .bg3-l {
  float: left;
  height: 100%;
  width: 3.67rem;
  background: url(bg2-l.png) no-repeat center center;
}
.jczwgk .content .jczwgk_bottom .content3 .bg3-r {
  float: right;
  height: 100%;
  width: 3.67rem;
  background: url(bg2-r.png) no-repeat center center;
}
.jczwgk .content .jczwgk_bottom .content3 > .bg {
  height: 0.79rem;
  transform: translateX(0.4rem);
}
.jczwgk .content .jczwgk_bottom .content3 > .bg img {
  float: right;
}
.jczwgk .content .gzdt .title {
  background-image: url(jczwgk-title.png);
  background-position: center center;
  width: 11.2rem;
  height: 0.38rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0.24rem;
}
.jczwgk .content .gzdt .swiper {
  width: 5.6rem;
  margin-left: 0.4rem;
  height: 3.7rem;
}
.jczwgk .content .gzdt .swiper-container {
  height: 3.7rem;
  position: relative;
  max-height: 100%;
}
.jczwgk .content .gzdt .swiper-container .swiper-button-next {
  width: 0.24rem;
  height: 0.4rem;
  top: 45%;
  cursor: pointer;
  position: absolute;
  right: 0;
  background: url(swipe-right.png) no-repeat;
  background-size: 100% 100%;
}
.jczwgk .content .gzdt .swiper-container .swiper-button-prev {
  width: 0.24rem;
  height: 0.4rem;
  top: 45%;
  cursor: pointer;
  position: absolute;
  left: 0;
  background: url(swipe-left.png) no-repeat;
  background-size: 100% 100%;
}
.jczwgk .content .gzdt .swiper-container .pagination {
  position: absolute;
  right: 0rem;
  bottom: 0.19rem;
}
.jczwgk .content .gzdt .swiper-container .pagination .swiper-pagination-switch {
  display: inline-block;
  margin-right: 0.1rem;
  cursor: pointer;
  width: 0.1rem;
  height: 0.1rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  opacity: 0.5;
}
.jczwgk .content .gzdt .swiper-container .pagination .swiper-active-switch {
  width: 0.25rem;
  height: 0.1rem;
  background: #026AB6;
  border-radius: 0.05rem;
}
.jczwgk .content .gzdt .news {
  position: absolute;
  width: 5.6rem;
  right: 0.4rem;
  top: 1.02rem;
  background-color: #fff;
  float: right;
  padding: 0.32rem 0.4rem 0.4rem 0.4rem;
  height: 3.7rem;
}
.jczwgk .content .gzdt .news_title {
  height: 0.4rem;
}
.jczwgk .content .gzdt .news .news_title .date {
  width: 0.8rem;
  height: 0.8rem;
  float: left;
  margin-right: 0.12rem;
  background: linear-gradient(180deg, rgba(244, 246, 248, 0.8) 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 8px 0px rgba(122, 140, 168, 0.16);
  border-radius: 8px;
  border: 1px solid #026AB6;
  backdrop-filter: blur(4px);
}
.jczwgk .content .gzdt .news .news_title .date > p {
  font-size: 0.32rem;
  margin-top: 0.16rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.jczwgk .content .gzdt .news .news_title .date > span {
  display: inline-block;
  font-size: 14px;
  margin: 0rem 0.1rem;
  font-weight: 500;
  color: #333333;
  line-height: 14px;
}
.jczwgk .news .news_title .text {
  float: right;
  width: 3.88rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 当文本溢出块元素时进行隐藏 */
  text-overflow: ellipsis;
  height: 0.72rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.jczwgk .news .news_content {
  margin-top: 0.5rem;
  height: 2.2rem;
}
.jczwgk .news .news_content > li {
  background: url(gzdt-li-bg.png) no-repeat left center;
  background-size: 0.1rem 0.11rem;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jczwgk .news .news_content > li > a {
  padding-left: 0.16rem;
  text-align: left;
}

.policy-list {
  padding: 0.06rem 0.24rem 0.24rem;
  background-color: #fff;
}
.policy-list .list-head {
  padding: 0.18rem 0.1rem 0.18rem 0;
  font-size: 0.2rem;
  font-weight: 900;
  color: #333;
  border-bottom: 0.02rem solid #026AB6;
  font-family: 宋体;
}
.policy-list .order-number {
  display: inline-block;
  width: 0.5rem;
  text-align: center;
  vertical-align: middle;
  font-size: 0.2rem;
}
.policy-list .order-number span {
  font-size: 0.16rem;
}
.policy-list .title {
  display: inline-block;
  width: 4.6rem;
  padding-right: 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.policy-list .title span {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.policy-list .download {
  display: inline-block;
  width: 1.8rem;
  vertical-align: middle;
  text-align: center;
}
.policy-list .download a {
  font-size: 0.14rem;
  color: #666;
}
.policy-list .list {
  padding: 0.24rem 0 0;
  border-bottom: 0.01rem solid #E5E5E5;
  font-family: 宋体;
}
.policy-list .list li {
  padding: 0.08rem 0.1rem 0.08rem 0;
}
.policy-list .list li:nth-child(2n) {
  background-color: #eee;
}
.policy-list .list .tt {
  font-size: 0.16rem;
  color: #333;
  line-height: 0.24rem;
  margin-bottom: 0.04rem;
  font-weight: bold;
}
.policy-list .list .info {
  display: -webkit-box;
  color: #015293;
  font-size: 0.14rem;
  line-height: 0.22rem;
  max-height: 0.44rem;
}
.county {
  width: 7.2rem;
  margin-top: 0.56rem;
}
.county .tt {
  padding: 0.13rem 0.24rem;
  margin-bottom: 0.08rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #333;
  font-weight: 600;
  background: #F5F5F5;
}
.county a {
  display: inline-block;
  width: 0.72rem;
  height: 0.4rem;
  padding: 0.12rem 0;
  margin: 0.08rem 0.08rem 0 0;
  border: 0.01rem solid #026AB6;
  font-size: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  border-radius: 0.08rem;
}


.site-map-con {
  padding: 0.2rem;
  margin-bottom: 0.38rem;
  background-color: #f2f6f9;
  border-radius: 0.08rem;
}
.site-map {
  padding: 0.34rem;
  border-radius: 0.08rem;
  background-color: #fff;
}
.site-map .news-con {
  padding: 0.16rem 0 0.1rem;
}
.site-map .news-con .site-item {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.site-map .news-con .site-item:nth-child(5n) {
  margin-right: 0;
}
.site-map .special-com {
  padding: 0.16rem 0 0.1rem;
}
.site-map .special-com .site-item {
  width: 5.76rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.site-map .special-com .site-item:nth-child(2n) {
  margin-right: 0;
}

.yjs-con {
  padding: 0.2rem;
  margin-bottom: 0.38rem;
  background-color: #f2f6f9;
  border-radius: 0.08rem;
}
.yjs {
  padding: 0 0.24rem 0.34rem;
  border-radius: 0.08rem;
  background-color: #fff;
}
.yjs .yjs-con-title {
  display: block;
  font-size: 0.34rem;
  line-height: 1.18rem;
  text-align: center;
}
.yjs .news-con {
  padding: 0.2rem 0.08rem;
}
.yjs .news-con .site-item {
  width: 2.28rem;
  font-size: 0.16rem;
  margin-right: 0.09rem;
  margin-bottom: 0.15rem;
  vertical-align: middle;
}
.yjs .news-con .site-item:nth-child(5n) {
  margin-right: 0;
}
.yjs .news-con .site-item .text {
  height: 0.9rem;
  line-height: 0.66rem;
  padding: 0 0.16rem;
  border-top: 0.12rem solid #fff;
  border-bottom: 0.12rem solid #fff;
}
.yjs .news-con .site-item .text span {
  display: inline-block;
  max-height: 0.66rem;
  line-height: 0.22rem;
  vertical-align: middle;
}
.yjs .share {
  border-radius: 0.08rem;
  background-color: #fff;
}
.yjs .share .xl-detail {
  margin-top: 0;
}

.cm-title {
  position: relative;
  padding: 0.16rem 0.18rem 0.14rem;
  border-radius: 0.08rem;
  font-size: 0.18rem;
  line-height: 0.18rem;
  background-color: #edf2f7;
}
.cm-title a {
  color: #015293;
  font-weight: 500;
}
.cm-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.16rem;
  width: 0.04rem;
  height: 0.16rem;
  border-radius: 0.02rem;
  background-color: #015293;
}
.site-item {
  position: relative;
  display: inline-block;
  width: 2.18rem;
  border: 0.01rem solid #EFF0F2;
  border-radius: 0.08rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #333;
}
.site-item .bg {
  position: absolute;
  left: 0.1rem;
  bottom: -0.06rem;
  z-index: 0;
  width: calc(100% - 0.2rem);
  height: 0.12rem;
  background-color: #F3F7F9;
  border-radius: 0.08rem;
}
.site-item .text {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0.14rem 0.1rem;
  background-color: #fff;
  border-radius: 0.08rem;
}
.site-item:hover {
  border-color: #C9DFED;
  color: #015293;
}
.site-item:hover .bg {
  background-color: #D8E9F3;
}

.online-detail-con {
  padding: 0.2rem;
  margin-bottom: 0.38rem;
  background-color: #f2f6f9;
  border-radius: 0.08rem;
}
.online-detail {
  padding: 0.3rem;
  border-radius: 0.08rem;
  background-color: #fff;
}
.online-detail .title {
  padding: 0 0.99rem;
  margin-top: 0.02rem;
  font-size: 0.34rem;
  font-weight: 600;
  color: #333;
  line-height: 0.54rem;
  text-align: center;
}
.online-detail .online-talk {
  margin-top: 0.32rem;
  padding-bottom: 0.24rem;
}
.online-detail .online-talk img {
  width: 6.5rem;
  height: 4rem;
  margin-right: 0.3rem;
}
.online-detail .online-talk .talk-info {
  display: inline-block;
  width: 5rem;
  padding-top: 0.12rem;
  vertical-align: top;
}
.online-detail .online-talk .talk-info img {
  width: 1.4rem;
  height: auto;
  margin-bottom: 0.16rem;
}
.online-detail .online-talk .tt {
  margin-bottom: 0.26rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 600;
  color: #333;
}
.online-detail .online-talk .info-item {
  margin-bottom: 0.14rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.online-detail .online-talk .info-item .light {
  float: left;
  color: #015293;
  font-weight: 500;
}
.online-detail .online-talk .info-item .detail {
  float: left;
  width: 4rem;
  max-height: 0.56rem;
  color: #333;
}
.online-detail .xl-detail {
  margin-top: 0.16rem !important;
}
.about-file {
  padding: 0.16rem 0.12rem 0.14rem;
}
.about-file li {
  margin-bottom: 0.17rem;
}
.about-file .tag {
  display: inline-block;
  padding: 0.05rem 0.14rem;
  margin-right: 0.12rem;
  border: 0.01rem solid #FFBC96;
  background-color: #FFF2E8;
  color: #D97C2E;
  font-size: 0.14rem;
  line-height: 0.14rem;
  border-radius: 0.04rem;
  vertical-align: middle;
}
.about-file .f-otw {
  display: inline-block;
  width: calc(100% - 1.2rem);
  font-size: 0.18rem;
  line-height: 0.18rem;
  vertical-align: middle;
}
.text-enter {
  padding: 0.16rem 0.2rem;
}
.text-enter .text-item {
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.text-enter .text-item .user {
  font-weight: 600;
}
.ft-part {
  overflow: hidden;
  margin-top: 0.16rem;
}
.ft-part .mask {
  position: relative;
  left: -0.1rem;
  width: 12rem;
}
.ft-part .mask .nav {
  position: absolute;
  top: 0.7rem;
  z-index: 999;
  width: 0.24rem;
  cursor: pointer;
}
.ft-part .mask .nav img {
  width: 100%;
}
.ft-part .mask .prev {
  left: 0.1rem;
}
.ft-part .mask .next {
  right: 0.1rem;
}
.ft-banner {
  height: 1.72rem;
}
.ft-banner .swiper-slide {
  width: 2.8rem !important;
  height: 1.72rem !important;
  margin: 0 0.1rem;
}
.ft-banner img {
  width: 100%;
  height: 100%;
}

.leader-detail-con {
  padding: 0 0.2rem 0.2rem;
  margin-bottom: 0.38rem;
  background-color: #f2f6f9;
  border-radius: 0.08rem;
}
.leader-detail-con .role-tab-head {
  font-size: 0.24rem;
  line-height: 0.28rem;
}
.leader-detail-con .role-tab-head a {
  position: relative;
  display: inline-block;
  margin: 0 0.3rem;
  padding: 0.36rem 0 0.34rem;
  font-weight: 600;
  color: #333;
}
.leader-detail-con .role-tab-head .cur {
  color: #015293;
}
.leader-detail-con .role-tab-head .cur::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.04rem;
  background: #015293;
}
.leader-detail-con .leader-tab-con {
  display: inline-block;
  width: 7.63rem;
  vertical-align: top;
}
.cm-leader-con {
  padding: 0 0.04rem 0.04rem;
  background-color: #f3f7f9;
  border-radius: 0.04rem;
}
.cm-leader-con .tt {
  font-size: 0.24rem;
  line-height: 0.24rem;
  padding: 0.16rem 0 0.16rem 0.2rem;
}
.cm-leader-con .con {
  background-color: #fff;
  border-radius: 0.04rem;
}
.leader-detail .leader-tab-head {
  display: inline-block;
  width: 3.55rem;
  margin-right: 0.34rem;
  vertical-align: top;
}
.leader-detail .leader-tab-head .con {
  padding: 0.14rem 0.18rem 0.14rem 0.24rem;
}
.leader-detail .leader-tab-head a {
  display: block;
  padding: 0.12rem 0;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #333;
  background: url(leader-detail-list-bg.png) no-repeat right center;
  background-size: 0.06rem auto;
}
.leader-detail .leader-tab-head a .name {
  display: inline-block;
  width: 0.85rem;
  vertical-align: middle;
}
.leader-detail .leader-tab-head a .part {
  display: inline-block;
  width: 2rem;
  color: #666;
  vertical-align: middle;
}
.leader-detail .leader-tab-head a:hover {
  background: url(leader-detail-list-bg-hov.png) no-repeat right center;
  background-size: 0.06rem auto;
}
.leader-detail .leader-tab-head a:hover .name {
  color: #015293;
}
.leader-detail .leader-tab-head a:hover .part {
  color: #5D95C2;
}
.leader-detail .leader-tab-head .cur {
  background: url(leader-detail-list-bg-hov.png) no-repeat right center;
  background-size: 0.06rem auto;
}
.leader-detail .leader-tab-head .cur .name {
  color: #015293;
}
.leader-detail .leader-tab-head .cur .part {
  color: #5D95C2;
}
.leader-info {
  width: 7.83rem;
  height: 4.32rem;
  padding: 0.41rem 0.28rem 0.54rem 0.15rem;
  background: url(leader-bg.png) no-repeat center center / 100% 100%;
}
.leader-info .work {
  display: inline-block;
  width: 4.26rem;
  height: 2.45rem;
  padding: 0.46rem 0.48rem 0 0.59rem;
  background: url(popover.png) no-repeat center center / 100% 100%;
  vertical-align: top;
}
.leader-info .work .tt {
  margin-bottom: 0.24rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  font-weight: 500;
}
.leader-info .work .detail {
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.leader-jl {
  display: inline-block;
  width: 2.26rem;
  margin-top: 0.14rem;
  margin-right: 0.34rem;
  text-align: center;
  vertical-align: top;
}
.leader-jl img {
  height: 1.72rem;
}
.leader-jl .name {
  margin-top: 0.06rem;
  font-size: 0.18rem;
  line-height: 0.35rem;
}
.leader-jl .part {
  max-height: 1.11rem;
  margin-top: 0.02rem;
  margin-bottom: 0.21rem;
  font-size: 0.26rem;
  line-height: 0.37rem;
  font-weight: 600;
}
.leader-jl .edit-letter {
  display: block;
  width: 100%;
  height: 0.5rem;
  padding: 0.13rem 0 0.12rem;
  border-radius: 0.08rem;
  border: 0.01rem solid #015293;
  color: #015293;
  font-size: 0.18rem;
  line-height: 0.25rem;
}
.leader-detail {
  padding: 0.34rem;
  border-radius: 0.08rem;
  background-color: #fff;
}
.grjl {
  width: 7.83rem;
  padding: 0.04rem;
  margin-top: 0.3rem;
  background-color: #F3F7F9;
}
.grjl .con {
  padding: 0.2rem;
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #111;
}
.zyhd {
  width: 7.83rem;
  margin-top: 0.34rem;
}
.zyhd .tt {
  padding-right: 0.16rem;
}
.zyhd .tt .more {
  font-size: 0.16rem;
}
.zyhd .tt img {
  width: 0.28rem;
}
.zyhd .con {
  padding: 0.02rem 0.2rem 0.2rem;
}
.zyhd .gov-com-list li {
  line-height: 0.55rem;
}

.leader-tab {
  padding: 0.24rem 0.1rem;
}
.leader-tab .leader-tab-head {
  text-align: center;
}
.leader-tab .leader-tab-head a {
  display: inline-block;
  width: 1rem;
  height: 0.48rem;
  padding: 0.16rem 0;
  margin-right: 0.1rem;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  background-color: #f2f2f2;
}
.leader-tab .leader-tab-head a:last-child {
  margin-right: 0;
}
.leader-tab .leader-tab-head .cur {
  color: #fff;
  background-color: #026ab6;
}
.leader-tab .first {
  padding: 0.34rem 0 0.3rem;
  border-bottom: 0.01rem solid #eee;
  text-align: center;
}
.leader-tab .leader-item {
  display: inline-block;
  width: 1.9rem;
  text-align: center;
}
.leader-tab .leader-item img {
  height: 1.72rem;
}
.leader-tab .leader-item .name {
  margin: 0.1rem 0 0.04rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #026ab6;
}
.leader-tab .leader-item .post {
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #333;
}
.leader-tab .second {
  padding: 0 0.2rem;
  text-align: left;
}
.leader-tab .second .leader-item {
  margin: 0.3rem 0.15rem 0;
}

.rules-head .tt {
  text-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.32);
  color: #fff;
}
.rules-head .cur {
  position: relative;
  width: 5.38rem;
  margin-top: 0.64rem;
  text-align: center;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.24rem;
}
.rules-head .cur::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 2rem;
  height: 0.02rem;
  background: #fff;
  background: linear-gradient(to right, transparent, #fff);
}
.rules-head .cur::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.12rem;
  width: 2rem;
  height: 0.02rem;
  background: #fff;
  background: linear-gradient(to right, #fff, transparent);
}
.rules-store-page {
  margin-top: 0.24rem;
  padding: 0.36rem;
  background-color: #fff;
}
.rules-store-page .policy-list {
  padding: 0;
  margin-top: 0.18rem;
}
.rules-store-page .policy-list .title {
  width: 7.6rem;
}
.rules-store-page .county {
  width: 10.28rem;
  margin-top: 0.4rem;
}
.rules-store-page .county a {
  width: 0.78rem;
}
.rules-store-page .county a:nth-child(12n) {
  margin-right: 0;
}
.rules-store-page .search {
  padding: 0.56rem 0.84rem 0.2rem;
  background-color: #f5f5f5;
}
.rules-store-page .search .input {
  display: inline-block;
  width: 7.2rem;
  height: 0.5rem;
  padding: 0.06rem 0.24rem;
  border-radius: 0.08rem;
  border: 0.02rem solid #026AB6;
  background-color: #fff;
  vertical-align: top;
}
.rules-store-page .search .input img {
  width: 0.34rem;
  cursor: pointer;
}
.rules-store-page .search .input input {
  width: 4rem;
  height: 0.34rem;
  font-size: 0.16rem;
}
.rules-store-page .search .input input::placeholder {
  font-size: 0.16rem;
}
.rules-store-page .advanced-search {
  display: inline-block;
  width: 1.2rem;
  padding: 0.16rem 0;
  margin-left: 0.2rem;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #fff;
  background-color: #026AB6;
  border-radius: 0.08rem;
  text-align: center;
  vertical-align: top;
}
.radio-local {
  margin-top: 0.19rem;
  text-align: center;
}
.radio-local span {
  display: inline-block;
  color: #015293;
  font-size: 0.16rem;
  line-height: 0.16rem;
  vertical-align: top;
}
.radio-local label {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 0.16rem;
  vertical-align: top;
}
.radio-local input {
  vertical-align: top;
  margin: 0 0.06rem 0 0.24rem;
}

.file-left-nav {
  float: left;
  width: 2.4rem;
}
.file-left-nav .tt {
  height: 0.7rem;
  padding: 0.19rem 0.24rem;
  background-color: #026AB6;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.2rem;
}
.file-left-nav .tt img {
  width: 0.32rem;
  margin-right: 0.12rem;
}
.file-left-nav .tt span {
  display: inline-block;
  padding-top: 0.07rem;
}
.file-left-nav .nav-item {
  margin-top: 0.12rem;
}
.file-left-nav .nav-item .first {
  display: block;
  height: 0.48rem;
  padding: 0.16rem 0.24rem;
  background-color: #fff;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.16rem;
}
.file-left-nav .nav-item .first .sq {
  display: none;
}
.file-left-nav .nav-item .first span {
  display: inline-block;
  width: 1.7rem;
  vertical-align: middle;
}
.file-left-nav .nav-item .first:hover {
  background-color: #E8F3FB;
}
.file-left-nav .nav-item .second {
  height: 0;
  overflow: hidden;
}
.file-left-nav .nav-item .second a {
  display: block;
  height: 0.48rem;
  padding: 0.18rem 0 0.16rem 0.24rem;
  font-size: 0.14rem;
  line-height: 0.14rem;
  color: #333;
  background-color: #fff;
}
.file-left-nav .nav-item .second a:hover {
  background-color: #D2E8FF;
}
.file-left-nav .cur .first {
  background-color: #E8F3FB;
  font-weight: 500;
}
.file-left-nav .cur .first .sq {
  display: inline-block;
}
.file-left-nav .cur .first .zk {
  display: none;
}
.file-left-nav .cur .second {
  height: auto;
}
.right-search {
  width: 7.68rem;
  padding: 0.32rem 0.24rem;
  background-color: #fff;
}
.right-search .policy-list {
  padding: 0;
}
.search-container {
  padding: 0 0.08rem 0.14rem;
}
.search-container .info {
  display: inline-block;
  width: 0.8rem;
  padding: 0.16rem 0;
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #015293;
  vertical-align: top;
  font-weight: 500;
}
.search-container .input {
  display: inline-block;
  width: 6.24rem;
  height: 0.48rem;
  padding: 0.12rem 0.2rem 0.12rem 0.16rem;
  vertical-align: top;
  border: 0.01rem solid #DDDFE6;
}
.file-search .input {
  display: inline-block;
  width: 6.24rem;
  height: 0.48rem;
  padding: 0.12rem 0.2rem 0.12rem 0.16rem;
  vertical-align: top;
  border: 0.01rem solid #DDDFE6;
}
.file-search .input select {
  font-size: 0.16rem;
  margin-top: 0.03rem;
  border: none;
}
.file-search .input select:focus-visible {
  border: none !important;
}
.file-search .input input {
  width: 4.7rem;
  height: 0.24rem;
  padding-left: 0.08rem;
  margin-left: 0.12rem;
  font-size: 0.16rem;
  line-height: 0.16rem;
  border-left: 0.01rem solid #e5e5e5;
  vertical-align: top;
}
.file-search .input input::placeholder {
  color: #bbb;
}
.font-search {
  margin-top: 0.2rem;
}
.font-search input {
  width: 5.7rem;
  height: 0.24rem;
  padding-left: 0.02rem;
  font-size: 0.16rem;
  line-height: 0.16rem;
  vertical-align: top;
}
.font-search input::placeholder {
  color: #bbb;
}
.date-search {
  margin-top: 0.2rem;
}
.date-search .date {
  display: inline-block;
}
.date-search .date a {
  display: inline-block;
  padding: 0.16rem 0.2rem;
  font-size: 0.16rem;
  line-height: 0.16rem;
}
.date-search .date .cur {
  background-color: #026AB6;
  color: #fff;
}
.search-button {
  margin-top: 0.2rem;
}
.search-button button {
  width: 3.42rem;
  height: 0.48rem;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.16rem;
  cursor: pointer;
}
.search-button button span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: middle;
}
.search-button button img {
  width: 0.18rem;
}
.search-button .reset {
  margin-right: 0.2rem;
  color: #8393A6;
  background-color: #FAFAFA;
}
.search-button .submit {
  color: #fff;
  background-color: #026AB6;
}
.date-range {
  width: 2.24rem;
  height: 0.48rem;
  padding: 0.16rem 0 0.16rem 0.2rem;
  border: 0.01rem solid #DDDFE6;
}
.date-range .date-picker {
  width: 1.8rem;
}
.date-range .date-picker::placeholder {
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #bbb;
}
.date-range img {
  width: 0.16rem;
}

.lyxd-box {
  max-width: 19.2rem;
  background-image: url(lxyd-bg.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: 19.2rem auto;
}
.lyxd-box .content {
  padding-top: 1rem;
  width: 19.2rem;
  margin: 0 auto;
  max-width: 100%;
}
.lyxd-box .content .inputs {
  margin-left: 3.3rem;
}
.lyxd-box .content .inputs input {
  height: 0.4rem;
  width: 2.7rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0.01rem 0.02rem 0.03rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 0.06rem;
  border: 0.01rem solid #C4D2DF;
  padding: 0 0.12rem;
  margin-left: 0.08rem;
  font-size: 0.16rem;
  box-sizing: border-box;
}
.lyxd-box .content .inputs .btn {
  width: 1.1rem;
  margin-left: 0.21rem;
  height: 0.4rem;
  background: rgba(2, 106, 182, 0.9);
  border-radius: 0.06rem;
  backdrop-filter: blur(0.04rem);
  color: #fff;
  border: transparent;
}
.lyxd-box .content .inputs .btn:hover {
  cursor: pointer;
}
.lyxd-box .content .lists {
  width: 12.8rem;
  margin: 0.4rem auto;
  background: linear-gradient(180deg, #F2F6F9 0%, #F7F9FB 100%);
  border-radius: 8px;
}
.lyxd-box .content .lists .inner {
  width: 12.4rem;
  margin: 0.2rem 0.2rem;
  background-color: #fff;
}
.lyxd-box .content .lists .inner_header {
  width: 11.92rem;
  height: 0.56rem;
  margin: 0.24rem 0.24rem 0.17rem;
  background: #F5F8FA;
  border-radius: 0.08rem;
  position: relative;
}
.lyxd-box .content .lists .inner_header > span {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  line-height: 18px;
  position: absolute;
}
.lyxd-box .content .lists .inner_header .bt {
  top: 0.19rem;
  left: 0.3rem;
}
.lyxd-box .content .lists .inner_header .xjbh {
  top: 0.19rem;
  left: 6.88rem;
}
.lyxd-box .content .lists .inner_header .clrq {
  top: 0.19rem;
  left: 9.24rem;
}
.lyxd-box .content .lists .inner_header .zt {
  top: 0.19rem;
  left: 11.23rem;
}
.lyxd-box .content .lists .inner_content {
  width: 11.92rem;
  margin: 0rem 0rem 0.47rem 0.44rem;
  font-size: 0.18rem;
  font-weight: 400;
  color: #015293;
}
.lyxd-box .content .lists .inner_content > li {
  height: 0.55rem;
  line-height: 0.55rem;
}
.lyxd-box .content .lists .inner_content > li:hover::before {
  background-color: #7FC1F7;
}
.lyxd-box .content .lists .inner_content > li::before {
  content: "";
  float: left;
  width: 0.0849rem;
  height: 0.0849rem;
  border-radius: 0.01rem;
  background-color: #CCCCCC;
  margin-top: 0.24rem;
  transform: rotate(45deg);
}
.lyxd-box .content .lists .inner_content > li > a {
  float: left;
  padding-left: 0.1rem;
  text-align: left;
  max-width: 5.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lyxd-box .content .lists .inner_content > li > a:hover {
  color: #015293;
}
.lyxd-box .content .lists .inner_content > li > span {
  display: inline-block;
  color: #333333;
  line-height: 0.56rem;
}
.lyxd-box .content .lists .inner_content > li .yjbh {
  margin-left: 1rem;
}
.lyxd-box .content .lists .inner_content > li .date {
  margin-left: 1.08rem;
}
.lyxd-box .content .lists .inner_content > li .reply {
  margin-left: 1rem;
  line-height: 0.56rem;
  color: #19721B;
}
.lyxd-box .content .lists .inner .paginator {
  border-top: 1px dashed #E5E5E5;
  margin: 0rem 0.24rem 0.32rem 0.24rem;
}
.lyxd-box .content .lists .inner .paginator .pageprv,
.lyxd-box .content .lists .inner .paginator .pagenext {
  width: 0.32rem;
  height: 0.32rem;
}
.lyxd-box .content .lists .inner .paginator .pager {
  width: 0.8rem;
  height: 0.32rem;
  border-radius: 0.04rem;
  background: #fff;
  text-align: center;
  border: 1px solid #E5E5E5;
  margin-right: 0.16rem;
}

.trs-model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.trs-model .trs-model-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 8rem;
  height: 6.4rem;
  padding: 0.27rem 0.64rem;
  margin: auto;
  background: #fff;
}
.trs-model .trs-model-titlebox {
  font-size: 0.34rem;
  font-weight: bold;
  color: #015293;
  line-height: 1;
  text-align: center;
}
.trs-model .trs-model-titlebox .trs-model-title {
  margin-top: 0.13rem;
}
.trs-model .trs-model-titlebox .trs-model-close {
  position: absolute;
  right: 0.32rem;
  top: 0.32rem;
  width: 0.16rem;
  height: 0.16rem;
  background: url(close.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.trs-model .trs-model-content {
  margin-top: 0.24rem;
  overflow: auto;
}

.yishenqinggongkai {
  margin-bottom: 0.4rem;
  padding: 0.2rem;
  background: linear-gradient(180deg, #f2f6f9 0%, #f7f9fB 100%);
  border-radius: 0.08rem;
}
.yishenqinggongkai .ysqgk-zfxx {
  width: 2.2rem;
  background: #fff;
  border-radius: 0.08rem;
}
.yishenqinggongkai .ysqgk-zfxx .ysqgk-zfxx-title {
  line-height: 0.56rem;
  background: #026ab6;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
}
.yishenqinggongkai .ysqgk-zfxx .ysqgk-zfxx-content {
  padding: 0.24rem 0.2rem;
}
.yishenqinggongkai .ysqgk-zfxx .ysqgk-zfxx-content .ysqgk-zfxx-content-top {
  margin-bottom: 0.09rem;
  line-height: 0.16rem;
  font-size: 0.16rem;
  color: #015293;
}
.yishenqinggongkai .ysqgk-zfxx .ysqgk-zfxx-content .ysqgk-zfxx-content-p {
  font-size: 0.14rem;
  color: #333;
  line-height: 0.24rem;
  margin-bottom: 0.12rem;
  text-indent: 2em;
}
.yishenqinggongkai .ysqgk-zfxx .ysqgk-zfxx-content .ysqgk-zfxx-content-p a {
  color: #026ab6;
}
.yishenqinggongkai .ysqgk-zfxx .ysqgk-zfxx-content .ysqgk-zfxx-content-p:last-child {
  margin-bottom: 0;
}
.yishenqinggongkai .ysqgk-zfxx .ysqgk-zfxx-content .ysqgk-zfxx-content-download {
  display: block;
  padding-left: 0.67rem;
  line-height: 0.32rem;
  background: #cfa960 url(download-ysqgk.png) no-repeat 0.43rem center;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  color: #fff;
  background-size: 0.16rem 0.16rem;
}
.yishenqinggongkai .ysqgk-form {
  margin-left: 2.4rem;
  padding: 0.24rem;
  background: #fff;
}
.yishenqinggongkai .ysqgk-form .ysqgk-form-block {
  margin-top: 0.16rem;
  padding: 0 0.04rem 0.04rem;
  background: #f3f7f9;
}
.yishenqinggongkai .ysqgk-form .ysqgk-form-block .ysqgk-form-block-title {
  height: 0.56rem;
  padding-left: 0.2rem;
  line-height: 0.56rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #111;
}
.yishenqinggongkai .ysqgk-form .ysqgk-form-block .ysqgk-form-block-content {
  padding: 0.24rem 0.24rem 0;
  background: #fff;
}
.yishenqinggongkai .ysqgk-form .ysqgk-form-block .ysqgk-form-block-content:last-of-type {
  padding-bottom: 0.24rem;
}
.yishenqinggongkai .ysqgk-form .ysqgk-form-block .ysqgk-input-button {
  width: 0.88rem;
  height: 0.4rem;
  margin-left: 0.24rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  background: #026ab6;
  box-shadow: inset 0.01rem 0.02rem 0.03rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.06rem;
}
.yishenqinggongkai .ysqgk-form .ysqgk-form-block .ysqgk-form-block-line {
  height: 0.01rem;
  margin-bottom: 0.32rem;
  background: #e5e5e5;
  border-radius: 0.1rem;
}
.yishenqinggongkai .ysqgk-form .ysqgk-form-block .ysqgk-form-block-button {
  padding: 0.4rem 0 0.32rem;
  text-align: center;
  background: #fff;
}
.yishenqinggongkai .ysqgk-form .ysqgk-form-block .ysqgk-form-block-button button {
  width: 1.71rem;
  height: 0.48rem;
  padding-left: 0.24rem;
  padding-right: 0;
  font-size: 0.16rem;
  line-height: 0.48rem;
  text-align: center;
  box-shadow: 0 0.08rem 0.06rem -0.09rem rgba(0, 0, 0, 0.08);
  border-radius: 0.06rem;
}
.yishenqinggongkai .ysqgk-form .ysqgk-form-block .ysqgk-form-block-button button.reset {
  color: #333;
  margin-right: 0.09rem;
  background: #ededed url(reset.png) no-repeat 0.58rem center;
  background-size: 0.16rem 0.16rem;
}
.yishenqinggongkai .ysqgk-form .ysqgk-form-block .ysqgk-form-block-button button.confirm {
  color: #fff;
  background: #166ce6 url(confirm.png) no-repeat 0.58rem center;
  background-size: 0.16rem 0.16rem;
}
.yishenqinggongkai .ysqgk-form .ysqgk-form-block:first-of-type {
  margin-top: 0;
}
.ysqgk-input-block {
  margin-left: 0.58rem;
}
.ysqgk-input-block .ysqgk-bolock-title {
  display: inline-block;
  margin-right: 0.21rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #333;
  vertical-align: middle;
}
.ysqgk-input-block .ysqgk-bolock-input {
  width: 2.44rem;
  height: 0.38rem;
  padding: 0 0.12rem;
  background: #fff;
  box-shadow: inset 0.01rem 0.02rem 0.03rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.06rem;
  border: 0.01rem solid #c4d2df;
  vertical-align: middle;
}
.ysqgk-input-block:first-of-type {
  margin-left: 0;
}
.ysqgk-zfxx-gkb .ysqgk-zfxx-gkb-block {
  margin-right: 0.64rem;
}
.ysqgk-zfxx-gkb .ysqgk-input-block {
  margin-left: 0;
  margin-top: 0.2rem;
  text-align: right;
}
.ysqgk-zfxx-gkb .ysqgk-input-block .ysqgk-bolock-title {
  width: 1.2rem;
}
.ysqgk-zfxx-gkb .ysqgk-input-block .ysqgk-bolock-textarea-title {
  margin-top: 0.12rem;
  line-height: 0.16rem;
  vertical-align: top;
  text-align: left;
}
.ysqgk-zfxx-gkb .ysqgk-input-block .ysqgk-bolock-textarea {
  width: 6.58rem;
  height: 1.85rem;
  padding: 0.12rem;
  font-size: 0.16rem;
  color: #999;
  box-shadow: inset 0.01rem 0.02rem 0.03rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.06rem;
  border: 0.01rem solid #c4d2df;
  outline: none;
}
.ysqgk-zfxx-gkb .ysqgk-input-block .ysqgk-bolock-radio {
  font-size: 0.16rem;
  color: #333;
  line-height: 0.4rem;
  margin-right: 0.4rem;
}
.ysqgk-zfxx-gkb .ysqgk-input-block .ysqgk-bolock-radio input {
  width: 0.16rem;
  height: 0.16rem;
}
.ysqgk-zfxx-gkb .ysqgk-input-block .ysqgk-block-bumen-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ysqgk-zfxx-gkb .ysqgk-input-block .ysqgk-bolock-bumen-button {
  width: 1.44rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  background: #026ab6;
  border-radius: 0 0.06rem 0.06rem 0;
  cursor: pointer;
}
.ysqgk-zfxx-gkb .ysqgk-input-block .ysqgk-block-yanzhengma {
  width: 0.74rem;
  height: 0.4rem;
  margin: 0 0.2rem;
  cursor: pointer;
}
.ysqgk-zfxx-gkb .ysqgk-input-block .ysqgk-block-yanzhengma-refresh {
  font-size: 0.16rem;
  color: #333;
  background: none;
  cursor: pointer;
}
.ysqgk-zfxx-gkb .ysqgk-input-block .ysqigk-block-upload {
  width: 2.67rem;
  height: 1.68rem;
  text-align: center;
  background-size: 100% 100%;
}
.ysqgk-zfxx-gkb .ysqgk-input-block .ysqigk-block-upload .shenfenzheng-upload-box {
  width: 0.44rem;
  height: 0.44rem;
  margin: 0.49rem auto 0.12rem;
  background: #026ab6;
  line-height: 0.44rem;
  text-align: center;
  border-radius: 100%;
}
.ysqgk-zfxx-gkb .ysqgk-input-block .ysqigk-block-upload .shenfenzheng-upload-box .shenfenzheng-upload {
  width: 0.16rem;
  height: 0.16rem;
}
.ysqgk-zfxx-gkb .ysqgk-input-block .ysqigk-block-upload span {
  font-size: 0.14rem;
  color: #333;
  line-height: 0.14rem;
}
.ysqgk-zfxx-gkb .ysqgk-input-block .ysqigk-block-upload-zheng {
  background-image: url(shenfenzheng-zheng.png);
  margin-right: 0.24rem;
}
.ysqgk-zfxx-gkb .ysqgk-input-block .ysqigk-block-upload-fan {
  background-image: url(shenfenzheng-fan.png);
}
.ysqgk-zfxx-gkb .ysqgk-block-zhengjian-desc {
  margin-left: 1.4rem;
  margin-top: 0.16rem;
  line-height: 0.2rem;
  font-size: 0.14rem;
  color: #999;
}
.zfxx-ysqgk-blts-desc {
  padding: 0.16rem 0;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.16rem;
  border-bottom: 0.01rem solid #ddd;
}
.zfxx-ysqgk-blts-content {
  font-size: 0.18rem;
  color: #111;
  line-height: 0.36rem;
}
.zfxx-ysqgk-blts-content p {
  margin-top: 0.24rem;
}
.zfxx-ysqgk-blts-content p a {
  color: #015293;
}
.zfxx-ysqgk-blts .trs-model-content {
  height: 5.02rem;
}
.ysqgk-shouli-department .trs-model-box {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.ysqgk-shouli-department .trs-model-titlebox {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.ysqgk-shouli-department .trs-model-titlebox .trs-model-title {
  margin-top: 0.05rem;
}
.ysqgk-shouli-department .trs-model-content {
  height: 5.02rem;
  margin-top: 0.32rem;
}
.ysqgk-shouli-department .trs-model-content .form-block-title {
  margin: 0 0 0.16rem;
}
.ysqgk-shouli-department .trs-model-content .ysqgk-shouli-department-list {
  padding: 0.08rem 0.16rem 0.16rem;
  background: #f3f7f9;
  border-radius: 0.08rem;
}
.ysqgk-shouli-department .trs-model-content .ysqgk-shouli-department-list span {
  display: inline-block;
  width: 2.24rem;
  height: 0.4rem;
  margin-top: 0.08rem;
  margin-right: 0.08rem;
  text-align: center;
  font-size: 0.14rem;
  color: #111;
  line-height: 0.4rem;
  background: #fff;
  border-radius: 0.04rem;
  cursor: pointer;
}
.ysqgk-shouli-department .trs-model-content .ysqgk-shouli-department-list span:nth-of-type(3n) {
  margin-right: 0;
}
.form-block-title {
  position: relative;
  margin: 0.24rem 0 0.04rem;
}
.form-block-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.12rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #111;
  line-height: 0.16rem;
}
.form-block-title span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.02rem;
  background-color: #026ab6;
  border-radius: 0.03rem;
  z-index: 1;
}
.form-block-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.01rem;
  background: #e5e5e5;
  border-radius: 0.01rem;
}
.form-block-title:first-of-type {
  margin-top: 0;
}
.required-red {
  color: #e83131;
}

.write-letter .bg-box {
  max-width: 19.2rem;
  height: 2.8rem;
  background: url(write-letter-bg.png) no-repeat;
  background-size: 100% 100%;
}
.write-letter .letter-box {
  width: 12.8rem;
  padding: 0.2rem;
  background: linear-gradient(180deg, #F2F6F9 0%, #F7F9FB 100%);
  border-radius: 0.08rem;
  transform: translateY(-0.98rem);
  margin-bottom: -0.61rem;
}
.write-letter .content {
  background-color: #fff;
  width: 12.4rem;
  border-radius: 0.08rem;
  padding-bottom: 0.38rem;
}
.write-letter .show-info {
  display: block;
}
.write-letter .show-form {
  display: none;
}
.write-letter .title {
  font-size: 0.34rem;
  color: #000;
  text-align: center;
  padding-top: 0.24rem;
  font-weight: bold;
}
.write-letter .form {
  margin-top: 0.28rem;
  width: 11.72rem;
  height: 9.65rem;
  background-color: #F3F7F9;
  border-radius: 0.08rem;
}
.write-letter .form .form-head {
  width: 100%;
  height: 0.56rem;
  color: #DD3A3A;
  font-size: 0.2rem;
  line-height: 0.56rem;
  padding-left: 0.24rem;
  border-radius: 0.08rem;
}
.write-letter .form .form-content {
  width: 11.64rem;
  height: 9.05rem;
  background-color: #fff;
  border-radius: 0.04rem;
  padding: 0.32rem 0.23rem;
}
.write-letter .form .form-content .line-tit {
  font-size: 0.22rem;
  font-weight: bold;
  color: #111;
  line-height: 0.24rem;
  padding-left: 0.18rem;
}
.write-letter .form .form-content .line-tit::before {
  float: left;
  content: '';
  width: 0.06rem;
  height: 0.18rem;
  background: #015293;
  border-radius: 0.03rem;
  margin-top: 0.03rem;
  margin-right: 0.12rem;
}
.write-letter .form .line-body {
  padding-top: 0.32rem;
}
.write-letter .form .line-body .item {
  float: left;
  margin-bottom: 0.2rem;
}
.write-letter .form .line-body .item.line {
  float: none;
  margin-bottom: 0.2rem;
}
.write-letter .form .line-body .item.full-item {
  margin-right: 0;
}
.write-letter .form .line-body .input-title {
  float: left;
  width: 1.08rem;
  text-align: right;
  padding-right: 0.1rem;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.44rem;
}
.write-letter .form .line-body input,
.write-letter .form .line-body select,
.write-letter .form .line-body textarea {
  box-sizing: border-box;
  outline: none;
  float: left;
  width: 4rem;
  height: 0.44rem;
  border: 1px solid #ddd;
  padding: 0 0.2rem;
  font-size: 0.18rem;
}
.write-letter .form .line-body input.full-input {
  width: 9.88rem;
}
.write-letter .form .line-body select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(arrow.png) no-repeat 3.64rem center transparent;
  background-size: 0.16rem 0.16rem;
}
.write-letter .form .required {
  float: left;
  color: #DD3A3A;
  line-height: 0.44rem;
  font-size: 0.18rem;
  margin-left: 0.13rem;
}
.write-letter .form .second-tit {
  margin-top: 0.28rem;
}
.write-letter .form .line-body textarea.full-textarea {
  width: 9.88rem;
  height: 1.44rem;
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
}
.write-letter .form .has-btn-item {
  position: relative;
}
.write-letter .form .item.left-item {
  margin-right: 0.57rem;
}
.write-letter .form .choose {
  position: absolute;
  right: 0.22rem;
  width: 1.3rem;
  height: 0.44rem;
  font-size: 0.18rem;
  background-color: #015293;
  color: #fff;
  line-height: 0.44rem;
  text-align: center;
  cursor: pointer;
}
.write-letter .form .line-body input.min-input {
  padding-right: 1.5rem;
}
.write-letter .form .line-body .verification {
  float: left;
  width: 0.9rem;
  height: 0.44rem;
  margin-left: 0.1rem;
  cursor: pointer;
}
.write-letter .form .line-body .info {
  float: left;
  margin-left: 0.18rem;
  line-height: 0.44rem;
  color: #333;
  font-size: 0.18rem;
}
.write-letter .form .line-btn {
  transform: translateX(0.27rem);
  text-align: center;
  margin-top: 0.4rem;
}
.write-letter .form button.submit,
.write-letter .form button.reset {
  width: 2.4rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  border-radius: 0.04rem;
  font-size: 0.18rem;
  margin-right: 0.32rem;
  color: #fff;
  cursor: pointer;
}
.write-letter .form button.submit {
  background-color: #015293;
}
.write-letter .form button.reset {
  color: #999;
}
.write-letter .form.info-form {
  position: relative;
  height: 4.78rem;
  border-radius: 0.04rem;
  padding-top: 0.3rem;
  padding-left: 0.3rem;
  line-height: 0.36rem;
  font-size: 0.18rem;
  color: #111;
  background-color: #F9F9F9;
}
.write-letter .info-title {
  line-height: 0.36rem;
  font-size: 0.18rem;
  color: #111;
  font-weight: bold;
}
.write-letter .info-content {
  margin-top: 0.04rem;
}
.write-letter .info-content p.content-line {
  position: relative;
  z-index: 9;
  padding-left: 0.12rem;
  line-height: 0.48rem;
}
.write-letter .info-content p.content-line .index {
  margin-right: 0.08rem;
}
.write-letter .show-info {
  padding-bottom: 0.12rem;
}
.write-letter .show-info .line-btn {
  transform: translateX(0.17rem);
  text-align: center;
  margin-top: 0.32rem;
}
.write-letter .show-info .agree,
.write-letter .show-info a.disagree {
  display: inline-block;
  width: 2.4rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  border-radius: 0.04rem;
  font-size: 0.18rem;
  margin-right: 0.32rem;
  color: #fff;
  cursor: pointer;
}
.write-letter .show-info .agree {
  background-color: #015293;
}
.write-letter .show-info a.disagree {
  background-color: #EDF2F7;
  color: #999;
}
.write-letter .show-info .info-decorate {
  position: absolute;
  width: 2.9rem;
  height: 2rem;
  right: 0;
  bottom: 0;
}

.wechatjz .news-contain {
  height: initial;
  margin-bottom: 0.4rem;
}
.wechatjz .wechatjz-main {
  padding: 0.34rem;
  background: #fff;
}
.wechatjz .account {
  width: 11.72rem;
  height: 3.6rem;
  background: #F3F7F9;
  border-radius: 0.08rem;
}
.account .title {
  font-weight: 500;
  color: #111111;
  padding-left: 0.24rem;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.24rem;
}
.wechatjz-main .account .body {
  width: 11.64rem;
  height: 3rem;
  background: #FFFFFF;
  border-radius: 0.04rem;
  padding: 0.18rem;
}
.wechatjz-main .account .body .lf img {
  width: 2.64rem;
  height: 2.64rem;
}
.wechatjz-main .account .body .rt {
  color: #333333;
}
.wechatjz-main .account .body .rt .tt {
  margin-top: 0.2rem;
  font-size: 0.22rem;
  font-weight: 500;
}
.wechatjz-main .account .body .rt .t2 {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  font-weight: 400;
}
.wechatjz-main .account .body .rt .tbody {
  margin-top: 0.24rem;
  width: 8.32rem;
  height: 1.34rem;
  padding: 0.14rem 0.2rem;
  background: #FDFEFF;
  border-radius: 0.08rem;
  border: 0.01rem solid #E3E5E7;
}
.wechatjz-main .account .body .rt .tbody .line {
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.wechatjz-main .acc-header {
  margin-top: 0.24rem;
  width: 11.72rem;
  padding-left: 0.18rem;
  color: #015293;
  height: 0.48rem;
  font-size: 0.18rem;
  line-height: 0.48rem;
  background: #EDF2F7;
  border-radius: 0.08rem;
}
.wechatjz-main .acc-body {
  width: 11.72rem;
  margin-top: 0.16rem;
}
.wechatjz-main .acc-body li {
  position: relative;
  cursor: pointer;
  margin-left: 0.2rem;
  width: 2.78rem;
  height: 1.22rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  border: 0.01rem solid #EFF0F2;
}
.wechatjz-main .acc-body li:nth-child(4n + 1) {
  margin-left: 0;
}
.wechatjz-main .acc-body li:nth-child(n+5) {
  margin-top: 0.26rem;
}
.wechatjz-main .acc-body .shadow {
  position: absolute;
  z-index: 1;
  margin-top: 0.11rem;
  width: 2.58rem;
  height: 1.17rem;
  left: 0.1rem;
  background: #F3F7F9;
  border-radius: 0.08rem;
}
.wechatjz-main .acc-body .model {
  display: none;
  position: absolute;
  z-index: 3;
  width: 2.06rem;
  top: 20%;
  left: 70%;
  height: 0.74rem;
  padding: 0.1rem 0.16rem;
  background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
  box-shadow: 0rem 0.02rem 0.08rem 0rem rgba(122, 140, 168, 0.16);
  border-radius: 0.04rem;
  border: 0.02rem solid #FFFFFF;
  backdrop-filter: blur(6px);
}
.wechatjz-main .acc-body .model .tt {
  font-size: 0.16rem;
  font-weight: 500;
  color: #333333;
}
.wechatjz-main .acc-body .model .t2 {
  margin-top: 0.06rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
}
.wechatjz-main .acc-body li:hover .model {
  display: block;
}
.wechatjz-main .acc-body li:hover .shadow {
  background: #D8E9F3;
}
.wechatjz-main .acc-body .box-item {
  position: absolute;
  z-index: 2;
  padding: 0.16rem;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.08rem;
}
.wechatjz-main .acc-body .box-item img {
  width: 0.88rem;
  height: 0.89rem;
}
.wechatjz-main .acc-body .box-item .text {
  width: 1.3rem;
  margin-left: 0.16rem;
}
.wechatjz-main .acc-body .box-item .title {
  color: #333333;
  font-weight: 600;
  font-size: 0.18rem;
}
.wechatjz-main .acc-body .box-item .acc {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666666;
  max-height: 0.44rem;
}

.zw-publicity .letter-box {
  margin-bottom: 0.4rem;
  transform: translateY(0rem);
}
.zw-publicity .letter-box .title {
  padding-top: 0.38rem;
}
.zw-publicity .letter-box .form {
  margin-top: 0.4rem;
  height: 9.75rem;
}
.zw-publicity .letter-box .form .line-btn {
  margin-top: 0;
}
.zw-publicity .letter-box .form .second-tit {
  margin: 0.2rem 0 0.34rem 0;
}
.zw-publicity .letter-box .item {
  width: 5.3rem;
}
.zw-publicity .letter-box .full-item {
  width: 100%;
}
.zw-publicity .letter-box .line-body {
  padding-top: 0;
}
.zw-publicity .form button.submit,
.zw-publicity .form button.reset {
  margin-top: 0.28rem;
}
.zw-publicity .form .form-content {
  height: 9.15rem;
}
.zw-mask {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.3;
  z-index: 2;
  overflow: hidden;
}
.zw-dialog {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  width: 9.5rem;
  height: 7.46rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
}
.zw-dialog .tt {
  padding: 0.3rem 0;
  text-align: center;
  font-size: 0.34rem;
  font-weight: 600;
  color: #333333;
}
.zw-dialog .content {
  padding: 0.3rem;
  width: 8.82rem;
  height: 5.52rem;
  background: #F9F9F9;
}
.zw-dialog .content .t1 {
  font-size: 0.18rem;
  font-weight: 500;
  color: #111111;
  line-height: 0.36rem;
}
.zw-dialog .content .t2 {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #8D8D8D;
}
.zw-dialog .dialog-btn {
  cursor: pointer;
  display: block;
  margin-top: 0.24rem;
  text-align: center;
  color: #fff;
  width: 2.4rem;
  height: 0.48rem;
  line-height: 0.48rem;
  font-weight: 600;
  font-size: 0.18rem;
  background: #015293;
  border-radius: 0.04rem;
}

.head-sessions {
  position: relative;
  width: 100%;
  max-width: 19.2rem;
  height: 4.89rem;
  background: url(sessions-bg.png) no-repeat;
  background-size: 100% 100%;
}
.head-sessions .logo {
  position: absolute;
  width: 4.22rem;
  height: 0.88rem;
  background: url(sessions-logo.png) no-repeat;
  background-size: 100% 100%;
  top: 0.27rem;
  left: 3.6rem;
}
.sessions-g-box {
  width: 12rem;
}
.sessions-g-box .more {
  display: block;
  background: url(reoprt-more-bg.png) no-repeat;
  background-size: 100% 100%;
  width: 0.85rem;
  height: 0.24rem;
  margin-left: 0.48rem;
  margin-right: 0.42rem;
  padding-top: 0.03rem;
  padding-left: 0.22rem;
  color: #999;
  font-size: 0.12rem;
}
.sessions-g-box img.more-arrow {
  width: 0.1rem;
  height: 0.1rem;
  margin-left: -0.01rem;
  margin-top: -0.02rem;
  display: inline-block;
}
ul.ul-list li a {
  display: inline-block;
  color: #333;
  font-size: 0.16rem;
  font-weight: bold;
}
ul.ul-list li a:hover {
  color: #C62D2D;
}
ul.ul-list li::before {
  display: inline-block;
  content: '';
  width: 0.1rem;
  height: 0.11rem;
  background: url(point.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-0.17rem);
  margin-right: 0.12rem;
}
.sessions-nav {
  position: relative;
  height: 5.6rem;
  background-color: #C62D2D;
  background: linear-gradient(180deg, #C62D2D 0%, #FFFFFF 100%);
  padding-top: 0.2rem;
  padding-left: 0.4rem;
  transform: translateY(-0.46rem);
}
.sessions-nav .decorate {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  top: 0;
  left: -0.48rem;
  background: url(decorate.png) no-repeat;
  background-size: 100% 100%;
}
.sessions-nav .right-arrow {
  left: 12rem;
  background: url(decorate-right.png) no-repeat;
}
.sessions-nav .nav-list {
  height: 0.44rem;
}
.sessions-nav .nav-item {
  display: inline-block;
  width: 0.88rem;
  height: 100%;
  margin-right: 0.27rem;
  line-height: 0.44rem;
}
.sessions-nav .nav-item.cur::after {
  display: block;
  content: '';
  width: 0.24rem;
  height: 0.14rem;
  background: url(sessions-nav-cur.png) no-repeat;
  background-size: 100%;
  transform: translate(0.33rem, -0.12rem);
}
.sessions-nav .nav-item a {
  display: inline-block;
  color: #fff;
  font-size: 0.22rem;
}
.sessions-nav .index-content {
  width: 11.2rem;
  height: 3.7rem;
  margin-top: 0.44rem;
}
.sessions-nav .news-swiper {
  width: 5.6rem;
  height: 100%;
}
.sessions-nav .news-swiper .swiper-slide {
  position: relative;
}
.sessions-nav .news-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.sessions-nav .news-swiper .swiper-slide .text-bottom {
  width: 100%;
  height: 0.48rem;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 0.48rem;
  padding-left: 0.25rem;
  font-size: 0.22rem;
  color: #fff;
}
.sessions-nav .text-bottom .text {
  width: 75%;
}
.sessions-nav .news-swiper .news-pager {
  position: absolute;
  right: 0.12rem;
  bottom: 0.2rem;
  width: max-content;
  height: 0.1rem;
}
.sessions-nav .news-pager .swiper-pagination-switch {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  margin-right: 0.1rem;
  background-color: #ffffff;
  cursor: pointer;
}
.sessions-nav .news-pager .swiper-active-switch {
  width: 0.25rem;
  background-color: #026AB6;
  border-radius: 0.05rem;
}
.sessions-nav .news-swiper .swiper-button-prev,
.sessions-nav .news-swiper .swiper-button-next {
  position: absolute;
  width: 0.24rem;
  height: 0.4rem;
  cursor: pointer;
  top: 50%;
  margin-top: -0.2rem;
  background-size: 100% 100%;
}
.sessions-nav .news-swiper .swiper-button-prev {
  left: 0;
  background: url(swipe-left.png) no-repeat;
}
.sessions-nav .news-swiper .swiper-button-next {
  right: 0;
  background: url(swipe-right.png) no-repeat;
}
.sessions-nav .go-sessions {
  width: 5.6rem;
  height: 100%;
  background-color: #fff;
  padding: 0.2rem 0.35rem 0;
}
.sessions-nav .go-sessions img.title {
  width: 4.9rem;
  height: 0.38rem;
}
.sessions-nav .go-session-list {
  width: 100%;
  height: 2.64rem;
  margin-top: 0.24rem;
  padding: 0 0.06rem;
}
.sessions-nav .go-session-list .li-item {
  width: 4.5rem;
  height: 0.44rem;
  line-height: 0.44rem;
}
.report-box {
  position: relative;
  transform: translateY(-90px);
  width: 11.2rem;
  height: 1.6rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 2px 16px 0px rgba(123, 122, 168, 0.12);
  border: 1px solid #FFFFFF;
}
.report-box .left-title {
  width: 1.75rem;
  height: 100%;
  background: linear-gradient(360deg, #FFFFFF 0%, #FFFFFF 58%, #FDF6EC 100%);
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.report-box .report-logo {
  margin: 0.24rem 0.7rem 0.05rem 0.66rem;
  width: 0.39rem;
  height: 0.96rem;
}
.report-box .right-content {
  width: 9.41rem;
  height: 1.6rem;
  padding: 0.24rem 0.24rem 0 0.24rem;
  background-color: #FFF8ED;
  background: linear-gradient(360deg, #FFFCF8 0%, #FEF1DB 100%);
}
.report-box .report-swiper.swiper-container {
  height: 1.86rem;
}
.report-box .report-list .li-item {
  display: block;
  height: 0.8rem;
  background-color: #fff;
  background: linear-gradient(360deg, #FFFFFF 0%, #FFFFFF 78%, #FFF8ED 100%);
  box-shadow: 0px 2px 16px 0px rgba(123, 122, 168, 0.06);
  border: 1px solid #FFFFFF;
}
.report-box .report-list .li-item .left-icon {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #FBF7F5;
  text-align: center;
  line-height: 0.4rem;
  margin-left: 0.16rem;
  margin-top: 0.2rem;
}
.report-box .report-list .li-item .left-icon img {
  width: 0.16rem;
  height: 0.16rem;
}
.report-box .li-item:hover .right-text .tit {
  color: #C62D2D;
}
.report-box .right-text {
  margin-top: 0.2rem;
  margin-left: 0.08rem;
  width: 8.19rem;
}
.report-box .right-text .tit {
  color: #111;
  font-size: 0.16rem;
  line-height: 0.16rem;
  font-weight: bold;
  cursor: pointer;
  margin-left: -0.03rem;
}
.report-box .right-text .detail {
  color: #999;
  font-size: 0.12rem;
  margin-top: 0.08rem;
}
.report-box .space {
  width: 100%;
  height: 0.1rem;
  background: transparent;
}
.three-container {
  width: 11.2rem;
  height: 4.66rem;
  background-color: #ccc;
  margin-top: -0.32rem;
}
.three-container .left-nav {
  width: 1.75rem;
  height: 100%;
}
.three-container .left-nav .space {
  height: 0.67rem;
  background-color: #fff;
}
.three-container .left-nav .nav-box {
  width: 1.75rem;
  height: 4rem;
  background: url(three-bg.png) left center;
  padding-top: 0.8rem;
  padding-left: 0.32rem;
}
.three-container .nav-box .nav-item {
  width: 1.77rem;
  height: 0.56rem;
  line-height: 0.56rem;
  padding-left: 0.29rem;
  padding-right: 0.35rem;
  color: #fff;
  font-size: 0.22rem;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0.13rem;
}
.three-container .nav-item.cur {
  position: relative;
  z-index: 9;
  background: url(three-tit-bg.png) no-repeat;
  background-size: 100% 100%;
  color: #D7B164;
}
.three-container .right-content {
  display: none;
  width: 9.45rem;
  height: 100%;
  background: url(three-right-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 0.82rem;
  padding-top: 0.39rem;
}
.three-container .right-content .ul-list {
  line-height: 0.57rem;
  height: 3.42rem;
}
.three-container .right-content .ul-list li {
  width: 8.3rem;
  height: 0.57rem;
  border-bottom: 0.01rem #C7B69C dashed;
}
.three-container .right-content .ul-list li::before {
  transform: translateY(-0.23rem);
}
.three-container .right-content .ul-list li a {
  width: 8rem;
}
.three-container .right-content .more {
  margin-right: 0.31rem;
  margin-top: 0.2rem;
}
.last-box {
  max-width: 19.2rem;
  width: 100%;
  height: 5.35rem;
  background: url(sessions-last-bg.png) no-repeat;
  background-size: 100% 100%;
}
.last-box .last-container {
  width: 12rem;
  height: 6.06rem;
}
.last-box .last-content {
  position: relative;
  width: 12rem;
  height: 4.62rem;
  background-color: #fff;
  padding-top: 0.57rem;
  padding-left: 0.4rem;
}
.last-box .last-decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1rem;
  height: 0.83rem;
}
.last-box .last-item {
  width: 3.52rem;
  height: 3.32rem;
  border: 1px solid #C9E0EC;
  margin-right: 0.32rem;
}
.last-box .last-item .last-item-tit {
  display: block;
  width: 100%;
  height: 0.56rem;
  line-height: 0.56rem;
  padding-left: 0.24rem;
  color: #333;
  font-size: 0.22rem;
  font-weight: bold;
}
.last-box .last-item .last-item-tit.suggestion {
  background: url(suggestion.png) no-repeat;
  background-size: 100% 100%;
}
.last-box .last-item .last-item-tit.voice {
  background: url(voice.png) no-repeat;
  background-size: 100% 100%;
}
.last-box .last-item .last-item-tit.announcement {
  background: url(announcement.png) no-repeat;
  background-size: 100% 100%;
}
.last-box .last-item .ul-list {
  height: 2.4rem;
  margin-top: 0.14rem;
  line-height: 0.48rem;
  padding-left: 0.16rem;
}
.last-box .last-item .ul-list li {
  height: 0.48rem;
}
.last-box .last-item .ul-list li a {
  width: 3rem;
}