body {
  background-color: #FBFBFB;
}
/* 1. */
.hyzx-industryBox {
  padding: 25px;
}
.industryBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.industryBoxfirst {
  border-top: 2px solid #ccc;
}
.industryBoxLeft > img {
  border-radius: 10px;
  border: 1px solid #ccc;
}
.zx-rightCard {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  /* border-top: 2px solid #ccc; */
}
.rightCardFont {
  font-size: 14px !important;
  padding: 10px 0;
}
.rightCard div:last-child {
  margin-top: 10px;
}
.zxList {
  width: 65%;
}
/* 2. */
.browseBox {
  width: 65%;
  height: 207px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.browseBox > div {
  /* align-items: start; */
}
.browse {
  display: flex;
  justify-content: space-between;
}
.browseLeftText {
  font-size: 18px;
}
/* 3.   */
.flexBox {
  display: flex;
  justify-content: space-between;
}