@charset "UTF-8";

/* Students */
.wrap-stu {position: relative; right: -50px; padding-left: 80px; opacity: 0;}
.wrap-stu .title {position: relative;}
.wrap-stu .title::after {content: ''; position: absolute; left: 0; top: calc(50% - 1px); width: 100%; height: 4px; background: #003461;}
.wrap-stu .title strong {position: relative; z-index: 1; display: inline-block; padding-right: 40px; background: #f8f8f7; font-family: 'H Bold'; font-size: 40px; line-height: 1.1; color: #002d56;}
.wrap-stu .title .more {position: absolute; right: 0; top: -13px; z-index: 1; padding-left: 40px; background: #f8f8f7;}
.wrap-stu .title .more a {display: block; width: 70px; height: 70px; background: #ffffff url('../images/btn-latest-more.png') no-repeat center center; border: 1px solid #003461; text-indent: -9999999px;}
.wrap-stu .title .more a:hover {background: #003461 url('../images/btn-latest-more-on.png') no-repeat center center;}

.wrap-stu .list {position: relative; top: 50px; margin-top: 43px; opacity: 0;}
.wrap-stu .list .thumb {position: relative; overflow: hidden; display: flex !important; justify-content: center; align-items: center; height: 420px; text-align: center;}
.wrap-stu .list .thumb img {width: auto; max-width: none; height: 130% }
.wrap-stu .list .slider li a {outline: none;}
.wrap-stu .list .slider li a:focus-visible::after {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #000;}
.wrap-stu .list .con strong {overflow: hidden; display: -webkit-box; margin-top: 19px; font-family: 'Noto Medium'; font-size: 28px; line-height: 1.3; color: #000; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.wrap-stu .list a:hover .con strong {color: #008395;}
.wrap-stu .list .con p {overflow: hidden; display: -webkit-box; margin-top: 12px; font-family: 'Noto Light'; font-size: 17px; color: #666; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.wrap-stu .list .con ul {margin-top: 7px;}
.wrap-stu .list .con li {overflow: hidden; position: relative; display: -webkit-box; padding: 2px 0 2px 20px; font-family: 'Noto Medium'; font-size: 20px; color: #000; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.wrap-stu .list .con li::before {content: ''; position: absolute; left: 0; top: 13px; width: 7px; height: 7px; background: #838383; border-radius: 100%;}

.wrap-stu .list .control {position: absolute; right: 0; top: 365px; width: 130px;  background: rgba(0,0,0,.6); text-align: center; font-size: 0;}
.wrap-stu .list .control button {display: inline-block; width: 33.333%; height: 55px; text-indent: -999999px;}
.wrap-stu .list .control .prev {background: url('../images/btn-stu-prev.png') no-repeat center;}
.wrap-stu .list .control .prev:hover {background: url('../images/btn-stu-prev-on.png') no-repeat center;}
.wrap-stu .list .control .next {background: url('../images/btn-stu-next.png') no-repeat center;}
.wrap-stu .list .control .next:hover {background: url('../images/btn-stu-next-on.png') no-repeat center;}
.wrap-stu .list .control .stop,
.wrap-stu .list .control .play {display: none;}
.wrap-stu .list .control .stop.on,
.wrap-stu .list .control .play.on {display: inline-block}
.wrap-stu .list .control .stop {background: url('../images/btn-stu-stop.png') no-repeat center;}
.wrap-stu .list .control .play {background: url('../images/btn-stu-play.png') no-repeat center;}

@media all and (max-width: 1620px) {
  .wrap-stu {padding-left: 70px;}
}

@media all and (max-width: 1450px) {
  .wrap-stu {padding-left: 20px;}

  .wrap-stu .title::after {height: 2px;}
  .wrap-stu .title strong {padding-right: 20px; font-size: 30px;}
  .wrap-stu .title .more {top: -8px; padding-left: 20px;}
  .wrap-stu .title .more a {width: 43px; height: 43px; background-size: auto 20px !important;}

  .wrap-stu .list {margin-top: 26px;}
  .wrap-stu .list .thumb {height: 350px;}
  .wrap-stu .list .thumb img {height: 135%;}
  .wrap-stu .list .con div {display: none;}
  .wrap-stu .list .con strong {margin-top: 9px; font-size: 19px;}

  .wrap-stu .list .control {top: 316px; width: 80px;}
  .wrap-stu .list .control button {height: 34px; background-size: auto 11px !important;}
}

@media all and (max-width: 1400px) {
  .wrap-stu { right: 0; opacity: 1;}
  .wrap-stu .list {top: 0; opacity: 1;}
}

@media all and (max-width: 1000px) {
  .wrap-stu .list .control {top: 221px;}
  .wrap-stu .title strong {font-size: 26px;}
  .wrap-stu .list .thumb {height: 255px;}
}

@media all and (max-width: 660px) {
  .wrap-stu {padding-left: 0; padding-top: 40px;}
  .wrap-stu .list .con p {height: 50px; display: block;}
}