#pageTitle {
  width: 100%;
  text-align: center;
  padding: 55px 0 25px 0;
}

#pageTitle>h2 {
  font-size: 34px;
  color: #222;
  font-weight: 600;
  line-height: 1;
}

.his_tab {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.his_tab li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-size: 17px;
  color: #444;
  line-height: 1;
}

.his_tab li:first-child {
  margin-left: 0;
}

.his_tab li>a {
  width: 125px;
  height: 40px;
  display: inline-block;
  color: #666;
  border: 1px solid #666;
  border-radius: 3px;
  line-height: 39px;
  font-size: 16px;
  text-decoration: none;
}

.his_tab li>a.active {
  background: var(--linear);
  color: #ffffff;
  border: none;
  /* color: #f59e0e;
  border: 1px solid #f59e0e; */
  /* background: #fef1db; */
  font-weight: 400;
}

.his_con {
  width: 100%;
  margin-top: 50px;
  display: none;
  margin-bottom: 60px;
}

.history dl {
  position: relative;
  margin-top: -50px;
  margin-top: -25px;
}

.history dl:first-child {
  margin-top: 0;
}

.history dl.left {
  text-align: right;
  width: 596px;
  position: relative;
  background: url(../images/his_bg.gif) repeat-y right 5px top 0;
}

.history dt {
  padding-right: 90px;
  height: 40px;
  color: #222;
  padding-top: 3px;
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  background: url(../images/year_l.gif) no-repeat right center;
  box-sizing: border-box;
}

.history dd {
  position: relative;
  margin-right: 90px;
  color: #666;
  font-size: 16px;
  line-height: 25px;
  width: 500px;
}

.history dl .content {
  position: relative;
  margin-right: 90px;
  color: #666;
  font-size: 16px;
  line-height: 25px;
  width: 500px;
  /* margin-top: 20px; */
}

.history dl .content p {
  margin-top: 5px;
}

.history dl .content p span strong {
  font-weight: 900;
}

.history dl.right {
  text-align: left;
  width: 585px;
  position: relative;
  margin-left: 585px;
  background: url(../images/his_bg.gif) repeat-y left 5px top 0;
}

.history dl.right dt {
  padding-left: 90px;
  background: url(../images/year_r.gif) no-repeat left center;
}

.history dl.right .content,
.history dl.right dd {
  margin-left: 90px;
}

.history dl.left:first-child dt {
  padding-top: 15px;
  background: #fff url(../images/year_l.gif) no-repeat right bottom;
  /* margin-bottom: 30px; */
}

.history dl.right:first-child dt {
  padding-top: 15px;
  background: #fff url(../images/year_r.gif) no-repeat left bottom;
  margin-bottom: 30px;
}

.history dd.tit {
  /* color: #f59e0e; */
  width: auto;
  display: inline-block;
  background: var(--linear);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  padding-top: 32px;
  padding-bottom: 15px;
  letter-spacing: -1px;
}

.history dd .mth {
  position: absolute;
  left: 5px;
  font-weight: 600;
  color: #474a52;
}

.history dd .ex {
  padding-left: 38px;
  display: block;
  letter-spacing: -0.5px;
}

.history dl.left dd .mth {
  position: absolute;
  left: 0;
  right: 0;
  font-weight: 600;
  color: #474a52;
}

.history dl.left dd .ex {
  padding-right: 38px;
  display: block;
}

.year_txt {
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  margin-top: 35px;
}

.year_txt a {
  color: #474a52;
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  text-decoration: none;
}

.tac {
  text-align: center !important;
}