  .Clear{
  overflow: visible;
}
.Clear:after {
  display: block;
  height: 0;
  line-height: 0;
  content: "";
  visibility: hidden;
  clear: both;
}
.page-qsydw{
  color: #333;
}
/* 面包屑 */
.page-qsydw .dqwz .wz{
  width: 1200px;
}
.qsydw-list{
  width: 100%;
  padding-top: 30px;
}
.list-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-title li{
  width: calc((100% - 52px) / 3);
  margin-right: 25px;
  box-shadow: 0 0 12px 1px #eee;
  height: 100px;

}
.list-title li:nth-of-type(3n){
  margin-right: 0;
}
.list-title li a{
  display: flex;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.list-title li a img{
  margin-right: 30px;
}
.list-title li:hover,
.list-title li.title-active{
  box-shadow:0 0 12px 1px #dbeaff;
  background-color: #f3f8fe;
}
.list-title li:hover a,
.list-title li.title-active a{
  color: #436faa;
}
.list-content{
  margin-top: 30px;
}
.content-title{
  margin-bottom: 20px;
}
.content-title a{
  display: inline-block;
  color: #333;
  padding: 3px 10px;
  margin-right: 30px;
  border-radius: 4px;
  font-size: 18px;

}
.content-title a:hover,
.content-title a.active{
  color: #fff;
  background-color: #4270ab;
}
.content-box{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.content-box .box-card{
  height: 200px;
  margin-right: 20px;
  background-color: #f3f8fe;
  width: calc((100% - 21px) / 2);
  margin-bottom: 20px;

}
.content-box .box-card:nth-of-type(2n){
  margin-right: 0;
}
.box-card a{
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  color: #333;
}

.box-card a .card-img{
  width: 40%;
  height: 100%;
}
.box-card a .card-right{
  width: 60%;
  padding-left: 10px;
  flex: 1;

}
.card-right .card-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.card-item{
  font-size: 16px;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-more{
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  color: #4270ab;
  line-height: 1;
}
/* 列表页END */
/* 详情页 */
.qsydw-con{
  padding: 20px 0; 
  width: 1200px;
  margin: 0 auto;
}
.qsydw-detail{
  width: 100%;
}
.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: #017CDB;
  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;
   padding-bottom:100px;
}
.detail-left{
  width: 360px;
  float: left;
}

.detail-left >img{
  width: 100%;
  height: 270px;
  box-shadow: 0 0 14px 0 #a8a8a840;
  margin:0 0 30px 10px;
  background-color: #fff;
  max-width: 100%;
}
.left-bottom{
  width: 100%;
}
.left-bottom .left-item{
  display: flex;
  margin-bottom: 20px;
  font-size: 16px;
}
.left-item .item-title{
width: 30%;
}
.item-title img{
  vertical-align: text-bottom;
}
.left-item .item-content{
  width: 70%;
}
.left-item .item-content .jump_map{
  color: #4270AA;
  margin-top: 5px;
  display: block;
  cursor: pointer;
}
/* 二维码 */
.title-ewm{
}
.title-ewm li {
  color: #666;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 30px;
}
.title-ewm a {
  color: #666;
}

.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: 30px;
  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: 800px;
  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;
  max-width: 100%;
}

/* 附件 */
.qsydw-detail-fj{
  margin-bottom: 40px;
  margin-top: 30px;
  color: #4270AA;
  font-size: 16px;
}
.qsydw-detail-fj >span{
  vertical-align: top;
}
.qsydw-detail-fj a{
  color: #4270AA;

}
.qsydw-detail-fj >span img{
  vertical-align: text-bottom;
}









/* 详情页END */
/* 移动端 */

@media screen and (max-width: 992px) {
  /* 面包屑 */
.page-qsydw .dqwz .wz{
  width: 90%;
  line-height: 2;
}
  .qsydw-list{
    width: 95%;
    margin:  0 auto;
  }
  .list-title,
  .content-box{
    flex-wrap: wrap;
  }
  .list-title li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .list-title li:nth-of-type(2n){
    margin-right: 0;
  }
  .list-title li a{
    font-size: 22px;
  }
  .list-title li a img{
    /* width: 50px;
    height: 50px; */
  }
  .content-box .box-card{
    width: 100%;
    margin-right: 0;
  }
  .card-more{
    display: none;
  }
  .card-right .card-title{
    padding-right: 0;
  }
  /* 详情页 */
  .qsydw-con{
    width: 100%;
  }
  .qsydw-detail{
    width: 95%;
    margin:  0 auto;
  }
  .detail-left{
    width: 100%;
    margin-bottom: 30px;
  }
  .detail-left >img{
    width: auto;
    max-width: 95%;
  }
  .detail-right{
    width: 100%;
  }
  .imglist img{
    max-width: 100%;
  }
  .code-div{
    transform: translateX(-30%);
  }
}


