article {
  padding-top: 29px;
}
article .company_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 613px;
  margin: 34px auto 0;
}
article .company_list li {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 298px;
  height: 164px;
  margin-bottom: 14px;
  background-color: #f5faff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 20px #d4e3ff;
}
article .company_list li span {
  color: #000000;
  font-size: 16px;
}
article .swiper {
  margin-top: 70px;
}
