﻿/* 2020年8月11日17:27:17 */
@media screen and (max-width: 1200px) {
  .common-box {
    width: 100%;
    background-color: transparent;
  }

  .common-footer {
    width: calc(100% - 0.6rem);
    padding: 0;
  }

  body {
    background: url(mobile-background.png) no-repeat top center;
    background-size: 100% 24rem;
  }


  .phoneIndexHead {
    display: none !important;
  }

  /* 移动端头部适配样式 START*/

  .header {
    width: calc(100% - 0.6rem);
  }

  .PCztzllunbo {
    margin-left: 0;
  }

  .header .jf {
    display: none;
  }

  .header .title-logo {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 0.65rem;
  }

  .header .title-logo img {
    width: 6.88rem;
    height: 0.7rem;
  }

  .header .search {
    width: 70%;
    height: 0.78rem;
    line-height: 0.78;
    /* text-align: center; */
    margin: 0.3rem 1.4rem 0 0;
    text-align: left;
  }

  .header .text {
    width: 90%;
    padding-left: 0.2rem;
    padding-right: 0.3rem;
    border-radius: .5rem;
    font-size: 0.24rem;
    height: .48rem;
    line-height: .48rem;
  }

  .header .btnnew {
    width: .24rem;
    height: .24rem;
    background-size: .24rem .24rem;
    right: .2rem;
    top: .14rem;
  }

  .current-location i {
    width: .06rem;
    height: .18rem;
    vertical-align: inherit;
  }

  /* 内容 */
  .content {
    margin-top: 0.3rem;
    min-height: 7.4rem;
  }

  .common-box .nav {
    display: none;
  }

  /* .common-box .nav ul{
       width: 80%;
       margin-left: 10%;
     } */
  .common-box .nav li {
    width: 28%;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0.1rem 2.6%;
    font-size: 0.28rem;
  }

  .common-box .current-location {
    font-size: 0.22rem;
    padding-left: 0.3rem;
    background: transparent;
    height: 0.5rem;
    margin-top: -0.3rem;
    line-height: 0.35rem;
  }

  .common-box .current-location span {
    display: inline !important;
  }


  /* 移动端头部适配样式 END*/

  /* 移动端底部适配样式 START*/
  .footer {
    padding: 0.2rem 0;
    height: 4.2rem;
  }

  .footer .footer-text {
    /* top: -3.2rem; */
    width: 100%;
  }

  .footer .footer-text .footer-first {
    margin: 0 1rem;
  }

  .footer .footer-text span {
    font-size: 0.22rem;
    line-height: 0.5rem;
  }

  .footer .footer-text p {
    width: 100%;
    font-size: 0.22rem;
    line-height: 0.5rem;
    text-align: center;
    color: #333333;
  }

  .footer .footer-text p:nth-last-of-type(1) {
    margin-left: 5px;
  }

  .footer-img ul {
    width: 537px;
    height: 74px;
    margin: .1rem auto;
  }

  .footer-img ul li {
    float: left;
    width: 1rem;
    height: 1.13rem;
    margin-right: 8%;
    text-align: center;
  }

  .footer-img ul li a img {
    width: 100%;
    margin-bottom: 0.1rem;
  }

  .footer-img ul li p {
    font-size: .24rem;
  }

  .footer .footer-img {
    overflow: hidden;
    width: 100%;
    margin-top: .3rem;
    padding-left: .2rem;
  }

  .footer-img2 {
    width: 5.58rem;
    height: 1.5rem;
    margin: auto;
  }

  .footer-img2 .commonImg1 img {
    width: .47rem;
    height: .80rem;
    margin-top: .4rem;
  }

  .footer-img2 .commonImg2 img {
    width: .66rem;
    height: .80rem;
    margin-top: .4rem;
  }

  .footer-img2 a:last-child img {
    width: 1.14rem !important;
    height: .58rem;
    margin-top: .4rem;
  }

  .footer-img2 .commonImg1 {
    margin-right: 1.56rem;
  }

  .footer-img2 .commonImg2 {
    margin-right: 1.56rem;
  }

  /* 顶部导航 START */
  .cd-img-replace {
    /* replace text with a background-image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  /* -------------------------------- 
    
    Main components 
    
    -------------------------------- */
  .cd-main-content {
    /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
    min-height: 100%;
    position: relative;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }

  .cd-main-content.lateral-menu-is-open {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  @media only screen and (min-width: 768px) {
    .cd-main-content {
      padding-top: 70px;
    }
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    z-index: 3;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }

  header.lateral-menu-is-open {
    /* translate to show the lateral menu */
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  header.is-fixed {
    position: fixed;
  }

  @media only screen and (min-width: 768px) {
    header {
      height: 70px;
    }
  }

  #cd-logo {
    display: block;
    float: left;
    margin: 12px 0 0 20px;
  }

  #cd-logo img {
    display: block;
  }

  @media only screen and (min-width: 768px) {
    #cd-logo {
      margin: 22px 0 0 30px;
    }
  }

  #cd-top-nav {
    position: absolute;
    top: 0;
    right: 120px;
    height: 100%;
    display: none;
  }

  #cd-top-nav ul {
    height: 100%;
    padding-top: 18px;
  }

  #cd-top-nav li {
    display: inline-block;
    margin-right: 1em;
  }

  #cd-top-nav a {
    display: inline-block;
    padding: .5em;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
  }

  #cd-top-nav a.current {
    background-color: #242e30;
  }

  .no-touch #cd-top-nav a:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  @media only screen and (min-width: 768px) {
    #cd-top-nav {
      display: block;
    }
  }

  #cd-menu-trigger {
    position: absolute;
    right: 1vw;
    top: 22vw;
    height: .78rem;
    width: 1.2rem;
    background-color: #f0f4f7;
    border-radius: .1rem;
    display: block;
  }

  #cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    display: none;
  }

  #cd-menu-trigger .cd-menu-icon {
    /* this span is the central line in the menu menu */
    display: inline-block;
    position: absolute;
    left: 30%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #0168b7;
    color: #0168b7;
    /* these are the upper and lower lines in the menu menu */
  }

  #cd-menu-trigger .cd-menu-icon::before,
  #cd-menu-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  #cd-menu-trigger .cd-menu-icon::before {
    bottom: 5px;
  }

  #cd-menu-trigger .cd-menu-icon::after {
    top: 5px;
  }

  #cd-menu-trigger.is-clicked .cd-menu-icon {
    /* background-color: rgba(255, 255, 255, 0); */
  }

  #cd-menu-trigger.is-clicked .cd-menu-icon::before,
  #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    background-color: #0168b7;
  }

  #cd-menu-trigger.is-clicked .cd-menu-icon::before {
    /* bottom: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); */
  }

  #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    /* top: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); */
  }

  @media only screen and (min-width: 768px) {
    #cd-menu-trigger {
      width: 110px;
      padding-left: 1.25em;
    }

    #cd-menu-trigger .cd-menu-text {
      display: inline-block;
      line-height: 70px;
    }

    #cd-menu-trigger .cd-menu-icon {
      left: auto;
      right: 0.8rem;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }

  #cd-lateral-nav {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    /* the secondary navigation is covered by the main element */
    z-index: 99;
    width: 260px;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /* this creates the subtle slide in animation of the navigation */
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }

  #cd-lateral-nav .cd-navigation {
    margin: 10px 0 16px;
  }

  #cd-lateral-nav .sub-menu {
    padding: 0 10px 20px 15px;
    display: none;
  }

  #cd-lateral-nav a {
    display: block;
    line-height: .7rem;
    font-size: .22rem;
    padding: 0 16px 0 32px;
    color: #FFFFFF;
  }

  #cd-lateral-nav a.current {
    background-color: #3a4a4d;
    color: #FFF;
  }

  .no-touch #cd-lateral-nav a:hover {
    color: #FFF;
  }

  @media only screen and (min-width: 768px) {
    #cd-lateral-nav .cd-navigation {
      margin: 20px 0;
    }
  }

  #cd-lateral-nav .cd-navigation li {
    border-bottom: .01rem solid #FFFFFF;
  }

  #cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch;
  }

  /* style menu items which have a submenu  */
  #cd-lateral-nav .item-has-children>a {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    /* this is the right arrow to show that the item has a submenu  */
  }

  #cd-lateral-nav .item-has-children>a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  #cd-lateral-nav .item-has-children>a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  #cd-lateral-nav .socials {
    padding: 0 32px;
  }

  #cd-lateral-nav .socials:after {
    content: "";
    display: table;
    clear: both;
  }

  #cd-lateral-nav .socials a {
    height: 32px;
    width: 32px;
    float: left;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 128px 64px;
    background-color: #FFF;
    margin-right: .5em;
    border-radius: 0.25em;
  }

  #cd-lateral-nav .socials a.cd-twitter {
    background-position: 0 0;
  }

  #cd-lateral-nav .socials a.cd-github {
    background-position: -32px 0;
  }

  #cd-lateral-nav .socials a.cd-facebook {
    background-position: -64px 0;
  }

  #cd-lateral-nav .socials a.cd-google {
    background-position: -96px 0;
  }

  .no-touch #cd-lateral-nav .socials a:hover {
    background-color: #4e6361;
  }

  .no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
    background-position: 0 -32px;
  }

  .no-touch #cd-lateral-nav .socials a:hover.cd-github {
    background-position: -32px -32px;
  }

  .no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
    background-position: -64px -32px;
  }

  .no-touch #cd-lateral-nav .socials a:hover.cd-google {
    background-position: -96px -32px;
  }

  #cd-lateral-nav {
    display: block;
  }

  /* 顶部导航 END */
  /* 移动端底部适配样式 END*/
  /* 移动端底部适配样式 END* */

  /* 政务公开 START */

  .opprvoement {
    width: 100%;
  }

  .opprvoement-z {
    width: 100%;
    ;
  }

  .opprvoement-z-top {
    padding: 0.2rem;
    background-color: #fff;
  }

  .opprvoement-z-top-title {
    width: 98%;
    height: 0.6rem;
    line-height: 0.6rem;
  }

  .opprvoement-z-top-title a {
    font-size: 0.28rem;
    color: #2e70a7;
  }

  .opprvoement-z-top-title img {
    margin-top: 0.2rem;
    width: 0.08rem;
  }

  .opprvoement-z-top-img {
    width: 100%;
  }

  .opprvoement-z-top-img li {
    width: 48%;
    margin-top: 0.6rem;
    margin-bottom: 0rem;
    text-align: center;
    float: left;
  }

  .opprvoement-z-top-img li a img {
    width: 2.24rem;
    height: 2.34rem;
  }

  .opprvoement-z-top-img li p {
    line-height: 0.4rem;
    margin-top: 0.2rem;
    font-size: 0.26rem;
    width: 2.9rem;
    text-align: center;
    margin: 0.2rem auto;
    height: 60px;
  }

  .opprvoement-z-top-img .opprvoement-z-top-img-first {
    margin-left: 0px;
    width: 100%;
  }

  .opprvoement-z-top-img-button a {
    margin-top: 0.4rem;
    display: inline-block;
    width: 46%;
    height: 0.8rem;
    background-color: #0876cb;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.22rem;
    color: #fff;
    border-radius: 0.05rem;
    margin-right: 0.3rem;
    box-shadow: 0.1rem 0.1rem 0.01rem #eeeeee;
  }

  .opprvoement-z-top-img-button a img {
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.24rem;

  }

  .opprvoement-z-top-img-button .opprvoement-z-top-img-button-2 {
    margin-right: 0rem;
    background-color: #0876cb;
  }

  .opprvoement-z-top-img-button .opprvoement-z-top-img-button-3 {
    margin-right: 0rem;
    background-color: #0876cb;
  }

  .opprvoement-z-top-img-button-1:hover {
    color: #0876cb;
    background-color: #eff8ff;
  }

  .opprvoement-z-top-img-button-2:hover {
    color: #0876cb;
    background-color: #eff8ff;
  }

  .opprvoement-z-top-img-button-3:hover {
    color: #0876cb;
    background-color: #eff8ff;
  }


  .opprvoement-z-down {
    margin-top: 0.2rem;
    width: 100%;
    text-align: center;
    padding-bottom: 0.4rem;
    background-color: #fff;
  }

  .opprvoement-z-top-img-button-4 {
    margin: 0 auto;
    margin-top: 0.4rem;
    display: inline-block;
    width: 66%;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.24rem;
    color: #fff;
    border-radius: 0.05rem;
    margin-right: 0rem;
    box-shadow: 0.1rem 0.1rem 0.01rem #eeeeee;
    background-color: #0876cb;
  }

  .opprvoement-z-top-img-button-4 img {
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.24rem;
  }

  .opprvoement-z-top-img-button-4:hover {
    color: #0876cb;
    background-color: #eff8ff;
  }

  .opprvoement-y {
    width: 100%;
    margin-top: 0.2rem;
  }

  .opprvoement-y-top {
    padding: 0.2rem;
    width: 100%;
    margin-bottom: 0.2rem;
    background-color: #fff;
    box-sizing: border-box;
  }

  .opprvoement-y-top-title {
    height: 0.6rem;
    line-height: 0.6rem;
  }

  .opprvoement-y-top-title a {
    font-size: 0.28rem;
    color: #2e70a7;
  }

  .opprvoement-y-top-title a img {
    margin-top: 0.2rem;
    width: 0.08rem;
  }

  .opprvoement-y-top-img {
    text-align: center;
  }

  .opprvoement-y-top-img a {
    display: inline-block;
    margin-top: 0.3rem;
    font-size: 0.24rem;
    line-height: 3rem;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 1.8rem;
    border-radius: 0.1rem;
  }

  .opprvoement-y-top-img .opprvoement-y-top-img1 {
    color: #fff;
    background: url(zwgk-y-top-img1.png) 50% 40% no-repeat;
    background-color: #0876cb;
    background-size: 0.8rem 0.8rem;
  }

  .opprvoement-y-top-img .opprvoement-y-top-img2 {
    color: #fff;
    margin-right: 0px;
    background: url(zwgk-y-top-2.png) 50% 40% no-repeat;
    background-color: #0876cb;
    background-size: 0.8rem 0.8rem;
  }

  .opprvoement-y-top-img .opprvoement-y-top-img1:hover {
    background: url(zwgk-y-top-01.png) 50% 40% no-repeat;
    background-color: #eff8ff;
    color: #0876cb;
  }

  .opprvoement-y-top-img .opprvoement-y-top-img2:hover {
    background: url(zwgk-y-top-02.png) 50% 40% no-repeat;
    background-color: #eff8ff;
    color: #0876cb;
  }

  .opprvoement-y-list {
    padding: 0.2rem;
    margin-bottom: 0.2rem;
    background-color: #fff;
  }

  .opprvoement-y-list-title {
    height: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.6rem;
  }

  .opprvoement-y-list-title a {
    font-size: 0.28rem;
    color: #2e70a7;
  }

  .opprvoement-y-list-title a img {
    margin-top: 0.2rem;
    width: 0.08rem;
  }

  .opprvoement-y-list-img {
    margin-top: 0.4rem;
  }

  .opprvoement-y-list-img li {
    width: 80%;
    margin: 0 auto;
    padding-left: 0rem;
    margin-bottom: 0.3rem;
    line-height: 1rem;
    background-color: #eff8ff;
    border-radius: 0.05rem;
  }

  .opprvoement-y-list-img li a {
    display: block;
    margin-left: 0.6rem;
    text-align: left;
    padding-left: 1.4rem;
    font-weight: 700;
    font-size: 0.26rem;
    color: #2e70a7;
  }

  .opprvoement-y-list-img li:hover {
    background: url(zwgk-y-bgcb.png) no-repeat;
    background-size: cover;
  }

  .article-text {
    line-height: 26px;
    font-size: 14px;
    text-indent: 30px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .article-text img {
    display: block;
    max-width: 100%;
  }

  .opprvoement-y-list-img li .opprvoement-y-list-img1 {
    background: url(zwgk-y-list-images1.png) 10% 50% no-repeat;
    background-size: 0.5rem 0.5rem;
  }

  .opprvoement-y-list-img li .opprvoement-y-list-img2 {
    background: url(zwgk-y-list-images2.png) 10% 50% no-repeat;
    background-size: 0.5rem 0.5rem;
  }

  .opprvoement-y-list-img li .opprvoement-y-list-img3 {
    background: url(zwgk-y-list-images3.png) 10% 50% no-repeat;
    background-size: 0.5rem 0.5rem;
  }

  .opprvoement-y-list-img li .opprvoement-y-list-img4 {
    background: url(zwgk-y-list-images4.png) 10% 50% no-repeat;
    background-size: 0.5rem 0.5rem;
  }

  .opprvoement-y-list-img li .opprvoement-y-list-img5 {
    background: url(zwgk-y-list-images5.png) 10% 50% no-repeat;
    background-size: 0.5rem 0.5rem;
  }

  .opprvoement-y-list-img li .opprvoement-y-list-img1:hover {
    background: url(zwgk-y-list-images01.png) 10% 50% no-repeat;
    color: #fff;
  }

  .opprvoement-y-list-img li .opprvoement-y-list-img2:hover {
    background: url(zwgk-y-list-images02.png) 10% 50% no-repeat;
    color: #fff;
  }

  .opprvoement-y-list-img li .opprvoement-y-list-img3:hover {
    background: url(zwgk-y-list-images03.png) 10% 50% no-repeat;
    color: #fff;
  }

  .opprvoement-y-list-img li .opprvoement-y-list-img4:hover {
    background: url(zwgk-y-list-images04.png) 10% 50% no-repeat;
    color: #fff;
  }

  .opprvoement-y-list-img li .opprvoement-y-list-img5:hover {
    background: url(zwgk-y-list-images05.png) 10% 50% no-repeat;
    color: #fff;
  }

  /* 政务公开 END */

  /* 政民互动 START */

  .government {
    width: 100%;
  }

  .government-card {
    width: 96%;
    padding-left: 4%;
    background-color: #fff;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
  }

  .government-card1 {
    width: 96%;
    padding-left: 4%;
    background-color: #fff;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    float: left;

  }

  .government-card2 {
    padding-top: 0.5rem;
    padding-left: 0rem;
    padding-bottom: 0.5rem;
  }

  .showlist-box {
    min-height: 0rem;
  }

  .government-title {
    width: 35%;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 0.28rem;
  }

  .government-title a {
    color: #2e70a7;
    line-height: 0.3rem;
  }

  .government-title img {
    margin-top: 0.03rem;
    height: 0.28rem;
  }

  .government-box a {
    display: inline-block;
    line-height: 0.6rem;
    text-align: center;
    margin-right: 0.2rem;
    font-size: 0.22rem;
  }

  .government-box-last {
    margin-right: 0rem;
  }

  .government-list {
    width: 100%;
  }

  .government-list ul li {
    line-height: 0.5rem;
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
  }

  .government-list-z {
    display: block;
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .government-list-y {
    padding-right: 0.5rem;
  }

  .government-list ul li:hover a {
    color: #aac1dc;
  }

  .government-imgbox {
    width: 96%;
    margin: 0 auto;
  }

  .government-imgbox ul {
    width: 90%;
    margin: 0 auto;
  }

  .government-imgbox ul li {
    display: inline-block;
    width: 25%;
    max-width: 29%;
    height: 1.7rem;
    line-height: 2.3rem;
    font-size: 0.26rem;
    margin-left: 0rem;
    margin-right: 0.7rem;
    border-radius: 0.05rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    text-align: center;
    background-color: #eff8ff;
  }

  .government-imgbox ul li:last-child {
    margin-right: 0rem;
  }

  .government-imgbox ul li img {
    margin-top: 0.3rem;
  }

  .government-imgbox ul li a {
    color: #0876cb;
    line-height: 2.6rem;

  }

  .government-imgbox ul li:hover a {
    color: #ffffff;
  }

  .government-imgbox1 {
    width: 25%;
    height: 1rem;
    background: url(06zwgk-01.png) 50% 36% no-repeat;
    background-size: 0.5rem 0.5rem;
  }

  .government-imgbox2 {
    background: url(06zwgk-2.png) 50% 36% no-repeat;
    background-size: 0.5rem 0.5rem;
  }

  .government-imgbox3 {
    background: url(06zwgk-03.png) 50% 36% no-repeat;
    background-size: 0.5rem 0.5rem;
  }

  .government-imgbox ul .government-imgbox1:hover {

    background: url(06zwgk-1.png) 50% 36% no-repeat;
    background-color: #0876cb;
    background-size: 0.5rem 0.5rem;
  }

  .government-imgbox ul .government-imgbox2:hover {
    background: url(06zwgk-02.png) 50% 36% no-repeat;
    background-color: #0876cb;
    background-size: 0.5rem 0.5rem;
  }

  .government-imgbox ul .government-imgbox3:hover {
    background: url(06zwgk-3.png) 50% 36% no-repeat;
    background-color: #0876cb;
    background-size: 0.5rem 0.5rem;
  }

  .government-mobile-d {
    display: block;
    line-height: 0.5rem;
    font-size: 0.24rem;
    text-align: center;
  }

  .government-mobile-d a {
    color: #999999;
  }

  .government-lunbo {
    width: 94%;
    margin: 0 auto;
    padding-left: 0rem;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 0.2rem;
    margin-bottom: 0.15rem;
  }

  /* 底部焦点图 START */
  .five_banner {
    position: relative;
    box-sizing: border-box;
    width: 636px;
    margin: 0 auto;
    height: 3.7rem;
    max-height: 3.7rem;
  }

  .five_banner .tempWrap {
    width: 100% !important;
  }

  .fiveleft {
    position: absolute;
    top: 1.2rem;
    left: 0px;
    width: 0.8rem;
    height: 1.4rem;
    z-index: 99;
    cursor: pointer;
  }

  .fiveright {
    position: absolute;
    top: 1.2rem;
    right: -0rem;
    width: 0.8rem;
    height: 1.4rem;
    z-index: 99;
    cursor: pointer;
  }

  .fivebanner {
    width: 98%;
    white-space: nowrap;
    overflow: hidden;
  }

  .fivebanner div {
    width: 650px !important;
    height: 3.7rem;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-right: 0rem;
  }

  .fivebanner div img {
    width: 100%;
    max-width: 100%;
    height: 3.7rem;
    margin-right: 0.2rem;
    max-height: 3.7rem;
  }

  .select-box {
    height: 3.7rem;
    font-size: 0;
  }

  .select-box select {
    width: 98%;
    height: 3.7rem;
    border-radius: 3px;
    box-sizing: border-box;
    border: 0px solid #cccccc;
    margin-left: 0.2rem;
    font-size: 0.26rem;
    color: #1a1a1a;
    text-align: center;
    text-align-last: center;
  }

  .select-box select:first-child {
    margin-left: 0;
  }

  .hei-110 {
    height: 3.7rem;
  }

  .index-bottomBox {
    width: 94%;
    margin: 0 auto;
    background: #ffffff;
    height: 3.7rem;
    overflow: hidden;
  }

  .index-bottomBox a {
    display: inline-block;
    width: 100%;
  }

  /* 政民互动 END */

  /* 移动端网站地图  START */

  .wzdt-box {
    width: 100%;
    padding-top: 0.2rem;
    background-color: #fff;
  }

  .wzdt-section-9 {
    width: 100%;
  }

  .section-9 {
    width: 96%;
    height: 0.6rem;
    margin: 0 auto;
  }

  .section-9 .section-9-nav {
    width: 100%;
    height: 0.6rem;
    margin: 0 auto;
  }

  .section-9 .section-9-nav .section-9-fox {
    height: 0.52rem;
    width: 100%;
    border-bottom: 2px solid #c6dcf5;
  }

  .section-9 .section-9-nav .section-9-fox span a {
    display: block;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.28rem;
    color: #4f4e4e;
    border-bottom: 0.03 solid #0163d1;
    padding-bottom: 0.01rem;
    padding-left: 0.08rem;
    padding-right: 0.08rem;
  }

  .map-title-blue {
    width: 96%;
    height: 0.8rem;
    margin: 0 auto;
    color: #0163d1;
    font-weight: bold;
    font-size: 0.22rem;
  }

  .map-title-blue a {
    width: 70%;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #4689c8;
    font-weight: 500;
    font-size: 0.22rem;
  }

  .map-title-blue img {
    margin-top: 0.18rem;
    margin-left: 0.05rem;
  }


  .section-a {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }

  .list5 {
    margin-bottom: 0px;
    margin-left: 0rem;
    margin-top: 0.2rem;
  }

  .list5 .list5_item {
    position: relative;
    width: 3.3rem;
    height: 0.8rem;
    margin-bottom: 0.2rem;
    margin-right: 0.2rem;
    margin-left: 0.14rem;
    width: 45%;
  }

  .list5 .list5_item p {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    position: relative;
    background-color: #f8f8f8;
    color: #0163d1;
    font-size: 0.22rem;
  }

  .list5 .list5_item p b {
    display: none;
    position: absolute;
    top: 0px;
    right: 0.2rem;
    font-size: 0.26rem;
  }

  .mobileHide {
    display: none;
  }

  .list5 .list5_item p:hover {
    cursor: pointer;
    background-color: #edf4f9;
  }

  .list5 .list5_item .list5_ej {
    width: 100%;
    position: absolute;
    top: 0.5rem;
    left: 0;
    background: #fff;
    z-index: 100;
    box-shadow: 0 0 0.06rem #eee;
    display: none !important;
  }

  .list5 .list5_item .list5_ej li {
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #f2f9fd;
  }

  .list5 .list5_item .list5_ej li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0.26rem;
    color: #0163d1;
  }

  .list5 .list5_item .list5_ej li:hover {
    background-color: #edf4f9;
  }

  .list5 .list5_item .list5_ej li:hover a {
    color: #93b1cc;
  }

  .list5 .list5_item:nth-child(5n) {
    margin-right: 0.2rem;
  }

  .list5 .list5_item:nth-child(6) {
    margin-left: 0.14rem;
  }

  .list5 .list5_item:nth-child(2n) {
    margin-right: 0.14rem;
    float: right;
  }

  /* 移动端网站地图  END */

  /*  移动通用样式0样式  START */
  .article-box {
    width: auto;
    padding: 0 0.3rem;
  }

  .article {
    width: 96%;
    margin: 0 auto;
    background: #fff;
  }

  .article-title {
    text-align: center;
    color: #245399;
    font-size: 0.3rem;
    line-height: 0.6rem;
    text-align: center;
  }

  .article-line {
    width: 100%;
    background-color: #f3f3f3;
    height: auto;
    padding-top: 0.1rem;
    /* margin-top: 0.4rem; */
    margin-bottom: 0.4rem;
    line-height: 0.5rem;
    font-size: 0.22rem;
  }

  .article-line-1 {
    /* width: 55%; */
    width: auto;
    padding-left: 0.2rem;
    margin-left: 0rem;
    font-size: 0.22rem;
  }

  .article-line-2 {
    /* width: 2.4rem; */
    width: auto;
    margin-left: 0rem;
    padding-left: 0.2rem;
    font-size: 0.22rem;
    /* white-space: nowrap; */
    overflow: hidden;
  }

  .article-text p {
    text-indent: 0rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
  }

  .article-img {
    width: 100%;
    margin: 0.2rem auto;
    text-align: center;
  }

  .article-img img {
    width: 100%;
  }

  .article-line2 {
    display: none;
  }

  .article-line2-1 {
    padding-left: 10px;
  }


  /* 缩放打印   */
  .qt-print_area {
    display: none;
  }

  /* 分享插件样式 */
  .bshare-custom {
    display: none;
  }

  /* 移动通用样式0样式  END */

  /* 通用列表 START*/
  .fmultimedia-box {
    width: auto;
    padding: 0 0.3rem;
    background: #fff;
  }

  .fmultimedia {
    width: 100%;
    margin-left: 0rem;
  }

  .fmultimedia-z {
    display: none;
    width: 300px;
    margin-right: 30px;
  }

  .fmultimedia-y {
    width: 100%;
  }

  .fmultimedia-mobile-title {
    display: none;
    width: 100%;
    line-height: 0.8rem;
    font-size: 0.3rem;
    font-weight: 0;
    color: black;
    padding-bottom: 0rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.2rem;
  }

  .fmultimedia-mobile-title div img {
    margin-top: 0.07rem;
    width: 0.66rem;
    height: 0.66rem;
  }

  .fmultimedia-y ul li {
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.26rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .fmultimedia-y ul li:hover span {
    color: #9bb6d6;
  }

  .fmultimedia-y ul li span:first-child {
    width: 74%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }


  /* 分页 */
  .qt-page {
    font-size: .22rem;
    padding: 0.15rem 0;
    text-align: center;
  }

  .qt-page button,
  .qt-page input,
  .qt-page p {
    font-size: 0.2rem;
    color: #333;
  }

  .qt-page .page-show,
  .qt-page .page-search {
    display: inline-block;
  }

  .qt-page .pre-page-btn {
    position: relative;
    margin-right: 0.1rem;
  }

  .qt-page .next-page-btn {
    position: relative;
    margin-left: 0.1rem;
  }

  .qt-page button,
  .qt-page input {
    display: inline-block;
    border: 0.01rem solid #dce0e0;
    padding: 0 0.1rem;
    height: 0.6rem;
  }

  .qt-page button:hover {
    background-color: #0163d1;
    color: #ffffff;
  }

  .qt-page button {
    margin: 0 0.05rem;
    background: #ffffff;
    border-color: #dce0e0;
    cursor: pointer;
  }

  .qt-page .page-search-btn {
    margin: 0 0.05rem 0 0.1rem;
  }

  .qt-page input {
    width: 0.6rem;
    padding: 0 0.04rem, ;
    text-align: center;
  }

  .qt-page .pre-ico-page-btn,
  .qt-page .next-ico-page-btn {
    width: 0.3rem;
    padding: 0;
    display: none;
  }

  .qt-page .pre-ico-page-btn,
  .qt-page .next-ico-page-btn,
  .qt-page .page-btn-number button {
    margin: 0;
    border: 0.01rem solid #e3e3e3;
    background: #fff;
  }

  .qt-page .page-btn-number {
    display: none;
  }

  .qt-page .pre-ico-page-btn,
  .qt-page .page-btn-number button {
    border-right: none;
  }

  .qt-page .page-btn-number .current {
    background: #0062b4;
    border-color: #0062b4;
    color: #fff;
  }

  /* 通用列表 END*/

  /* 人事考试 START */

  .personnel {
    width: 100%;
    background: #fff;
  }

  .personnel-z {
    width: 100%;
    margin: 0 auto;
    padding-top: 0.1rem;
    margin-left: 0.2rem;
    float: none;
  }

  .personnel-z ul {
    width: 96%;
    margin: 0 auto;
  }

  .personnel-z ul li {
    width: 30%;
    margin-bottom: 10px;
    float: left;
    margin-right: 0.2rem;
  }

  .personnel-z ul li a {
    display: block;
    width: 100%;
    height: 0.8rem;
    background-color: #007bda;
  }

  .personnel-z ul li a img {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    padding-top: 0rem;
  }

  .personnel-z ul li a p {
    display: inline-block;
    line-height: 0.8rem;
    width: 60%;
    margin-left: 0.05rem;
    font-size: 0.2rem;
    color: #fff;
    font-weight: 900;
    text-align: center;
  }

  .personnel-z ul li a .personnel-z-p-t {
    display: inline-block;
    margin-top: 0.16rem;
    line-height: 0.24rem;
    width: 65%;
    font-size: 0.16rem;
    color: #fff;
    font-weight: 900;
    text-align: left;
  }

  .personnel-y {
    width: 100%;
    padding-top: 10px;
    margin-left: 0px;
  }

  .personnel-z-card {
    width: 94%;
    margin: 0 auto;
    padding-top: 0.1rem;
    padding-left: 0.4rem;
    padding-right: 0rem;
    background-color: #fff;
    padding-bottom: 0.3rem;
    margin-bottom: 0.24rem;
  }

  .personnel-z-card-title {
    width: 94%;
    height: 0.6rem;
    text-align: left;
    line-height: 0.6rem;
  }

  .personnel-z-card-title a {
    color: #8ec8f6;
    font-size: 0.26rem;
  }

  .personnel-z-card-title img {
    height: 0.2rem;
    width: 0.06rem;
    margin-right: 0.05rem;
    margin-top: 0.2rem;
  }

  .personnel-z-card-title span {
    width: 76%;
    height: 0.3rem;
    padding-right: 3%;
    border-bottom: 0.01rem solid #8ec8f6;
  }

  .personnel-z-card-list {
    width: 98%;
  }

  .personnel-z-card-list ul {
    margin-top: 0.2rem;
  }

  .personnel-z-card-list ul li {
    width: 96%;
    height: 0.6rem;
  }

  .personnel-z-card-list ul li img {
    width: 0.08rem;
    height: 0.08rem;
    margin-top: 0.24rem;
    margin-right: 0.05rem;
  }

  .personnel-z-card-list ul li a {
    display: inline-block;
    width: 66%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .personnel-z-card-list ul li span {
    display: block;
    width: 15%;
    height: 0.6rem;
    font-size: 0.26rem;
    line-height: 0.6rem;
    margin-right: 0rem;
    float: right;
  }

  .personnel-y-card {
    width: 96%;
    margin: 0 auto;
    padding-top: 0.12rem;
    float: none;
  }

  .personnel-y-card .personnel-y-pcimg {
    width: 96%;
    margin: 0 auto;
    float: none;
    position: relative;
    overflow: hidden;
  }

  .personnel-y-card .personnel-y-pcimg img {
    width: 100%;

  }

  .personnel-y-pcimg span {
    display: block;
    width: 90%;
    height: 0.6rem;
    background: rgba(10, 10, 10, 0.5);
    position: absolute;
    bottom: -1px;
  }

  .personnel-y-pcimg span p {
    color: #fff;
    line-height: 0.6rem;
    margin-left: 0.2rem;
    font-size: 0.26rem;
  }

  .personnel-bluebox {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 18px;
  }

  .personnel-bluebox-long {
    width: 52%;
    height: 1.18rem;
    border: 0.01rem solid #7cf0f4;
  }

  .personnel-bluebox-long img {
    height: 100%;
    width: 100%;
  }

  .personnel-bluebox-small {
    width: 44%;
    height: 1.19rem;
    border: 0.01rem solid #7cf0f4;
  }

  .personnel-bluebox-small img {
    height: 100%;
    width: 100%;
  }

  .personnel-lbox-long {
    width: 93%;
    margin: 0 auto;
    padding-top: 0.2rem;
    padding-left: 3%;
    padding-bottom: 3%;
    padding-right: 3%;
    background: url(rsks-long-bgurl.png) 100% 100% no-repeat;
  }

  .personnel-longcard-title {
    width: 96%;
    height: 0.6rem;
    text-align: left;
    line-height: 0.6rem;
  }

  .personnel-longcard-title a {
    color: #8ec8f6;
    font-size: 0.26rem;
  }

  .personnel-longcard-title img {
    height: 0.18rem;
    width: 0.05;
    margin-right: 0.08rem;
    margin-top: 0.2rem;
  }

  .personnel-longcard-title span {
    width: 75%;
    height: 0.29rem;
    border-bottom: 1px solid #8ec8f6;
  }

  .personnel-lbox-l {
    width: 100%;
  }

  .personnel-lbox-l li {
    width: 24%;
    margin-right: 0.6rem;
    margin-bottom: 0.2rem;
    margin-top: 0.05rem;
    float: left;
  }

  .personnel-lbox-l li a {
    width: 1.4rem;
    height: 1.36rem;
    margin-left: 0.5rem;
    box-shadow: 5px 5px rgba(10, 10, 10, 0.2);
  }

  .personnel-lbox-l li a img {
    width: 100%;
  }

  .personnel-lbox-l .personnel-lbox-l-last {
    margin-right: 0px;
  }

  /* 人事考试 END */

  /* 移动端领导详情样式  START */

  .leader {
    width: 100%;
    padding: 0.2rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .leader-z {
    width: 100%;
    padding: 0.2rem;
    background-color: #ffffff;
    box-sizing: border-box;
  }

  .leader-zuo {
    width: 100%;
    margin-top: 0.4rem;
  }

  .leader-zuo-title {
    width: 100%;
    height: 0.5rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #ccc;
  }

  .leader-zuo-title a {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }

  .leader-zuo-title img {
    width: 0.3rem;
    height: 0.36rem;
    margin-top: 0.1rem;
    margin-right: 0.1rem;

  }

  .leader-zuo-img {
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    margin-right: 20px;
    text-align: center;
  }

  .leader-zuo-img img {
    height: 2.9rem;
    width: 2.3rem;
    max-width: 2.3rem;
  }

  .leader-zuo-section {
    width: 100%;
  }

  .leader-zuo-section-nr {
    width: 100%;
    padding-top: 0.3rem;
  }

  .leader-zuo-section-nr-z {
    width: 1.4rem;
    height: 0.5rem;
    background-color: #e5f6ff;
    color: #0060e2;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.5rem;
    border-radius: 2px;
    margin-right: 0.4rem;
  }

  .leader-zuo-section-nr-name {
    width: 68%;
    font-size: 0.3rem;
    margin-top: 0;
    margin-left: 0rem;
    font-weight: 600;
    height: 0.5rem;
    line-height: 0.5rem;
  }

  .leader-zuo-section-nr-p {
    width: 70%;
    margin-left: 0rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
  }

  .leader-zuo-section-nr-p p {
    float: left;
  }

  .leader-you {
    width: 100%;
  }

  .leader-you-section {
    width: 100%;
    margin-left: 0rem;
  }

  .leader-you-section p {
    line-height: 0.5rem;
    font-size: 0.22rem;
    text-indent: 0.3rem;
    width: 95%;
  }

  .leader-y {
    width: 96%;
  }

  .gover-list {
    width: 100%;
    min-height: 0rem;
  }

  .gover-list ul li {
    line-height: 0.5rem;
    font-size: .26rem;
    margin-bottom: 0.2rem;
  }

  .gover-list ul a {
    display: inline-block;
  }

  .gover-list ul li:hover a {
    color: #aac1dc;
  }

  .gover-list-z {
    display: block;
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  /* 移动端领导详情样式  END */

  /* 局属单位-社保中心 START */
  .sbzx {
    background: #fff;
    padding: 0.3rem 0.3rem 0;
  }

  .sbzx-t {
    width: 100%;
  }

  .sbzx .top-view {
    width: 100%;
    margin: 0 auto;
    position: relative;
    float: none;
  }

  /*轮播图样式*/
  #slideShowContainer {
    height: 3.4rem;
    overflow: hidden;
  }

  #slideShowContainer img {
    width: 100%;
    height: 100%;
  }

  #picUl {
    list-style: none;
  }

  #dotUl {
    list-style: none;
    display: flex;
    flex-direction: row;
    /*使用绝对布局，固定于左下角*/
    position: absolute;
    right: 21px;
    bottom: 16px;
    /*通过设置z-index的值大于#titleDiv中z-index的值，使其浮在标题栏的上方*/
    z-index: 2;
  }

  #titleDiv {
    position: absolute;
    width: 100%;
    height: 42px;
    bottom: 0;
    left: 0px;
    background-color: #000000;
    /*设置透明度，实现标题栏半透明效果*/
    opacity: 0.7;
    z-index: 1;
    margin-right: 10px;
  }

  #titleDiv>span {
    line-height: 42px;
    color: #FFFFFF;
    margin-left: 20px;
    width: 64%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #titleDiv>span>a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
  }

  #dotUl .selected {
    width: 12px;
    height: 12px;
    background-color: #d40000;
    color: transparent;
    margin-left: 9px;
    cursor: pointer;
  }

  #dotUl .unselected {
    width: 12px;
    height: 12px;
    background-color: #c5c5c5;
    color: transparent;
    margin-left: 9px;
  }

  #titleDiv .hide {
    display: none;
  }

  #titleDiv .show {
    display: block;
  }

  .sbzx-table {
    width: 100%;
    margin-top: 0.2rem;
  }

  .sbzx-table-title {
    width: 100%;
    margin: 0 auto;
  }

  .sbzx-table-title li {
    float: left;
    margin-right: 10px;
  }

  .sbzx-table-title li a {
    display: block;
    width: 1.2rem;
    height: 0.6rem;
    font-size: 0.26rem;
    border: 1px solid #8ec8f6;
    border-bottom: none;
    text-align: center;
    background-color: #fff;
    line-height: 0.6rem;
    color: #8ec8f6;
    border-top-left-radius: 0.08rem;
    border-top-right-radius: 0.08rem;
  }

  .sbzx-table-title li .active {
    background-color: #007bda;
    border: 1px solid #007bda;
    border-bottom: none;
    color: #fff;
  }

  .sbzx-table-list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 1px solid #8ec8f6;
  }

  .sbzx-table-box {
    display: none;
    width: 100%;
  }

  .sbzx-table-list .active {
    display: block;
  }

  .sbzx-table-box ul {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .sbzx-table-box ul li {
    padding-left: 0.25rem;
    height: 0.6rem;
  }

  .sbzx-table-box ul li img {
    width: 0.08rem;
    height: 0.1rem;
    margin-top: 0.2rem;
    margin-right: 0.05rem;
  }

  .sbzx-table-box ul li a {
    display: inline-block;
    width: 85%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.22rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .sbzx-table-box ul li span {
    height: 0.5rem;
    color: #d3d3d3;
    font-size: 0.22rem;
    padding-right: 3%;
    line-height: 0.5rem;
    float: right;
  }

  .sbzx-m {
    width: 100%;
    margin-top: 0.2rem;
  }

  .sbzx-leftbox {
    width: auto;
    padding: 0.3rem 0;
    background-color: #fff;
    margin-bottom: 0.25rem;
  }

  .sbzx-leftbox-card-title {
    width: 100%;
    height: 0.6rem;
    text-align: left;
    line-height: 0.6rem;
  }

  .sbzx-leftbox-card-title a {
    color: #8ec8f6;
    font-size: 0.26rem;
  }

  .sbzx-leftbox-card-title img {
    height: 0.2rem;
    width: 0.06rem;
    margin-right: 0.05rem;
    margin-top: 0.2rem;
  }

  .sbzx-leftbox-card-title span {
    width: 70%;
    height: 0.3rem;
    border-bottom: 0.01rem solid #8ec8f6;
  }

  .sbzx-leftbox-card-list {
    width: 100%;
  }

  .sbzx-leftbox-card-list li {
    width: 30%;
    height: 2rem;
    margin-right: 0.2rem;
    float: left;
  }

  .sbzx-leftbox-card-list li div {
    margin-top: 0.2rem;
    margin: 0.3rem auto;
    margin-bottom: 0.6rem;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #e6f0f8;
    text-align: center;
    border-radius: 0.08rem;
  }

  .sbzx-leftbox-card-list li div p {
    display: block;
    width: 1.4rem;
    height: 1.1rem;
    padding-top: 0.4rem;
  }

  .sbzx-leftbox-card-list li div .sbzx-leftbox-card-list-01 {
    background: url(sbzx-boximages1.png) 47% 30% no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .sbzx-leftbox-card-list li div .sbzx-leftbox-card-list-02 {
    background: url(sbzx-boximages2.png) 47% 30% no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .sbzx-leftbox-card-list li div .sbzx-leftbox-card-list-03 {
    background: url(sbzx-boximages3.png) 47% 30% no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .sbzx-leftbox-card-list li div .sbzx-leftbox-card-list-04 {
    background: url(sbzx-boximages4.png) 47% 30% no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .sbzx-leftbox-card-list li div .sbzx-leftbox-card-list-05 {
    background: url(sbzx-boximages5.png) 47% 30% no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .sbzx-leftbox-card-list li div .sbzx-leftbox-card-list-06 {
    background: url(sbzx-boximages6.png) 47% 30% no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .sbzx-leftbox-card-list li div a {
    font-size: 0.22rem;
  }

  .sbzx-leftbox-card-list li div:hover {
    background-color: #007bda;
  }

  .sbzx-leftbox-card-list li div:hover .sbzx-leftbox-card-list-01 {
    background: url(sbzx-boximages01.png) 47% 30% no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .sbzx-leftbox-card-list li div:hover .sbzx-leftbox-card-list-02 {
    background: url(sbzx-boximages02.png) 47% 30% no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .sbzx-leftbox-card-list li div:hover .sbzx-leftbox-card-list-03 {
    background: url(sbzx-boximages03.png) 47% 30% no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .sbzx-leftbox-card-list li div:hover .sbzx-leftbox-card-list-04 {
    background: url(sbzx-boximages04.png) 47% 30% no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .sbzx-leftbox-card-list li div:hover .sbzx-leftbox-card-list-05 {
    background: url(sbzx-boximages05.png) 47% 30% no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .sbzx-leftbox-card-list li div:hover .sbzx-leftbox-card-list-06 {
    background: url(sbzx-boximages06.png) 47% 30% no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .sbzx-rightbox {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .sbzx-rightbox-1 {
    width: 48%;
    float: left;
  }

  .sbzx-rightbox-1 img {
    width: 100%;
  }

  .sbzx-rightbox-2 {
    width: 48%;
    margin-top: 0rem;
    float: right;
  }

  .sbzx-rightbox-2 img {
    width: 100%;
  }

  .sbzx-d {
    width: 100%;
    margin-top: 20px;
  }

  .sbzx-card {
    width: 100%;
    padding: 0.3rem 0;
    background-color: #fff;
    margin-bottom: 0.2rem;
  }

  .sbzx-card-title {
    width: 100%;
    height: 0.6rem;
    text-align: left;
    line-height: 0.6rem;
  }

  .sbzx-card-title a {
    color: #8ec8f6;
    font-size: 0.26rem;
  }

  .sbzx-card-title img {
    height: 0.2rem;
    width: 0.06rem;
    margin-right: 0.05rem;
    margin-top: 0.2rem;
  }

  .sbzx-card-title span {
    width: 70%;
    height: 0.3rem;
    border-bottom: 0.01rem solid #8ec8f6;
  }

  .sbzx-card-list {
    width: 96%;
    min-height: 0rem;
  }

  .sbzx-card-list ul {
    margin-top: 0.2rem;
  }

  .sbzx-card-list ul li {
    height: 0.6rem;
  }

  .sbzx-card-list ul li img {
    width: 0.1rem;
    height: 0.1rem;
    margin-top: 0.24rem;
    margin-right: 0.05rem;
  }

  .sbzx-card-list ul li a {
    display: inline-block;
    width: 66%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .sbzx-card-list ul li span {
    display: block;
    width: 14%;
    height: 0.6rem;
    color: #d3d3d3;
    font-size: 0.24rem;
    line-height: 0.6rem;
    float: right;
  }

  .sbzx-card-m {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  /* 局属单位-社保中心 END */

  /*   多媒体宣传样式   START */
  .multimedi-box {
    width: 100%;
    padding-top: 0.3rem;
    background: #fff;
  }


  .multimedia {
    width: 96%;
  }

  .multimedia-z {
    display: none;
    width: 300px;
    margin-right: 30px;
  }

  .multimedia-z-1 {
    display: none;
    width: 300px;
    height: 56px;
    background: url(mmvideo-1-blue.png) 100% 100% no-repeat;
  }

  .multimedia-z-1 a {
    display: none;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    padding-left: 24px;
  }

  .multimedia-z-2 {
    display: none;
    width: 298px;
    height: 60px;
    margin-bottom: 10px;
    border: 1px solid #acd8fa;
  }

  .multimedia-z-2 a {
    display: none;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #007bda;
    line-height: 60px;
    padding-left: 24px;
  }

  .multimedia-z-2:hover {
    display: none;
    border: 1px solid #ccc;
    background: url(mmvideo-bgc-mtl.png) no-repeat;
  }

  .multimedia-y-box {
    width: 100%;
    float: left;
  }

  .multimedia-y-box-1 {
    width: 100%;
    height: 3.8rem;
    margin-right: 0rem;
    margin-bottom: 0.3rem;
    float: left;
  }

  .multimedia-y-box-1-img {
    width: 100%;
    height: 3.15rem;
  }

  .multimedia-y-box-1-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .multimedia-y-box-2 {
    margin-right: 0px;
  }

  .multimedia-y-box-1-title {
    margin-top: 0.1rem;
    width: 100%;
  }

  .multimedia-y-box-1-title img {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 0.1rem;
  }

  .multimedia-y-box-1-title a {
    line-height: 0.6rem;
    font-size: 0.26rem;
  }

  /*   多媒体宣传样式   START */

  /* 专题专栏 START*/
  .ztzl {
    background: #fff;
    padding: 0 0.3rem;
  }

  .section-1 {
    margin-left: 0;
    margin-top: 0;
  }

  .section-1fool-left {
    width: 48%;
    height: 2.5333333333rem;
    text-align: center;
    margin-top: 0.2666666667rem;
    margin-left: 0rem;
    margin-right: 4%;
    background-color: #fbfbfb;
    border-bottom: 0.0133333333rem solid #f2f2f2;
    box-sizing: border-box;
  }

  .section-1fool-left:nth-of-type(2n) {
    margin-right: 0;
  }

  .section-1fool-left-1 {
    width: 96.5%;
    padding: 0.0666666667rem;
    height: 1.9466666667rem;
    border: 0.0133333333rem solid #f2f2f2;
    background-color: #fff;
  }

  .section-1fool-left-1 img {
    height: 1.9466666667rem;
    width: 100%;
  }

  .section-1fool-left span {
    display: inline-block;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
  }

  .section-1fool-left p {
    height: 0.4rem;
    width: 100%;
    line-height: 0.4rem;
    font-size: 0.22rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .section-1fool-middle {
    width: 48%;
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .section-1fool-middle .section-1fool-left {
    width: 100%;
  }

  .section-1fool-right {
    margin-top: 0.1333333333rem;
    width: 48%;
    float: left;
    margin-right: 0rem;
  }

  .section-1fool-right .section-1fool-left {
    width: 100%;
    float: left;
    margin-top: 0.1333333333rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .sectionright {
    float: right;
    margin-right: 0rem;
  }

  /* 专题专栏 END */

  .person_Content .slide {
    width: 100%;
  }

  .person_Content .box_img {
    width: 100%;
  }

  .person_Content .box_img ul li a>img {
    width: 100%;
  }

  .person_Content .box_img ul li {
    width: 100%;
  }

  .person_Content .OSTA-main {}

  .person_Content .box_tab {
    width: 100%;
  }

  .person_Content .osta-list-title {
    width: 30%;
  }

  .person_Content .osta-list-content {
    width: 100%;
  }

  .person_Content .OSTAnews {
    width: 100%;
    margin-top: .2rem;
  }

  .person_Content .osta-partbg .osta-partLi {
    width: 100%;
  }

  .person_Content .osta-partbg {
    height: auto;
  }

  .person_Content .OSTA-main {
    font-size: .24rem;
  }

  .person_Content .osta-dxal {
    width: 100%;
    height: 10rem;
  }

  .person_Content .osta-dxal-left {
    width: 100%;
  }

  .person_Content .osta-dxal-right {
    width: 100%;
  }

  .person_Content .osta-list-content p {
    width: 70%;
    font-size: 0.22rem;
  }

  .person_Content .osta-dxal-ul p {
    width: 54%;
  }

  .person_Content .osta-list-activeBody {
    width: 100%;
  }

  .person_Content .personCenterPro {
    height: auto;
  }

  .person_Content .personCenterPro .personCenterimg {
    width: 100%;
  }

  .person_Content .personCenterPro .personCenterimg img {
    width: 100%;
  }

  .person_Content .personCenterMain {
    background: #fff;
    padding: 0.3rem 0.3rem 0;
  }

  .person_Content .personCenterPro .personCenter_internet {
    width: 100%;
    height: auto;
  }

  .person_Content .personCenterUl ul {
    width: 50%;
    margin: auto;
  }

  .person_Content .personCenterUl ul li {
    width: 116%;
    margin-bottom: .2rem;
    height: 1.4rem;
    margin-right: 0rem;
  }

  .person_Content .personCenterUl ul li p {
    font-size: .22rem;
    width: 2rem !important;
    margin-top: 0.36rem;
    line-height: 0.3rem;
  }

  .person_Content .osta-partTitle .osta-p2 {
    font-size: 0.28rem;
  }

  .person_Content .mobile-nav {
    display: block;
    height: .8rem;
    border-bottom: .01rem solid #EBEBEB;
    position: relative;
  }

  .person_Content .mobile-nav p {
    display: inline-block;
    font-size: .34rem;
    color: #333333;
    line-height: .64rem;
  }

  .person_Content .osta-list-content span {
    font-size: 0.22rem;

  }

  .person_Content .mobile-nav img {
    width: .64rem;
    height: .64rem;
    float: right;
  }

  .person_Content .box_tab a>span {
    font-size: 0.22rem;
  }

  .person_Content .osta-list-title a {
    font-size: 0.22rem;
  }

  .person_Content .mobile-nav .leadermobile-body {
    display: none;
    width: auto;
    background-color: #EDEFF2;
    border-radius: .10rem;
    position: absolute;
    right: 0;
    top: 1.3rem;
    z-index: 1001;
  }

  .person_Content .mobile-nav .leadermobile-body li a {
    display: inline-block;
    /* width: 94%; */
    outline: none;
    height: 100%;
    color: #333333;
    font-size: .28rem;
    text-align: center;
    line-height: .90rem;
  }

  .person_Content .mobile-nav .leadermobile-body li {
    height: .90rem;
    border-bottom: .01rem solid #E5E7EA;
  }

  .osta-Content .slide {
    width: 100%;
  }

  .osta-Content .box_img {
    width: 100%;
  }

  .osta-Content .box_img ul li a>img {
    width: 100%;
  }

  .osta-Content .box_img ul li {
    width: 100%;
  }

  .osta-Content .OSTA-main {
    background: #fff;
    padding: 0.3rem 0.3rem 0;
  }

  .osta-Content .box_tab {
    width: 100%;
  }

  .osta-Content .osta-list-title {
    width: 30%;
  }

  .osta-Content .osta-list-content {
    width: 100%;
  }

  .osta-Content .OSTAnews {
    width: 100%;
    margin-top: .2rem;
  }

  .osta-Content .osta-partbg .osta-partLi {
    width: 100%;
  }

  .osta-Content .osta-partbg {
    height: auto;
  }

  .osta-Content .OSTA-main {
    font-size: .24rem;
  }

  .osta-Content .osta-dxal {
    width: 100%;
    height: 5.5rem;
  }

  .osta-Content .osta-dxal-left {
    width: 100%;
  }

  .osta-Content .osta-dxal-right {
    width: 100%;
  }

  .osta-Content .osta-list-content p {
    /* width: 70%; */
    font-size: 0.22rem;
  }

  .osta-Content .osta-partbody p {
    font-size: 0.22rem;
  }

  .osta-Content .osta-dxal-ul p {
    /* width: 54%; */
    width: 90%;
    float: left;
    font-size: 0.22rem;
  }

  .osta-Content .box_tab a>span {
    font-size: 0.22rem;
  }

  .osta-Content .osta-list-title a {
    font-size: 0.22rem;
  }

  .osta-Content .osta-list-content span {
    font-size: 0.22rem;
  }

  .osta-Content .osta-partTitle .osta-p2 {
    font-size: 0.22rem;
  }

  .osta-Content .osta-dxal-ul span {
    font-size: 0.22rem;
  }

  .osta-Content .osta-dxal-ul ul {
    padding: 0.2rem;
  }

  /* 12333 END */

  /* 千企万人  START */

  .qqwr-all {
    background: #fff;
    padding: 0.3rem 0.3rem 0;
    width: auto;
  }

  .top-box {
    width: 100%;
  }

  /* 轮播 */
  .slideBox {
    float: left;
    max-width: 100%;
    width: 100%;
    height: 3rem;
    overflow: hidden;
    position: relative;
  }

  .slideBox .hd {
    height: 0.22rem;
    overflow: hidden;
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
    z-index: 1;
  }

  .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
  }

  .slideBox .hd ul li {
    float: left;
    margin-right: 0.08rem;
    margin-top: 0.08rem;
    background-color: #fff;
    width: 0.05rem;
    height: 0.05rem;
    line-height: 0.2rem;
    text-align: center;
    border: 0.01rem solid #fff;
    color: #fff;
    cursor: pointer;
  }

  .slideBox .hd ul li.on {
    background: #3b6ea1;
    border: 0.01rem solid #3b6ea1;
    color: #fff;
  }

  .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
  }

  .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
  }

  .slideBox .bd img {
    width: 100%;
    height: 3rem;
    display: block;
  }

  .slideBox .bd li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: black;
    opacity: 0.6;
    filter: alpha(opacity=50);
    color: white;
    padding-left: 0.2rem;
  }

  .slideBox .bd li p a {
    color: #fff;
  }

  /*最新公告*/
  .latest-news {
    margin-top: 0px;
    margin-left: 0px;
    max-width: 100%;
    width: 100%;
    background: #fff;
    float: left;
    background: 0;
  }

  .latest-news p {
    padding: 0px;
    padding-top: 0.3rem;

  }

  .latest-news p a {
    padding: 0.05rem 0.2rem;
    background-color: #0c86e3;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
    color: #ffffff
  }

  .latest-news ul {
    background-color: #ffffff;
    padding: 0.2rem 0;
  }

  .channel-title {
    width: 94%;
    padding: 0 3%;
    height: 0.4rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    background: 0;
  }

  /*政策发布*/
  .policy-release {
    float: left;
    max-width: 100%;
    width: 100%;
    margin-top: 0.2rem;
    background-color: white
  }

  .policy-release ul {
    background-color: #ffffff;
    padding: 0.2rem 0
  }

  /*下载中心*/
  .download-center {
    float: left;
    max-width: 100%;
    width: 100%;
    margin-top: 0.2rem;
    margin-left: 0rem;
    background-color: white
  }

  .download-center ul {
    background-color: #ffffff;
    padding: 0.2rem 0
  }

  /*共用政策发布栏目标题*/
  .chanl-title {
    padding-top: 10px;
    width: 100%;
    height: 0.4rem;
    line-height: 0.5rem;
    font-size: 0.35rem;
  }

  .chanl-title a {
    padding: 0 0.2rem;
  }

  .chanl-title .split-line {
    margin-right: 0.2rem;
    margin-top: 0.3rem;
    width: 70%;
    height: 1px;
    background-color: #0bacd3;
    float: right
  }

  /*功能区*/
  .feature-area {
    float: right;
    width: 100%;
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    margin-right: 0px;
  }

  .top-btns {
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
    width: 100%;
    margin-bottom: 0.2rem;
    background: url(qqwr-ytbs-bgc.png) no-repeat;
    background-size: 100% 100%;
  }

  .top-btns .btn-item {
    width: 33%;
    padding-top: 0.14rem;
    border-right: 1px solid #a0dae8;
    float: left;
    line-height: 0.22rem;
  }

  .top-btns .btn-item a {
    width: 33%;
    font-size: 0.22rem;
    text-align: center;
    color: #78b2e2;
  }

  .top-btns .btn-item a img {
    margin-bottom: 0rem;
  }

  .top-btns .btn-item1 a img {
    margin-bottom: 0px;
  }

  .top-btns .btn-item3 {
    border-right: none;
  }

  .contact-info {
    width: 94%;
    background: url(qqwr-y-textimg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    text-align: left;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    color: #4f9edc;
    padding-bottom: 0.4rem;
  }

  .contact-info img {
    width: 100%;
    margin-top: 0.2rem;
    margin-bottom: 0.15rem;
  }

  .contact-info-title {
    position: absolute;
    top: 0.28rem;
    left: 43%;
    font-size: 0.26rem;
    color: #fff;


  }

  /*公共列表内容*/
  .list1 {
    line-height: 0.5rem;
  }

  .list1 li {
    width: 94%;
    padding: 0 3%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
  }

  .list1 li i {
    color: #0caee3;
    font-size: 0.05rem;
    font-style: normal;
    vertical-align: middle;
    padding-right: 5px;
    line-height: 0.5rem;
    float: left;
  }

  .list1 li a {
    width: 68%;
    font-size: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }

  .style-color {
    color: #0caee3;
  }

  /* 千企万人  END */


  /* 02-新闻资讯  START*/
  .xwzx {
    background: #fff;
    padding: 0.3rem 0.3rem 0;
  }

  .xwzx .top-box {}

  /* 轮播 */
  .xwzx .slideBox {
    float: left;
    max-width: 100%;
    width: 100%;
    height: 3rem;
    overflow: hidden;
    position: relative;
  }

  .xwzx .slideBox .hd {
    height: 0.3rem;
    overflow: hidden;
    position: absolute;
    right: 0.1rem;
    bottom: 0.2rem;
    z-index: 1;
  }

  .xwzx .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
  }

  .xwzx .slideBox .hd ul li {
    float: left;
    margin-right: 0.1rem;
    margin-top: 0.08rem;
    background-color: #fff;
    width: 0.2rem;
    height: 0.2rem;
    line-height: 0.1rem;
    text-align: center;
    border: 0.01rem solid #fff;
    color: #fff;
    border-radius: 0.2rem;
    cursor: pointer;
  }

  .xwzx .slideBox .hd ul li.on {
    background: #3b6ea1;
    border: 1px solid #3b6ea1;
    color: #fff;
  }

  .xwzx .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
  }

  .xwzx .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
  }

  .xwzx .slideBox .bd img {
    width: 100%;
    height: 3rem;
    display: block;
  }

  .xwzx .slideBox .bd li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: black;
    opacity: 0.6;
    filter: alpha(opacity=50);
    color: white;
    padding-left: 0.2rem;
  }

  .xwzx .slideBox .bd li p a {
    color: #fff;
    font-size: 0.24rem;

  }

  .latest-news .xwzx-list-no {
    border: none;
  }

  /*最新公告*/
  .xwzx .latest-news {
    margin-top: 0px;
    max-width: 100%;
    width: 100%;
    background: #fff;
    float: left;
  }

  .xwzx .latest-news ul {
    background-color: #ffffff;
    padding: 15px 0
  }

  .xwzx .latest-news .title-logo {
    float: left;
    margin-top: 0.14rem;
    margin-left: 3%;
    height: 0.3rem;
    width: 0.1rem;
    background-color: rgb(26, 61, 116)
  }

  /*本业通用模块样式*/
  .xwzx .xwzx-info {
    float: left;
    margin-top: 0.2rem;
    background-color: #ffffff;
    padding: 0 0.1rem
  }

  .xwzx .xwzx-info ul {
    background-color: #ffffff;
    padding: 0.1rem 0
  }

  .xwzx .xwzx-info .title-logo {
    float: left;
    margin-top: 0.16rem;
    margin-left: 0.1rem;
    height: 0.3rem;
    width: 0.1rem;
    background-color: rgb(26, 61, 116)
  }

  .xwzx .common-width {
    width: 100%;
  }

  /*共用木块栏目标题*/
  .xwzx .chanl-title {
    padding-top: 0.3rem;
    width: 100%;
    height: 0.5rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }

  .xwzx .chanl-title a {
    padding: 0.1rem;
  }

  .xwzx .style-color {
    color: rgb(26, 61, 116);
  }

  /*公共列表内容*/
  .xwzx .list1 {
    line-height: 0.5rem;
  }

  .xwzx .list1 li {
    width: 90%;
    padding: 2px 3%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #aaaaaa;
  }

  .xwzx .list1 li a {
    width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    color: #888888
  }

  /*通用*/
  .xwzx .margin-left {
    margin-left: 0rem;
  }

  /* 02-新闻资讯 END */

  /*  web职鉴中心   START*/
  .zjzx {
    background: #fff;
    padding: 0 0.3rem;
  }

  .zjzx-t {
    width: 100%;
    background-color: #fff;
    padding-top: 0.3rem;
  }

  .top-view {
    width: 100%;
    position: relative;
    float: left;
  }

  /*轮播图样式*/
  #slideShowContainer {
    height: 3.8rem;
    overflow: hidden;
  }

  #slideShowContainer img {
    width: 100%;
    height: 100%;
  }

  #picUl {
    list-style: none;
  }

  #dotUl {
    list-style: none;
    display: flex;
    flex-direction: row;
    /*使用绝对布局，固定于左下角*/
    position: absolute;
    right: 21px;
    bottom: 16px;
    /*通过设置z-index的值大于#titleDiv中z-index的值，使其浮在标题栏的上方*/
    z-index: 2;
  }

  #titleDiv {
    position: absolute;
    width: 100%;
    height: 42px;
    bottom: 0;
    left: 0px;
    background-color: #000000;
    /*设置透明度，实现标题栏半透明效果*/
    opacity: 0.7;
    z-index: 1;
    margin-right: 10px;
  }

  #titleDiv>span {
    line-height: 42px;
    color: #FFFFFF;
    margin-left: 20px;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #titleDiv>span>a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
  }

  #dotUl .selected {
    width: 12px;
    height: 12px;
    background-color: #d40000;
    color: transparent;
    margin-left: 9px;
    cursor: pointer;
  }

  #dotUl .unselected {
    width: 12px;
    height: 12px;
    background-color: #c5c5c5;
    color: transparent;
    margin-left: 9px;
  }

  #titleDiv .hide {
    display: none;
  }

  #titleDiv .show {
    display: block;
  }

  .zjzx-table {
    width: 100%;
    margin-top: 0.2rem;
  }

  .zjzx-table-title {
    width: 100%;
  }

  .zjzx-table-title li {
    float: left;
    margin-right: 10px;
  }

  .zjzx-table-title li a {
    display: block;
    width: 1.2rem;
    height: 0.6rem;
    font-size: 0.26rem;
    border: 1px solid #8ec8f6;
    border-bottom: none;
    text-align: center;
    background-color: #fff;
    line-height: 0.6rem;
    color: #8ec8f6;
    border-top-left-radius: 0.08rem;
    border-top-right-radius: 0.08rem;
  }

  .zjzx-table-title li .active {
    background-color: #007bda;
    border: 1px solid #007bda;
    border-bottom: none;
    color: #fff;
  }

  .zjzx-table-list {
    width: 100%;
    border: 1px solid #8ec8f6;
  }

  .zjzx-table-box {
    display: none;
    width: 100%;
  }

  .zjzx-table-list .active {
    display: block;
  }

  .zjzx-table-box ul {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .zjzx-table-box ul li {
    padding-left: 0.25rem;
    height: 0.6rem;
  }

  .zjzx-table-box ul li img {
    width: 0.1rem;
    height: 0.1rem;
    margin-top: 0.2rem;
    margin-right: 0.05rem;
  }

  .zjzx-table-box ul li a {
    display: inline-block;
    width: 80%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.22rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .zjzx-table-box ul li span {
    display: block;
    padding-right: 0.3rem;
    height: 0.6rem;
    color: #d3d3d3;
    font-size: 0.22rem;
    line-height: 0.6rem;
    float: right;
  }

  .zjzx-m {
    width: 100%;
    margin-top: 0.2rem;
  }

  .zjzx-leftbox {
    width: 100%;
    margin-top: 0rem;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    background-color: #fff;
    padding-bottom: 0.3rem;
    margin-bottom: 0.25rem;
  }

  .zjzx-leftbox-card-title {
    width: 96%;
    height: 0.6rem;
    padding-right: 0.2rem;
    text-align: left;
    line-height: 0.6rem;
  }

  .zjzx-leftbox-card-title a {
    color: #8ec8f6;
    font-size: 0.26rem;
  }

  .zjzx-leftbox-card-title img {
    height: 0.2rem;
    width: 0.06rem;
    margin-right: 0.05rem;
    margin-top: 0.2rem;
  }

  .zjzx-leftbox-card-title span {
    width: 70%;
    height: 0.3rem;
    border-bottom: 0.01rem solid #8ec8f6;
  }

  .zjzx-rightbox {
    width: 100%;
  }

  .zjzx-rightbox-1 {
    width: 48%;
    float: left;
  }

  .zjzx-rightbox-1 img {
    width: 100%;
  }

  .zjzx-rightbox-2 {
    width: 48%;
    margin-top: 0rem;
    float: right;
  }

  .zjzx-rightbox-2 img {
    width: 100%;
  }

  .zjzx-leftbox-card-text {
    width: 98%;
    padding-top: 0.6rem;
    line-height: 0.6rem;
  }

  .zjzx-leftbox-card-text p {
    text-indent: 0.6rem;
    font-size: 0.26rem;

  }

  .zjzx-d {
    width: 100%;
    margin-top: 20px;
  }

  .zjzx-card {
    width: 100%;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    background-color: #fff;
    padding-bottom: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .zjzx-card-title {
    width: 96%;
    height: 0.6rem;
    text-align: left;
    line-height: 0.6rem;
  }

  .zjzx-card-title a {
    color: #8ec8f6;
    font-size: 0.26rem;
  }

  .zjzx-card-title img {
    height: 0.2rem;
    width: 0.06rem;
    margin-right: 0.05rem;
    margin-top: 0.2rem;
  }

  .zjzx-card-title span {
    width: 70%;
    height: 0.3rem;
    border-bottom: 0.01rem solid #8ec8f6;
  }

  .zjzx-card-list {
    width: 96%;
  }

  .zjzx-card-list ul {
    margin-top: 0.2rem;
  }

  .zjzx-card-list ul li {
    height: 0.6rem;
  }

  .zjzx-card-list ul li img {
    width: 0.1rem;
    height: 0.1rem;
    margin-top: 0.24rem;
    margin-right: 0.05rem;
  }

  .zjzx-card-list ul li a {
    display: inline-block;
    width: 66%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .zjzx-card-list ul li span {
    display: block;
    width: 14%;
    height: 0.6rem;
    color: #d3d3d3;
    font-size: 0.24rem;
    line-height: 0.6rem;
    float: right;
  }

  .zjzx-card-m {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  /*  web职鉴中心   END*/

  /* 移动适配领导列表页 SART*/
  @media screen and (max-width: 1200px) {
    .second-nav-box li {
      width: 20% !important;
    }

    .leader-main {
      background-color: #fff;
      min-height: 18rem;
    }

    .leader-main .leaderMain-right {
      width: 100%;
    }

    .leader-main .leaderMain-left {
      display: none;
    }

    .leaderPersonFirst {
      width: 2.33rem;
      height: 45vw;
      margin-top: .66rem;
    }

    .leaderPersonFirst li .leaderpOne {
      font-size: .28rem;
    }

    .leaderPersonFirst li {
      font-size: .24rem;
      height: auto;
    }

    .leaderPersonlist {
      width: 100%;
      min-height: 4rem;
      margin-top: .15rem;
    }

    .leaderPersonlist li {
      width: 50%;
    }

    .mobile-nav {
      display: block;
      width: 92%;
      margin: 0.2rem auto;
      height: .8rem;
      padding-top: 0.1rem;
      border-bottom: 0.01rem solid #EBEBEB;
      position: relative;
      margin-top: 0.4rem;
    }

    .mobile-nav p {
      display: inline-block;
      font-size: .3rem;
      color: #333333;
      line-height: .64rem;
    }

    .mobile-nav img {
      width: .64rem;
      height: .64rem;
      float: right;
    }

    .mobile-nav .leadermobile-body {
      display: none;
      width: auto;
      background-color: #EDEFF2;
      border-radius: .10rem;
      position: absolute;
      right: 0;
      top: 1rem;
      z-index: 9999;
    }

    .mobile-nav .leadermobile-body li a {
      display: inline-block;
      padding-left: 0.2rem;
      padding-right: 0.2rem;
      outline: none;
      height: 100%;
      color: #333333;
      font-size: .28rem;
      line-height: .90rem;
    }

    .mobile-nav .leadermobile-body li {
      /* width: 4rem; */
      text-align: center;
      height: .90rem;
      border-bottom: .01rem solid #E5E7EA;
    }

    .leaderPersonFirst li img {
      width: 2.29rem;
      height: 2.87rem;
    }
  }

  @media screen and (min-width: 730px) and (max-width: 1200px) {
    .leader-main {
      /* min-height: 20rem; */
    }

    .mobile-nav {
      padding-top: .1rem;
    }
  }

  /* 移动适配领导列表页 END*/

  /* 局属单位-社保中心 START */
  .zypx {
    background: #fff;
    padding: 0.3rem 0.3rem 0;
  }

  .zypx-t {
    width: 100%;
  }

  .top-view {
    width: 100%;
    margin: 0 auto;
    position: relative;
    float: none;
  }

  /*轮播图样式*/
  #slideShowContainer {
    /* height: auto !important; */
    overflow: hidden;
  }

  .wyjbform span {
    display: contents;
  }

  .container-main {
    width: 100% !important;
    min-width: 100% !important;
  }

  #slideShowContainer img {
    width: 100%;
    /* height: 100%; */
    height: auto;
  }

  /* 违法建设举报 */
  .jbhf-box .jbhf-left {
    width: 60% !important;
  }

  .jbhf-box .jbhf-right {
    margin-left: 0 !important;
    width: 61% !important;
  }

  .wyjb-box {
    margin: inherit !important;
    width: 98% !important;
  }

  #picUl {
    list-style: none;
  }

  #dotUl {
    list-style: none;
    display: flex;
    flex-direction: row;
    /*使用绝对布局，固定于左下角*/
    position: absolute;
    right: 21px;
    bottom: 16px;
    /*通过设置z-index的值大于#titleDiv中z-index的值，使其浮在标题栏的上方*/
    z-index: 2;
  }

  #titleDiv {
    position: absolute;
    width: 100%;
    height: 42px;
    bottom: 0;
    left: 0px;
    background-color: #000000;
    /*设置透明度，实现标题栏半透明效果*/
    opacity: 0.7;
    z-index: 1;
    margin-right: 10px;
  }

  #titleDiv>span {
    line-height: 42px;
    color: #FFFFFF;
    margin-left: 20px;
    width: 64%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #titleDiv>span>a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
  }

  #dotUl .selected {
    width: 12px;
    height: 12px;
    background-color: #d40000;
    color: transparent;
    margin-left: 9px;
    cursor: pointer;
    border-radius: 100%;
  }

  #dotUl .unselected {
    width: 12px;
    height: 12px;
    background-color: #c5c5c5;
    color: transparent;
    margin-left: 9px;
    border-radius: 100%;
  }

  #titleDiv .hide {
    display: none;
  }

  #titleDiv .show {
    display: block;
  }

  .zypx-table {
    width: 100%;
    margin-top: 0.2rem;
  }

  .zypx-table-title {
    width: 100%;
    margin: 0 auto;
  }

  .zypx-table-title li {
    float: left;
    margin-right: 10px;
  }

  .zypx-table-title li a {
    display: block;
    width: 1.2rem;
    height: 0.6rem;
    font-size: 0.26rem;
    border: 1px solid #8ec8f6;
    border-bottom: none;
    text-align: center;
    background-color: #fff;
    line-height: 0.6rem;
    color: #8ec8f6;
    border-top-left-radius: 0.08rem;
    border-top-right-radius: 0.08rem;
  }

  .zypx-table-title li .active {
    background-color: #007bda;
    border: 1px solid #007bda;
    border-bottom: none;
    color: #fff;
  }

  .zypx-table-list {
    width: 100%;
    margin: 0 auto;
    height: auto;
    border: 1px solid #8ec8f6;
  }

  .zypx-table-box {
    display: none;
    width: 100%;
  }

  .zypx-table-list .active {
    display: block;
  }

  .zypx-table-box ul {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .zypx-table-box ul li {
    padding-left: 0.25rem;
    height: 0.6rem;
  }

  .zypx-table-box ul li img {
    width: 0.1rem;
    height: 0.1rem;
    margin-top: 0.2rem;
    margin-right: 0.05rem;
  }

  .zypx-table-box ul li a {
    display: inline-block;
    width: 70%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.22rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .zypx-table-box ul li span {
    height: 0.6rem;
    color: #d3d3d3;
    font-size: 0.22rem;
    padding-right: 3%;
    line-height: 0.6rem;
    float: right;
  }

  .zypx-m {
    width: 100%;
    margin-top: 0.2rem;
  }

  .zypx-leftbox {
    width: 100%;
    padding: 0.3rem 0;
    background-color: #fff;
    margin-bottom: 0.25rem;
  }

  .zypx-leftbox-card-title {
    width: 100%;
    height: 0.6rem;
    text-align: left;
    line-height: 0.6rem;
  }

  .zypx-leftbox-card-title a {
    color: #8ec8f6;
    font-size: 0.26rem;
  }

  .zypx-leftbox-card-title img {
    height: 0.2rem;
    width: 0.06rem;
    margin-right: 0.05rem;
    margin-top: 0.2rem;
  }

  .zypx-leftbox-card-title span {
    width: 70%;
    height: 0.3rem;
    border-bottom: 0.01rem solid #8ec8f6;
  }

  .zypx-leftbox-card-list {
    width: 100%;
  }

  .zypx-leftbox-card-list li {
    width: 32%;
    height: 2.35rem;
    margin-right: 2%;
    float: left;
  }

  .phoneGAImg {
    /* width:5%; */
    width: 0.22rem;
    height: 0.22rem;
    vertical-align: baseline;
  }

  .zypx-leftbox-card-list li:nth-of-type(3n) {
    margin: 0;
  }

  .zypx-leftbox-card-list li div {
    margin-top: 0.2rem;
    margin-bottom: 0.6rem;
    width: 2.2rem;
    height: 2.2rem;
    background-color: #e6f0f8;
    text-align: center;
    border-radius: 0.08rem;
  }

  .zypx-leftbox-card-list li div p {
    display: block;
    width: 100%;
    height: 1.1rem;
    padding-top: 0.4rem;
  }

  .zypx-leftbox-card-list li div .zypx-leftbox-card-list-01 {
    background: url(zypx-boximages1.png) center center no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .zypx-leftbox-card-list li div .zypx-leftbox-card-list-02 {
    background: url(zypx-boximages2.png) center center no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .zypx-leftbox-card-list li div .zypx-leftbox-card-list-03 {
    background: url(zypx-boximages3.png) center center no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .zypx-leftbox-card-list li div .zypx-leftbox-card-list-04 {
    background: url(zypx-boximages4.png) center center no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .zypx-leftbox-card-list li div .zypx-leftbox-card-list-05 {
    background: url(zypx-boximages5.png) center center no-repeat;
    background-size: 0.8rem 0.8rem;
  }

  .zypx-leftbox-card-list li div a {
    font-size: 0.22rem;
  }


  .zypx-rightbox {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .zypx-rightbox-1 {
    width: 48%;
    float: left;
  }

  .zypx-rightbox-1 img {
    width: 100%;
  }

  .zypx-rightbox-2 {
    width: 48%;
    margin-top: 0rem;
    float: right;
  }

  .zypx-rightbox-2 img {
    width: 100%;
  }

  /* 职业培训 END */

}



@media screen and (min-width: 749px) and (max-width: 1200px) {
  .personCenterUl ul li {
    width: 48vw;
    height: 18vw;
    margin-bottom: .2rem;
  }

  .personCenterUl ul li p {
    width: 23vw;
    margin-top: 4vw;
  }

  .personCenterUl .personImg2 p {
    padding-top: 3vw;
    width: 29vw;
  }

  .personCenterUl .personImg3 p {
    padding-top: 3vw;
    width: 29vw;
  }

  .personCenterUl .personImg4 p {
    padding-top: 3vw;
    width: 29vw;
  }

  .personCenterUl .personImg5 p {
    padding-top: 3vw;
    width: 29vw;
  }

  .leader-main .leaderMain-right {
    width: 100%;
  }

  .leader-main .leaderMain-left {
    display: none;
  }

  .leaderPersonFirst {
    width: 2.33rem;
    margin-top: .36rem;
  }

  .leaderPersonFirst li .leaderpOne {
    font-size: .28rem;
  }

  .leaderPersonFirst li {
    font-size: .24rem;
    height: auto;
  }

  .leaderPersonlist {
    width: 100%;
    min-height: 4rem;
    margin-top: .15rem;
  }

  .leaderPersonlist li {
    width: 50%;
  }

  .osta-Content .mobile-nav {
    display: block;
    height: .8rem;
    border-bottom: .01rem solid #EBEBEB;
    position: relative;
  }

  .osta-Content .mobile-nav p {
    display: inline-block;
    font-size: .34rem;
    color: #333333;
    line-height: .64rem;
  }

  .osta-Content .mobile-nav img {
    width: .64rem;
    height: .64rem;
    float: right;
  }

  .osta-Content .mobile-nav .leadermobile-body {
    display: none;
    background-color: #EDEFF2;
    border-radius: .10rem;
    position: absolute;
    right: 0;
    top: 0.82rem;
    z-index: 9999;
  }

  .osta-Content .mobile-nav .leadermobile-body li a {
    display: inline-block;
    width: 100%;
    outline: none;
    height: 100%;
    color: #333333;
    font-size: .28rem;
    text-align: center;
    line-height: .90rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .osta-Content .mobile-nav .leadermobile-body li {
    width: 4.8rem;
    height: .90rem;
    border-bottom: .01rem solid #E5E7EA;
  }
}


@media screen and (min-width: 749px) and (max-width: 1200px) {
  .person_Content .personCenterUl ul li {
    width: 48vw;
    height: 18vw;
    margin-bottom: .2rem;
  }

  .person_Content .personCenterUl ul li p {
    width: 23vw;
    margin-top: 4vw;
  }

  .person_Content .personCenterUl .personImg2 p {
    padding-top: 3vw;
    width: 29vw;
  }

  .person_Content .personCenterUl .personImg3 p {
    padding-top: 3vw;
    width: 29vw;
  }

  .person_Content .personCenterUl .personImg4 p {
    padding-top: 3vw;
    width: 29vw;
  }

  .person_Content .personCenterUl .personImg5 p {
    padding-top: 3vw;
    width: 29vw;
  }
}

@media screen and (min-width: 730px) and (max-width: 1200px) {
  .leader-main {
    background-color: #fff;
  }
}


.navName {
  display: block;
  font-size: .24rem;
  color: #0168b7;
  line-height: .78rem;
  text-align: center;
  /* padding-left: 43%; */
  float: right;
  padding-right: .09rem;
  height: .78rem;
}

/* 750适配 */
@media screen and (min-width:749px) and (max-width:1200px) {
  .header .btnnew {
    width: .24rem;
    height: .24rem;
    background-size: .24rem .24rem;
    right: 0.45rem;
    top: .1rem;
  }
}