.clear::after {
  clear: both;
  display: block;
  content: '';
}
.qsydw-list *{
  box-sizing: border-box;
}
/* 列表页 */
.qsydw-list{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px  ;
  flex-wrap: wrap;
}
.qsydw-item{
  width: 590px;
  margin-right: 20px;
  height: 360px;
  position: relative;
  padding: 80px  15px 0;
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
}
.qsydw-gj{
  background-image: url(gj_bg.png);
}
.qsydw-dt{
  background-image: url(dt_bg.png);
}
.qsydw-gl{
  background-image: url(dlys_bg.png);
}
.qsydw-gk{
  background-image: url(gk_bg.png);
}
.qsydw-item:nth-of-type(2n){
  margin-right: 0;
}

.qsydw-item .box-card{
  background-image: url(item_bg.png);
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
  width: 100%;
  height: 260px;
  display: block;
  position: relative;
  padding: 45px 40px 0;
  color: #333333;

}
.box-card  .card-img{
  position: absolute;
  left: 46px;
  border-radius: 36px;
  width: 96px;
  height: 96px;
  top: 9px;
}
.box-card .card-title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
  padding-left: 126px;

}
.card-bottom{
  margin-top: 40px;
}
.bottom-item{
  display: flex;
  line-height: 2;

}
.bottom-item .card-item{
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bottom-item .card-item img{
  vertical-align: middle;
  margin-right: 5px;

}
.bottom-item .card-item:nth-of-type(1){
  width: 35%;
}
.bottom-item .card-item:nth-of-type(2){
  width: 65%;
  padding-left: 20px;
}

/* 列表页END */

/* 详情页 */
.qsydw-con{
  padding: 20px 0; 
  width: 1200px;
  margin: 0 auto;
}
.qsydw-detail{
  width: 100%;
   padding: 20px;
   background: #fff;
   box-sizing: border-box;
}
.qsydw-detail .common-list-current-location{
  margin-bottom: 20px;
}
.qsydw-detail .detail-title{
  padding: 20px 0;
  border-top: 1px solid #EBEBEB;;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
  width: 100%;
}
.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;
}
.jump_map{
  color: #2090db;
  cursor: pointer;
  }
/* 二维码 */
.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: 1200px) {
  /* 列表页 */
  .qsydw-list{
    justify-content: center;
  }
  .qsydw-item{
    margin-right: 0;
  }
  .box-card .card-title{
    font-size: 0.28rem;
    line-height: normal;
  }
  .bottom-item .card-item{
    font-size: 0.22rem;
  }
  .bottom-item .card-item:nth-of-type(1){
    width: 40%;
  }


  /* 列表页END */

 /* 详情页 */
 .qsydw-con{
  width: 100%;
}

.qsydw-detail .detail-title{
  line-height: 2;
  width: 100%;
}
.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;
}
.left-item .item-title img.icon-spe1{
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.05rem;
}
.left-item .item-title img.icon-spe2{
  width: 0.35rem;
  height: 0.35rem;
}
.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: 100%;
  margin:  0 auto;
  box-sizing: border-box;
}
.qsydw-detail .common-list-current-location{
 display: none;
}
.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.32rem;
}
.detail-text{
  font-size: 0.25rem;
}
.qsydw-detail-fj{
  font-size: 0.25rem;
  line-height: 1.5;
}
.right-title img{
  width: 0.4rem;
  height: 0.4rem;
}

 
}