.sports-news-list-warpper::before {
  content: "  ";
  position: absolute;
  top: 8px;
  left: 128px;
  width: 701px;
  height: 239px;
}
.sports-news-list-warpper::after {
  content: "  ";
  position: absolute;
  bottom: -280px;
  right: 0px;
  width: 667px;
  height: 231px;
}
.sports-news-box {
  width: 1200px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}
.sports-news-list {
  width: 720px;
}
.sports-news-list .no-list-text {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.sports-news-list .sports-hot-news {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 41px;
}
.sports-news-list .sports-hot-news .sports-news-cover {
  width: 291px;
  height: 163px;
  background: url('../../images/default.jpg') left top no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.sports-news-list .sports-hot-news .sports-news-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sports-news-list .sports-hot-news .sports-news-cover span {
  position: absolute;
  left: 19px;
  top: 22px;
  font-size: 12px;
  color: #fff;
  padding: 5px 11px;
  border-radius: 4px;
}
.sports-news-list .sports-news-info {
  flex: 1;
  max-width: 400px;
  margin-left: 40px;
}
.sports-news-list .sports-news-info a.title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sports-news-list .sports-news-info p.desc {
  font-size: 14px;
  height: 66px;
  line-height: 22px;
  overflow: hidden;
  color: #666;
  margin: 28px 0;
}
.sports-news-list .sports-news-info .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.sports-news-list .sports-news-info .info .hot-num > .eye-icon {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-right: 8px;
}
.sports-news-list dl {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.sports-news-list dt {
  text-align: center;
}
.sports-news-list dt h2.date {
  font-size: 67px;
  line-height: 53px;
  color: #333;
  margin-bottom: 8px;
}
.sports-news-list dt h2.day {
  font-size: 16px;
  color: #333;
}
.sports-news-list dd {
  width: 628px;
  margin-left: 21px;
}
.sports-news-list dd a.title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 18px;
}
.sports-news-list dd p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
}
/* 相关信息 */
.sports-news-other {
  flex: 1;
  max-width: 400px;
  margin-left: 80px;
}
.sports-news-other .sprots-news-list {
  margin-bottom: 40px;
}
.sports-news-other .sprots-news-list .base-title-box {
  margin-bottom: 24px;
}
