/* 企业文化 */
.cultureBox {
  height: auto;
  margin: 0 auto 100px;
}
/* top */
.cultureBox .cult_top {
  height: 370px;
  display: flex;
  align-items: center;
}
.cultureBox .top_left {
  width: 600px;
  height: 370px;
  margin-right: 40px;
}
.cultureBox .top_left > img,
.cult_below .below_right .right_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cultureBox .list_box {
  flex: 1;
}
.cultureBox .list_box li {
  display: flex;
  align-items: center;
  margin-bottom: 58px;
}
.cultureBox .list_box li:last-child {
  margin-bottom: 0;
}
.list_box li .list_left {
  margin-right: 20px;
}
.list_box li .list_left .iconfont {
  font-size: 27px;
  color: #000002;
}
.list_box li .list_right .name {
  color: #283650;
  margin-bottom: 10px;
}
.list_box li .list_right .disc {
  color: #666666;
  font-size: 14px;
}
/* below */
.cultureBox .cult_below {
  margin-top: 60px;
  height: 210px;
  display: flex;
}
/* left */
.cult_below .below_left {
  width: 600px;
  height: 210px;
}

/* right */
.cult_below .below_right {
  flex: 1;
  margin-left: 40px;
}
.cult_below .below_right .right_img {
  width: 354px;
  height: 210px;
  margin: 0 auto;
}
