* {
	margin: 0;
	font-family: Î¢ÈíÑÅºÚ;
	padding: 0
}

#timeLine {
	width: 650px;
	margin: 0px auto;
	overflow: hidden
}

#yearList {
	width: 100%;
	list-style: none;
	position: relative;
	margin-left: 232px;
	z-index: 5;
}

#yearList:after,
.container-li:after {
	content: "";
	display: table;
	clear: both
}

#yearList li {
	float: left;
	cursor: pointer;
	text-align: center;
	font-size: 21px;
	padding: 10px 20px;
	color: #afafaf;
}

.year-dot {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #afafaf;
	margin: 10px auto;
	display: block
}

.dotted-line {
	border-bottom: dashed 2px #afafaf;
	position: relative;
	top: -26px;
	z-index: 1
}

#cList {
	width: 100%;
	position: relative
}

#btnLeft {
	width: 47px;
	height: 36px;
	display: inline-block;
	position: absolute;
	right: 60px;
	top:29px;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 33px;
	background: rgba(0, 0, 0, .3);
	z-index: 10;
}

#btnRight {
	width: 47px;
	height: 36px;
	display: inline-block;
	position: absolute;
	right: 0;
	top:29px;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height:33px;
	background: rgba(0, 0, 0, .3)
}

#btnLeft:hover,
#btnRight:hover {
	background: rgba(0, 0, 0, .5)
}

#cUl {
	width: 100%;
	list-style: none;
	height: 400px;
	margin: 0 auto;
	position: relative;
	left: 0
}

#cUl li {
	width: 100%;
	position: absolute;
	left: 0;
}

.li-tit {
	display: inline-block;
	color: #fff;
	background-color: #807e7e;
	padding: 10px 20px;
	margin: 30px auto 10px
}

.container-li {
	width: 100%;
	padding: 20px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: solid 1px #434343
}

.c-li-left {
	width: 40%;
	float: left
}

.c-li-left img{
	width: 370px;
	height: 255px;
}
.c-li-right {
	width: 100%;
}
.c-li-right h3{
	font-size: 18px;
	color: #218909;
	margin-bottom: 20px;
	}
.c-li-right p{
	color: #4D4C4C;
	font-size: 16px;
}
.year-active {
	color: #313131 !important;
}

.year-active i {
	background-color: #313131;
}


.select{display: inline-block;float:right;margin-top: 8px;outline: none;}
.select input{height: 25px;width: 180px;border: none;background-color: whiye;outline: none;display: inline-block;vertical-align: middle;padding: 0px 5px;}
.select button{cursor: pointer;background-color: white;height: 25px;border: none;outline: none;display: inline-block;vertical-align: middle;border-left: 1px solid #a6a6a6;}
.select button img{width: 27px;height: 25px;}
