.gsjj_box {
  margin-top: 40px;
}
@media (min-width: 993px) {
  .gsjj_box {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.gsjj_ul {
  box-sizing: border-box;
  margin-left: 0px;
  margin-right: 0px;
}
.gsjj_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gsjj_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.gsjj_ul > li:nth-child(n) {
  margin-top: 0;
}
.gsjj_ul > li:nth-child(n)::after {
  display: block;
}
.gsjj_ul > li:nth-child(n + 3) {
  margin-top: 28px;
}
.gsjj_ul > li:nth-child(3) {
  margin-top: 0;
}
.gsjj_ul > li:nth-child(3n)::after,
.gsjj_ul > li:last-child::after {
  display: none;
}
.gsjj_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .gsjj_ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .gsjj_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .gsjj_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
  .gsjj_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .gsjj_ul > li:nth-child(n)::after {
    display: block;
  }
  .gsjj_ul > li:nth-child(n + 2) {
    margin-top: 28px;
  }
  .gsjj_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .gsjj_ul > li:nth-child(2n)::after,
  .gsjj_ul > li:last-child::after {
    display: none;
  }
  .gsjj_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .gsjj_ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .gsjj_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .gsjj_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
  .gsjj_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .gsjj_ul > li:nth-child(n)::after {
    display: block;
  }
  .gsjj_ul > li:nth-child(n + 2) {
    margin-top: 28px;
  }
  .gsjj_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .gsjj_ul > li:nth-child(2n)::after,
  .gsjj_ul > li:last-child::after {
    display: none;
  }
  .gsjj_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.gsjj_ul li {
  position: relative;
}
.gsjj_ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 2px;
  height: 81px;
  background-color: #83b2d9;
  border-radius: 1px;
  opacity: 0.2;
}
.gsjj_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 119px;
  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;
  align-items: center;
  padding: 0 60px;
}
.gsjj_ul li i {
  margin-right: 16px;
  flex-shrink: 0;
  transition: all 0.3s;
  display: block;
  width: 119px;
  height: 119px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gsjj_ul li i.s1 {
  background-image: url(../images/gsjj_icon1.png);
}
.gsjj_ul li i.s2 {
  background-image: url(../images/gsjj_icon2.png);
}
.gsjj_ul li i.s3 {
  background-image: url(../images/gsjj_icon3.png);
}
.gsjj_ul li i.s4 {
  background-image: url(../images/gsjj_icon4.png);
}
.gsjj_ul li i.s5 {
  background-image: url(../images/gsjj_icon5.png);
}
.gsjj_ul li i.s6 {
  background-image: url(../images/gsjj_icon6.png);
}
.gsjj_ul li p {
  font-size: 22px;
  font-weight: normal;
  color: #0084f7;
  margin-bottom: 15px;
}
.gsjj_ul li b {
  font-size: 54px;
  font-weight: bold;
  background: linear-gradient(to bottom, #0084f6, #00bbcc);
}
.gsjj_ul li span {
  font-size: 20px;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
}
.gsjj_ul li:hover i {
  transform: rotateY(360deg);
}
@media (max-width: 600px) {
  .gsjj_ul li a {
    padding: 0 10px;
  }
}
