
.zyhbdc-head {
  height: 675px;
  background-image: url(zyhbdc_headbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 50px;
}
.zyhbdc-head img{
  width: auto;
}
.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;
  min-height: 700px;


}
.zyhbdc-jj{
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "."
}

.clearfix {
  display: block
}
.one-left{
  width: 585px;
  float: left;
}
.one-right{
  width: 585px;
  float: right;
}
.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;

}


/* detail Start*/
#content_qr_wrap {
  text-align: center;
  margin: 20px auto;
  width: 135px;
}



.container{
  padding-bottom: 165px;
}

#share-qrcode {
  border: 1px solid #ddd;
  width: 170px;
  padding: 14px;
  position: absolute;
 display:none;
  z-index: 99;
  top: -220px;
  left: -56px;
  background: #fff;
  border-radius: 3px;
}
#share-qrcode h3 {
  font-size: 14px;
  line-height: 40px;
}
#share-qrcode dd {
  height: 140px;
}
/* detail End */
@media screen and (max-width: 1200px){
  .container{
    padding: 0 0.3rem;
  }
  .zyhbdc-head{
      height: 200px;
      background-size: 150% auto;
      background-position: 50% 0;
      padding-top: 10px;
  }
  .zyhbdc-head .container>img{
    max-width: 50%;
  }
  .zyhbdc-content{
      background-size: 100% 100%;
  }
  .zyhbdc-jj{
  }
  .one-left{
      width: 100%;
      margin-bottom: 20px;
  }
  .zyhbdc-title .title {
    font-size: 22px;
}
  .zyhbdc-title .watch-more{
      font-size: 0.2rem;
      right: 0.7rem;
      bottom: -3px;
  }
  .one-right{
      width: 100%;
  }
 
}



@media print {
  body{
     -webkit-print-color-adjust:exact;
     -moz-print-color-adjust:exact;
     -ms-print-color-adjust:exact;
     print-color-adjust:exact;
  } 

  .zyhbdc-head {
    height: 350px;
    background-size: contain;
  }
}   

@media screen and (min-width: 1921px){
  .zyhbdc-head{
    background-size: auto;
  }
  .zyhbdc-content{
    background-size: auto;
    background-position: center bottom;
  }
}