#timeline {
  width: 95%;
  /* height: 300px; */
  overflow: hidden;
  margin: 50px auto;
  position: relative;
}

.hrLine {
  margin-top: 72px;
  /* border: 1px solid #DFEBFF; */
  border: 1px solid #ffffff;
}

#dates {
  width: 760px;
  height: 90px;
  overflow: hidden;
}

#dates li {
  list-style: none;
  float: left;
  width: 130px;
  height: 50px;
  font-size: 24px;
  text-align: center;
}

#dates>li>.onepx {
  width: 1px;
  height: 20px;
  margin: 0 auto;
  background: #DFEBFF;
}

#dates a {
  line-height: 50px;
  font-size: 18px;
  font-weight: 400;
}

#dates .selected {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  color: #148ffa;
  display: block;
  margin-bottom: 20px;
}

#issues {
  /* width: 800px; */
  height: 400px;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 575px) {
  #issues {
    /* width: 800px; */
    min-height: 400px;
    overflow: hidden;
    text-align: center;
  }
}

#issues li {
  width: 100%;
  height: 400px;
  list-style: none;
  float: left;
  position: relative;
  /* border: 2px solid red; */
}

@media (max-width: 575px) {
  #issues li {
    width: 100%;
    min-height: 600px;
    list-style: none;
    float: left;
    position: relative;
    /* border: 2px solid red; */
  }
}


.timeline {
  position: relative;
}

.timeline>button {
  position: absolute;
  border: 0;
  outline: none;
  top: 0px;
  z-index: 5;
  overflow: hidden;
  border-radius: 35px;
  height: 47px;
  width: 47px;
  line-height: 47px;
  font-size: 18px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(8, 2, 46, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(8, 2, 46, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(8, 2, 46, 0.1);
}

.timeline>button>i {
  display: block;
  color: #148ffa;
  /* border-radius: 35px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(8, 2, 46, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(8, 2, 46, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(8, 2, 46, 0.1); */
}

.timeline>button>i>img {
  float: left;
  width: 100%;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.dates {
  position: absolute;
  top: 0;
  z-index: 4;
}

.wrap {
  overflow: hidden;
  height: 500px;
}

.issues>li>div {
  /* width: 10%; */
  display: block;
  /* height: 400px; */
  position: relative;
  border: 1px solid #ffffff;
  /* border: 4px solid red; */
}

/* .issues>li>.right {
  background-color: #DFEBFF;
} */

@media (min-width: 1000px) {
  .issues>li>.left {
    width: 50%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    /* background-color: #DFEBFF; */
    border-right: 1px solid #DFEBFF;
    /* border: 2px solid red; */
  }

  .issues>li>.right {
    width: 50%;
    /* text-align: right;
    display: flex;
    justify-content: flex-end; */
    /* background-color: #DFEBFF; */
    border-left: 1px solid #DFEBFF;
    /* border: 2px solid red; */
  }
}

@media (max-width: 1000px) {
  .issues>li>.left {
    width: 95%;
    margin: 0px auto;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    /* border: 1px solid red; */
    background-color: #ffff;
    border-right: 1px solid #DFEBFF;
  }

  .issues>li>.right {
    width: 95%;
    /* margin-left: 100px; */
    /* border: 2px solid red; */
    margin: 0px auto;
    /* text-align: right;
    display: flex;
    justify-content: flex-end; */
    /* border: 1px solid red; */
    background-color: #ffff;
    border-left: 1px solid #DFEBFF;
    /* border: 1px solid red; */
  }
}


.issues>li .right>h5 {
  background: url(../img/about/icon_pointoftime22.png) no-repeat;
  background-size: contain;
  text-align: left;
  padding-left: 60px;
  font-size: 14px;
  position: absolute;
  left: -9px;
  z-index: 9;
  background-color: #ffffff;
}

.issues>li .left>h5 {
  background: url(../img/about/icon_pointoftime22.png) 89.5px 0 no-repeat;
  background-size: contain;
  text-align: left;
  padding-right: 60px;
  font-size: 14px;
  position: absolute;
  right: -10px;
  z-index: 9;
  background-color: #ffffff;
}

/* 设置最后结束点样式 */
.other-year {
  width: 107.44px;
  height: 16.8px;
  bottom: -8px;
}

.issues>li .right .other-yearLine {
  position: absolute;
  width: 30px;
  height: 1px;
  bottom: 0;
  margin: 8px 0;
}

.issues>li .right .textArea {
  width: 80%;
  display: flex;
  margin: 40px;
  padding: 0 35px;
  line-height: 35px;
  /* background-color: #DFEBFF; */
  text-align: left;
  /* color: #fff; */
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  /* -webkit-box-shadow: 0px 10px 30px 0px rgba(8, 2, 46, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(8, 2, 46, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(8, 2, 46, 0.1); */
  /* border: 1px solid red; */
}

.issues>li .right .textLabel {
  width: 85px;
  margin-right: 25px;
  font-size: 16px;
  /* font-weight: 600; */
}

.issues>li .left .textLabel {
  width: 85px;
  margin-right: 25px;
  font-size: 16px;
  /* font-weight: 600; */
}

.issues>li .left .textArea {
  /* width: 70%; */
  display: flex;
  margin: 40px;
  padding: 0 35px;
  line-height: 35px;
  /* background-color: #DFEBFF; */
  text-align: left;
  /* color: #fff; */
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  /* -webkit-box-shadow: 0px 10px 30px 0px rgba(8, 2, 46, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(8, 2, 46, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(8, 2, 46, 0.1); */
  /* border: 1px solid red; */
}

/* .issues>li .left .textArea p {
  color: #fff;
} */

@media (max-width: 575px) {
  .issues>li .right .textArea {
    width: 80%;
    display: flex;
    margin: 40px;
    padding: 0px;
    line-height: 35px;
  }

  .issues>li .left .textArea {
    /* width: 70%; */
    display: flex;
    margin: 40px;
    padding: 0px;
    line-height: 35px;
    /* background-color: #DFEBFF; */
    text-align: left;
  }
}

.issues>li .left .yearLine {
  position: absolute;
  width: 30px;
  height: 1px;
  top: 0;
  right: 0;
  margin: 8px 0;
}

.issues>li .right .yearLine {
  position: absolute;
  width: 30px;
  height: 1px;
  top: 0;
  left: 0;
  margin: 8px 0;
}