#history {
  background-color: #f4f4f4;
}

#history #banner {
  width: 100%;
  height: 3.5rem;
  background-color: #144e80;
  padding: 1.22rem 0.5rem 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

#history #banner h2 {
  font-size: 0.3rem;
  color: #FFFFFF;
  line-height: 0.32rem;
}

#history #banner p {
  font-size: 0.24rem;
  color: #FFFFFF;
  margin-top: 0.24rem;
  line-height: 0.24rem;
  position: relative;
  z-index: 10;
}

#history #banner em {
  display: block;
  width: 0.31rem;
  height: 0.17rem;
  margin-top: 0.42rem;
  background: url(../img/public/up.png) no-repeat;
  background-size: contain;
}

#history #banner img {
  width: 3rem;
  height: 2.35rem;
  position: absolute;
  bottom: 0;
  right: 0.3rem;
  opacity: 0.6;
  filter: alpha(opacity=50);
}

#history #main {
  padding: 0.13rem 0.24rem 0.16rem;
  background-color: #fefdfd;
  background-clip: content-box;
}

#history #main h3 {
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #096bc2;
  margin-bottom: 0.2rem;
}

#history #main #about {
  padding: 0.25rem 0.26rem 0.39rem;
}

#history #main #about p {
  font-size: 0.22rem;
  color: #767676;
  line-height: 0.34rem;
}

#history #main .line {
  margin: 0 0.26rem;
  height: 1px;
  border-top: 1px solid #c3c2c2;
}

#history #main #incident {
  padding: 0.34rem 0.26rem 0.39rem;
}

#history #main #incident h3 {
  margin-bottom: 0.26rem;
}

#history #main #incident ul li {
  background: url(../img/page_history/line02.png) no-repeat 43px 0;
  padding-top: 0.1rem;
  padding-bottom: 0.3rem;
}

#history #main #incident ul li .left {
  width: 40px;
  float: left;
  text-align: right;
  font-size: 0.22rem;
  color: #737677;
  margin: 0 0.43rem 0 0;
  line-height: 0.28rem;
}

#history #main #incident ul li .left span {
  font-size: 0.20rem;
}

#history #main #incident ul li .right {
  float: left;
  font-size: 0.22rem;
  color: #777f82;
  text-align: left;
  line-height: 0.28rem;
  max-width: 4rem;
}

#history #main #incident ul li:after {
  content: "";
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
  display: table;
}

#history #main #incident ul li:first-of-type {
  background: url(../img/page_history/line01.png) no-repeat 34px 0;
  padding-top: 85px;
}
