@charset "UTF-8";
/*公用样式 Begin*/

.c_fl{float: left;}
.c_fr{float: right;}
.c_over{overflow: hidden;}

*{box-sizing: border-box;}



/*时间轴*/
.c_kebi{
	position: relative;
	width: 936px;
	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: 414px;
	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: 16px;
	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;*/
}

#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: -30px;
}
#btnRight {
    right: -30px;
    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: 950px;
	position: absolute;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
/*	border: 1px solid #f00;*/
}
#cUl li.c_leigaga,
.cLi_h{
	height: 880px;
}

.main-title2 {
	height: 50px;
	font-size: 14px;
	line-height: 60px;
	box-sizing: border-box;
	color: #888;
}

.main-title2 a {
	color: #888;
}




@media screen and (max-width: 1440px){
	/*时间轴*/
	
	/*时间轴*/
	.c_kebi{
		width: 656px;
	}

	#yearList {
		margin-left: 343px;
	}


	#btnLeft,
	#btnRight{
		top: 10px;
		width: 24px;
		height: 24px;
	}
	#btnLeft{
		left: -10px;
	}
	#btnRight {
		right: -10px;
	}
	
	#cUl li.c_leigaga {
		width: 710px;
	}
	
	#cUl li.c_leigaga,
	.cLi_h{
		height: 780px;
	}

	.main-title2 {
		height: 50px;
		font-size: 14px;
		line-height: 60px;
		box-sizing: border-box;
		color: #888;
	}

	.main-title2 a {
		color: #888;
	}

	

}