.item_box_img {
  margin-left: -20px;
  margin-right: -20px;
}
.item_box_img::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_img > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
.item_box_img > li:nth-child(n) {
  margin-top: 0;
}
.item_box_img > li:nth-child(n + 3) {
  margin-top: 35px;
}
.item_box_img > li:nth-child(3) {
  margin-top: 0;
}
.item_box_img a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_img {
    margin-left: -20px;
    margin-right: -20px;
  }
  .item_box_img::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_img > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .item_box_img > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img > li:nth-child(n + 2) {
    margin-top: 35px;
  }
  .item_box_img > li:nth-child(2) {
    margin-top: 0;
  }
  .item_box_img a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_img {
    margin-left: -20px;
    margin-right: -20px;
  }
  .item_box_img::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_img > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .item_box_img > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img > li:nth-child(n + 1) {
    margin-top: 35px;
  }
  .item_box_img > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_img a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item_box_img li a {
  display: block;
  box-sizing: border-box;
}
.item_box_img li a .img {
  box-sizing: border-box;
  width: 100%;
  height: 160px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(216, 216, 216, 0.5);
  border: 8px solid #fff;
  overflow: hidden;
}
.item_box_img li a img {
  transition: all 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.item_box_img li a h6 {
  margin-top: 18px;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
}
.item_box_img li:hover img {
  transform: scale(1.05);
}
.item_box_img li:hover h6 {
  font-weight: bold;
  color: #bf191b;
}
