
  #timeline {
    overflow: hidden;
    margin-left: 3.09rem;
    position: relative;
  }
    
    #issues {
      width: 800px;
      height: 350px;
      overflow: hidden;
    } 
      #issues li {
        width: 800px;
        height: 350px;
        list-style: none;
        float: left;
      }
        #issues li.selected img {
          -webkit-transform: scale(1.1,1.1);
          transform: scale(1.1,1.1);
        }
        #issues li img {
          float: left;
          margin: 10px 30px 10px 50px;
          background: transparent;
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
          zoom: 1;
          -webkit-transition: all 2s ease-in-out;
          transition: all 2s ease-in-out;
          -webkit-transform: scale(0.7,0.7);
          transform: scale(0.7,0.7);
        }
        #issues li h1 {
          color: #ffcc00;
          font-size: 48px;
          margin: 20px 0;
          text-shadow: #000 1px 1px 2px;
        }
        #issues li p {
          font-size: 14px;
          margin-right: 70px;
          font-weight: normal;
          line-height: 22px;
          text-shadow: #000 1px 1px 2px;
        }
    
#timeLineContent{
    /* overflow: hidden; */
    display: flex;
    position: relative;
    left: 0;
}
#timeLineContent li{
    list-style: none;
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 0.16rem;
    margin-right: 2.2rem;
    flex-direction: column;
    position: relative;
}
#timeLineContent li .timeLineTitle {
/* #timeLineContent li div{ */
    font-size: 0.2rem;
    color: #000000;
    font-weight: bold;
    height: 0.35rem;
    line-height: 0.35rem;
}
#timeLineContent li span{
    font-size: 0.68rem;
    color: #C8C4C1;
    padding-top: 1rem;
    height: 1.3rem;
    display: flex;
    align-items: center;
}
#timeLineContent li p{
    height: 0.8rem;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}
#bgLine{
    display: block;
    height: 0.02rem;
    width: 100%;
    background: #999999;
    position: absolute;
    top:25%;
    left: 10%;
}
#timeLineContent .selected span{
    font-size: 1.02rem;
}
#dates {
    overflow: hidden;
    height: 0.25rem;
    line-height: 1.2rem;
    margin: 0.95rem 2.8rem 1rem;
}
#dates li {
    list-style: none;
    float: left;
    font-size: 0.68rem;
    width: 20%;
    text-align: center;
    height: 0.2rem;
    position: relative;
    cursor: pointer;
}
.lineActive{
    /* background: url('../images/about/scroll.png') no-repeat;
    background-size: 100%; */
    height: 100% !important;
    background: #41B093 !important;
    top: 0 !important;
    border-radius: 0.05rem;
}
#dates a {
    color: #C8C4C1;
    display: block;
    width: 100%;
    height: 100%;
}
#dates div{
    position: absolute;
    height: 0.02rem;
    width: 100%;
    background:#BABABA;
    top: 49%;
    left: 0;
}
