
#timeLine{
    width: 100%;
    margin: 100px auto 0 auto;
    /*border:  solid 1px #434343;*/
    /*background: rgba(500,500,500,0.9);*/
    overflow: hidden;
}
.time{
    width:78%;
    margin: 0 auto;
    overflow: hidden;
}
#yearList{
    width: 70%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 85%;
}
/* #yearList:after,.container-li:after{
    content: "";
    display: table;
    clear: both;
} */
#yearList li{
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: #b9b9b9;
    font-weight: bold;
    padding: 10px 5%;
    position: relative;
}
#yearList li::after{
    /* content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #008487;
    bottom: 32%;
    z-index: 1; */
}
.dotted-line{
    border-bottom:  5px solid  #008487;
    position: relative;
    top: -33px;
    z-index: -1;
    width: 96%;

    margin: 0 auto;
    /* position: absolute;
    height: 5px;
    background-color: #008487;
    bottom: 32%;
    z-index: 1; */
}
.year-dot{
    width: 7px;
    height: 7px;
    position: relative;
    border-radius: 50%;
    background-color: #008487;
    border: 5px solid #fff;
    margin: 10px auto;
    display: block;
      box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
      z-index: 2;
}

#cList{
    width: 100%;
    position: relative;
}
#btnLeft{
    width: 39px;
    height: 39px;
    background: url('../images/fz-last.png') no-repeat center;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -14%;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
}
#btnRight{
    width: 39px;
    height: 39px;
    background: url('../images/fz-next.png') no-repeat center;
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -14%;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
}

#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{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    flex-wrap: wrap;
    /* border: solid 1px #434343; */
}
.c-li-left{
    width: 32%;
    float: left;
}
.c-li-left img{
    width: 100%;
}
.c-li-right p:nth-child(1){
    font-size: 120px;
    color: #008487;
    font-weight: bold;
}
.c-li-right p:nth-child(2){
    font-size: 16px;
    color: #393939;
    line-height: 2;
}
.c-li-right{
    text-align: left;
    width: 60%;
    float: right;
}
.year-active{
    color: #008487 !important;
    font-size: 24px !important;
}
.year-active::after{

}
.year-active i{
    background-color: #008487;
    height: 15px;
    width: 15px;

}


