.specontent-title{
  margin-bottom: 20px;
}
.specontent-title a {
  display: block;
  width: 156px;
  height: 44px;
  line-height: 36px;
  padding-left: 26px;
  color: #fff;
  background-image: url(http://www.tjhb.gov.cn/images/spe-titlebg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page-sjpgzx{
  font-size: 15px;
}
.sjpgzx-gywm{
  width: 100%;
  height: 550px;
  padding: 30px 0 ;
  /* background-color: #eef5ff; */
  margin-top: 10px;
  margin-bottom: 40px;
  background-image: url(http://www.tjhb.gov.cn/images/gywm-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.gywm-con {
  /* display: flex;
  align-items: flex-start; */
  position: absolute;
  width: 90%;
  top: 50%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0px 0px 0px 70px;
    padding: 30px 0;
    transform: translateY(-50%);
}
.gywm-con > img {
  /* margin-right: 30px; */
  /* width: 100px; */
  margin-left: 60px;
}

.gywm-con .gywm-desc {
  /* padding: 19px 54px 33px 63px; */
}

.gywm-desc .gywm-title {
  margin-bottom: 15px;
  /* font-weight: 700; */
  font-size: 18px;
  color: #000;
  background-image: url(http://www.tjhb.gov.cn/images/gywmtitle-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 90px;
  line-height: 110px;
  margin-left: -28px;
  padding-left: 90px;
  color: #fff;
}
.gywm-text{
  text-indent: 2em;
  color: #3e3e3e;
  font-size: 16px;
  line-height: 2;
  padding: 0 60px;

}
.gywm-text:last-child{
  /* margin-top: 15px; */
}
.sjpgzx-djlc{
  width: 100%;
 
}
.djlc-box{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.djlc-item{
  width: calc((100% - 77px) / 6);
  margin-right: 15px;
  border-radius: 6px;
  background-color: #ecf4ff;
  position: relative;
  padding: 20px;
  height: 300px;
}
.djlc-item:nth-of-type(6){
  margin-right: 0;
}
.djlc-item::after{
  content: '';
  position: absolute;
  z-index: 1;
  top: 44px;
  left: 80%;
  background: url(http://www.tjhb.gov.cn/images/djlc-next.png);
  width: 87px;
  height: 17px;
}
.djlc-item:nth-of-type(6)::after{
  display: none;
}
.djlc-item img{
  margin: 0 auto 10px;
  display: block;
}
.djlc-name{
  margin-bottom: 10px;
  text-align: center;
  color: #4f96fd;
  font-weight: bold;
  font-size: 16px;
}
.djlc-name .djlc-index{
  display: inline-block;
  padding: 0px 5px;
  color: #fff;
  background-color: #4f96fd;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
}
.djlc-desc{
  line-height: 1.5;
  color: #3e3e3e;
}
/* 登记证书 */
.sjpgzx-djzs{
  width: 100%;
  margin-bottom: 40px;
}
.djzx-box{
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.djzs-item{
  margin-right: 15px;
  cursor: pointer;
    /* box-shadow: 0 2px 22px #ecf3ff; */
    border-radius: 8px;
    width: calc((100% - 47px) / 4);
    background: #fff;
    border: 1px solid #ecf4ff;
    margin-bottom: 15px;
}
.djzs-item:nth-of-type(4n){
  margin-right: 0;
}
.djzs-item i{
  display: block;
  width: 11px;
  height: 11px;
  background-color: #EEEEEE;
  margin-right: 10px;
}
.djzs-item:hover {
  box-shadow: 0 2px 22px #93b7ff;
}
.djzs-item a{
  display: block;
  width: 100%;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 18px;
  padding: 20px 10px;
  
}
.djzs-item p{
  color: #3e3e3e;
  width: 30%;
  /* font-weight: 700; */
  padding: 10px;
  width: 100%;
  background-color: #f7fbfe;
  border-radius: 0 0 8px 8px;

}
/* .djzs-item:hover a,
.djzs-item:hover span{
  color: #1d6dab;
}
.djzs-item:hover i{
  background-color: #1d6dab
} */
/* 登记评估 */
.djpg-box{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.djpg-item{
  position: relative;
  width: calc((100% - 32px) / 3);
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  height: 268px;
  padding: 20px;
  box-sizing: border-box;
  /* box-shadow: 0 3px 8px #e4ecf196; */
  border-radius: 5px;
  background: url(http://www.tjhb.gov.cn/images/djpg-bg.png);
  margin-right: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;

}
.djpg-item:nth-of-type(3n){
  margin-right: 0;
}
/* .djpg-item:after {
  position: absolute;
  left: 38%;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 50%;
  background: #989ba126;
  border-left:1px dashed #eee;

} */
.djpg-item:hover {
  /* background: #fff;
  box-shadow: 0 4px 32px #d5c4be80;
  transition: .3s linear; */
}
.djpg-item .djpg-item-left{
width: 35%;
margin-right: 10px;
text-align: center;
}
.djpg-item .djpg-item-left  img{
width: 95%;
}
.djpg-item .djpg-item-right{
flex: 1;
padding-left: 10px;
height: 100%;
}
.djpg-item-right p{
/* line-height: 1.5; */
color: #3e3e3e;
}
.djpg-item-right .item-title{
font-size: 18px;
font-weight: 700;
/* color: #50565e; */
margin-bottom: 10px;
}
/* 服务生态 */
.fwst-list{
  display: flex;
flex-wrap: wrap;
}
.fwst-list .fwst-item{
  border-radius: 6px 6px 0 0;
overflow: hidden;
margin-bottom: 30px;
margin-right: 20px;
width: calc((100% - 82px)/5);
padding: 0;
}
.fwst-list .fwst-item:nth-of-type(5n){
  margin-right: 0;
}
.fwst-item .fwst-imgbox{
  /* padding: 10px 5px; */
box-sizing: border-box;
height: 95px;
background: #eff3f9;
box-shadow: 6px 5px 13px #e9f2ff85;
width: 100%;
text-align: center;


}
.fwst-item .fwst-imgbox img{
  vertical-align: middle;
width: 100%;
height: 100%;
object-fit: contain;

}
.fwst-item p{
  height: 47px;
line-height: 47px;
text-align: center;
background: #fff;
box-shadow: 6px 5px 13px #e9f2ff85;
border-radius: 6px 6px 0 0;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 0 1px;
}

.fwst-list .fwst-item:hover {
box-shadow: 0 2px 22px #93b7ff;
}



@media screen and (max-width: 1200px) {
  .page-sjpgzx{
    width: 100%;
    font-size: inherit;
    padding: 0 0.3rem;

  }
  .specontent-title a {
    width: 2.8rem;
    height: .75rem;
    line-height: .6rem;
    padding-left: .5rem;
}
  .sjpgzx-gywm{
    margin-top: 1rem;
    height: 9rem;
  }
  .gywm-con{
    padding: 0.1rem 0;
    border-radius: 0px 0px 0px 30px;
  }
  .gywm-con > img{
    width: 40%;
    display: block;
    margin:  0 auto;
  }
  .gywm-con .gywm-desc{
    /* flex:none; */
    /* width: 90%; */
  }
  .gywm-desc .gywm-title{
    font-size: 0.28rem;
    margin-top: 0.1rem;
    text-align: center;
    height: 1rem;
    line-height: 1.2rem;
    margin-left: -0.1rem;
    padding-left: 0;
  }
  .gywm-text{
    font-size: 0.26rem;
    line-height: 1.5;
    padding: 0 0.4rem;
  }

  .djzs-item {
    width: calc((100% - 17px) / 2);
    margin-bottom: 15px;
  }
  .djzs-item:nth-of-type(2n){
    margin-right: 0;
  }
  .djzs-item a{
    font-size: 0.28rem;
  }
  .djlc-box{
    flex-wrap: wrap;
  }
  .djlc-item{
    width: calc((100% - 47px) / 3);
    margin-bottom: 15px;
    height: 4.5rem;

  }
  
  .djlc-item:nth-of-type(3n){
    margin-right: 0;
  }
  .djlc-item:nth-of-type(3n)::after{
    display: none;
  }
  .djlc-name .djlc-index{
    font-size: 0.24rem;
    padding: 0 8px;
  }
  .djpg-item{
    width: 100%;
    margin-right: 0;
    height: 4rem;
  }
  .djpg-item-right .item-title{
    font-size: 0.28rem;
  }
  .djpg-item .djpg-item-left{
    width: 38%;
  }
  .djpg-item .djpg-item-left img{
    width: 80%;
  }
  .fwst-list .fwst-item{
    width: calc((100% - 22px)/2);
    margin-right: 15px;
  }
  
  .fwst-list .fwst-item:nth-of-type(2n){
    margin-right: 0;
  }
  .fwst-list .fwst-item:nth-of-type(5){
    margin-right: 15px;
  }
}