.item_box_ver {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: stretch !important;
}
.item_box_ver > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.item_box_ver > li:nth-child(n) {
  margin-top: 0;
}
.item_box_ver > li:nth-child(n)::after {
  display: block;
}
.item_box_ver > li:nth-child(n + 5) {
  margin-top: 30px;
}
.item_box_ver > li:nth-child(5) {
  margin-top: 0;
}
.item_box_ver > li:nth-child(5n)::after,
.item_box_ver > li:last-child::after {
  display: none;
}
.item_box_ver > li a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_ver {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_ver > li:nth-child(n)::after {
    display: block;
  }
  .item_box_ver > li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .item_box_ver > li:nth-child(3) {
    margin-top: 0;
  }
  .item_box_ver > li:nth-child(3n)::after,
  .item_box_ver > li:last-child::after {
    display: none;
  }
  .item_box_ver > li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_ver {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_ver > li:nth-child(n)::after {
    display: block;
  }
  .item_box_ver > li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .item_box_ver > li:nth-child(2) {
    margin-top: 0;
  }
  .item_box_ver > li:nth-child(2n)::after,
  .item_box_ver > li:last-child::after {
    display: none;
  }
  .item_box_ver > li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item_box_ver li a {
  transition: all 0.3s ease;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  padding: 20px;
}
.item_box_ver li h6 {
  margin-bottom: 10px;
}
.item_box_ver li i {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.item_box_ver li i.s1 {
  background-image: url('../images/zscqbh_icon1.png');
}
.item_box_ver li i.s2 {
  background-image: url('../images/zscqbh_icon2.png');
}
.item_box_ver li i.s3 {
  background-image: url('../images/zscqbh_icon3.png');
}
.item_box_ver li i.s4 {
  background-image: url('../images/zscqbh_icon4.png');
}
.item_box_ver li i.s5 {
  background-image: url('../images/zscqbh_icon5.png');
}
.item_box_ver li span {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
}
.item_box_ver li p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: -0.1em;
  color: #666666;
}
.item_box_ver li a:hover i {
  transform: rotateY(360deg);
}
.item_box_ver li a:hover span {
  color: #ba2a1d;
  text-decoration: underline;
}
