﻿._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #4d9b4b;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #4d9b4b;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #f4f4f4;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #4d9b4b;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 50px;
}
.banner {
  margin-top: 136px;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner .text .con h2 {
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
}
.banner .text .con p {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);
  margin-top: 10px;
}
.leaders {
  position: relative;
  margin-top: 80px;
  padding-bottom: 100px;
  background: url(../img/school/leaders/leaders_bg.jpg) no-repeat bottom left;
  background-size: contain;
  overflow: hidden;
}
.leaders .con ul li {
  padding: 30px 60px;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
  margin-top: 50px;
  background: url(../img/school/leaders/l_bg.png) no-repeat right bottom;
}
.leaders .con ul li a {
  display: block;
}
.leaders .con ul li a .left {
  float: left;
  width: 31%;
  height: 0;
  padding-bottom: 20.5%;
  overflow: hidden;
}
.leaders .con ul li a .left img {
  width: 100%;
}
.leaders .con ul li a .right {
  float: right;
  width: 64%;
  padding-top: 10px;
}
.leaders .con ul li a .right h2 {
  font-weight: bold;
  color: #333;
}
.leaders .con ul li a .right h2 span {
  color: #1c8d3f;
  margin-left: 30px;
}
.leaders .con ul li a .right .text {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 6em;
  line-height: 1.8;
  height: 8em;
  margin: 30px 0 28px;
}
.leaders .con ul li a .right .text p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.leaders .con ul li a .right h3 {
  color: #1c8d3f;
  position: relative;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.leaders .con ul li a .right h3 span {
  margin-left: 10px;
}
.leaders .con ul li:hover a .left img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.leaders .con ul li:hover a .right h3 {
  left: 20px;
}
.leaders-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.leaders-alert .con {
  width: 50%;
  height: 60%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 40px 40px 40px 50px;
}
.leaders-alert .con .con-text {
  width: 100%;
  height: 100%;
}
.leaders-alert .con .con-text h2 {
  font-weight: bold;
  color: #333;
}
.leaders-alert .con .con-text h2 span {
  color: #1c8d3f;
  margin-left: 30px;
}
.leaders-alert .con .con-text .text {
  height: 84%;
  margin-top: 26px;
  overflow: auto;
}
.leaders-alert .con .con-text .text p {
  font-size: 16px;
  color: #999;
  line-height: 1.8;
}
.leaders-alert .con .close {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.leaders-alert .con .close span {
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.leaders-alert .con .close:hover span {
  color: #4d9b4b;
}
.leaders-alert.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
@media screen and (max-width: 1680px) {
  .leaders .con ul li a .right .text {
    margin: 22px 0 20px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    margin-top: 116px;
  }
  .leaders {
    margin-top: 60px;
    padding-bottom: 80px;
  }
  .leaders .con ul li {
    padding: 26px 40px;
    margin-top: 40px;
  }
  .leaders .con ul li a .right .text {
    height: 7.2em;
    margin: 18px 0 16px;
  }
  .leaders .con ul li a .right .text p {
    font-size: 14px;
  }
  .leaders-alert .con {
    padding: 34px 34px 34px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .banner {
    margin-top: 86px;
  }
}
@media screen and (max-width: 1024px) {
  .leaders {
    margin-top: 40px;
    padding-bottom: 50px;
  }
  .leaders .con ul li {
    padding: 22px 30px;
  }
  .leaders .con ul li a .right {
    padding-top: 6px;
  }
  .leaders .con ul li a .right .text {
    margin: 14px 0 12px;
  }
  .leaders-alert .con {
    width: 80%;
  }
  .leaders-alert .con .con-text .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 30px;
  }
  .banner .text .con h2 {
    font-size: 20px;
  }
  .banner .text .con p {
    margin-top: 4px;
  }
  .leaders {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .leaders .con ul li {
    margin-top: 20px;
    padding: 20px;
  }
  .leaders .con ul li a .left {
    width: 100%;
    padding-bottom: 66%;
  }
  .leaders .con ul li a .right {
    width: 100%;
    margin-top: 16px;
  }
  .leaders-alert .con {
    width: 90%;
    padding: 30px 20px 20px;
  }
  .leaders-alert .con .con-text .text {
    margin-top: 16px;
  }
  .leaders-alert .con .close {
    width: 40px;
    height: 40px;
  }
  .leaders-alert .con .close span {
    line-height: 40px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=brief_leaders.css.map */
