.hzgy {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hzgy-box {
    width: 1200px;
    margin: 0px auto;
  }
  .hzgy-title {
    font-size: 34px;
    font-family: Microsoft Yahei;
    font-weight: 800;
    color: #000000;
  }
  .hzgy-content {
    margin-top: 40px;
    text-align: center;
  }
  .hzgy-left-list {
    width: 136px;
    background-color: rgba(250, 251, 251, 0.2);
    border-radius: 1px;
    border: 1px solid #f7f7f7;
    float: left;
  }
  .hzgy-list-item {
    width: 136px;
    height: 57px;
    font-size: 14px;
    font-family: Microsoft Yahei;
    font-weight: 800;
    color: #424242;
    line-height: 57px;
  }
  .hzgy-right-text {
    width: 1036px;
    float: right;
    display: none;
  }
  .hzgy-right-text img {
    width: 1036px;
    height: 436px;
  }
  .hzgy-text {
    width: 963px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 1px;
    position: relative;
    top: -100px;
    margin: 0 auto;
    z-index: 200;
  }
  .hzgy-text-box {
    padding: 0px 28px 24px 28px;
    box-sizing: border-box;
    background: #ffffff;
  }
  .hzgy-text-title {
    height: 67px;
    font-size: 18px;
    font-family: Microsoft Yahei;
    font-weight: 800;
    color: #424242;
    line-height: 67px;
    text-align: left;
  }
  .hzgy-text-title span::after {
    content: "";
    width: 174px;
    height: 8px;
    background: linear-gradient(90deg, rgba(0, 150, 103, 0) 0%, #25c884 100%);
  }
  .hzgy-text-content {
    font-size: 14px;
    font-family: Microsoft Yahei;
    color: rgba(0, 4, 26, 0.7);
    line-height: 26px;
    text-align: left;
  }
  .hzgy-text-graph {
    position: relative;
    right: 0px;
    top: -275px;
    z-index: 100;
  }
  .hzgy-text-graph div {
    width: 245px;
    height: 210px;
    background-color: #25c884;
    float: right;
  }
  .active-title {
    background-image: url("../../images/xwzx/backGreen.png");
    font-size: 16px;
    font-family: Microsoft Yahei;
    font-weight: 800;
    color: #ffffff;
    line-height: 57px;
  }
  .active-title a {
    color: #ffffff;
  }
  .block {
    display: block;
  }
}


@media only screen and (max-width: 768px) {
  .hzgy-box {
    width: 100%;
  }
  .hzgy-title {
    display: none;
  }
  .hzgy-content {
    text-align: center;
  }
  .hzgy-left-list {
    height:48px;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  } 
  .hzgy-list-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;
  }
  .active-title a {
    color: #25C884;
  }
  .hzgy-right-text {
    display: none;
  }
  .block {
    display: block;
  }
  .hzgy-text-title {
    height: 67px;
    font-size: 18px;
    font-family: Microsoft Yahei;
    font-weight: 800;
    color: #424242;
    line-height: 67px;
    text-align: left;
  }
  .hzgy-text-content {
    text-align: left;
  } 
  .hzgy-text-content>p {
    font-size: 16px;
    font-family: Microsoft Yahei;
    font-weight: 400;
    color: rgba(0, 4, 26, 0.7);
    text-align: left;
    margin-bottom: 20px;
  }
} 