@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: 5.2rem;
	margin: 0 auto;
	overflow: hidden;
	background: url(sk_sjs202511_kcline.png) left bottom repeat-x;
	background-size: auto .01rem;
}
.c_zhanmusi{
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#timeLine {
	width: 6.5rem;
	position: relative;
}

#yearList {
	width: 70rem;
	list-style: none;
	position: relative;
	margin-left: 2.18rem;
	overflow: hidden;
}

#yearList:after,.container-li:after {
	content: "";
	display: table;
	clear: both;
}
.container-li{
	margin: 0 auto;
/*	background: #f00*/
}
#yearList li {
	width: 1.5rem;
	float: left;
	cursor: pointer;
	text-align: center;
	font-size: .32rem;
	position: relative;
}
#yearList li a{;
    height: .9rem;
    line-height: .6rem;
    display: block;
    color: #888;
}
#yearList li .kachi{
	content: '';
	height: .12rem;
    background: url(sk_sjs202511_kachi.png) no-repeat left bottom;
	background-size: 1.51rem 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: 1.5rem;
	background-image: url(sk_sjs202511_kachi_h.png);
	right: -.01rem;
}
#yearList li:last-child{
	width: 1.51rem;
}
#cList {
	position: relative;
	padding-top: .4rem;
	width: 6.5rem;
	margin: 0 auto;
}

#btnLeft,
#btnRight{
	position: absolute;
    top: .15rem;
    width: .5rem;
    height: .5rem;
	border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
	background-size: .16rem;
    
	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: 6.5rem;
	position: absolute;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
/*	border: 1px solid #f00;*/
}
#cUl li.c_leigaga,
.cLi_h{
	height: 16rem;
}

