*{
    margin: 0;
    font-family: ?????? ;
    padding: 0;
}
#timeLine{
    width: 5000px;
    margin: 36px 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: 457px;
}
#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: #808080;
    margin: 10px auto;
    display: block;
}
.biaoti{
    font-size:14px;
    width: 150px;
}
.dotted-line{
    border-bottom: dashed 1px  #7b7d7b;
    position: relative;
    top: -85px;
    z-index: -1;
}
#cList{
    width: 100%;
    position: relative;
}
#btnLeft{
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    right: 60px;
    top: 0px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: url(//dfs.yun300.cn/group1/M00/07/36/rBQBHWIe4WaETiizAAAAADLk_l8613.png) no-repeat;
    z-index:  999999;
}
#btnRight{
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: url(//dfs.yun300.cn/group1/M00/20/9B/rBQBHGIe4ZWEKJfuAAAAANEo2Gg226.png) no-repeat;
}

#cUl{
    width: 100%;
    list-style: none;
    height: 400px;
    margin: 0 auto;
    position: relative;
    left: 0px;
}
#cUl li{
    width: 100%;
    position: absolute;
    left: 0;
}
.li-tit{
    display:inline-block;
    color: #fff;
    background-color: #002f21;
    padding: 10px 20px;
    margin: 30px auto 10px;
}
.container-li{
    max-width: 1400px;
    padding: 20px 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* border: solid 1px #434343; */
}
.c-li-left{
    width: 40%;
    float: left;
}
.c-li-right{
    width: 60%;
    float: right;
}
.year-active{
    color: #0098c8;
}
.year-active i{
    background-color: #0096ff;
}


