*{
    margin: 0;
    font-family: 微软雅黑 ;
    padding: 0;
}
#timeLine{
    width: 1160px;
    margin:0px auto 50px;
    overflow: hidden;
}
#yearList{
    width: 100%;
    list-style: none;
    position: relative;
    /*left: 457px;*/
    margin-left:357px;
}
#yearList:after,.container-li:after{
    content: "";
    display: table;
    clear: both;
}
#yearList li{
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    padding:14px 30px;
}
.year-dot{
    width:4px; height:30px;  
    background-color: #00c0ff;
    margin:0px auto;
    display: block;
}
.dotted-line{
    /*border-bottom: dashed 2px  #7b7d7b;*/
    position: relative;
    top: -26px;
    z-index: -1;
}
#cList{
    width: 100%;
    position: relative;
}
#btnLeft{
    width:50px; height:50px;
    display: inline-block;
    position: absolute;
    left: 0;
    top:115px;
    text-decoration: none;
    color:#fff;
    font-size:20px;
    text-align: center;
    line-height:50px;
    background:#999999;
	z-index:9999;
}
#btnRight{
    width: 50px; height:50px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 115px;
    text-decoration: none;
    color: #fff;
    font-size:20px;
    text-align: center;
    line-height:50px;
    background: #999999;
	} 
 
#btnLeft:hover{ background:#00c0ff; cursor:pointer;}
#btnRight:hover{ background:#00c0ff; cursor:pointer;}
.bigcontent{width: 1160px;margin:30px auto 0; overflow: hidden;}
#cUl{
    width:1160px;
    list-style: none;
    height:278px;
    margin: 0 auto;
    position: relative;
    left: 0px;
	box-shadow:1px 2px 6px #bbb;
}
#cUl li{
    width:1160px;
  position: absolute;  left: 0;box-shadow:1px 2px 6px #aaa;
}
.li-tit{
    display:inline-block;
    color: #fff;
    background-color: #002f21;
    padding: 10px 20px;
    margin: 30px auto 10px;
	
}
.container-li{
    width: 100%;
    padding:44px 80px;
	height:277px; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background-color:#efefef;
	box-shadow:1px 2px 6px #bbb;
}
.c-li-left{
    width: 40%;
    float: left;
}
.c-li-right{
    width: 60%;
    float: right;
}
.year-active{
    color: #00c0ff; font-weight:bold; font-size:20px !important; padding-top:8px !important;
}


.cchistory{ display:none;}
@media (max-width:1160px) {
.timehistory{ display:none}
.cchistory{ display:block;}
.container-li{
    padding:30px;
	height:auto; margin-bottom:30px;
}
.container-li h2{ margin-top:10px; font-size:22px; margin-bottom:15px;}
}

@media (max-width:768px) {
.container-li{
    padding:30px 10px;
	height:auto; margin-bottom:30px;
}
.container-li h2{ margin-top:20px;}
}
















 