body{
  width: 100%;
  min-width: 1200px;
}
.sp-box {
  width: 1200px;
  margin: 0 auto;
  padding: 45px 25px;
  box-sizing: border-box;
}
.sp-box .sp-title-box {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: #d4d3d4 2px solid;
  margin-top: 60px;
}
.sp-box .sp-title-box:first-child {
  margin-top: unset;
}
.sp-box .sp-title-box .sp-title {
  padding-left: 17px;
  font-weight: bold;
  font-size: 20px;
  border-left: #b1181a 8px solid;
}
.sp-box .sp-title-box .sp-more {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s;
}
.sp-box .sp-title-box .sp-more a {
  color: #bf2233;
}
.sp-box .sp-title-box .sp-more a:hover {
  color: #c39159;
}
.sp-box .sp-cont-box {
  margin-top: 30px;
}
.sp-box .sp-cont-box .sp-item {
  width: 260px;
  height: 150px;
  position: relative;
  margin: 0 0 20px 35px;
}
.sp-box .sp-cont-box .sp-item .sp-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
}
.sp-box .sp-cont-box .sp-item .sp-mask img {
  width: 45px;
  height: 45px;
  display: block;
  margin: auto;
  margin-top: 35px;
}
.sp-box .sp-cont-box .sp-item:first-child .sp-mask img{
  width: 85px;
  height: 85px;
  display: block;
  margin: auto;
}
.sp-box .sp-cont-box .sp-item:first-child {
  width: 554px;
  height: 320px;
  margin-left: unset;
}
.sp-box .sp-cont-box .sp-item:first-child p {
  font-size: 20px;
}
.sp-box .sp-cont-box .sp-item:nth-child(6) {
  margin-left: unset;
}
.sp-box .sp-cont-box .sp-item img {
  width: 100%;
  height: 100%;
}
.sp-box .sp-cont-box .sp-item p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 16px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/*# sourceMappingURL=sp.css.map */
