#timeline {
  position: relative;
}
#timeline #line-wrap {
  width: 1149px;
  margin: 0 auto;
  position: relative;
}
#timeline #line-wrap #lineBot,
#timeline #line-wrap #lineTop {
  width: 99%;
  height: 18px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 50px;
}
#timeline #line-wrap #lineBot {
  background: #4e555e;
}
#timeline #line-wrap #lineTop {
  background: #dfca4e;
  width: 70px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#timeline #dates {
  width: 1149px;
  padding-top: 80px;
  padding-left: 50px;
  padding-bottom: 30px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
#timeline #dates .dates-wrap {
  width: 2500px;
  color: #fff;
  position: relative;
}
#timeline #dates .dates-wrap .dates-item {
  float: left;
  width: 100px;
  font-size: 16px;
  position: relative;
}
#timeline #dates .dates-wrap .dates-item::after {
  content: "";
  width: 16px;
  height: 42px;
  background: url("../fazhan_02.png") 0 0 / contain;
  position: absolute;
  top: 100px;
  left: 10px;
  transition: ease all .5s;
}
#timeline #dates .dates-wrap .dates-item .year {
  position: relative;
  transition: all ease .5s;
  top: 0;
}
#timeline #dates .dates-wrap .dates-item i {
  font-size: 13px;
  font-style: normal;
  opacity: 0.6;
}
#timeline #dates .dates-wrap .dates-item .circle {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #a7aaaf;
  top: -33px;
  left: 6px;
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}
#timeline #dates .dates-wrap .active .circle,
#timeline #dates .dates-wrap .passed .circle {
  background: #fff;
}
#timeline #dates .dates-wrap .active .year {
  top: -62px;
}
#timeline #dates .dates-wrap .active::after {
  top: 0;
}
#timeline .issues {
  width: 70%;
  max-width: 1110px;
  margin: 50px auto 0;
  position: relative;
}
#timeline .issues .box .img {
  width: 40%;
  margin-top: 9%;
  float: left;
}
#timeline .issues .box .img img {
  border-radius: 100%;
  border: 3px solid #dfca4e;
}
#timeline .issues .box .title {
  float: right;
  width: 45%;
  margin-top: 9%;
  text-align: left;
  padding-right: 2px;
}
#timeline .issues .box .title .cn {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
#timeline .issues .box .title .en {
  color: #dfca4e;
  font-size: 16px;
}
#timeline #prev {
  cursor: pointer;
  position: absolute;
  width: 35px;
  height: 50px;
  background: url("../prev_yel.png") no-repeat 0 0 / contain;
  top: 60%;
  left: 10%;
}
#timeline #next {
  cursor: pointer;
  top: 60%;
  right: 10%;
  position: absolute;
  width: 35px;
  height: 50px;
  background: url("../next_yel.png") no-repeat 0 0 / contain;
}
#timeline #prev.swiper-button-disabled {
  background-image: url("../prev_dis.png");
}
#timeline #next.swiper-button-disabled {
  background-image: url("../next_dis.png");
}
#fazhan {
  width: 100%;
  padding-bottom: 100px;
  background: #424954;
}
#fazhan .part-title {
  color: #fff;
  padding-top: 50px;
  border-bottom: 1px solid #474e58;
  padding-bottom: 80px;
}
#fazhan .list {
  width: 74%;
}
#fazhan .list .box .img {
  display: inline-block;
  width: 40%;
  margin-right: 10%;
  text-align: center;
}
#fazhan .list .box .title {
  display: inline-block;
  width: 48%;
}
#fazhan .list .box .title .cn {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}
#fazhan .list .box .title .en {
  color: #42bd7f;
  font-size: 20px;
}
#jianjie .part-body {
  background: #eff1f5;
  padding-bottom: 80px;
}
#jianjie .part-body .left {
  padding: 45px 40px 0 0px;
}
#jianjie .part-body .left .title {
  font-size: 28px;
  font-family: Arial;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  margin-top: 35px;
}
#jianjie .part-body .left p {
  color: #808080;
  text-indent: 2em;
  font-size: 15px;
  line-height: 27px;
  text-align: justify;
}
#jianjie .part-body .right {
  padding: 127px 50px 0;
}
#jianjie .part-body .right ul {
  line-height: 80px;
  border-top: 2px solid #42bd7f;
}
#jianjie .part-body .right ul li {
  border-bottom: 2px solid #42bd7f;
}
#jianjie .part-body .right ul li .number {
  display: inline-block;
  width: 50%;
  text-align: right;
  padding-right: 20px;
  color: #808080;
}
#jianjie .part-body .right ul li .number span {
  font-weight: bold;
  font-size: 50px;
  vertical-align: bottom;
  margin-right: 16px;
  font-family: Arial;
}
#jianjie .part-body .right ul li .detail {
  display: inline-block;
  width: 48%;
  padding-left: 20px;
}
#jianjie .part-body .list {
  margin-top: 60px;
  padding-bottom: 12px;
  text-align: center;
}
#jianjie .part-body .list li {
  display: inline-block;
  width: 12%;
  text-align: center;
}
#jianjie .part-body .list .img {
  width: 76px;
  height: 79px;
  display: inline-block;
}
#linghun .part-body .img img {
  width: 100%;
}
#linghun .part-body .detail {
  margin-top: 60px;
  padding-bottom: 10px;
  text-align: justify;
  color: #888;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 1px;
}
#magazine {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-top: 40px;
  padding-top: 75px;
  padding-bottom: 60px;
}
#magazine ul {
  text-align: center;
}
#magazine ul li {
  display: inline-block;
  text-align: center;
  width: 24.5%;
}
#magazine ul li .img {
  width: 85%;
  margin: 0 auto;
}
#magazine ul li .title {
  font-weight: bold;
  margin: 14px 0 4px;
}
#magazine ul li .detail {
  color: #888;
}
#paper {
  padding-top: 20px;
  padding-bottom: 60px;
}
#paper .paper-title {
  text-align: center;
  margin-bottom: 50px;
}
#paper .paper-title .img {
  width: 21%;
  margin: 0 auto;
}
#paper .box {
  box-shadow: 4px 4px 4px #f1f1f1;
  border: 1px solid #f1f1f1;
  position: relative;
  transition: all ease .3s;
  top: 0;
  left: 0;
}
#paper .box:not(:last-child) {
  margin-right: 10px;
}
#paper .box:hover {
  box-shadow: 4px 4px 4px #ccc;
  left: 2px;
}
#paper .box a:hover {
  text-decoration: none;
}
#paper .box .img {
  width: 100%;
}
#paper .box .img img {
  width: 100%;
}
#paper .box .title {
  color: #42bd7f;
  margin-top: 16px;
}
#paper .box .person {
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 4px;
}
#paper .box .word {
  border-bottom: 1px solid #999;
  color: #808080;
  padding-bottom: 10px;
  width: 95%;
}
#paper .box .more {
  text-decoration: none;
  color: #42bd7f;
}
#paper .box .detail {
  padding-left: 12px;
  padding-bottom: 13px;
}
#paper .btn-nav {
  text-align: center;
  margin-top: 40px;
}
#paper .btn-nav span {
  display: inline-block;
  width: 15px;
  height: 24px;
  cursor: pointer;
}
#paper .btn-nav .next {
  background: url("../images/next.png") 0 0 / contain;
}
#paper .btn-nav .prev {
  background: url("../images/prev.png") 0 0 / contain;
  margin-right: 20px;
}
#paper .btn-nav .prev.swiper-button-disabled {
  background-image: url("../images/prev_disabled.png");
}
#paper .btn-nav .next.swiper-button-disabled {
  background-image: url("../images/next_disabled.png");
}
@media (max-width: 1500px) {
  #jianjie .part-body .right {
    padding: 130px 10px 0;
  }
}
@media (max-width: 1367px) {
  #linghun .part-body .detail {
    text-align: left;
    text-indent: 2em;
  }
}
@media (max-width: 1300px) {
  #jianjie .part-body .right {
    padding: 130px 10px 0;
  }
  #jianjie .part-body .list {
    padding: 0;
  }
}
@media (max-width: 992px) {
  #linghun .part-body .detail {
    padding: 0 12px;
  }
  #magazine ul li {
    width: 28%;
  }
}
@media (max-width: 768px) {
  #fazhan {
    padding-bottom: 40px;
  }
  #fazhan .part-title {
    padding-top: 40px;
    padding-bottom: 0;
  }
  #timeline #line-wrap #lineBot {
    width: 64%;
  }
  #timeline #line-wrap #lineTop {
    width: 60px;
  }
  #timeline #dates {
    width: 700px;
    padding-left: 0;
  }
  #timeline .issues {
    width: 88%;
  }
  #timeline .issues .box .title {
    width: 58%;
    margin-top: 50px;
  }
  #timeline #prev,
  #timeline #next {
    width: 25px;
    height: 40px;
    top: 36%;
  }
  #timeline #prev {
    left: 1%;
  }
  #timeline #next {
    right: 1%;
  }
  #jianjie .part-body .list li {
    width: 11%;
    padding: 0 4px;
  }
  #jianjie .part-body .list .img {
    width: 100%;
  }
  #paper .paper-title .img {
    width: 30%;
  }
}
@media (max-width: 414px) {
  #fazhan {
    padding-bottom: 15px;
  }
  #fazhan .part-title {
    padding-top: 20px;
    margin-top: 0;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  #fazhan #timeline .issues {
    width: 100%;
    margin-top: 15px;
  }
  #fazhan #timeline .issues .box .img {
    width: 60%;
    float: none;
    margin: 0 auto;
  }
  #fazhan #timeline .issues .box .title {
    width: 98%;
    float: none;
    text-align: center;
    margin: 10px auto 0;
  }
  #fazhan #timeline .issues .box .title .cn {
    font-size: 14px;
    line-height: 24px;
    width: 90%;
    margin: 0 auto;
  }
  #fazhan #timeline .issues .box .title .en {
    font-size: 12px;
    margin-top: 20px;
  }
  #fazhan #timeline #prev,
  #fazhan #timeline #next {
    width: 18px;
    height: 30px;
    top: 24%;
    z-index: 99;
  }
  #fazhan #timeline #prev {
    left: 4%;
  }
  #fazhan #timeline #next {
    right: 4%;
  }
  #jianjie .part-body {
    padding-bottom: 10px;
  }
  #jianjie .part-body .left {
    padding: 0 10px;
  }
  #jianjie .part-body .left .title {
    text-align: center;
  }
  #jianjie .part-body .right {
    padding: 30px 0 0;
    width: 95%;
    margin: 0 auto 15px;
  }
  #jianjie .part-body .right ul {
    line-height: 60px;
    border-top: 1px solid #42bd7f;
  }
  #jianjie .part-body .right ul li {
    border-bottom: 1px solid #42bd7f;
  }
  #jianjie .part-body .right ul li .number {
    padding-right: 4px;
    width: 40%;
    text-align: left;
    padding-left: 20px;
  }
  #jianjie .part-body .right ul li .number span {
    font-size: 30px;
  }
  #jianjie .part-body .right ul li .detail {
    width: 58%;
    padding-left: 4px;
  }
  #jianjie .part-body .list {
    margin-top: 20px;
    padding-bottom: 18px;
  }
  #jianjie .part-body .list li {
    width: 21%;
    margin-top: 18px;
  }
  #linghun .part-body .detail {
    margin-top: 20px;
    font-size: 13px;
    text-align: left;
    padding: 0 10px;
    line-height: 24px;
  }
  #magazine {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #magazine ul li {
    width: 95%;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #paper {
    padding-bottom: 30px;
  }
  #paper .paper-title {
    margin-bottom: 20px;
  }
  #paper .paper-title .img {
    width: 40%;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #paper .paper-title .btn-nav {
    text-align: center;
    margin-top: 25px;
  }
}