html {
  font-size: 9px;
  overflow-y: scroll;
}
@media only screen and (min-width: 1401px) {
  html {
    font-size: 10px;
  }
}
.history-comment {
  display: table;
  width: 100%;
  height: 204px;
  background: url(../images/ei_history_comment_bg.png) no-repeat;
  background-size: cover;
}
.history-comment p {
  display: table-cell;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.history-year {
  overflow: hidden;
}
.history-year > ul {
  width: 100%;
}
.history-year > ul li {
  border-bottom: 1px solid #fff;
}
.history-year > ul li.col-xs-12 {
  padding: 0;
}
.history-year > ul li a {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -1px;
  color: #000;
  text-align: center;
  background: #e9e9e9;
  padding: 2rem;
}
.history-year > ul li a.on {
  color: #fff;
  background: #016118;
}
.history-list h4 {
  *zoom: 1;
  position: relative;
  width: 100%;
  font-size: 2.6rem;
  letter-spacing: -1px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin: 0 0 3rem;
  z-index: 3;
  padding: 2rem 0;
  background: #fff;
}
.history-list h4:after {
  content: '';
  clear: both;
  display: block;
}
.history-list > div.item {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
.history-list > div.item > p.img {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 1rem;
}
.history-list > div.item > p.img img {
  background: #016118;
  padding: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.history-list > div.item > div {
  width: 100%;
  padding: 1rem 0;
  vertical-align: top;
}
.history-list > div.item > div > p.col-xs-12 {
  padding: 1rem 0;
}
.history-list > div.item > div > p:first-of-type {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #016118;
  min-width: 13rem;
  text-align: left;
  padding-left: 2rem;
}
.history-list > div.item > div > p:first-of-type:before {
  position: absolute;
  top: 50%;
  left: -9px;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e9e9e9;
  z-index: -1;
  margin-top: -8px;
}
.history-list > div.item > div > p:first-of-type:after {
  position: absolute;
  top: 50%;
  left: -2px;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #016118;
  z-index: 2;
  margin-top: -2px;
}
.history-list > div.item > div > p:last-of-type {
  color: #000;
  line-height: 1.5;
  white-space: normal;
  overflow: hidden;
  word-break: keep-all;
  word-wrap: break-word;
  text-align: left;
  padding-left: 2rem;
}
.history-list > div.item.active > div > p:first-of-type:before {
  background: rgba(1, 97, 24, 0.1);
  z-index: 1;
}
.history-layout {
  position: relative;
  margin: 5rem 0;
  *zoom: 1;
}
.history-layout:after {
  content: '';
  clear: both;
  display: block;
}
.history-layout .bar {
  position: absolute;
  top: 0rem;
  left: 0;
  z-index: 1;
  width: 2px;
  height: 100%;
  background-color: #d6d6d6;
}
.history-layout .bar .bar-progress {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1;
  width: 2px;
  height: 20rem;
  min-height: 20rem;
  background-color: #016118;
}
@media only screen and (min-width: 769px) {
  .history-year li:not(:last-child) {
    border: none;
    border-right: 1px solid #fff;
  }
  .history-layout {
    position: relative;
    overflow: hidden;
  }
  .history-layout .bar {
    left: 50%;
  }
  .history-list {
    padding-left: 0;
  }
  .history-list > div.item {
    display: flex;
    flex-direction: row;
  }
  .history-list > div.item > p.img {
    width: 50%;
    text-align: right;
    padding-right: 5rem;
  }
  .history-list > div.item > div {
    width: 50%;
  }
  .history-list > div.item > div > p:first-of-type {
    text-align: center;
  }
}
