#timeLine{
    width: 1000px;
    margin: 50px auto;
    /*border:  solid 1px #434343;*/
    /*background: rgba(500,500,500,0.9);*/
    overflow: hidden;
}
#yearList{
    width: 500%;
    list-style: none;
    position: relative;
    /*left: 457px;*/
    margin-left: 457px;
    z-index: 10;
}
#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: #333;
    margin: 10px auto;
    display: block;
}
.dotted-line{
    border-bottom: dashed 2px  #7b7d7b;
    position: relative;
    top: 44px;
    z-index: 1;
}
#cList{
    width: 100%;
    position: relative;
}
#btnLeft{
    width: 50px; height: 130px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 240px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: rgba(0,0,0,0.3);
    background-image: url(../images/prev.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size: 50%;
}
#btnRight{
    width: 50px; height: 130px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 240px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: rgba(0,0,0,0.3);
    background-image: url(../images/next.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size: 50%;
}
#btnLeft:hover,#btnRight:hover{
    background-color: rgba(204,0,0,0.7);
}
#cUl{
    width: 850px;
    list-style: none;
    height: 450px;
    margin: 0 auto;
    position: relative;
    left: 0px;
}
#cUl li{
    width: 850px;
  position: absolute;  left: 0;
}
.li-tit{
    display:inline-block;
    color: #fff;
    background-color: #333;
    padding: 10px 20px;
    margin: 30px auto 10px;
}
.container-li{
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 1px #333;
    position: relative;
}
.c-li-left{
    width: 60%;
    float: left;
}
.c-li-right{
    width: 40%;
    float: right;
}
.year-active{
    color: rgba(204, 0, 0, 1.0);
}
.year-active i{
    background-color: rgba(204, 0, 0, 1.0);
}


  .swiper-container {
        width: 460px;
        height: 300px;
        margin: 0px auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide >img{width: 100%;}
    .swiper-pagination-bullet-active {background: rgba(255, 255, 255, .7);
    }
    .swiper-button-next{background-image: url('../images/next.png');background-color:rgba(0, 0, 0, .3) ; background-size: 50%;}
    .swiper-button-prev{background-image:  url('../images/prev.png');background-color:rgba(0, 0, 0, .3) ;background-size: 50%;}
   .c-li-right >p{

    padding-left: 20px;
    position: relative;
    max-height: 60px;
    overflow: hidden;
    text-indent: unset !important;
    color: #333 !important;
}
   .c-li-right p::after{
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
}