@charset "UTF-8";
/*
 *@description:顶部插图 
 *@author: liangtian 
 *@date: 2020-08-03 13:06:52
*/
.illustration-wrap {
  width: 100%;
  height: 340px;
  background: url("../images/banner.png") no-repeat center/100% 100%;
}

/*
   *@description:公开/密码/需登录
   *@author: liangtian 
   *@date: 2020-08-03 13:51:08
  */
.tag-tip-np {
  position: absolute;
  top: 16px;
  left: 0;
  width: 75px;
  height: 26px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
}

.live-type-p {
  background: url("../images/icon-tag.png") no-repeat center/cover !important;
}

.live-type-n {
  background: url("../images/icon-tag2.png") no-repeat center/cover !important;
}

.live-type-l {
  background: url("../images/icon-tag3.png") no-repeat center/cover !important;
}

/*
 *@description: 正在进行 && 即将开始
 *@author: liangtian 
 *@date: 2020-08-03 13:23:32
*/
.main-content {
  padding-bottom: 10px;
  overflow: hidden;
}

.now-live-wrap {
  margin-bottom: 20px;
}

.future-live-wrap {
  margin-bottom: 20px;
}

.content-item .live-state {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 76px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ff583d;
  border-radius: 0 5px 0 0;
}

.content-item .live-state > span {
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
  color: #fff;
}

.content-item .item-info h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-item .item-info h5 p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 !important;
}

.content-item .item-info h5 img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 6px;
}
.content-item .school-name {
  padding-left: 45px;
  color: #999;
  font-size: 13px;
}

.global-title {
  position: relative;
}

.swiper-button {
  width: 75px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 55px;
}

.swiper-button > div {
  width: 30px;
  height: 30px;
  position: relative;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  margin-top: 0;
  border: 1px solid #e3463f;
  background-image: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-button > div i {
  color: #e3463f;
  font-size: 14px;
  font-weight: bold;
}

/*
 *@description:精彩回放 
 *@author: liangtian 
 *@date: 2020-08-03 15:07:07
*/
.content-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-ul .content-item {
  margin-bottom: 25px;
}

.content-ul .content-item:nth-of-type(4n) {
  margin-right: 0;
}

.content-ul .content-item .tag-tip {
  width: 75px !important;
}

.history-time {
  background: #e2e2e2 !important;
  color: #a1a1a1 !important;
}
