.content {
  width: 100%;
  margin-top: 30px;
}

.content .content-l {
  width: 66%;
}

.content .content-l .hot-cont {
  width: 100%;
}

.content .content-l .hot-cont .banner,
.content .content-l .hot-cont .hot-news {
  width: 48.486%;
}

.content .content-l .hot-cont .banner .mySwiper {
  width: 100%;
  border-radius: 6px;
}

.content .content-l .hot-cont .banner .mySwiper .swiper-button-next,
.content .content-l .hot-cont .banner .mySwiper .swiper-button-prev {
  width: 17%;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.4);
  right: -80px;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .content-l .hot-cont .banner .mySwiper .swiper-button-next::after,
.content .content-l .hot-cont .banner .mySwiper .swiper-button-prev::after {
  display: none;
}

.content .content-l .hot-cont .banner .mySwiper .swiper-button-prev {
  left: -100%;
}

.content .content-l .hot-cont .banner .mySwiper .swiper-button-prev img {
  width: 50%;
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.content .content-l .hot-cont .banner .mySwiper .swiper-pagination {
  width: auto;
  height: 12px;
  right: 5%;
  bottom: 5%;
  left: auto;
}

.content .content-l .hot-cont .banner .mySwiper .swiper-pagination span {
  width: 12px;
  height: 12px;
  margin: 0 0 0 12px;
  float: left;
  opacity: 1;
  background: #ffffff;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .content-l .hot-cont .banner .mySwiper .swiper-pagination span.swiper-pagination-bullet-active {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  background: #dc0032;
}

.content .content-l .hot-cont .banner .mySwiper .swiper-slide {
  width: 100%;
}

.content .content-l .hot-cont .banner .mySwiper .swiper-slide a {
  width: 100%;
}

.content .content-l .hot-cont .banner .mySwiper .swiper-slide a img {
  margin: 0 auto;
  object-fit: cover;
}

.content .content-l .hot-cont .banner .mySwiper:hover .swiper-button-next {
  right: 0;
}

.content .content-l .hot-cont .banner .mySwiper:hover .swiper-button-prev {
  left: 0;
}

.content .content-l .hot-cont .banner p {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-top: 15px;
}

.content .content-l .hot-cont .banner p a {
  display: inline;
  color: #e02727;
}

.content .content-l .hot-cont .hot-news h2 {
  width: 100%;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
}

.content .content-l .hot-cont .hot-news h2 a {
  display: inline;
  font-size: 22px;
  color: #dc0000;
  margin-left: 4%;
}

.content .content-l .hot-cont .hot-news h2 a:first-child {
  margin-left: 0;
}

.content .content-l .hot-cont .hot-news h2:nth-child(5) {
  padding-top: 15px;
}

.content .content-l .hot-cont .hot-news h3 {
  width: 100%;
  height: 18px;
  overflow: hidden;
  line-height: 18px;
  font-weight: normal;
}

.content .content-l .hot-cont .hot-news h3 a {
  display: inline;
  font-size: 16px;
  margin-left: 2.5%;
}

.content .content-l .hot-cont .hot-news h3 a:first-child {
  margin-left: 0;
}

.content .content-l .enroll {
  width: 100%;
  margin-top: 45px;
}

.content .content-l .enroll .table {
  width: 100%;
  background: url(../../images/kaoyan/lesson-item-line.png) no-repeat left top;
  margin-top: 15px;
  padding-top: 28px;
}

.content .content-l .enroll .table table {
  width: 100%;
}

.content .content-l .enroll .table table thead {
  background-color: #fff5f5;
  border: solid 2px #fff5f5;
  border-bottom: none;
  border-radius: 9px 9px 0 0;
}

.content .content-l .enroll .table table thead tr {
  width: 100%;
  line-height: 68px;
  height: 68px;
}

.content .content-l .enroll .table table thead tr td {
  color: #666666;
  text-align: center;
  font-size: 18px;
  padding: 0 10px;
  white-space: nowrap;
  word-break: keep-all;
}

.content .content-l .enroll .table table tbody {
  border: solid 2px #eeeeee;
  border-top: none;
  border-radius: 0 0 9px 9px;
}

.content .content-l .enroll .table table tbody tr {
  width: 100%;
  border-bottom: 1px dashed #e5e5e5;
}

.content .content-l .enroll .table table tbody tr:last-child {
  border-bottom: none;
}

.content .content-l .enroll .table table tbody td {
  text-align: center;
  padding: 15px 10px;
}

.content .content-l .enroll .table table tbody td a,
.content .content-l .enroll .table table tbody td span {
  font-size: 16px;
  line-height: 22px;
}

.content .content-l .school-news {
  width: 100%;
  margin-top: 45px;
}

.content .content-l .school-news ul {
  width: 100%;
  background: url(../../images/kaoyan/lesson-item-line.png) no-repeat left top;
  margin-top: 15px;
  padding-top: 28px;
}

.content .content-l .school-news ul li {
  width: 48.486%;
  margin-bottom: 50px;
}

.content .content-l .school-news ul li h2 span {
  position: relative;
  float: left;
  z-index: 1;
  padding-bottom: 4px;
  font-size: 20px;
  line-height: 1;
  text-indent: 3px;
}

.content .content-l .school-news ul li h2 span::after {
  display: block;
  content: '';
  width: 118%;
  height: 9px;
  background-image: linear-gradient(90deg, #f62d35 0%, #ffffff 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
    normal;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.content .content-l .school-news ul li h2 a {
  float: right;
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  padding-right: 20px;
  background: url(../../images/kaoyan/more.png) no-repeat right center;
  background-size: 17px 17px;
}

.content .content-l .school-news ul li p {
  width: 100%;
  height: 18px;
  margin-top: 5.5%;
}

.content .content-l .school-news ul li p a {
  max-width: 100%;
  height: 100%;
  float: left;
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .content-l .school-news ul .zsyx p a:first-child {
  max-width: 80%;
}

.content .content-l .school-news ul .zsyx p a:nth-child(2) {
  max-width: 80%;
  float: right;
}

.content .content-l .school-news ul .brothers p {
  height: 52px;
}

.content .content-l .school-news ul .brothers a {
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
}

@media screen and (max-width: 1440px) {
  .content .content-l .hot-cont .banner .mySwiper .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 0 0 10px;
  }

  .content .content-l .hot-cont .banner p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
  }

  .content .content-l .hot-cont .hot-news h2 {
    height: 20px;
    line-height: 20px;
  }

  .content .content-l .hot-cont .hot-news h2 a {
    font-size: 18px;
  }

  .content .content-l .hot-cont .hot-news h3 {
    height: 17px;
    line-height: 17px;
  }

  .content .content-l .hot-cont .hot-news h3 a {
    font-size: 15px;
  }

  .content .content-l .enroll {
    margin-top: 30px;
  }

  .content .content-l .enroll .table {
    margin-top: 12px;
    padding-top: 25px;
  }

  .content .content-l .enroll .table table tbody {
    border: solid 1px #eeeeee;
  }

  .content .content-l .enroll .table table thead {
    border: solid 1px #fff5f5;
  }

  .content .content-l .enroll .table table thead tr {
    line-height: 60px;
    height: 60px;
  }

  .content .content-l .enroll .table table thead tr td {
    font-size: 15px;
  }

  .content .content-l .enroll .table table tbody td {
    padding: 12px 10px;
  }

  .content .content-l .enroll .table table tbody td a,
  .content .content-l .enroll .table table tbody td span {
    font-size: 14px;
    line-height: 20px;
  }

  .content .content-l .school-news {
    margin-top: 30px;
  }

  .content .content-l .school-news ul li h2 span {
    font-size: 18px;
  }

  .content .content-l .school-news ul li h2 a {
    font-size: 12px;
    line-height: 16px;
    background: url(../../images/kaoyan/more.png) no-repeat right center;
    background-size: 16px 16px;
  }

  .content .content-l .school-news ul li p {
    height: 17px;
  }

  .content .content-l .school-news ul li p a {
    font-size: 15px;
    line-height: 17px;
  }

  .content .content-l .school-news ul .brothers p {
    height: 48px;
  }

  .content .content-l .school-news ul .brothers a {
    line-height: 25px;
  }
}

@media screen and (max-width: 1366px) {
  .content .content-l .hot-cont .banner p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }

  .content .content-l .hot-cont .hot-news h2 {
    height: 18px;
    line-height: 18px;
  }

  .content .content-l .hot-cont .hot-news h2 a {
    font-size: 16px;
  }

  .content .content-l .hot-cont .hot-news h3 {
    height: 16px;
    line-height: 16px;
  }

  .content .content-l .hot-cont .hot-news h3 a {
    font-size: 14px;
  }

  .content .content-l .enroll .table table thead tr {
    line-height: 50px;
    height: 50px;
  }

  .content .content-l .enroll .table table thead tr td {
    font-size: 14px;
  }

  .content .content-l .enroll .table table tbody td a,
  .content .content-l .enroll .table table tbody td span {
    font-size: 13px;
  }

  .content .content-l .school-news ul {
    padding-top: 25px;
  }

  .content .content-l .school-news ul li h2 span {
    font-size: 17px;
  }

  .content .content-l .school-news ul li p {
    height: 16px;
  }

  .content .content-l .school-news ul li p a {
    font-size: 14px;
    line-height: 16px;
  }
}