.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
body {
  background: #fff;
}
.main .banner {
  height: 700px;
  background-position: 25% 25%;
}
.main .content {
  padding-bottom: 145px;
  background: url('../images/history/d-s-bg1.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.main .content .title {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 70px;
}
.main .content .title .t-box {
  width: 819px;
  margin: 0 auto;
  position: relative;
}
.main .content .title .t-box .img {
  position: absolute;
  bottom: -3px;
  right: 4px;
  opacity: 0;
}
.main .content .title .t-box .img.moves {
  opacity: 1;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.main .content .lists-box {
  position: relative;
}
.main .content .lists-box .line {
  position: absolute;
  width: 2px;
  height: 0;
  background: #191919;
  left: 50%;
  margin-left: -1px;
  z-index: 4;
  top: 70px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.main .content .lists-box .top-icon {
  text-align: center;
}
.main .content .lists-box .lists {
  margin-top: 120px;
  position: relative;
  z-index: 5;
}
.main .content .lists-box .lists li {
  margin-bottom: 100px;
}
.main .content .lists-box .lists li:last-child {
  margin-bottom: 0;
}
.main .content .lists-box .lists li.show .left {
  left: 0;
  opacity: 1;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.main .content .lists-box .lists li.show .right {
  right: 0;
  opacity: 1;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.main .content .lists-box .lists li:nth-child(2n) .left {
  float: right;
}
.main .content .lists-box .lists li:nth-child(2n) .right {
  float: left;
}
.main .content .lists-box .lists li:nth-child(2n) .right .arrow {
  left: 0;
  right: -28px;
}
.main .content .lists-box .lists li .left,
.main .content .lists-box .lists li .right {
  width: 639px;
  height: 356px;
  position: relative;
  opacity: 0;
}
.main .content .lists-box .lists li .left {
  float: left;
  left: -100px;
  overflow: hidden;
}
.main .content .lists-box .lists li .left:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.main .content .lists-box .lists li .left img {
  width: 100%;
  height: 100%;
}
.main .content .lists-box .lists li .right {
  float: right;
  right: -100px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.main .content .lists-box .lists li .right .arrow {
  position: absolute;
  top: 50%;
  left: -21px;
  z-index: 10;
  margin-top: -20px;
}
.main .content .lists-box .lists li .right .right-in {
  padding-right: 220px;
}
.main .content .lists-box .lists li .right .right-in span {
  display: inline-block;
  width: 38px;
  height: 106px;
  background: url('../images/history/story-year.png') no-repeat;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
}
.main .content .lists-box .lists li .right .right-in h5 {
  margin: 0 5px;
  height: 90%;
}
.main .content .lists-box .lists li .right .right-in p {
  font-size: 18px;
  color: #7f7f7f;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .main .content .title .t-box {
    width: 410px;
  }
  .main .content .title .t-box .t-bg {
    width: 100%;
  }
  .main .content .title .t-box .img {
    width: 100px;
  }
  .main .content .lists-box .line {
    position: absolute;
    width: 2px;
    height: 0;
    background: #191919;
    left: 50%;
    margin-left: -1px;
    z-index: 4;
    top: 70px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .main .content .lists-box .lists {
    margin-top: 120px;
    position: relative;
    z-index: 5;
  }
  .main .content .lists-box .lists li {
    margin-bottom: 60px;
  }
  .main .content .lists-box .lists li .left,
  .main .content .lists-box .lists li .right {
    width: 449px;
    height: 247px;
  }
  .main .content .lists-box .lists li .right .right-in {
    padding-right: 55px;
  }
}
@media only screen and (max-width: 1024px) {
  .main .banner {
    height: 500px;
    background-position: 25% 50%;
  }
  .main .content .lists-box .lists li .right .right-in p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 700px;
  }
  .main .banner {
    height: 400px;
    background-position: 25% 60%;
  }
  .main .content .lists-box .lists li {
    margin-bottom: 60px;
  }
  .main .content .lists-box .lists li:nth-child(2n) .right .right-in {
    padding-right: 25px;
  }
  .main .content .lists-box .lists li .left,
  .main .content .lists-box .lists li .right {
    width: 349px;
    height: 194px;
  }
  .main .content .lists-box .lists li .right .right-in {
    padding-right: 20px;
  }
  .main .content .lists-box .lists li .right .right-in p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .main .banner {
    height: 300px;
    background-position: 19% 59%;
  }
  .main .content {
    padding-bottom: 50px;
  }
  .main .content .container {
    width: 96%;
  }
  .main .content .container .title {
    padding-top: 50px;
  }
  .main .content .container .title .t-box {
    width: 273px;
    height: 40px;
  }
  .main .content .container .title .t-box .title-bg2 {
    width: 66px;
    height: 56px;
  }
  .main .content .lists-box .line {
    display: none;
  }
  .main .content .lists-box .lists {
    margin-top: 60px;
  }
  .main .content .lists-box .lists li {
    margin-bottom: 30px;
  }
  .main .content .lists-box .lists li:nth-child(2n) .left {
    float: none;
  }
  .main .content .lists-box .lists li:nth-child(2n) .right {
    float: none;
    margin: 0 auto;
  }
  .main .content .lists-box .lists li:nth-child(2n) .right .right-in {
    padding-right: 20px;
  }
  .main .content .lists-box .lists li .left,
  .main .content .lists-box .lists li .right {
    float: none;
    margin: 0 auto;
    width: 90%;
    height: 198px;
  }
  .main .content .lists-box .lists li .right .arrow {
    display: none;
  }
  .main .content .lists-box .lists li .right .right-in {
    padding-right: 20px;
    padding-top: 20px;
  }
  .main .content .lists-box .lists li .right .right-in p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 414px) {
  .main .content .lists-box .lists li .right .right-in p {
    font-size: 13px;
  }
}
