.new-hot-box::before {
  content: "  ";
  position: absolute;
  bottom: 50px;
  left: 48px;
  width: 667px;
  height: 231px;
}
.new-hot-box .title-box {
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto 0;
  height: 80px;
}
.new-hot-box .title-box h2.title {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
.new-hot-box .title-box img {
  top: 50%;
}
.new-hot-box .new-hot-main {
  width: 1100px;
  margin-top: 30px;
}
/* 直播模块 */
.live-box {
  width: 100%;
  height: auto;
  min-height: 1000px;
  padding-bottom: 80px;
  position: relative;
  padding-top: 1px;
}
.live-box::after {
  content: "  ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 950px;
  z-index: -1;
  background: #fff url('../../images/live-bg.png') center top no-repeat;
}
.live-box .lives {
  position: absolute;
  bottom: 129px;
  left: 14px;
  width: 212px;
  height: 561px;
}
.live-box .contaier {
  margin-top: 0px;
  width: 1200px;
  position: relative;
}
.live-date {
  width: 1200px;
  margin: 44px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.live-date span {
  display: inline-block;
  font-size: 16px;
  color: #666;
  text-align: center;
  width: 113px;
  height: 32px;
  line-height: 32px;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-right: 20px;
  cursor: pointer;
}
.live-date span.active {
  font-weight: bold;
}
.live-date a.more {
  width: 35px;
  height: 18px;
}
.live-type {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 145px;
  left: -120px;
}
.live-type span {
  font-size: 18px;
  text-align: center;
  color: #666;
  width: 82px;
  height: 28px;
  line-height: 28px;
  border: 2px solid #CCCCCC;
  border-radius: 2px;
  border-radius: 5px;
  cursor: pointer;
}
.live-type span + span {
  margin-top: 10px;
}
.live-type span.active {
  font-weight: bold;
}
