#school-lecturer .school-lecturer__title {
  margin-bottom: 50px
}

#school-lecturer .school-lecturer__type-item {
  display: inline-flex;
  min-width: 126px;
  height: 46px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #f08200;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px
}

#school-lecturer .school-lecturer__type-item.is-active {
  background: #f08200;
  color: #fff
}

#school-lecturer .school-lecturer__item {
  cursor: pointer
}

#school-lecturer .school-lecturer__item:hover .school-lecturer__item-img img {
  transform: scale(1.1)
}

#school-lecturer .school-lecturer__item-img {
  position: relative;
  overflow: hidden
}

#school-lecturer .school-lecturer__item-img img {
  width: 100%;
  transition: linear .2s transform
}

#school-lecturer .school-lecturer__item-desc {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0000 48.96%, #000 98.29%);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.6px;
  padding: 40px 27px
}

#school-lecturer .school-lecturer__item-info {
  padding: 20px 27px
}

#school-lecturer .school-lecturer__item-name {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 7px
}

#school-lecturer .school-lecturer__item-job {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.6px
}

#school-lecturer .school-lecturer__item-tag {
  display: inline-flex;
  height: 29px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #f08200;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-left: 20px
}

#school-lecturer .school-lecturer-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center
}

#school-lecturer .school-lecturer-modal__container {
  width: 1040px;
  height: 600px;
  background: #fff;
  padding: 50px 60px;
  box-shadow: 0 4px 49.2px #00000026
}

#school-lecturer .school-lecturer-modal__wrapper {
  position: relative
}

#school-lecturer .school-lecturer-modal__name {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px
}

#school-lecturer .school-lecturer-modal__job {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.6px;
  margin-bottom: 30px
}

#school-lecturer .school-lecturer-modal__desc {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.6px;
  margin-bottom: 30px
}

#school-lecturer .school-lecturer-modal__main {
  height: 400px;
  overflow-y: auto;
  padding-right: 20px
}

#school-lecturer .school-lecturer-modal__change {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

#school-lecturer .school-lecturer-modal__change-prev,
#school-lecturer .school-lecturer-modal__change-next {
  cursor: pointer;
  transition: linear opacity .2s
}

#school-lecturer .school-lecturer-modal__change-prev:hover,
#school-lecturer .school-lecturer-modal__change-next:hover {
  opacity: .4
}

#school-lecturer .school-lecturer-modal__change-prev {
  margin-right: 30px
}

#school-curriculum .school-curriculum__list {
  overflow: hidden
}

#school-curriculum .school-curriculum__item {
  position: relative;
  width: 300px;
  overflow: hidden
}

#school-curriculum .school-curriculum__item.is-active {
  width: auto
}

#school-curriculum .school-curriculum__item-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0000, #000);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 30px;
  z-index: 99;
  pointer-events: none;
}

#school-curriculum .school-curriculum__item-img {
  height: 100%
}

#school-curriculum .school-curriculum__item-img img {
  /* height: 100%; */
  height: 490px;
  max-width: none
}

#school-curriculum .school-curriculum__item-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

#school-curriculum .school-curriculum__item-desc {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px
}

#school-curriculum .school-curriculum__item-content {
  line-height: 1.8;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 30px
}

#school-curriculum .school-curriculum__item-btn {
  display: flex;
  width: 182px;
  padding: 10px 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 500px;
  background: #f08200;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

#school-curriculum .school-curriculum__list {
  display: flex
}

#school-news .school-news__list-left-item {
  display: block;
  position: relative
}

#school-news .school-news__list-left-item:hover .school-news__list-left-img img {
  transform: scale(1.1)
}

#school-news .school-news__list-left-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #0000, #000);
  color: #fff;
  padding: 40px 55px
}

#school-news .school-news__list-left-img {
  overflow: hidden
}

#school-news .school-news__list-left-img img {
  width: 100%;
  transition: linear .2s transform
}

#school-news .school-news__list-left-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 13px
}

#school-news .school-news__list-left-date {
  font-size: 16px;
  font-weight: 500
}

#school-news .school-news__list-left-btn {
  width: 51px;
  height: 51px
}

#school-news .school-news__list-left-btn svg {
  width: 100%;
  height: 100%
}

#school-news .school-news__list-right-item {
  display: flex;
  background: #f1f1f1;
  height: 157px;
  padding: 25px 40px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0
}

#school-news .school-news__list-right-item:not(:last-child) {
  margin-bottom: 28px
}

#school-news .school-news__list-right-item:hover {
  background: #f08200
}

#school-news .school-news__list-right-item:hover .school-news__list-right-item-title,
#school-news .school-news__list-right-item:hover .school-news__list-right-item-date {
  color: #fff
}

#school-news .school-news__list-right-item:hover circle {
  fill: #fff
}

#school-news .school-news__list-right-item:hover path {
  stroke: #f08200
}

#school-news .school-news__list-right-item-main {
  display: flex;
  flex: 1;
  height: 100%;
  flex-direction: column;
  justify-content: space-between
}

#school-news .school-news__list-right-item-title {
  color: #070707;
  font-size: 20px;
  font-weight: 500
}

#school-news .school-news__list-right-item-date {
  color: #000;
  font-size: 16px;
  font-weight: 500
}

#school-news .school-news__list-right-item-btn {
  display: flex;
  flex: 0 0 52px;
  width: 52px;
  height: 52px
}

#school-news .school-news__list-right-item-btn svg {
  width: 100%;
  height: 100%
}

@media (max-width: 1400px) {
  #school-news .school-news__list-right-item {
    height: 120px;
    padding: 10px 20px
  }
}

@media (max-width: 1200px) {
  #school-curriculum .school-curriculum__item-main {
    padding: 30px 20px
  }

  #school-news .school-news__list-right-item {
    height: 100px;
    padding: 10px 20px
  }

  #school-news .school-news__list-right-item:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width: 991px) {
  #school-news .school-news__list-left-main {
    padding: 20px 30px
  }

  #school-curriculum .school-curriculum__item-title {
    font-size: 14px
  }

  #school-curriculum .school-curriculum__item-desc {
    font-size: 16px
  }

  #school-curriculum .school-curriculum__item-btn {
    width: 100px;
    padding: 10px 20px;
    font-size: 12px
  }

  #school-news .school-news__list-left-btn {
    width: 40px;
    height: 40px
  }

  #school-news .school-news__list-right-item-btn {
    width: 40px;
    height: 40px;
    flex: 0 0 40px
  }

  #school-news .school-news__list-left-title {
    font-size: 18px
  }

  #school-news .school-news__list-left-date {
    font-size: 14px
  }

  #school-news .school-news__list-right-item-title {
    font-size: 16px
  }

  #school-news .school-news__list-right-item-date {
    font-size: 14px
  }

  #school-news .school-news__list-right-item {
    height: 80px
  }

  #school-news .school-news__list-right-item:not(:last-child) {
    margin-bottom: 20px 15px
  }

  #school-lecturer .school-lecturer-modal__wrapper {
    padding-bottom: 60px
  }
  #school-lecturer .school-lecturer-modal{
    width: 100%;
    height: 100vh;
    padding: 5% 8%;
    background: #fff;
  }
  #school-lecturer .school-lecturer-modal__container {
    width: 100%;
    height: 100%;
    padding: 0;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .school-news__list-left {
    margin-bottom: 20px
  }

  #school-curriculum .school-curriculum__list {
    flex-direction: column
  }

  #school-curriculum .school-curriculum__item {
    width: 100% !important
  }

  #school-curriculum .school-curriculum__item .school-curriculum__item-hide {
    display: block !important
  }

  #school-curriculum .school-curriculum__item-img img {
    max-width: 100%;
    width: 100%;
    height: auto
  }

  #school-lecturer .school-lecturer-modal__container {
    overflow-y: auto
  }

  #school-lecturer .school-lecturer-modal__main {
    height: auto;
    padding-top: 20px
  }

  #school-news .school-news__list-left-main {
    padding: 10px 15px
  }

  #school-news .school-news__list-left-title {
    font-size: 14px
  }

  #school-news .school-news__list-left-date {
    font-size: 12px
  }

  #school-news .school-news__list-right-item-title {
    font-size: 14px
  }

  #school-news .school-news__list-right-item-date {
    font-size: 12px
  }

  #school-curriculum .school-curriculum__item-content {
    margin-bottom: 20px
  }

  #school-curriculum .school-curriculum__item-main {
    position: static;
    background: linear-gradient(180deg, #0003, #000)
  }

  #school-lecturer .school-lecturer__item-desc {
    font-size: 14px;
    padding: 30px 15px
  }

  #school-lecturer .school-lecturer__item-info {
    padding: 10px 15px 30px
  }

  #school-lecturer .school-lecturer__item-name {
    font-size: 14px
  }

  #school-lecturer .school-lecturer__item-job {
    font-size: 12px
  }

  #school-lecturer .school-lecturer__type-item {
    font-size: 12px;
    min-width: 90px;
    padding: 5px 10px;
    height: 40px
  }

  #school-lecturer .school-lecturer__item-tag {
    font-size: 12px;
    height: 20px
  }

  #school-lecturer .school-lecturer-modal__name {
    font-size: 16px
  }

  #school-lecturer .school-lecturer-modal__job {
    font-size: 14px;
    margin-bottom: 20px
  }

  #school-lecturer .school-lecturer-modal__desc {
    font-size: 12px;
    margin-bottom: 20px
  }

  #school-lecturer .school-lecturer-modal__content {
    font-size: 12px
  }
}