.zyhk-equipment {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.zyhk-equipment img {
  width: 100%;
  margin-bottom: 10px;
}

.device {
  display: block;
  margin-bottom: 20px;
}
.device img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.device > div {
  text-align: center;
}
.team {
  display: flex;
  background: #eff1f5;
  margin-bottom: 20px;
}
.team img {
  display: block;
  width: 188px;
  height: 250px;
}
.team .desc {
  padding: 20px;
}
.team .desc > div {
  line-height: 32px;
}

.team .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
