body {
  background: #EDF4FF url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/ptjm_all_bak.jpg) center top no-repeat;
  margin: 0 auto;
  counter-reset: list-counter;
  min-width: 1200px !important;
  position: relative;
  z-index: 0;
  /* background-size: cover; */
  padding-bottom: 276px;
}

.heard-top {
  height: 370px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.heard-top a {
  position: absolute;
  display: block;
  top: 24px;
}

.heard-top a img{
  height: 53px;
}
/* 内容样式 */
.mainInfo{
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 120px;
}
.main_box{
  display: none;
  border: 5px solid #368EFF;
  border-radius: 25px;
  min-height: 500px;
  padding: 60px 30px;
  background-color: #FFFFFF;
}
.show{
  display: block;
}
/* 顶部标题样式 */
.top-title{
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.top-title a{
  display: flex;
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  width: 401px;
  height: 79px;
  justify-content: center;
  line-height: 85px;
  padding-top: 23px;
  padding-right: 109px;
  margin-top: 30px;
}
.top-title a:hover{
  color: #ffe868;
}
.top-title .jf-title{
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/jf-top.png) no-repeat;
}
.top-title .jcb-title{
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/bx-top.png) no-repeat;
  padding-right: 73px;
  width: 437px;
}
.top-title .active {
  color: #ffe868;
  height: 109px;
  margin-top: 0;
}

/* 序号后的顶部名称样式 */
.content_info {}
.content_info .xuhao_title{
  display: flex;
  align-items: center;
}
.content_info .xuhao_title p{
  display: block;
  background-color: #F2FAFF;
  font-weight: bold;
  font-size: 24px;
  padding: 4px 25px;
  margin-top: 10px;
  width: max-content;
  margin-bottom: 12px;
  color: #0f0f0f;
  height: 32px;
}
.content_info .xuhao_title .blue_title{
  background-color: unset;
  font-size: 28px;
  color: #368eff;
}
.content_info .yx_xhk span{
  display: block;
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/xhk_yx.png) no-repeat;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  height: 76px;
  width: 76px;
  text-align: center;
  line-height: 76px;
  margin-right: 20px;
}

.content_info .lx_xhk span{
  display: block;
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/xhk_sbx.png) no-repeat;
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  height: 68px;
  width: 68px;
  text-align: center;
  line-height: 65px;
  background-position-x: 5px;
  padding-left: 6px;
  margin-right: 20px;
}
.content_info .xuxian_box{
  border-left: 1px dashed #0f9dfe;
  margin-left: 38px;
  padding-bottom: 40px;
  padding-left: 58px;
  padding-right: 68px;
}
.cbjf_son_box .content_info:last-child .xuxian_box{
  border-left: unset;
}
.bx_main .content_info:last-child .xuxian_box{
  border-left: unset;
}
/* 弹出层 操作指南 */
.dialog_box{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(141, 158, 165, 0.4);
  display: none;
}
.showDialog{
  display: block;
}
.dialog_box .popup {
  padding: 30px 79px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 2;
  width: 60vw;
  height: 85%;
  border-radius: 10px;
  box-sizing: border-box;
}
.popup h4 {
  width: 100%;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.popup h4 .icon-close{
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/close.png) no-repeat;
  float: right;
  cursor: pointer;
}
.dialog_box .img_content {
  width: 100%;
  overflow-y: auto;
}
.dialog_box .img_content img {
  width: 100%;
  background-size: 100%;
}
.dialog_smfw .popup{
  width: 775px;
  height: auto;
}
.dialog_smfw .popup .img_content{
  text-align: center;
}
.dialog_smfw .popup .img_content img{

}
/* 弹出层 图片大图 */
.outerdiv{
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
}
.outerdiv #innerdiv{
  width: max-content;
  margin: 0 auto;
  margin-top: 10vh;
  height: 80vh;
  position: relative;
  text-align: center;
}
.outerdiv #innerdiv #bigimg{
  padding-top: 20px;
  background: rgb(255, 255, 255);
  display: inline-block;
  height: 100%;
}
.outerdiv .icon-close{
  position: absolute;
  display: block;
  width: 27px;
  height: 27px;
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/close.png) no-repeat;
  cursor: pointer;
  right: -42px;
  top: -40px;
}
.showBigPic{
  display: block;
}
/* 就医费用报销一件事 内容样式 */
.bx_main{
  display: flex;
}
.bx_main .right_box {
  margin: 0;
  padding: 0;
  width: 100%
}
/* 相关政策 */
.bx_main .box1 {
  
}
.bx_main .box1 .lianjie{

}
.bx_main .box1 .lianjie a{
  color: #0f0f0f;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  padding-left: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 35px;
}
.bx_main .box1 .lianjie a::after{
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background: #0f0f0f;
  border-radius: 50%;
  top: 16px;
  left: 0;
}

.bx_main .box1 .lianjie a:hover {
  color: #368EFF;
}
.bx_main .box1 .lianjie a:hover::after{
  background:#368EFF;
}
.bx_main .box1 .blxmc_title{
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/bx-title-bak.png) no-repeat;
  margin-top: 45px;
  height: 50px;
  position: relative;
  background-position-x: 100%;
  width: 160px;
}
.bx_main .box1 .blxmc_title p{
  display: inline-block;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #368EFF;
  width: calc(100% - 14px);
  height: 40px;
  margin-top: 10px;
  border-radius: 4px;
  text-align: center;
}
.bx_main .box1 .blxmc_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bx_main .box1 .blxmc_box li{
  width: 45%;
  display: flex;
  margin-top: 30px;
  justify-content: flex-start;
}
.bx_main .box1 .blxmc_box li:nth-child(2n){
  justify-content: flex-end;
}
.bx_main .box1 .blxmc_box li a{
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #368eff;
  font-weight: bold;
  border: 2px solid #B6D7FF;
  background-color: #F2FAFF;
  margin-top: 3px;
  width: 350px;
  text-align: center;
  margin-left: 20px;
}
.bx_main .box1 .blxmc_box li span{
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/bx-blsx-xuhao.png)  no-repeat;
  display: block;
  width: 46px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
/* 适用对象 */
.bx_main .box2{

}
.bx_main .box2 .blmc_title{
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/bx-title-bak.png) no-repeat;
  margin-top: 30px;
  height: 50px;
  position: relative;
  background-position-x: 100%;
  width: 455px;
}
.bx_main .box2 .blmc_title:first-child{
  margin-top: 0;
}
.bx_main .box2 .blmc_title p{
  display: inline-block;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #368EFF;
  width: calc(100% - 14px);
  height: 40px;
  margin-top: 10px;
  border-radius: 4px;
  text-align: left;
}
.bx_main .box2 .blmc_box{
  border: 2px solid #C2DCFF;
  background-color: #F2FAFF;
  padding: 24px;
  margin-top: 20px;
}
.bx_main .box2 .blmc_box li{
  line-height: 30px;
}
.bx_main .box2 .blmc_box li span{
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}
.bx_main .box2 .blmc_box li p{
  display: inline-block;
  display: contents;
  font-size: 20px;
  color: #0f0f0f;
}
/* 办理材料 */
.bx_main .box3 .blcl_title{
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/bx-blcl-title-logo.png) no-repeat;
  padding-left: 65px;
  background-position-x: 25px;
  background-position-y: 8px;
  margin-top: 25px;
}
.bx_main .box3 .blcl_title:first-child{
  margin-top: 0;
}
.bx_main .box3 .blcl_title p{
  font-size: 22px;
  font-weight: bold;
  color: #368eff;
}
.bx_main .box3 .blcl_box{

}
.bx_main .box3 .blcl_box li{
  margin-top: 30px;
}
.bx_main .box3 .blcl_box li a{
  display: block;
  width: 260px;
  border: 1px solid #368eff;
  border-radius: 5px;
  background-color: #F7FBFF;
  font-size: 20px;
  font-weight: bold;
  color: #368eff;
  line-height: 38px;
  text-align: center;
}
.bx_main .box3 .blcl_box li p{
  color: #0f0f0f;
  font-size: 20px;
  line-height: 35px;
}
/* 办理渠道 公共样式 */
.bx_main .box4{
  
}

.blqd_title{
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/bx-blcl-title-logo.png) no-repeat;
  padding-left: 25px;
  background-position-y: 8px;
  margin-top: 35px;
  margin-bottom: 67px;
}
.blqd_title:first-child{
  margin-top: 0;
}
.blqd_title p{
  font-size: 22px;
  color: #0f0f0f;
}
.blqd_box{
  display: flex;
  flex-wrap: wrap;
}
.blqd_box li{
  position: relative;
  width: 215px;
  height: 376px;
  margin-right: 11px;
}
.blqd_box .pc_bak{
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/qudao-pc-bak.png) no-repeat;
}
.blqd_box .app_bak{
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/qudao-h5-bak.png) no-repeat;
}
.blqd_box li img{
  margin-top: 49px;
  margin-left: 45px;
}
.blqd_box .app_bak img{
  margin-top: 42px;
  margin-left: 57px;
}
.blqd_box li p{
  display: flex;
  margin-top: 43px;
  font-size: 24px;
  font-weight: bold;
  color: #0f0f0f;
  height: 62px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.blqd_box li a{
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  margin: 0 auto;
  cursor: pointer;
}
.blqd_box li .hs_bak{
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/qudao-huang.png) no-repeat;
  color: #835b22;
  margin-top: 13px;
  margin-bottom: 10px;
}
.blqd_box li .ls_bak{
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/qudao-lan.png) no-repeat;
  color: #ffffff;
}
/* 办理完成 */
.bx_main .box5{

}
/* 常见问题 */
.bx_main .box6{
  margin-bottom: 0;
}
.bx_main .box6 .cjwt_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bx_main .box6 .cjwt_box li{
  width: 46%;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.bx_main .box6 .cjwt_box li:nth-child(2n){
  width: 46%;
  justify-content: flex-end;
}
.bx_main .box6 .cjwt_box li a{
  display: block;
}
.bx_main .box6 .cjwt_box li .cjwt-wen{
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/bx-wenda-logo.png) no-repeat;
  width: 100%;
  height: 52px;
  color: #0b6ef1;
  font-size: 18px;
  font-weight: bold;
  padding-left: 75px;
  line-height: 58px;
  margin-bottom: 20px;
}
.bx_main .box6 .cjwt_box li .cjwt-da{
  color: #333333;
  font-size: 16px;
  background-color: #F4FAFF;
  border-radius: 10px;
  height: 190px;
  padding: 0 15px;
  line-height: 31px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 参保一件事 */
.jf_main{
  padding: 40px 5px;
}
.jf_main .top_xzsf{
  color: #fc688e;
  font-size: 32px;
  font-weight: bold;
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/cbjf/xzblsf-bak.png) no-repeat center;
  text-align: center;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-position-y: bottom;
}
.jf_main .top_sel{
  display: flex;
  margin-bottom: 50px;
}
.jf_main .top_sel li{
  width: 230px;
  height: 78px;
  margin-right: 5px;
  background-color: #F2FAFF;
  border: 1px solid #368EFF;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jf_main .top_sel li:hover{
  background-color: #368EFF;
}
.jf_main .top_sel li:hover p{
  color: #ffffff;
}
.jf_main .top_sel li:last-child{
  margin-right: 0;
}

.jf_main .top_sel li p{
  font-size: 24px;
  color: #368EFF;
}
.jf_main .top_sel .activeLi{
  background-color: #368EFF;
}
.jf_main .top_sel .activeLi p{
  color: #ffffff;
}
.cbjf_son_box{
  display: none;
}
.cbjf_son_box .right_box{
  margin: 0;
  padding: 0 30px;
  width: calc(100% - 60px);
}
.cbjf_show{
  display: flex;
}
.cbjf_son_box .son_title {
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/bx-title-bak.png) no-repeat;
  height: 50px;
  position: relative;
  background-position-x: 100%;
  width: 160px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.cbjf_son_box .son_title p {
  display: inline-block;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #368EFF;
  width: calc(100% - 14px);
  height: 40px;
  margin-top: 10px;
  border-radius: 4px;
  text-align: center;
}
.cbjf_son_box .jfpj_box {
  height: 383px;
  border: 1px solid #368EFF;
  background-color: #F7FBFF;
  border-radius: 22px;
  padding: 20px 20px;
  margin-top: 20px;
}

.cbjf_son_box .jfpj_box li {
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/cbjf/ptjm/jfpj-xinx.png)no-repeat;
  background-position-y: 10px;
  margin-bottom: 20px;
}

.cbjf_son_box .jfpj_box li p {
  font-size: 20px;
  color: #0f0f0f;
  padding-left: 36px;
  line-height: 36px;
}

.cbjf_son_box .jfpj_box .bottom_box {
  height: 110px;
  background-color: #368EFF;
  border-radius: 22px;
  padding: 20px 40px;
  margin-top: 48px;
}

.cbjf_son_box .jfpj_box .bottom_box p {
  background-image: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/bx-title-bak.png) no-repeat;
  font-size: 20px;
  color: #ffffff;
  line-height: 35px;
}

.cbjf_son_box .jfpj_box .bottom_box p span {
  font-weight: bold;
}
.cbjf_son_box .lianjie a {
  color: #0f0f0f;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  padding-left: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 35px;
}

.cbjf_son_box .lianjie a::after {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background: #0f0f0f;
  border-radius: 50%;
  top: 16px;
  left: 0;
}

.cbjf_son_box .lianjie a:hover {
  color: #368EFF;
}

.cbjf_son_box .lianjie a:hover::after {
  background: #368EFF;
}
/* 普通居民（城乡居民） */
#ptjm .left_xuhao{
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/cbjf/ptjm/left-xuhao.png) no-repeat;
  min-height: 3765px;
}
#ptjm .box1 .lianjie{

}

#ptjm .box1 .jfbz_box {
  border: 1px solid #368EFF;
}
#ptjm .box1 .jfbz_box p{
  display: block;
}
#ptjm .box1 .jfbz_box .title{
  border-bottom: 1px solid #368EFF;
  background-color: #F2FAFF;
  color: #0f0f0f;
  font-size: 20px;
  height: 39px;
  text-align: center;
  line-height: 39px;
}
#ptjm .box1 .jfbz_box .info{
  height: 60px;
  line-height: 60px;
  color: #368eff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
/* 普通居民（城乡居民） 办理流程 */
#ptjm .box2{
  margin-top: 0;
}
#ptjm .box2 .xuhao_title{
  
}
#ptjm .box2 .blcl_box{
  height: 80px;
  position: relative;
  padding-top: 21px;
}
#ptjm .box2 .blcl_box img{
  position: absolute;
  left: 0;
}
#ptjm .box2 .blcl_box p{
  display: block;
  width: 860px;
  background-color: #FFF7E5;
  color: #f95116;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  margin-left: 46px;
}
/* 普通居民（城乡居民） 参保登记 */
#ptjm .box3{
  
}
#ptjm .box3 .xuhao_title{
  
}
#ptjm .box3 .cbdj_box{

}
#ptjm .box3 .cbdj_box li{
  margin-bottom: 35px;
}
#ptjm .box3 .cbdj_box li:last-child{
  margin-bottom: 0;
}
#ptjm .box3 .blqd_title{
  margin-top: 0;
  margin-bottom: 50px;
}
/* 普通居民（城乡居民） 医保缴费 */
#ptjm .box4 {}

#ptjm .box4 .xuhao_title {}

#ptjm .box4 .ybjf_box {}

#ptjm .box4 .ybjf_box li {
  margin-bottom: 30px;
}

#ptjm .box4 .ybjf_box li:last-child {
  margin-bottom: 0;
}

#ptjm .box4 .blqd_title {
  margin-top: 0;
  margin-bottom: 50px;
}
#ptjm .box4 .xxqd_title {
  margin-left: 0;
}
#ptjm .box4 .xxqd_info {
  font-size: 20px;
  color: #0f0f0f;
  display: block;
  margin-bottom: 30px;
}
/* 普通居民（城乡居民） 办理完成 */

#ptjm .box5 .xuhao_title {}

/* 普通居民（城乡居民） 缴费记录查询 */
#ptjm .box6 {}

#ptjm .box6 .xuhao_title {}
#ptjm .box6 .blqd_title {
  margin-top: 0;
  margin-bottom: 55px;
}
/* 普通居民（城乡居民） 缴费凭据 */
#ptjm .box7 {}

#ptjm .box7 .xuhao_title {}


/* 为新生儿办理  */
#xsebl {
  
}
#xsebl .left_xuhao{
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/cbjf/xsebl/left-xuhao.png) no-repeat;
  min-height: 2725px;
}
#xsebl .box1 .xgzc_box{
  border: 1px solid #368eff;
  position: relative;
  height: 150px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  padding-right: 165px;
  width: 733px;
  margin-top: 12px;
}
#xsebl .box1 .xgzc_box p{
  color: #0f0f0f;
  font-size: 20px;
  line-height: 35px;
}
#xsebl .box1 .xgzc_box img{
  position: absolute;
  right: -74px;
  bottom: -3px;
}
/* 办理流程 */
/* 预参保登记 */
#xsebl .box3 .son_title{
  margin-left: 0;
}
#xsebl .box3 .xxqd_info {
  font-size: 20px;
  color: #0f0f0f;
  line-height: 36px;
  margin-bottom: 25px;
}

#xsebl .box3 .blcl_box {
  height: 80px;
  position: relative;
  margin-top: 21px;
}

#xsebl .box3 .blcl_box img {
  position: absolute;
  left: 0;
}

#xsebl .box3 .blcl_box p {
  display: block;
    width: 802px;
    background-color: #FFF7E5;
    color: #f95116;
    font-size: 20px;
    text-align: left;
    line-height: 40px;
    margin-left: 46px;
    padding-left: 49px;
    padding-right: 0px;
}
/* 医保缴费 */
#xsebl .box4 .blqd_title{
  margin-top: 0;
  margin-bottom: 12px;
}
.hoverBox{
  padding-left: 35px;
}
.hoverBox .title{
  display: flex;
  border: 1px solid #368eff;
  height: 40px;
  border-radius: 30px;
  align-items: center;
  margin-bottom: 12px;
}
.hoverBox .title p{
  line-height: 40px;
  width: 50%;
  font-size: 18px;
  font-weight: bold;
  color: #368eff;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
}
.hoverBox .title .activeP{
  background-color: #368EFF;
  color: #ffffff;
}
#xsebl .box4 .hoverBox .info{
  border: 1px solid #368eff;
  height: 150px;
  background-color: #F2FAFF;
}
#xsebl .box4 .hoverBox .info p{
  display: none;
  font-size: 20px;
  color: #0f0f0f;
  line-height: 35px;
  padding: 0 16px;
  letter-spacing: 1px;
}
#xsebl .box4 .hoverBox .info .activeP{
  display: block;
}
/* 办理完成 */
/* 缴费记录查询 */
#xsebl .box6 .blqd_title{
  margin-top: 0;
  margin-bottom: 0;
}
/* 参保缴费 职工页面 */
.info_text{
  font-size: 20px;
  line-height: 35px;
  color: #0f0f0f;
}
#zhigong .box3 .blqd_title {
  padding-top: 20px;
  background-position-y: 28px;
  margin-bottom: 20px;
}
#zhigong .box3 .hoverBox {
  padding-left: 0;
}
#zhigong .box3 .hoverBox .title{
  margin-left: 30px;
}
#zhigong .box3 .hoverBox .info .content_info{
  display: none;
}
#zhigong .box3 .hoverBox .info .activeP{
  display: block;
}
#zhigong .box4 .blqd_title {
  padding-top: 20px;
  background-position-y: 28px;
}
/* 职工参保医保关系转移接续 相关政策 */
#zhigong .box7 .blfs_xgzc_box{
  height: 160px;
  border: 1px solid #368EFF;
}
#zhigong .box7 .blfs_xgzc_box .title{
  display: block;
  height: 60px;
  border-bottom: 1px solid #368EFF;
  width: 100%;
  background-color: #F2FAFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #368EFF;
  line-height: 60px;
}
#zhigong .box7 .blfs_xgzc_box .title span{
  color: #FF5984;
}
#zhigong .box7 .blfs_xgzc_box .info{
  display: flex;
  height: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
#zhigong .box7 .blfs_xgzc_box .info p{
  font-size: 20px;
  font-weight: bold;
  color: #0f0f0f;
}
#zhigong .box7 .blfs_xgzc_box .info .center p{
  letter-spacing: 1px;
}
#zhigong .box7 .blfs_xgzc_box .info .center p span{
  color: #368EFF;
}
#zhigong .box7 .blfs_xgzc_box .info .center p span:last-child{
  color: #FF5984;
}
/* 办理方式 */
#zhigong .box8 .xxqd_title{
  margin-left: 0;
}
#zhigong .box8 .cbdj_box li{
  margin-bottom: 30px;
}
#zhigong .box8 .cbdj_box li:last-child{
  margin-bottom: 0;
}
/* 办理进程和结果查询 */
#zhigong .box10 .xxqd_title {
  margin-left: 0;
}
#zhigong .box10 .info_text {
  margin-bottom: 30px;
}
#zhigong .box10 .info_text span{
  font-weight: bold;
}
/* 参保 灵活就业人员 页面 */
#lhjyry .xuhao_title .ckgd{
  display: block;
  margin-left: auto;
  padding: 0 20px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 4px;
  padding-right: 40px;
  cursor: pointer;
  background: #368EFF url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/cbjf/lhjy/ckgd-logo.png) no-repeat right;
  background-position-x: 94%;
  height: 25px;
  line-height: 25px;
  margin-right: 72px;
}
.color_blue{
  color: #368EFF;
}
/* 申办材料 */
#lhjyry .son_title{
  margin-left: 0;
  width: 206px;
}
#lhjyry .box3 .ybjbck{
  display: flex;
  border-left: 1px solid #368EFF;
  border-right: 1px solid #368EFF;
  width: max-content;
  margin-top: 40px;
}
#lhjyry .box3 .ybjbck .lie{
  border-left: 1px solid #368EFF;
  border-bottom: 1px solid #368EFF;
}
#lhjyry .box3 .ybjbck .lie:first-child{
  border-left: unset;
}
#lhjyry .box3 .ybjbck .lie p{
  display: flex;
  height: 80px;
  color: #0f0f0f;
  border-top: 1px solid #368EFF;
  text-align: center;
  font-size: 20px;
  word-wrap: break-word;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-align: left;
}
#lhjyry .box3 .ybjbck .lie .title{
  border: unset;
  background-color: #368EFF;
  color: #ffffff;
  height: 50px;
  font-weight: bold;
}
#lhjyry .box3 .ylbx_ewm{
  
}
#lhjyry .box3 .ylbx_ewm .img_box{
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/cbjf/lhjy/lhjy-ylbx-ewm-bak.png) no-repeat;
  width: 340px;
  height: 340px;
  margin: 10px auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lhjyry .box3 .ylbx_ewm .img_box img{

}
#lhjyry .box3 .ylbx_ewm p{
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #0f0f0f;
  width: 100%;
  text-align: center;
}
#lhjyry .box3 .ylbx_ewm .info{
  display: block;
  font-size: 20px;
  background-color: #F2FAFF;
  border: 1px solid #368EFF;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 460px;
  margin: 20px auto;
  margin-bottom: 0;
}
/* 办理方式 */
#lhjyry .box4 .blqd_title{
  margin-bottom: 30px;
}
#lhjyry .box4 .blqd_box li{
  margin-bottom: 30px;
}
#lhjyry .box4 .blqd_box li:last-child{
  margin-bottom: 0;
}
#lhjyry .box6 .info_text span {
  font-weight: bold;
}
/* 老人（退休人员）页面 */
#laoren .box1 .xgzc_box{
  position: relative;
  padding-top: 20px;
}
#laoren .box1 .xgzc_box p{
  height: 90px;
  background-color: #F2FAFF;
  border: 1px solid #368EFF;
  font-size: 20px;
  color: #0f0f0f;
  padding: 30px;
  line-height: 31px;
  padding-right: 153px;
}
#laoren .box1 .xgzc_box img{
  position: absolute;
  right: -61px;
  top: -4px;
}
#laoren .box2 .xuxian_box{
  padding-top: 20px;
}
#laoren .box2 .xgzc_box {
  background-color: #F2FAFF;
  border: 1px solid #368EFF;
  padding: 10px 15px;
}
#laoren .box2 .xgzc_box p{
  display: block;
  padding-left: 15px;
  font-size: 20px;
  line-height: 35px;
}
#laoren .box2 .xgzc_box p span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  margin-bottom: 4px;
  margin-right: 14px;
}
/* 办理程序 */
#laoren .box4 .xuxian_box div{
  text-align: center;
  width: 700px;
  margin: 0 auto;
}
#laoren .box4 .xuxian_box div span{
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/bx-blsx-xuhao.png) no-repeat;
  display: inline-block;
  width: 46px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
#laoren .box4 .xuxian_box div .title{
  height: 40px;
  display: flex;
  color: #368EFF;
  border: 1px solid #368EFF;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  background-color: #F7FBFF;
}
#laoren .box4 .xuxian_box div .info{
  font-size: 20px;
  text-align: left;
  line-height: 35px;
}
#laoren .box4 .xuxian_box div img{
  margin: 15px 0;
}
#laoren .son_title{
  margin-left: 0;
}
#laoren .info_text{
  margin-bottom: 30px;
}
#laoren .info_text span{
  font-weight: bold;
}
/* 参保一件事 */

/* 新生儿、老人 右侧悬浮窗 */
.xuanfu_box{
  display: none;
  position: fixed;
  top: 50%;
  right: 40px;
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/fuchuang.png) no-repeat;
  width: 258px;
  height: 247px;
}
.xuanfu_box p:first-child{
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
  letter-spacing: 1px;
}
.xuanfu_box a:nth-child(2){
  display: block;
  font-size: 18px;
  color: #344055;
  font-weight: bold;
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/fc_yiner.png) no-repeat;
  padding-left: 70px;
  line-height: 89px;
  background-position-x: 15px;
  background-position-y: 25px;
}
.xuanfu_box a:nth-child(3){
  display: block;
  font-size: 18px;
  color: #344055;
  font-weight: bold;
  background: url(http://ybj.gxzf.gov.cn/material/zt/ybyzb/images/fc_laoren.png) no-repeat;
  padding-left: 70px;
  line-height: 74px;
  background-position-x: 15px;
  background-position-y: 15px;
}
.show_xf{
  display: block;
}