.index {
  min-width: 1200px;
}
.index .areaBox {
  width: 1200px;
  height: 120px;
  margin: 22px auto 0;
  background-color: #eff4f3;
  position: relative;
}
.index .areaBox .areaBoxTit {
  position: absolute;
  font-size: 40px;
  color: #b51b28;
  font-weight: bold;
  top: 33px;
  left: 38px;
}
.index .areaBox ul {
  position: absolute;
  left: 270px;
  width: 64%;
  display: flex;
  flex-wrap: wrap;
}
.index .areaBox ul li {
  width: 12%;
  text-align: center;
  color: #b51b28;
  font-size: 20px;
  line-height: 60px;
  cursor: pointer;
  font-weight: bold;
}
.index .lunBoBox {
  width: 1200px;
  height: 405px;
  margin: 18px auto 0;
  position: relative;
}
.index .lunBoBox .leftBox {
  width: 670px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.index .lunBoBox .leftBox img {
  width: 100%;
  height: 100%;
}
.index .lunBoBox .rightBox {
  width: 508px;
  height: 100%;
  margin-left: 18px;
  display: inline-block;
}
.index .lunBoBox .rightBox .rightBoxTit {
  width: 200px;
  height: 55px;
  background-color: #be2029;
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 55px;
  font-weight: bold;
}
.index .lunBoBox .rightBox .heng {
  width: 100%;
  height: 1px;
  background-color: #f7c55d;
}
.index .lunBoBox .rightBox ul {
  width: 508px;
  height: 320px;
  overflow: hidden;
  overflow-y: scroll;
}
.index .lunBoBox .rightBox ul li {
  width: 100%;
  height: 65px;
  background-color: #eee;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.index .lunBoBox .rightBox ul li .calendarBox {
  position: absolute;
  top: 13px;
  text-indent: 8px;
  font-size: 14px;
  width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.index .lunBoBox .rightBox ul li .calendarBox1 {
  top: 33px;
  color: #ef1e43;
  /*white-space: pre-wrap;*/
}
.index .zhaoPin1 {
  width: 1200px;
  margin: 20px auto;
}
.index .noticeBox {
  width: 1200px;
  margin: 30px auto;
  height: 320px;
  display: flex;
  justify-content: space-between;
}
.index .noticeBox .notice {
  width: 380px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.index .noticeBox .notice span {
  position: absolute;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  top: 8px;
  left: 26px;
}
.index .noticeBox .notice .heng1 {
  width: 100%;
  height: 2px;
  background-color: #efefef;
}
.index .noticeBox .notice .more {
  position: absolute;
  font-size: 16px;
  cursor: pointer;
  right: 0;
  top: 14px;
  color: #7f7f7f;
}
.index .noticeBox .notice ul {
  width: 100%;
  height: 264px;
  position: absolute;
  overflow: hidden;
  top: 57px;
}
.index .noticeBox .notice ul li {
  width: 100%;
  height: 42px;
  border-bottom: 2px dashed #f0f0f0;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.index .noticeBox .notice ul li i {
  position: absolute;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #bf1822;
}
.index .noticeBox .notice ul li .moreLiTit {
  position: absolute;
  top: 10px;
  left: 10px;
  white-space: pre-wrap;
  font-size: 16px;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.index .noticeBox .notice ul li .moreLiTime {
  position: absolute;
  top: 14px;
  right: 0;
}
.index .course {
  width: 1200px;
  height: 218px;
  margin: 20px auto 0;
  position: relative;
}
.index .course span {
  position: absolute;
  top: 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  left: 22px;
}
.index .course .courseMore {
  position: absolute;
  font-size: 16px;
  right: 0;
  top: 8px;
  color: #656565;
  cursor: pointer;
}
.index .course .tuBiaoHeng {
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
}
.index .course .courseLunBo {
  width: 100%;
  height: 152px;
}
.index .course .courseLunBo .layui-carousel-arrow[lay-type="sub"] {
  left: 10px !important;
  border-radius: 0 !important;
}
.index .course .courseLunBo .layui-carousel-arrow[lay-type="add"] {
  right: 0 !important;
  border-radius: 0 !important;
}
.index .course .courseLunBo .lunBox {
  display: flex;
}
.index .course .courseLunBo .lunBox img {
  display: inline-block;
  margin-left: 10px;
  width: 390px;
  height: 150px;
}
.index .auditionBox {
  width: 1200px;
  height: 264px;
  margin: 0 auto;
  position: relative;
}
.index .auditionBox span {
  position: absolute;
  top: 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  left: 22px;
}
.index .auditionBox .courseMore {
  position: absolute;
  font-size: 16px;
  right: 0;
  top: 8px;
  color: #656565;
  cursor: pointer;
}
.index .auditionBox .tuBiaoHeng {
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
}
.index .auditionBox .audition {
  width: 100%;
  height: 152px;
}
.index .auditionBox .audition .layui-carousel-arrow[lay-type="sub"] {
  left: 10px !important;
  border-radius: 0 !important;
}
.index .auditionBox .audition .layui-carousel-arrow[lay-type="add"] {
  right: 0 !important;
  border-radius: 0 !important;
}
.index .auditionBox .audition .lunBox {
  display: flex;
}
.index .auditionBox .audition .lunBox img {
  display: inline-block;
  margin-left: 10px;
  width: 390px;
  height: 150px;
}
.index .contentBox {
  width: 1200px;
  height: 695px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index .contentBox .Box {
  width: 46%;
  height: 335px;
  overflow: hidden;
  position: relative;
}
.index .contentBox .Box span {
  position: absolute;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  top: 8px;
  left: 26px;
}
.index .contentBox .Box .heng1 {
  width: 100%;
  height: 2px;
  background-color: #efefef;
}
.index .contentBox .Box .more {
  position: absolute;
  font-size: 16px;
  cursor: pointer;
  right: 0;
  top: 14px;
  color: #7f7f7f;
}
.index .contentBox .Box ul {
  width: 100%;
  position: absolute;
  top: 57px;
}
.index .contentBox .Box ul li {
  width: 100%;
  height: 42px;
  border-bottom: 2px dashed #f0f0f0;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.index .contentBox .Box ul li i {
  position: absolute;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #bf1822;
}
.index .contentBox .Box ul li .moreLiTit {
  position: absolute;
  top: 10px;
  left: 10px;
  white-space: pre-wrap;
  font-size: 16px;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.index .contentBox .Box ul li .moreLiTime {
  position: absolute;
  top: 14px;
  right: 0;
}
.index .elses .kong {
  display: block;
  margin: auto;
  width: 250px;
}
.index .elses p {
  margin-top: 15px;
  color: #ccc;
  text-align: center;
}
.index .zairu {
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-color: #201f24;
}
.index .zairu .zairuImg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -160px;
}
