.time_wrap{
 position: relative;
}
.year_wrap{
 position: absolute;
 top: 0;
 left: 0;
 width:2.8125rem;
 height: 100%; 
 
}
.year_wrap li{
 position: relative;
 height: 2.8125rem;
 border-right: 1px solid #d5d5d5;
}
.year{
	position: absolute;
	top:0.3125rem;
	left: 0.75rem;
	width: 1.50rem;
	height: 1.5rem;
	/*padding-left: 0.3125rem;*/
	line-height: 1.5rem;
	background: url('../images/icon/timeline1.png') no-repeat 0;
	background-size: 2.140625rem 1.5rem;
	color: #e30a10;
	text-align: center;
}
.activeyear{
	color: #fff;
	/*background: url('../images/icon/timeline2.png') no-repeat 0;*/
	/*background-size: 2.140625rem 1.5rem;*/
	width: 1.50rem;height: 1.50rem;border-radius: 100% 100%;
	background:#e30a10;
}
.time_lines{
	margin-left: 2.34375rem;
	
	padding:0.3125rem 0.390625rem; 
}

.time_item{
	
	padding-left: 0.390625rem;
	position: relative;
	padding-bottom: 0.625rem;
}
.time_item h3{
	color: #565656;
	height: 0.625rem;
	line-height: 0.625rem;
	margin-bottom: 3.3125rem;
}
.time_item p{
	color: #838383;
	line-height:0.4375rem;
	margin-bottom: 0.3125rem;
}
.time_item img{
	width: 3.90625rem;
	height: 2.5rem;
	margin-bottom: 0.3125rem;
	overflow: hidden;
}

.year b{display: block;width: 0.68rem;height: 0.10rem;border-top: 0.01rem solid #bfbfbf;position: absolute;right: -0.52rem;top: 50%;}
.year.activeyear b{border-top: 0.01rem solid #e30a10; }
.year em{width: 0.16rem;height: 0.16rem;position: absolute;right: -0.52rem;top: 45%;border-radius: 100% 100%;background:#e30a10;display: none;}
.year.activeyear em{display: block;}