.spxw-content {
  margin-top: 20px;
  border-bottom: 1px solid #979797;
}
.spxw-content .titlebox {
  position: relative;
  display: flex;
  align-items: center;
  color: #2C73AC;
}
.spxw-content .titlebox .thetitle {
  margin: 1em 8px;
  font-size: 24px;
}
.spxw-content .titlebox .morebtn {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}
.spxw-content .splist {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.spxw-content .spbox {
  margin-right: 20px;
  padding-bottom: 20px;
  width: 224px;
}
.spxw-content .spbox:nth-child(5n) {
  margin-right: 0;
}
.spxw-content .thesp {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.spxw-content .thesp:hover {
  color: #2C73AC;
}
.spxw-content .thesp .cover {
  width: 100%;
  height: 398px;
  border-radius: 3px;
}
.spxw-content .thesp .title {
  margin: 1em 0;
  width: 100%;
  font-weight: 400;
}
