html {
  font-size: 9px;
  overflow-y: scroll;
}
@media only screen and (min-width: 1401px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .content {
    background: url(../images/ei_school_hostory_bg.png) no-repeat;
    background-size: cover;
  }
  .content .container {
    max-width: 100%;
  }
}
.school-history {
  position: relative;
  border: 3px solid #4a81a2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2rem 0;
  margin-top: 5rem;
}
.school-history h4 {
  position: absolute;
  top: -4rem;
  left: 0%;
  left: 50%;
  margin-left: -14rem;
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #fff;
  background: #065280;
  padding: 1rem 3rem;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  white-space: normal;
  overflow: hidden;
  word-break: keep-all;
  word-wrap: break-word;
  text-align: center;
}
.school-history h4 > span {
  display: block;
}
.school-history .info {
  padding: 2rem;
  margin-top: 5rem;
}
.school-history .info > div {
  display: table;
  table-layout: fixed;
  margin: 5px 0;
}
.school-history .info > div p:first-of-type {
  display: table-cell;
  width: 10rem;
  white-space: nowrap;
}
.school-history .info > div p:first-of-type > span {
  display: block;
  color: #fff;
  background: #065280;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.school-history .info > div p:last-of-type {
  display: table-cell;
  padding-left: 1rem;
}
.school-history .info > div p:last-of-type > span {
  font-weight: 500;
  letter-spacing: -1px;
  color: #000;
}
.school-history .history {
  display: block;
  max-width: 200rem;
  margin: 0 auto;
}
.school-history .history .arr-up {
  position: absolute;
  left: 3rem;
  bottom: 25rem;
}
.school-history .history .arr-down {
  position: absolute;
  right: 3rem;
  bottom: 25rem;
}
.school-history .history .h-layer {
  display: flex;
  height: 80rem;
  padding: 0rem 2rem;
}
.school-history .history .h-layer .h-unit > div {
  position: relative;
  min-width: 14rem;
}
.school-history .history .h-layer .h-unit > div.wid12 {
  min-width: 12rem;
}
.school-history .history .h-layer .h-unit > div.wid14 {
  min-width: 16rem;
}
.school-history .history .h-layer .h-unit > div.line2 {
  min-width: 30rem;
}
.school-history .history .h-layer .h-unit > div > ul {
  padding: 1rem 5px;
  position: absolute;
}
.school-history .history .h-layer .h-unit > div > ul.up {
  bottom: 8.5rem;
}
.school-history .history .h-layer .h-unit > div > ul.down {
  top: 8.5rem;
  left: 10px;
}
.school-history .history .h-layer .h-unit > div > ul li {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -1px;
  padding: 3px 0;
  color: #000;
  font-weight: 500;
  text-align: left;
}
.school-history .history .h-layer .h-unit > div > ul li:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #b04003;
  position: absolute;
  top: 13px;
  left: -5px;
  margin-top: -1.5px;
}
.school-history .history .h-layer .h-unit > div > ul.line2 li {
  float: left;
  width: 50%;
}
.school-history .history .h-layer .h-unit > div > ul.line2.down {
  left: 0rem;
}
.school-history .history .h-layer .h-unit > div > p {
  margin: 0 auto;
  position: relative;
  left: -1px;
}
.school-history .history .h-layer .h-unit > div > p .h-state {
  display: block;
  text-align: center;
  color: #fff;
  height: 50%;
  vertical-align: middle;
  background: #016118;
  outline: 1px solid #016118;
  line-height: 4.5rem;
  font-size: 1.5rem;
}
.school-history .history .h-layer .h-unit > div > p .h-state .fa-caret-up {
  position: relative;
  top: 5px;
  font-size: 2.5rem;
  color: #ff0000;
}
.school-history .history .h-layer .h-unit > div > p .h-state .fa-caret-down {
  position: relative;
  top: 3px;
  font-size: 2.5rem;
  color: #ffea00;
}
.school-history .history .h-layer .h-unit > div > p .h-year {
  display: block;
  text-align: center;
  height: 50%;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #000;
  border-left: 1px solid #71a67d;
}
.school-history .history .h-layer .h-unit > div > p .h-year.none {
  border-left: none;
}
.school-history .history .h-layer .h-unit > div > p .h-year.line-up {
  border-left: none;
}
.school-history .history .h-layer .h-unit > div > p .h-year.line-up:before {
  content: '';
  width: 1px;
  height: 3rem;
  background: #71a67d;
  position: absolute;
  top: -3rem;
  left: 0;
}
.school-history .history .h-layer .h-unit > div > p .h-year.line-normal {
  border-left: none;
}
.school-history .history .h-layer .h-unit > div > p .h-year.line-normal:before {
  content: '';
  width: 1px;
  height: 5rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.school-history .history .h-layer .h-unit > div.plus-1 {
  position: relative;
  top: 67.40000000000001rem;
  z-index: 1;
}
.school-history .history .h-layer .h-unit > div.plus-2 {
  position: relative;
  top: 59.8rem;
  z-index: 1;
}
.school-history .history .h-layer .h-unit > div.plus-3 {
  position: relative;
  top: 52.2rem;
  z-index: 1;
}
.school-history .history .h-layer .h-unit > div.plus-4 {
  position: relative;
  top: 44.6rem;
  z-index: 1;
}
.school-history .history .h-layer .h-unit > div.plus-5 {
  position: relative;
  top: 37rem;
  z-index: 1;
}
.school-history .history .h-layer .h-unit > div.plus-6 {
  position: relative;
  top: 29.4rem;
  z-index: 1;
}
.school-history .history .h-layer .h-unit > div.plus-7 {
  position: relative;
  top: 21.8rem;
  z-index: 1;
}
.school-history .history .h-layer .h-unit > div.plus-8 {
  position: relative;
  top: 14.2rem;
  z-index: 1;
}
.school-history .history .h-layer .h-unit > div.plus-9 {
  position: relative;
  top: 6.6rem;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .content .container {
    max-width: 100%;
    background: url(../images/ei_school_hostory_bg.png) no-repeat;
    background-size: cover;
  }
  .school-history h4 {
    position: absolute;
    top: -2.5rem;
    left: 50%;
    margin-left: -26rem;
    display: inline-block;
    font-size: 3rem;
    color: #fff;
    background: #065280;
    padding: 1rem 3rem;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .school-history h4 > span {
    display: inline;
  }
}
