.index {
  min-width: 320px;
  max-width: 100%;
}
.index .areaBox {
  width: 100%;
  max-width: 1200px;
  height: 120px;
  margin: 22px auto 0;
  background-color: #eff4f3;
  position: relative;
  display: flex;
  align-items: center;
}
.index .areaBox .areaBoxTit {
  position: absolute;
  font-size: 40px;
  color: #b51b28;
  font-weight: bold;
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
}
.index .areaBox ul {
  position: absolute;
  left: 270px;
  width: 64%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.index .areaBox ul li {
  width: auto;
  min-width: 80px;
  text-align: center;
  color: #b51b28;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 10px;
  transition: all 0.3s ease;
}
.index .lunBoBox {
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: 405px;
  margin: 18px auto 0;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.index .lunBoBox .leftBox {
  width: 670px;
  height: 405px;
  display: block;
}
.index .lunBoBox .leftBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index .lunBoBox .rightBox {
  width: 508px;
  height: 405px;
  display: 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: calc(100% - 20px);
  max-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: 100%;
  max-width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}

.index .zhaoPin1 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.index .noticeBox {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  height: 320px;
  display: flex;
  flex-direction: row;
  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: 100%;
  max-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: 100%;
  max-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: 100%;
  max-width: 1200px;
  height: auto;
  min-height: 695px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.index .contentBox .Box {
  width: 46%;
  height: auto;
  min-height: 550px;
  overflow: visible;
  position: relative;
}
.index .contentBox .Box span {
  position: absolute;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  top: 8px;
  left: 26px;
  z-index: 2;
}
.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;
  z-index: 2;
}
.index .contentBox .Box ul {
  width: 100%;
  position: relative;
  top: 45px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.index .contentBox .Box ul li {
  width: 100%;
  height: 44px;
  min-height: 44px;
  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;
  z-index: 1;
}
.index .contentBox .Box ul li .moreLiTime {
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 1;
}
.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;
}

/* 响应式媒体查询 */
@media (max-width: 768px) {
  .index .lunBoBox {
    flex-direction: column;
    gap: 20px;
  }
  
  .index .lunBoBox .leftBox {
    width: 100%;
    height: 300px;
    min-height: 300px;
    overflow: hidden;
    max-width: 100%;
  }
  
  .index .lunBoBox .leftBox .layui-carousel {
    height: 100% !important;
  }
  
  .index .lunBoBox .rightBox {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  
  .index .course .courseLunBo .lunBox img {
    width: calc(50% - 10px);
    height: 120px;
    max-width: calc(50% - 10px);
  }
  
  .index .auditionBox .audition .lunBox img {
    width: calc(50% - 10px);
    height: 120px;
    max-width: calc(50% - 10px);
  }
  
  .index .lunBoBox .rightBox .rightBoxTit {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
  }
  
  .index .lunBoBox .rightBox ul {
    width: 100%;
    height: auto;
    max-height: 320px;
    max-width: 100%;
  }
  
  .index .lunBoBox .rightBox ul li .calendarBox {
    font-size: 12px;
  }
  
  .index .noticeBox {
    flex-direction: column;
    height: auto;
    gap: 20px;
  }
  
  .index .noticeBox .notice {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-width: 100%;
  }
  
  .index .areaBox {
    height: auto;
    min-height: 100px;
    flex-direction: column;
    padding: 15px;
  }
  
  .index .areaBox .areaBoxTit {
    position: relative;
    font-size: 28px;
    left: auto;
    top: auto;
    transform: none;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .index .areaBox ul {
    position: relative;
    left: auto;
    width: 100%;
    justify-content: center;
    gap: 8px;
  }
  
  .index .areaBox ul li {
    font-size: 16px;
    padding: 6px 10px;
    min-width: 60px;
  }
  
  .index .noticeBox .notice span {
    font-size: 16px;
  }
  
  .index .noticeBox .notice img {
    width: 120px;
    height: auto;
  }
  
  .index .course img {
    width: 120px;
    height: auto;
  }
  
  .index .auditionBox img {
    width: 120px;
    height: auto;
  }
  
  .index .contentBox .Box span {
    font-size: 16px;
  }
  
  .index .contentBox .Box ul li .moreLiTit {
    font-size: 14px;
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
  
  .index .contentBox .Box ul li .moreLiTime {
    font-size: 12px;
    right: 10px;
  }
  
  .index .contentBox {
    flex-direction: column;
    height: auto;
    gap: 40px;
  }
  
  .index .contentBox .Box {
    width: 100%;
    height: auto;
    min-height: 520px;
    overflow: visible;
  }
  
  .index .contentBox .Box img {
    width: 120px;
    height: auto;
  }
  
  .index .contentBox .Box ul {
    margin-bottom: 25px;
    top: 40px;
  }
}

@media (max-width: 576px) {
  .index .lunBoBox .leftBox {
    height: 250px;
    min-height: 250px;
    width: 100%;
    max-width: 100%;
  }
  
  .index .course .courseLunBo .lunBox img {
    width: calc(100% - 10px);
    height: 100px;
    max-width: calc(100% - 10px);
  }
  
  .index .auditionBox .audition .lunBox img {
    width: calc(100% - 10px);
    height: 100px;
    max-width: calc(100% - 10px);
  }
  
  .index .areaBox {
    min-height: 90px;
    padding: 12px;
  }
  
  .index .areaBox .areaBoxTit {
    font-size: 24px;
    margin-bottom: 12px;
  }
  
  .index .areaBox ul {
    gap: 6px;
  }
  
  .index .areaBox ul li {
    font-size: 14px;
    padding: 5px 8px;
    min-width: 50px;
  }
  
  .index .lunBoBox .rightBox .rightBoxTit {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }
  
  .index .lunBoBox .rightBox ul li .calendarBox {
    font-size: 11px;
  }
  
  .index .noticeBox .notice span {
    font-size: 14px;
  }
  
  .index .noticeBox .notice img {
    width: 120px;
    height: auto;
  }
  
  .index .course img {
    width: 120px;
    height: auto;
  }
  
  .index .auditionBox img {
    width: 120px;
    height: auto;
  }
  
  .index .contentBox .Box span {
    font-size: 14px;
  }
  
  .index .contentBox .Box ul li .moreLiTit {
    font-size: 12px;
    width: calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
  
  .index .contentBox .Box ul li .moreLiTime {
    font-size: 11px;
    right: 5px;
  }
  
  .index .contentBox {
    gap: 30px;
  }
  
  .index .contentBox .Box {
    min-height: 480px;
    overflow: visible;
  }
  
  .index .contentBox .Box img {
    width: 120px;
    height: auto;
  }
  
  .index .contentBox .Box ul {
    margin-bottom: 20px;
    top: 35px;
  }
}
