.homePage-htzx-info-income {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 140px;
}
.homePage-htzx-info-income .line-block {
  width: 50%;
  height: 100%;
}
.homePage-htzx-info-income .line-block .block {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homePage-htzx-info-income .line-block .block .block-img {
  height: 40px;
  width: 40px;
  margin-right: 20px;
}
.homePage-htzx-info-income .line-block .block .block-img .img {
  margin: 8px;
  width: 25px;
}
.homePage-htzx-info-income .line-block .block .block-text .block-text-num {
  font-weight: bold;
  font-size: 21px;
}
.homePage-htzx-info-income .line-block .block .block-text .block-text-content {
  color: #C0C4CC;
  font-size: 16px;
}

