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



/*
 *@description:通知公告 
 *@author: liangtian 
 *@date: 2020-08-05 15:47:18
*/
.notice-wrap {
  width: 100%;
  height: 164px;
}

.notice-wrap .notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.notice-wrap .notice > div {
  width: 556px;
  height: 126px;
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.notice-wrap .notice > div .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  border-bottom: 1px solid #f3f3f3;
  padding: 0 25px;
}

.notice-wrap .notice > div .title i {
  font-weight: bold;
  color: #f46248;
  margin-right: 10px;
}

.notice-wrap .notice > div .title span {
  font-size: 15px;
}

.notice-wrap .notice > div .ul-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 80px;
  overflow: hidden;
  padding: 12px 25px;
}

.notice-wrap .notice .notice-l .ul-box ul {
  height: 100%;
  overflow: hidden;
}

.notice-wrap .notice .notice-l .ul-box ul li {
  width: 100%;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.notice-wrap .notice .notice-r .title i {
  font-size: 25px;
}

.notice-wrap .notice .notice-r .ul-box ul {
  height: 100%;
  overflow: hidden;
}

.notice-wrap .notice .notice-r .ul-box ul li {
  width: 100%;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.notice-wrap .page {
  width: 54px;
  height: 30px;
  border: 1px solid #e3463f;
  position: absolute;
  top: 8px;
  right: 8px;
}

.notice-wrap .page .layui-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.notice-wrap .page .layui-box a {
  width: 50%;
  padding: 0;
  height: auto;
  line-height: unset;
  margin: 0;
  border: 0;
  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;
}

.notice-wrap .page .layui-box a i {
  font-size: 15px;
  color: #e3463f;
}

.notice-wrap .page .layui-box .layui-disabled i {
  color: #a9a9a9;
}

/*
 *@description:正在进行
 *@author: liangtian 
 *@date: 2020-08-05 16:20:55
*/
.now-live-wrap {
  margin-bottom: 20px;
}

.main-content {
  padding-bottom: 10px;
  overflow: hidden;
}

.global-title {
  position: relative;
}

.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 span i {
  font-size: 18px;
  color: #ff583d;
  margin-right: 2px;
}

.content-item .item-info .class-type {
  display: inline-block;
  width: 51px;
  height: 20px;
  background: rgba(255, 88, 61, 0.08);
  border-radius: 3px;
  position: absolute;
  bottom: 15px;
  right: 14px;
  color: #ff583d;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
}

.content-item .school-name {
  padding-left: 45px;
  color: #999;
  font-size: 13px;
}

.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 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 {
  width: 74px;
  height: 26px;
  background: #313131;
  opacity: 0.8;
  border-radius: 0px 10px 10px 0px;
}

/*
 *@description:精彩展示 
 *@author: liangtian 
 *@date: 2020-08-05 17:08:46
*/
.history-live-wrap {
  margin-bottom: 20px;
}

.content-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-ul li:last-child {
  margin-right: 0;
}

/*
 *@description:名师风采 
 *@author: liangtian 
 *@date: 2020-08-05 17:16:30
*/
.teacher-content-wrap {
  margin-bottom: 150px;
}

.teacher-ul {
  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;
}

.teacher-ul .teacher-item {
  width: 222px;
  height: 222px;
  border-radius: 10px;
  margin-right: 22px;
  position: relative;
}

.teacher-ul .teacher-item:last-child {
  margin-right: 0;
}

.teacher-ul .teacher-item:hover p span {
  color: #e3463f;
}

.teacher-ul .teacher-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
}

.teacher-ul .teacher-item p {
  width: 100%;
  position: absolute;
  height: 58px;
  background: rgba(27, 27, 27, 0.6);
  border-radius: 0 0 10px 10px;
  bottom: 0;
  z-index: 2020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.teacher-ul .teacher-item p span {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.teacher-ul .teacher-item p b {
  font-size: 17px;
  font-weight: 400;
}

/*
 *@description:学科占比进度新增处理
 *
*/
.progress {
  display: inline-block;
  width: 140px;
  height: 20px !important;
  border-radius: 9px;
  background: #E6E7E8;
  padding: 0 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin-right: 60px;
}

.progress .case-a {
  position: relative;
  z-index: 2;
  color: #494949 !important;
}

.progress .bar {
  position: absolute;
  height: 100%;
  border-radius: 9px;
  left: 0;
  top: 0;
  width: 0%;
  -webkit-transition: width 1s linear;
  transition: width 1s linear;
}

.subject dl {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.subject dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}

.subject .case {
  display: inline-block;
  margin-bottom: 8px;
}

.subject em {
  display: none;
  position: absolute;
  right: -40px;
  top: 2px;
}

.period .progress .bar {
  background: #B3B9E2;
}

.course .progress .bar {
  background: #E1C3EA;
}