#timeLine{
    width:100%;
    margin: 0 auto;
   /* border:  solid 1px #434343;*/
   /* background: rgba(500,500,500,0.9);*/
    overflow: hidden;
}
#yearList{
    width: 100%;
    list-style: none;
    position: relative;
    /*left: 457px;*/
    margin-left: 420px;

}
#yearList:after,.container-li:after{
    content: "";
    display: table;
    clear: both;
}
#yearList li{
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 21px;
    padding: 10px 20px;
}
.year-dot{
    width: 10px; height: 10px; border-radius: 5px;
    background-color: #7b7d76;
    margin: 10px auto;
    display: block;
   z-index:5;
}
.dotted-line{
    border-bottom: dashed 2px  #7b7d7b;
    position: relative;
    top: -35px;
    z-index:3;
}
#cList{
    width: 100%;
    position: relative;
}
#btnLeft{
    width: 30px; height: 130px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 30%;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: rgba(165, 7, 6,0.3);
}
#btnRight{
    width: 30px; height: 130px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30%;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background:  rgba(165, 7, 6,0.3);
}
#btnLeft:hover,#btnRight:hover{
    background:  rgba(165, 7, 6,0.8);
}
#cUl{
 width:96%;
    list-style: none;
   min-height: 300px;
    margin: 0 auto;
    position: relative;
    left: 15px;
}
#cUl li{
    width: 100%;
  position: absolute;  left:0;
    padding: 5px 10px;
}
.li-tit{
    display:inline-block;
    color: #fff;
    background-color: #a50706;
    padding: 10px 20px;
    margin: 30px auto 10px;
}
.container-li{
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 1px #a50706;
}
.container-li .abstract{
    text-indent: 36px;
    line-height:36px;
}
.c-li-left{
    width: 40%;
    float: left;
}
.c-li-right{
    width: 60%;
    float: right;
}
.year-active{
    color: #a50706;
}
.year-active i{
    background-color: #a50706;
}