.zyhbdc-head {
  height: 675px;
  background-image: url(zyhbdc_headbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 50px;
}
.zyhbdc-content{
  font-size: 16px;
  line-height: normal;
  padding-bottom: 150px;
  background-image: url(zyhbdc_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top:40px;
}
.zyhbdc-jj{
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.one-left{
  width: 585px;
}
.one-right{
  width: 585px;
}
.zyhbdc-title{
  width: 100%;
  background-image: url(zyhbdc_titlebg.png);
   background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  padding-top: 8px;
  margin-bottom: 15px;

}
.zyhbdc-title .title{
  font-size: 32px;
  /* font-weight: bold; */
  color: #008655;
  padding-left: 15px;
}
.zyhbdc-title .watch-more{
  position: absolute;
  color: #008655;
  bottom: -2px;
  right: 65px;
  font-size: 14px;
  
}
.dc-item a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.zyhbdc-list li:nth-of-type(5n)::after{
  display: block;
  content: "";
  margin: 10px 0;
  width: 100%;
  border-bottom: 2px dotted #d3f1d8;
}
.dc-item .item-text{
  width: 80%;
  flex: 1;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.dc-item .item-time{
  color: #999;
  width: 20%;
  text-align: right;

}
.fjUrlBox{
  font-size: 14px;
  line-height: 2;
}
.fjUrlBoxTitle{
  font-size: 14px;

}

/* detail Start*/
#content_qr_wrap {
  text-align: center;
  margin: 20px auto;
  width: 135px;
}
.fjUrlBox{
  display: none;
}
.common-content{
  padding-bottom: 165px;
}
/* detail End */
@media screen and (max-width: 1200px){
  .common-content{
    padding-bottom: 0;
  }
  .zyhbdc-head{
      height: 380px;
      /* background-size: 150% auto;
      background-position: 50% 0; */
      padding-top: 20px;
  }
  .zyhbdc-head .common-content>img{
    max-width: 50%;
  }
  .zyhbdc-content{
      font-size: 0.24rem;
      background-size: 100% 100%;
  }
  .zyhbdc-jj{
      font-size: 0.26rem;
  }
  .one-left{
      width: 100%;
      margin-bottom: 0.2rem;
  }
  .zyhbdc-title .watch-more{
      font-size: 0.2rem;
      right: 0.75rem;
      bottom: -5px;
  }
  .one-right{
      width: 100%;
  }
  .fjUrlBox{
    font-size: 0.22rem;
  }
  .fjUrlBoxTitle{
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 370px){
  .zyhbdc-head{
    height: 380px;
    background-size: 150% auto;
    padding-top: 20px;
}
}