@charset "UTF-8";
/*公用样式 Begin*/

.c_fl{float: left;}
.c_fr{float: right;}
.c_over{overflow: hidden;}

*{box-sizing: border-box;}



/*时间轴*/
.c_p_padd{
	position: relative;
}
.c_kebi{
	position: relative;
	width: 1170px;
	margin:0px auto;
	overflow: hidden;
	background: url(sk_sjs202511_kcline.png) left bottom repeat-x;
	background-size: auto 1px;
}
.c_zhanmusi{
	overflow: hidden;
	position: relative;
	margin:0px auto;
}
#timeLine {
/*	width: 950px;*/
/*	overflow: hidden;*/
	position: relative;
}

#yearList {
	width: 3200px;
	list-style: none;
	position: relative;
	margin-left: 441px;
	overflow: hidden;
}

#yearList:after,.container-li:after {
	content: "";
	display: table;
	clear: both;
}
.container-li{
	margin:0px auto;
/*	background: #f00*/
}
#yearList li {
	width: 104px;
	float: left;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	position: relative;
}
#yearList li a{;
    height: 48px;
    line-height: 30px;
    display: block;
    color: #888;
}
#yearList li .kachi{
	content: '';
	height: 12px;
    background: url(sk_sjs202511_kachi.png) no-repeat left bottom;
	background-size: 105px 100% ;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#yearList li.year-active a{
	color: #4589c2;
	font-weight: bold;
}
#yearList li.year-active{
	position: relative;
	z-index: 2
}
#yearList li.year-active .kachi{
	width: 105px;
	background-image: url(sk_sjs202511_kachi_h.png);
	right: -1px;
}
#yearList li:last-child{
	width: 105px;
}
#cList {
	position: relative;
	padding-top:40px;
/*	padding-bottom: 10px;*/
	width: 1280px;
	margin: 0 auto;
}

#btnLeft,
#btnRight{
	position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
	border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
	background-size: 10px;
    
	background-color: rgba(203, 224, 241, .5);
	cursor: pointer;
	transition: all .5s;
    -webkit-transition: all .5s;
}
#btnLeft{
    background-image: url(sk_sjs202511_bar_jt1.png);
	left: 0;
}
#btnRight {
    right: 0;
    background-image: url(sk_sjs202511_bar_jt2.png);
}

#btnLeft:hover,#btnRight:hover {
	background-color: rgba(203, 224, 241, 1);
}

#cUl {
/*	background: rgba(255, 0, 0, .3);*/
	list-style: none;
	margin: 0 auto;
	position: relative;
/*	overflow: hidden;*/
}

#cUl li.c_leigaga {
	width: 1280px;
	position: absolute;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
/*	border: 1px solid #f00;*/
}
#cUl li.c_leigaga,
.cLi_h{
	height: 850px;
}



@media screen and (max-width: 1440px){
	
	/*时间轴*/
	.c_kebi{
		width: 820px;
	}
	#yearList {
		margin-left: 309px;
	}

	#cUl li.c_leigaga {
		width: 862px;
	}
	#cUl li.c_leigaga,
	.cLi_h{
		height: 600px;
	}
	#cList {
		width: 862px;
	}


}