.item_box_img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1vw;
  margin-right: -1vw;
}
.item_box_img2 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 1vw;
  padding-right: 1vw;
}
.item_box_img2 > li:nth-child(n) {
  margin-top: 0;
}
.item_box_img2 > li:nth-child(n + 3) {
  margin-top: 2vw;
}
.item_box_img2 > li:nth-child(3) {
  margin-top: 0;
}
.item_box_img2 > li a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item_box_img2 li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 2vw;
  transition: all 0.3s;
  background-color: #ffffff;
  box-shadow: 0vw 0.677vw 1.51vw 0vw rgba(216, 216, 216, 0.24);
}
.item_box_img2 li a .img {
  overflow: hidden;
  width: 100%;
  height: 25.2vw;
}
.item_box_img2 li a img {
  transition: all 0.3s;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.item_box_img2 li a h6 {
  margin-top: 1vw;
  transition: all 0.3s;
  font-size: 1.142vw;
  font-weight: normal;
  color: #32334b;
  width: 100%;
  text-align: center;
}
.item_box_img2 li:hover img {
  transform: scale(1.05);
}
.item_box_img2 li:hover h6 {
  color: #4989ff;
}
