
#timeLine{
    width: 1200px;
    margin: 30px auto;
    background: rgba(255,255,255,.1);
    overflow: hidden;
    border-radius: 10px;
}
#yearList{
    width: 895px;
    margin: 0 auto;
    padding-top: 30px;
    list-style: none;
    position: relative;
}
#yearList:after,.container-li:after{
    content: "";
    display: table;
    clear: both;
}
#yearList li{
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    padding: 10px 20px;
    color:rgba(255,255,255,.7)
}
.year-dot{
    width: 10px; height: 10px; border-radius: 5px;
    background-color: rgba(255,255,255,.7);
    margin: 10px auto;
    display: block;
}
.dotted-line{
    border-bottom: solid 2px  rgba(255,255,255,.3);
    position: relative;
    top: -58px;
    width: 100%;
}
#cList{
    width: 100%;
    position: relative;
}
#btnLeft{
    width: 50px; height: 130px;
    display: inline-block;
    position: absolute;
    left: 95px;
    top: 105px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
}
#btnRight{
    width: 50px; height: 130px;
    display: inline-block;
    position: absolute;
    right: 95px;
    top: 105px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
}
#btnLeft:hover,#btnRight:hover{
    background: rgba(0,0,0,0.5);
}
#cUl{
    width: 850px;
    list-style: none;
    height: 400px;
    margin: 0 auto;
    position: relative;
    left: 0px;
}
#cUl li{
    width: 850px;
  position: absolute;  left: 0;
}
.li-tit{
    display:inline-block;
    color: #fff;
    background-color: #002f21;
    padding: 10px 20px;
    margin: 30px auto 10px;
}
.container-li{
    width: 100%;
    padding: 20px 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 1px #434343;
    margin-top: 60px;
}
.c-li-left{
    width: 45%;
    float: right;
}
.c-li-right{
    width: 50%;
    float: left;
}
.c-li-right h3{
    color: #fff;
    margin-bottom: 10px;
}
.c-li-right p{
    color: #999;
}
#yearList li.year-active{
    color:#f1c120;
}
.year-active i{
    background-color: #f1c120;
}


