﻿._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;
}
.organ-top {
  margin-top: 100px;
}
.organ-top .con {
  position: relative;
}
.organ-top .con img {
  width: 100%;
}
.organ-top .con .text {
  width: 26%;
  position: absolute;
  top: 44%;
  right: 12%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.organ-top .con .text h2 {
  font-weight: bold;
  color: #865b25;
}
.organ-top .con .text p {
  margin-top: 20px;
  line-height: 2;
  color: #865b25;
}
.organ-bottom {
  background: url(../img/school/leaders/leaders_bg.jpg) no-repeat bottom left;
  background-size: contain;
  padding-bottom: 100px;
  margin-top: 56px;
}
.organ-bottom .con {
  position: relative;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
}
.organ-bottom .con .left {
  width: 28%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding: 60px 0 0px 50px;
}
.organ-bottom .con .left .line {
  width: 36px;
  height: 2px;
  background: #8e5915;
}
.organ-bottom .con .left h2 {
  font-weight: bold;
  color: #8e5915;
  margin-top: 20px;
}
.organ-bottom .con .right {
  float: right;
  width: 72%;
  background: #fff;
  padding: 80px 60px 60px 92px;
}
.organ-bottom .con .right ul {
  height: 450px;
  overflow: auto;
  padding-top: 10px;
}
.organ-bottom .con .right ul li {
  position: relative;
}
.organ-bottom .con .right ul li .num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1c8d3f;
  position: absolute;
  left: 10px;
  top: 44%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.organ-bottom .con .right ul li p {
  padding-left: 60px;
  line-height: 2;
}
.organ-bottom .con .right ul li:first-child {
  margin-top: 10px;
}
.organ-bottom .con .right ul li:not(:first-child) {
  margin-top: 34px;
}
@media screen and (max-width: 1680px) {
  .organ-bottom .con .right {
    padding: 60px 60px 60px 82px;
  }
  .organ-bottom .con .right ul {
    height: 400px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    margin-top: 116px;
  }
  .organ-top {
    margin-top: 60px;
  }
  .organ-bottom {
    padding-bottom: 80px;
  }
  .organ-bottom .con .left {
    padding: 46px 0 0 40px;
  }
  .organ-bottom .con .right {
    padding: 40px 50px 50px 62px;
  }
  .organ-bottom .con .right ul {
    height: 360px;
  }
  .organ-bottom .con .right ul li:not(:first-child) {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .banner {
    margin-top: 86px;
  }
  .organ-bottom .con {
    box-shadow: none;
  }
  .organ-bottom .con .left {
    left: 30px;
  }
  .organ-bottom .con .right {
    width: 74%;
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  .organ-top {
    margin-top: 30px;
  }
  .organ-bottom {
    margin-top: 10px;
    padding-bottom: 50px;
  }
  .organ-bottom .con .right ul {
    height: 340px;
  }
}
@media screen and (max-width: 768px) {
  .banner .text .con h2 {
    font-size: 20px;
  }
  .banner .text .con p {
    margin-top: 4px;
  }
  .organ-top {
    margin-top: 20px;
  }
  .organ-top .con .text {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    margin-top: 10px;
  }
  .organ-top .con .text h2 {
    font-size: 18px;
  }
  .organ-top .con .text p {
    margin-top: 10px;
  }
  .organ-bottom {
    padding-bottom: 30px;
  }
  .organ-bottom .con .left {
    width: 100%;
    position: relative;
    left: 0;
    height: 520px;
    padding: 40px 0 0 30px;
  }
  .organ-bottom .con .right {
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px 10px 10px;
  }
  .organ-bottom .con .right ul {
    height: auto;
    padding-bottom: 20px;
  }
}
/*# sourceMappingURL=organ.css.map */
