
#timeLine{
    width: 100%;
    position: relative;
    /* margin: 100px auto; */
    /* border: solid 1px #434343; */
    /* background: rgba(500,500,500,0.9); */
    overflow: hidden;
}
#yearList{
    width: 100%;
    list-style: none;
    position: relative;
}
#yeadListBox {
    width: 90px;
    right: 0;
    position: absolute;
}
#yearList:after,.container-li:after{
    content: "";
    display: table;
    clear: both;
}
#yearList li{
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 21px;
    padding: 10px 10px;
    width: 100%;
    line-height: 50px;
}
.year-dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #030f27;
    margin: 0 5px 1px 0;
    display: inline-block;
}
#yearList li span {
        line-height: 38px;
    display: inline-block;
}
.dotted-line{
    border-right: dashed 2px #7b7d7b;
    position: absolute;
    top: 0px;
    z-index: -1;
    right: 70px;
    /* width: 2px; */
    height: 100%;
}
#cList{
    width: 90%;
    position: relative;
}
#btnLeft{
    width: 50px; height: 130px;
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 50%;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: rgba(0,0,0,0.3);
	z-index: 1;
}
#btnRight{
    width: 50px; height: 130px;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 50%;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: rgba(0,0,0,0.3);
}
#btnLeft:hover,#btnRight:hover{
    background: rgba(0,0,0,0.5);
}
#cUl{
    width: 100%;
    list-style: none;
    height: 550px;
    margin: 0 auto;
    position: relative;
    left: 0px;
}
#cUl li{
    width: 100%;
  position: absolute;  left: 0;
}
.li-tit{
    display:inline-block;
    color: #fff;
    background-color: #da251c;
    padding: 10px 20px;
    margin: 30px auto 10px;
	    font-weight: 600;
}
.container-li{
    width: 100%;
    padding: 80px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 2px #434343;
}
/* .c-li-left{
    width: 60%;
    float: left;
    padding-right: 30px;
}
.c-li-right{
    width: 40%;
    float: right;
} */
.c-li-left, .c-li-right {
    padding-right: 30px;
}
.year-active{
    color: #da251c;
}
.year-active i{
    background-color: #da251c;
}


