@import "../css/reset.css";
@import "../css/base.css";
@import "../css/menu.css";
@import "../css/bottom.css";
.home-container {
  background-color: #03193E;
}
.content .content-top {
  height: 378px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(7, 21, 53, 0.7), rgba(7, 21, 53, 0.7)), url("../../images/about/history/history_bg.png") no-repeat;
  background-position: 50% 70%;
}
.content .content-top .content-wrap {
  color: #FFF;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.content .content-top .content-wrap .title {
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
}
.content .content-container {
  background-color: #F7F7F7;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.content .content-container .history {
  width: 800px;
  background-color: #FFF;
  padding: 60px 200px;
}
.content .content-container .history .item-list {
  border-left: 1px solid #F0F0F0;
}
.content .content-container .history .item-list .item {
  display: flex;
  flex-direction: row;
  padding-bottom: 35px;
}
.content .content-container .history .item-list .item .current {
  font-weight: 600;
}
.content .content-container .history .item-list .item .year {
  display: flex;
  flex-direction: row;
}
.content .content-container .history .item-list .item .year img {
  width: 8px;
  height: 8px;
  margin: 7px 5px 0 -5px;
}
.content .content-container .history .item-list .item .detail {
  margin-left: 15px;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 25px;
}
