*{
    margin: 0;
    font-family: 微锟斤拷锟脚猴拷 ;
    padding: 0;
}
#timeLine{
    width: 100%;
    overflow: hidden;
}
#yearList{
    top: 5px;
    width: 5000px;
    list-style: none;
    position: relative;
    margin-left: 320px;
}
#yearList:after,.container-li:after{
    content: "";
    display: table;
    clear: both;
}
#yearList li{
    font-weight: bold;
    width: 160px;
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 21px;
    padding: 10px 20px;
    position: relative;
    top: 25px;
    color: #959595;
}
.year-dot{
    width: 20px; height: 20px; border-radius: 10px;
    background-color: #959595;
    margin: 10px auto;
    display: block;
    border: 3px solid #fff;
}
.dotted-line{
    border-bottom: 2px solid  #b4b4b4;
    position: relative;
    top: -26px;
    z-index: -1;
    margin: 0 auto;
    width: 65%;
}
#cList{
    width: 100%;
    position: relative;
    margin-top: 48px;
}
#btnLeft{
    width: 50px; height: 50px;
    display: inline-block;
    position: absolute;
    left: 70px;
    top: -125px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: url(../images/lsleft-tm.png) no-repeat center center;
}
#btnRight{
    width: 50px; height: 50px;
    display: inline-block;
    position: absolute;
    right: 70px;
    top: -125px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: url(../images/lsright-tm.png) no-repeat center center;
}
#btnLeft:hover{
    background: url(../images/lsleft.png) no-repeat center center;
}
#btnRight:hover{
    background: url(../images/lsright.png) no-repeat center center;
}
#cUl{
    width: 1000px;
    list-style: none;
    height: 500px;
    margin: 0 auto;
    position: relative;
    left: 0px;
}
#cUl li{
    width: 1000px;
    position: absolute;
    left: 0;
    color: #555;
}
.li-tit{
    display:block;
    color: #2495e4;
    padding: 10px 20px;
    margin: 30px auto 10px;
    text-align: center;
    font-size: 30px;
}
.container-li{
    min-height: 500px;
    background: url(../images/history_bg_centerbar.png) center repeat-y;
    width: 100%;
    padding: 20px 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#cUl li:last-of-type .container-li
,#cUl li:nth-of-type(16) .container-li
,#cUl li:nth-of-type(17) .container-li
,#cUl li:nth-of-type(18) .container-li
,#cUl li:nth-of-type(20) .container-li
,#cUl li:nth-of-type(23) .container-li{
	background: url(../images/history_bg_centerbar-last.png) no-repeat center top;
}
.c-li-left{
    width: 40%;
    float: left;
}
.c-li-right{
    width: 60%;
    float: right;
}
#yearList  .year-active{
    color: #2495e4;
    font-size: 2.8em;
    top: 0;
}
.year-active i{
    background-color: #2495e4;
}
#cUl .row{
    margin-bottom: 20px;
    background: url(../images/history_bg_circle.png) center 15px no-repeat;
    min-height: 51px;
    display: block;
    overflow: hidden;
}
#cUl .row .col-r{
    float: right;
    background: url(../images/history_bg_hr.png) left 32px no-repeat;
    width: 48%;
}
#cUl .row .col-l{
    float: left;
    background: url(../images/history_bg_hr.png) right 32px no-repeat;
    width: 48%;
}
#cUl .col-r .textWrapper{
    margin-left: 90px;
    padding-left: 17px;
    text-align: left;
    line-height: 22px;
    font-size: 16px;
    margin-top: 15px;
}
#cUl .col-l .textWrapper{
    margin-right: 90px;
        line-height: 22px;
    font-size: 16px;
    margin-top: 15px;
    padding-right: 17px;
    text-align: left;
}
.col-l sapn.mouth {
    text-align: right;
}
.textWrapper sapn {
    color: #2495e4;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}
.n_main_right.fr.fzlc{
    margin: 0;
}
.n_main{
    position: relative;
    padding-top: 0;
}
.bgc{
    width: 100%;
    height: 160px;
    position: absolute;
    z-index: -8;
    background-color: rgb(239, 237, 203);
}
.fz-left{
    position: absolute;
    left: 200px;
    top: 580px;
    z-index: 888;
}
@media (max-width: 1715px){
    .fz-left{
        left: 150px;
    }
}
@media (max-width: 1630px){
    .fz-left{
        left: 75px;
    }
}
@media (max-width: 1475px){
    .fz-left{
        left: 0;
    }
}
@media (max-width: 1364px){
    .fz-left{
        display: none;
    }
}