@charset "UTF-8";
/*公用样式 Begin*/

.clear{clear:both; height:0px; overflow: hidden;}
.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;
/*	border-bottom: 1px solid #c7dcd2;*/
	background: url(cjh_2025_line.png) left bottom repeat-x;
}
.c_zhanmusi{
	width: 988px;
	overflow: hidden;
	position: relative;
	margin:0px auto;
}
#timeLine {
	width: 990px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}

#yearList {
	width: 3200px;
	list-style: none;
	position: relative;
	margin-left: 415px;
	overflow: hidden;
}

#yearList:after,.container-li:after {
	content: "";
	display: table;
	clear: both;
}
.container-li{
	width: 950px;
	margin:0px auto;
/*	background: #f00*/
}
#yearList li {
	width: 103px;
	float: left;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	margin-right: -1px;
}
#yearList li.year-active {
	width: 105px;
}
#yearList li a{
    height: 48px;
    line-height: 30px;
    display: block;
    color: #888;
    background: url(cjh_2025_kachi.png) no-repeat right bottom;
	background-size: 104px 12px;
}
#yearList li:first-child a{
    background: url(cjh_2025_kachi.png) no-repeat left bottom;
}
/*内容居中三角*/
.c_ico_arr {
    margin-bottom: -1px;
    height: 28px;
	width: 28px;
/*    background: url(ico_arr_t_1.png) no-repeat center;*/
    position: relative;
    z-index: 1;
}
#cList {
	width: 990px;
	position: relative;
	padding-top:30px;
/*	border:1px solid #e9e9e9;*/
	padding-bottom: 10px;
/*	border-radius: 10px;*/
}

#btnLeft,
#btnRight{
	position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
	border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    
	background-color: rgba(199, 220, 210, .5);
	cursor: pointer;
}
#btnLeft{
    background-image: url(cjh_2025_prev.png);
	left: 0;
}
#btnRight {
    right: 0;
    background-image: url(cjh_2025_next.png);
}

#btnLeft:hover,#btnRight:hover {
	background-color: #c7dcd2;
}

#cUl {
	width: 990px;
/*	background: rgba(255, 0, 0, .3);*/
	list-style: none;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	left: 0;
}

#cUl li.c_leigaga {
	width: 988px;
	position: absolute;
	left: 0;
/*	background-color: #f00;*/
}

#yearList li.year-active a{
	color: #007777;
	font-weight: bold;
    background: url(cjh_2025_kachi_h.png) no-repeat bottom;
	background-size: 100% 12px;
}

.main-title2 {
	height: 50px;
	font-size: 14px;
	line-height: 60px;
	box-sizing: border-box;
	color: #888;
}

.main-title2 a {
	color: #888;
}

.cLi_h{
	height: 1050px;
}


@media screen and (max-width: 1440px){
	/*时间轴*/
	.c_kebi{
		width: 640px;
	}
	.c_zhanmusi{
		width: 700px;
	}
	#timeLine {
		width: 700px;
	}

	#yearList {
		width: 3200px;
		margin-left: 327px;
	}

	.container-li{
		width: 700px;
		margin:0px auto;
	/*	background: #f00*/
	}
	#yearList li {
/*		width: 105px;*/
		font-size: 14px;
	}
	#yearList li a{;
		height: 40px;
		line-height: 30px;
	}

	/*内容居中三角*/
	.c_ico_arr {
		margin-bottom: -1px;
		height: 28px;
		width: 28px;
	/*    background: url(ico_arr_t_1.png) no-repeat center;*/
		position: relative;
		z-index: 1;
	}
	#cList {
		width: 700px;
		padding-top:0;
	}

	#btnLeft,
	#btnRight{
		width: 24px;
		height: 24px;
	}
	#btnLeft,
	#btnRight {
		background-size: 8px auto;
	}

	#cUl {
		width: 700px;
	}

	#cUl li.c_leigaga {
		width: 700px;
	}


	.main-title2 {
		height: 50px;
		font-size: 14px;
		line-height: 50px;
		box-sizing: border-box;
		color: #888;
	}

	.main-title2 a {
		color: #888;
	}

	
	.cLi_h{
		height: 750px;
	}
	

}