.title {
  margin-top: 89px;
}
.title .img {
  display: block;
  width: 26.3125rem;
}
.section_title {
  font-size: 34px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
  color: #0062b1;
}
.content-wrap {
  margin-top: 89px;
}
.history_content {
  margin: 91px 0 50px;
  display: flex;
}
.history_content .history_content_left .list {
  width: 120px;
  position: sticky;
  top: 110px;
}
.history_content .history_content_left .list.history_menu_scroll {
  overflow-x: hidden;
  overflow-y: scroll;
}
.history_content .history_content_left .list.history_menu_scroll::-webkit-scrollbar {
  width: 0;
}
.history_content .history_content_left .item {
  font-size: 16px;
  color: #D4D4D4;
  line-height: 30px;
  cursor: pointer;
}
.history_content .history_content_left .item.active {
  color: #0062B1;
}
.history_content .history_content_left .item:nth-child(n+2) {
  margin-top: 16px;
}
.history_content .history_content_right {
  margin-left: 5rem;
  padding-left: 3.375rem;
  border-left: 1px solid #cccccc;
  flex: 1;
  overflow: hidden;
}
.history_content .history_content_right.scroll {
  margin-left: 12rem;
}
.history_content .history_content_right .item .year {
  font-size: 26px;
  font-weight: bold;
  color: #0062B1;
  line-height: 30px;
}
.history_content .history_content_right .item .it-box {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
}
.history_content .history_content_right .item .it-box .chin {
  font-size: 16px;
  color: #373737;
  line-height: 24px;
  margin-top: 16px;
}
.history_content .history_content_right .item .it-box .eng {
  font-size: 14px;
  color: #B5B5B5;
  line-height: 24px;
  margin-top: 16px;
}
.history_content .history_content_right .item .it-box .it {
  width: 25.625rem;
  margin-bottom: 1.5rem;
}
.history_content .history_content_right .item .it-box .it.ml {
  margin-left: 4.25rem;
}
.history_content .history_content_right .item .it-box .it.it1 {
  width: 100%;
}
.history_content .history_content_right .item .it-box .it.it1 .pic {
  display: flex;
  justify-content: flex-start;
  height: 15.8125rem;
}
.history_content .history_content_right .item .it-box .it.it1 .pic .it1-pic {
  margin-right: 32px;
  width: 27.6875rem;
  height: 15.8125rem;
}
.history_content .history_content_right .item .it-box .it.it1 .head {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #0062B1;
  line-height: 30px;
}
.history_content .history_content_right .item .it-box .it .pic {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history_content .history_content_right .item .it-box .it .pic .img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.history_content .history_content_right .item .it-box .it .pic.pic1 .img {
  width: 13.5625rem;
}
.history_content .history_content_right .item .it-box .it .pic.pic2 {
  height: 17.625rem;
}
.history_content .history_content_right .item .it-box .it .pic.pic2 .img {
  width: 12.0625rem;
}
.history_content .history_content_right .item .it-box .it .pic.pic3 {
  height: 17.5rem;
}
.history_content .history_content_right .item .it-box .it .pic.pic3 .img {
  width: 18.75rem;
}
.history_content .history_content_right .item .it-box .it .pic.pic4 .img {
  width: 17.125rem;
}
.history_content .history_content_right .item .it-box .it .pic.pic5 {
  height: 22.0625rem;
}
.history_content .history_content_right .item .it-box .it .pic.pic6 {
  height: 25.5625rem;
}
.history_content .history_content_right .item .it-box .it .pic.pic7 {
  height: 15.1875rem;
}
.history_content .history_content_right .item .it-box .it .pic.pic7 .img {
  width: 10.1875rem;
}
.history_content .history_content_right .item.lr .it-box {
  display: flex;
}
.history_content .history_content_right .item.lr .it-box .pic {
  width: 24.9375rem;
  height: 15.5rem;
}
.history_content .history_content_right .item.lr .it-box .pic .img {
  display: block;
  width: 100%;
  height: 100%;
}
.history_content .history_content_right .item.lr .it-box .rb {
  flex: 1;
  margin-left: 46px;
}
.history_content .history_content_right .item.lr .it-box .rb .head {
  font-size: 20px;
  font-weight: bold;
  color: #0062B1;
  line-height: 30px;
}
.history_content .history_content_right .item:nth-child(n+2) {
  padding-top: 41px;
  margin-top: 41px;
  border-top: 1px solid #898686;
}
