.hzdsj {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hzdsj-box {
    min-width: 1200px;
    width: 1200px;
    margin: 0px auto;
  }
  .hzdsj-title {
    font-size: 34px;
    font-family: Microsoft Yahei;
    font-weight: 800;
    color: #000000;
  }
  .button-pre {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #25c884;
    margin: 0px auto;
  }
  .button-after {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #25c884;
    margin: 0px auto;
  }
  .hzdsj-titleList,.hzdsj-content-item-H5 {
    display:none;
  }
  .hzdsj-content {
    height:1650px;
    overflow: hidden;
    margin: 40px 0px;
    text-align: center;
  }
  .hzdsj-content-item {
    position: relative;
    width: 100%;
  }
  .hzdsj-content-item::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 115px;
    top: 0;
    border-left: 1px solid rgba(151, 151, 151, 0.2);
  }
  .hzdsj-content-detail {
    width: 980px;
    float: right;
    margin-right: 60px;
  }
  .hzdsj-item-date {
    height: 50px;
    position: absolute;
    left: -160px;
    top: -30px;
    z-index: 999;
  }
  
  .hzdsj-item-date div {
    width: 80px;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    font-family: Microsoft Yahei;
    font-weight: bold;
    color: #000000;
  }
  .hzdsj-item-date .hzdsj-item-date-img {
    width: 50px;
    height: 50px;
    float: right;
    margin-top: 1.5px;
    margin-left: 10px;
  }
  .hzdsj-item {
    width: 100%;
    height: 243px;
    margin:30px 0px;
    position: relative;
  }
  .hzdsj-item-graph {
    width: 43px;
    height: 43px;
    background-color: #25c884;
    position: absolute;
    z-index: -1;
  }
  .hzdsj-item-graph:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-top: 30px solid #fff;
    width: 31px;
    height: 0;
  }
  .hzdsj-item:nth-child(odd) > .hzdsj-item-img > .hzdsj-item-graph {
    top: -14px;
    left: -12px;
  }
  .hzdsj-item:nth-child(even) > .hzdsj-item-img > .hzdsj-item-graph {
    top: -14px;
    right: -12px;
  }
  .hzdsj-item:nth-child(odd) > .hzdsj-item-img > .hzdsj-item-graph:after {
    left: 12px;
  }
  .hzdsj-item:nth-child(even) > .hzdsj-item-img > .hzdsj-item-graph:after {
    right: 12px;
  }
  .hzdsj-item-img {
    width: 340px;
    height: 243px;
    background-color: #fff;
    position: absolute;
    z-index: 100;
  }
  .hzdsj-item:nth-child(even) > .hzdsj-item-img {
    right: 0;
  }
  .hzdsj-item-img img {
    width: 330px;
    height: 234px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hzdsj-item-content {
    width: 680px;
    height: 210px;
    background: #fdfdfd;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 0;
    z-index: 200;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .hzdsj-item:nth-child(odd) > .hzdsj-item-content {
    left: 300px;
  }
  .hzdsj-item:nth-child(even) > .hzdsj-item-content {
    right: 300px;
  }
  .hzdsj-item-title {
    height: 50px;
    font-size: 20px;
    font-family: Microsoft Yahei;
    font-weight: bold;
    color: #333333;
    line-height: 54px;
  }
  .hzdsj-item:nth-child(odd) > .hzdsj-item-content > .hzdsj-item-title {
    text-align: left;
  }
  .hzdsj-item:nth-child(even) > .hzdsj-item-content > .hzdsj-item-title {
    text-align: right;
  }
  .hzdsj-item-green {
    width: 30px;
    height: 4px;
    background-color: #25c884;
  }
  .hzdsj-item:nth-child(odd) > .hzdsj-item-content > .hzdsj-item-green {
    float: left;
  }
  .hzdsj-item:nth-child(even) > .hzdsj-item-content > .hzdsj-item-green {
    float: right;
  }
  .hzdsj-item-text {
    clear: both;
    font-size: 14px;
    font-family: Microsoft Yahei;
    color: rgba(0, 4, 26, 0.7);
    line-height: 20px;
    padding: 10px 0px;
    text-align: left;
  }
  .lookMore {
    display:none;
  }
}
@media only screen and (max-width: 768px) {
  .hzdsj-box {
    width:100%;
  }
  .hzdsj-title,.hzdsj-content-item {
    display:none;
  }
  .hzdsj-titleList {
    height: 48px;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .hzdsj-content-item-H5 {
    height: 1000px;
    overflow: hidden;
  }
  .hzdsj-titleList-item{
    height: 68%;
    border-radius: 5px;
    border: 1px solid #EEEEEE;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-family: Microsoft Yahei;
    font-weight: 400;
    color: #333333;
    padding: 0px 10px;
  }
  .active-title {
    height: 38px;
    background: url(../../images/cpzx/rectangle.png) no-repeat;
    background-size: 100% 100%;
    color: #25C884;
    border: 1px solid transparent;
  }
  .hzdsj-item-H5 {
    display: flex;
  }
  .hzdsj-item-phone-img{
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hzdsj-item-phone-line {
    flex: 1;
    width: 1px;
    background: rgba(151,151,151,0.3);
  }
  .hzdsj-item-img-H5{
    flex: 1;
    padding-top:8px;
  }
  .hzdsj-item-content-H5{
    width: 62%;
    font-size: 14px;
    font-family: Microsoft Yahei;
    font-weight: 400;
    color: rgba(0, 4, 26, 0.65);
  }
  .hzdsj-item-title-H5 {
    display:none;
  }
  .hzdsj-item-title-phone {
    font-size: 16px;
    font-family: Microsoft Yahei;
    font-weight: bold;
    color: #000000;
    padding-top:6px;
    padding-bottom:10px;
  }
  .hzdsj-item-text-H5 {
    padding-bottom:15px;
  }
  .lookMore {
    width: 94px;
    height: 36px;
    border: 1px solid #25C884;
    font-size: 14px;
    font-family: Microsoft Yahei;
    font-weight: 400;
    color: #25C884;
    text-align: center;
    line-height: 34px;
    margin: 0px auto;
    margin-top: 40px;
    display:none;
  }
}