.about .history {
  background-color: #f7f8fc;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  padding: 70px 20px;
}
.about .history .history-box {
  width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about .history .history-box .carousel-control-next {
  right: -15%;
}
.about .history .history-box .carousel-control-prev {
  left: -15%;
}
.about .history .history-box .title {
  font-size: 36px;
  margin-bottom: 59px;
}
.about .history .history-box .timeline-item {
  font-size: 16px;
  display: flex;
  padding: 20px;
}
.about .history .history-box .timeline-item img {
  width: 80%;
  margin-bottom: 15px;
}
.about .history .history-box .timeline-item .center {
  justify-self: center;
  align-self: center;
}
.about .history .history-box .timeline-item .mr20 {
  margin-right: 20px;
}
.about .history .history-box .timeline-item .pr20 {
  padding-right: 20px;
}
.about .history .history-box .timeline-item .red {
  color: #eb2f06;
}
.about .history .history-box .timeline-item .darkred {
  color: #b71540;
}
.about .history .history-box .timeline-item .blue {
  color: #4a69bd;
}
.about .history .history-box .timeline-item .darkblue {
  color: #0c2461;
}
.about .history .history-box .timeline-item .black {
  color: #222f3e;
}
.about .history .history-box .timeline-item .bg-box {
  color: #ecf0f5;
  padding: 4px 8px;
}
.about .history .history-box .timeline-item .bg-red {
  background-color: #eb2f06;
}
.about .history .history-box .timeline-item .bg-darkred {
  background-color: #b71540;
}
.about .history .history-box .timeline-item .bg-blue {
  background-color: #4a69bd;
}
.about .history .history-box .timeline-item .bg-darkblue {
  background-color: #0c2461;
}
.about .history .history-box .timeline-item .bg-black {
  background-color: #222f3e;
}
.about .history .history-box .timeline-item .info-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.about .history .history-box .timeline-item .info-box .row-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about .history .history-box .timeline-item .info-box .time {
  font-size: 60px;
  font-weight: lighter;
  margin-right: 20px;
  width: 300px;
}
.about .history .history-box .timeline-item .info-box .title {
  font-size: 40px;
  margin-bottom: 15px;
}
.about .history .history-box .timeline-item .info-box .content {
  font-size: 20px;
}
.about .history .history-box .timeline-item .divider {
  height: 100%;
  width: 1px;
  background-color: #0a4aa5;
  margin-right: 15px;
}
.about .history .history-box .timeline-item .list {
  flex: 1.3;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.about .history .history-box .timeline-item .list .item {
  display: flex;
  line-height: 30px;
  margin-bottom: 10px;
}
.about .history .history-box .timeline-item .list .item .time {
  width: 120px;
  font-size: 14px;
}
.about .history .history-box .timeline-item .list .item .txt {
  word-break: break-all;
  flex: 1;
}

/*# sourceMappingURL=history.css.map */
