.all-leagues-news-box::before,
.basketball-news-box::before,
.football-news-box::before {
  content: "  ";
  position: absolute;
  bottom: 50px;
  left: 170px;
}
.all-leagues-news-box::before {
  width: 1221px;
  height: 170px;
}
.basketball-news-box::before {
  left: 240px;
  width: 1147px;
  height: 168px;
}
.football-news-box::before {
  left: 340px;
  width: 939px;
  height: 168px;
}
.basketball-news-box::after,
.football-news-box::after,
.all-leagues-news-box::after {
  display: none;
  content: "  ";
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 551px;
  height: 231px;
  z-index: 5;
}
.banner-box .title-box {
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto 0;
  height: 80px;
}
.banner-box .title-box h2.title {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
.banner-box .title-box img {
  top: 50%;
}
.banner-box .new-hot-main {
  width: 1100px;
  margin-top: 20px;
}
.information-warpper {
  padding: 0.1px 0;
  background-size: contain;
  position: relative;
  background: url('../../images/all-leagues-bg.jpg') center bottom no-repeat;
}
.information-warpper.basketball-information-warpper {
  background: url('../../images/basketball-bg.jpg') center bottom no-repeat;
}
.information-warpper.football-information-warpper {
  background: url('../../images/football-bg.jpg') center bottom no-repeat;
}
.information-warpper::before {
  content: " ";
  display: block;
  position: absolute;
  left: 4px;
  top: 208px;
  width: 225px;
  height: 680px;
}
.information-warpper {
  min-height: 1000px;
}
.information-box {
  width: 1200px;
  margin: 30px auto 0;
  position: relative;
  z-index: 10;
}
.information-box .information-box-item {
  margin-bottom: 80px;
}
.information-box .information-box-item .information-item {
  width: 380px;
}
