
#timeLine{
    width: 1300px;
    margin: 100px auto 0;
    overflow: hidden;
}
#yearList{
    width: 130%;
    height: 50px;
    list-style: none;
    position: relative;
    margin-left: 186px;
    
}
#yearList li{
    float: left;
    position: absolute;
    cursor: pointer;
    text-align: center;
    font-size: 21px;
    padding: 7px 36px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 30px;
}
#cList{
    width: 100%;
    position: relative;
}
.box{
    width: 1200px;
	height: 500px;
	background-color: #e4e4e4;
    overflow: hidden;
    margin: 100px auto;
    padding: 98px 134px 82px 84px;
    display: flex;
    box-sizing: border-box;
}
#cUl{
    width: 100%;
    height: 100%;
    list-style: none;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    left: 0px;
}
#cUl li{
    width: 1200px;
   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%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.c-li-left{
    width: 40%;
    float: left;
    padding-left: 80px;
}
.c-li-right{
    width: 35%;
    float: left; 
}
.year-active {
    background-color:  #1d2088 !important;
    color: #fff !important;
}
.year-active::after{
    content: "";
    display: block;
    width: 4px;
	height: 240px;
    background-color: #1d2088;
    top:32px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 999;
}
.c-li-right h3{
    font-family: CharterBT-Roman;
	font-size: 100px;
    color: #1d2088;
    padding-top: 48px;
   
}
.c-li-right p{
    font-family: SourceHanSansCN-Regular;
	font-size: 16px;
    color: #585858;
    float: left;
}

