.service-title.title-ggqsy a{
width:200px;
}
  .page-qsydw{
  color: #333;
}
.page-qsydw *{
  box-sizing: border-box;
}
.clear::after {
  clear: both;
  display: block;
  content: '';
}

/* 列表页 */
.qsydw-list{
  width: 100%;
}
.service-section{
  margin: 0 20px;
}

/* 列表页 */
.srevice-icon {
    width: 100%;
  margin-left: 4px;

}
.qsydw-list{
  width: 100%;
 
}
.common-box{
  margin-top: 50px;
}
.detail-con{
    /* overflow: hidden; */
}
.content-qsybox{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.content-qsybox .box-card{
  height: 200px;
  margin-right: 20px;
  width: calc((100% - 21px) / 2);
  margin-bottom: 20px;
  background: #F2F8FF;

}
.content-qsybox .box-card:nth-of-type(2n){
  margin-right: 0;
}
.box-card a{
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  color: #333;
  align-items: center;
}
.jump_map{
color: #2090db;
cursor: pointer;
}
.box-card a .card-img{
  width: 30%;
  height: 100%;
}
.box-card a .card-right{
  width: 65%;
  padding-left: 10px;

}
.card-right .card-title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-right .card-title img{
vertical-align: middle;
margin-right: 5px;
margin-top: -3px;
}
.card-item{
  font-size: 16px;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-item i{
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #BDDEFF;
  margin-right: 10px;
}

.card-more{
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  line-height: 1;
}
/* 列表页END */

/* 详情页 */
.qsydw-con{
  padding: 20px 0; 
  width: 1200px;
  margin: 0 auto;
}
.qsydw-detail{
  width: 100%;
   padding: 20px;
}
.qsydw-detail .detail-title{
  padding: 20px 0;
  border-top: 1px solid #EBEBEB;;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
}
.detail-title i{
  display: block;
  width: 8px;
  height: 34px;
  border-radius: 8px;
  background: #0163d1;
  margin-right: 12px;
}
.detail-title p{
    color: #333333;
    font-family: "Microsoft YaHei UI";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
}
.detail-con{
  padding: 30px 0 90px 0;
}
.detail-left{
  width: 360px;
  float: left;
}

.detail-left >img{
  width: 360px;
  height: 270px;
  box-shadow: 0 0 14px 0 #a8a8a840;
  margin:0 0 30px 0;
  object-fit: contain;
}
.left-bottom{
  width: 100%;
  margin-left: 10px;
}
.left-bottom .left-item{
  display: flex;
  margin-bottom: 20px;
  font-size: 16px;
  align-items: flex-start;
  line-height: 1.5;
}
.left-item .item-title{
width: 30%;
}
.item-title img{
  vertical-align: text-bottom;
}
.left-item .item-content{
  width: 70%;
}
.left-item .item-content a{
  color: #0163d1;
  margin-top: 5px;
  display: block;
}
/* 二维码 */
.title-ewm{
}
.title-ewm li {
  color: #666;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  margin-right: 30px;
  display: inline-block;
}
.title-ewm li>img{
  vertical-align: middle;
  /* margin-right: 10px; */
  margin-top: -4px;
}
.title-ewm>span{
  margin:  0 20px;
  color: #EBEBEB;
}

.code-div{
  /* width: 80px; */
  /* height: 80px; */
  box-shadow: 0px 0px 6px 0px rgba(168, 168, 168, 0.25);
  position: absolute;
  /* padding: 5px; */
  background-color: #fff;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  display: none;

}
.title-ewm li .icon_sel{
  display: none;
}

.title-ewm li:hover .code-div{
  display: block;
}
.title-ewm li:hover .icon_nor{
  display: none;
}
.title-ewm li:hover .icon_sel{
  display: inline-block;
}
.code-div::before{
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent #fff transparent;
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 1px 0px rgba(168, 168, 168, 0.25);

}
.code-div img{
  width: 120px;
  height: 120px;
}
.title-ewm>span:last-of-type{
  display: none;
}
.detail-right{
  float: right;
  width: 770px;
  /* border-bottom: 1px solid #EBEBEB; */
  padding-bottom: 30px;

}

.detail-right .right-title{
  color: #333333;
 font-family: "Microsoft YaHei UI";
 font-size: 20px;
 font-weight: 600;
 /* margin-bottom: 20px; */
}
.right-title img{
  vertical-align: text-bottom;
}
.detail-text{
  padding: 18px 0;
  font-size: 16px;
  line-height: 2;

}
.imglist{
  text-align: center;
}
.imglist img{
  margin-bottom: 20px;
  width: 500px;
  height: 300px;
  object-fit: contain;
}

/* 附件 */
.qsydw-detail-fj{
  margin-bottom: 40px;
  margin-top: 30px;
  color: #0163d1;
  font-size: 16px;
  line-height: normal;
}
.qsydw-detail-fj >span{
  vertical-align: top;
}
.qsydw-detail-fj a{
  color: #0163d1;

}
.qsydw-detail-fj >span img{
  vertical-align: text-bottom;
}


/* 详情页END */



/* 移动端 */
@media screen and (max-width: 992px) {
    html{
      font-size: 100px;
    }
  /* 列表页 */

  .content-qsybox .box-card{
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .box-card a{
    align-items: center;
  }
  .card-right .card-title img{
    /* vertical-align: text-bottom; */
        width: 0.4rem;
        height: 0.4rem;
  }
  .card-right .card-title{
    font-size: 0.28rem;
    line-height: normal;
  }
  .card-item{
    font-size: 0.25rem;
  }
  .card-more{
    display: none;
  }
  /* 列表页END */

 /* 详情页 */
 .qsydw-con{
  width: 100%;
}

.qsydw-detail .detail-title{
  line-height: 2;
}
.detail-title p{
  font-size: 0.48rem;
}
.left-bottom .left-item{
  font-size: 0.25rem;
  line-height: 2;
}
.left-item .item-title img{
  width: 0.4rem;
  height: 0.4rem;
}
.title-ewm{
  line-height: 2;
  font-size: 0.25rem;
}
.title-ewm a,
.title-ewm>span{
  font-size: 0.25rem;
}
.title-ewm a>img{
  width: 0.48rem;
  height: 0.48rem;
  vertical-align: middle;
}
.code-div{
  width: 1.6rem;
  height: 1.6rem;
}
.code-div img{
  width: 100%;
  height: 100%;
}
.qsydw-detail{
  width: 95%;
  margin:  0 auto;
}
.detail-left{
  width: 100%;
  margin-bottom: 30px;
}
.detail-left >img{width: auto; display: block;margin: 0 auto 30px auto;}
.detail-right{
  width: 100%;
}
.detail-right .right-title{
  font-size: 0.28rem;
}
.qsydw-detail-fj{
  font-size: 0.25rem;
  line-height: 1.5;
}

 
}

/* 长者模式 */

/* 公共企事业单位 */
/* 列表页 */
html{
  font-size: 100px;
}
.card-right .card-title img{width: 0.35rem;height: 0.35rem;}
.useOldFixed .content-qsybox .box-card{width:100%;margin-right:0;height:auto;}
.useOldFixed .box-card a{align-items:flex-start;}
.useOldFixed .card-right .card-title{font-size:0.28rem;line-height:normal;}
.useOldFixed .card-item{font-size:0.25rem;}
.useOldFixed .card-more{display:none;}
.useOldFixed .srevice-icon li.active a{    background-color: #0163d1;
  border: 1px solid #0163d1;}



/* 详情页 */
.useOldFixed .qsydw-con{width:100%;}
.useOldFixed .qsydw-detail{width:95%;margin:0 auto;}
.useOldFixed .detail-left{width:100%;margin-bottom:30px;}
.useOldFixed .detail-left >img{width: auto; display: block;margin: 0 auto 30px auto;}
.useOldFixed .detail-right{width:100%;}






