.spBox {
  width: 9.2rem;
  margin: 0.66666667rem auto;
}
.spBox .spList li {
  width: 100%;
  margin-bottom: 0.53333333rem;
  display: none;
}
.spBox .spList li:last-child {
  margin-bottom: 0;
}
.spBox .spList li a {
  display: block;
  width: 100%;
  height: 100%;
}
.spBox .spList li a .pic {
  height: 5.17333333rem;
  background: #254271;
  position: relative;
}
.spBox .spList li a .pic::before {
  content: '';
  display: block;
  width: 0.85333333rem;
  height: 0.74666667rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  background: url(../images/sp_player.png) center center no-repeat;
  background-size: 100% 100%;
}
.spBox .spList li a .textBox {
  background: #969696;
  padding: 0.22666667rem 0.58666667rem 0.42666667rem 0.45333333rem;
}
.spBox .spList li a .textBox .tit {
  font-size: 0.4rem;
  color: #fff;
}
.spBox .spList li a .textBox .text {
  font-size: 0.32rem;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.29333333rem;
  text-align: justify;
}
.spBox .more {
  margin: 0.53333333rem 0 0.8rem;
  height: 0.93333333rem;
  background: #f2f2f2;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.34666667rem;
}
.spBox .more img {
  width: 0.29333333rem;
  height: 0.24rem;
  margin-left: 0.13333333rem;
}
