.sp_main .img {
  position: relative;
}
.sp_main .img::after {
  content: url(../images/35.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sp_main .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}
.sp_main .bot {
  padding: 0 15px;
}
.sp_main .bot .xx {
  padding: 50px 30px 20px;
  transform: translateY(-30px);
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.sp_main .bot .xx h5 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  height: 52px;
  color: #333;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sp_main .bot .xx h6 {
  margin: 0;
  font-size: 14px;
  color: #999999;
}
.sp_main .bot .xx h6 span {
  display: inline-block;
  margin-right: 7px;
}
.sp_main .bot .xx h6 img {
  vertical-align: initial;
  margin-right: 3px;
}
.sp_main .bot .xx h6 i {
  float: right;
  color: #0a0a0a;
  transition: 0.4s;
}
.sp_main a:hover .img::before {
  opacity: 0;
}
.sp_main a:hover .xx h5 {
  color: #ffe100;
}
.sp_main a:hover .xx h6 i {
  color: #ffe100;
}

@media (max-width: 1199px) {
  .sp_main .bot .xx {
    padding: 20px;
  }
  .sp_main .bot .xx h5 {
    margin-bottom: 30px;
    font-size: 18px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .sp_main .row {
    margin: 0 -7.5px;
  }
  .sp_main .row .col-md-4 {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
  .sp_main .bot {
    padding: 0;
  }
  .sp_main .bot .xx {
    padding: 10px;
    transform: translateY(0px);
  }
  .sp_main .bot .xx h5 {
    margin-bottom: 10px;
    font-size: 14px;
    height: 30px;
  }
  .sp_main .bot .xx h6 span {
    display: block;
  }
  .sp_main .bot .xx h6 i {
    display: none;
  }
}

/*# sourceMappingURL=shipin.css.map */
