/* 企业风采 */
.contentDiv {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}

.div_child {
  width: 280px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  margin-right: 26px;
  margin-bottom: 30px;
}

.div_child:nth-child(4n) {
  margin-right: 0;
}

.imgBox {
  width: 260px;
  height: 180px;
  margin: 10px;
}

.imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.name_right {
  display: block;
  width: 260px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  color: #999999;
  margin-top: 17px;
}