body{
	margin: 0;
	padding: 0;
}

.main{
	width:100%;
	margin: 30px auto;
}

.time-axis,.time-honor{
	margin: 0;
	padding: 0;
	position: relative;
}
.time-honor:before{
	content: '';
	position: absolute;
	left: 33px;
	top: 5px;
	width: 1px;
	height: 100%;
	background-color: #99774B;
	opacity: 0.6;
}
.time-axis:before{
	content: '';
	position: absolute;
	left:30px;
	top: 10px;
	width: 2px;
	height: 100%;
	background-color: #9B7E3C;
}
.time-honor-item{
	list-style: none;
	padding-left: 50px;
	position: relative;
	line-height: 45px;
	font-size: 14px;
	color: #141414;
}
.time-honor-date span{
	position: absolute;
	left: 26px;
	top: 5px;
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #99774B;
	border-radius: 100%;
	background-color: #fff;
	opacity: 0.6;
}
.time-honor-date span a{
	position: absolute;
	width: 11px;
	height: 1px;
	background: #99774B;
	left: 11px;
	top: 5px;
	opacity: 0.6;
}
.time-honor-date span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	margin: auto;
	background-color: #99774B;
	border: 1px solid #99774B;
	border-radius: 100%;
	opacity: 0.6;
}
.time-axis-item{
	list-style: none;
	padding-left: 60px;
	position: relative;
	font-size: 15px;
	color: #141414;
}
.time-axis-achievement{
	margin: 0;
}
.time-axis-date{
	position: absolute;
	left: 0;
	top: 0;
	color: #9B7E3C;
}

.time-axis-date span{
	position: absolute;
	left: 0px;
	top: 35%;
	font-size: 19px;
	display: block;
	width:60px;
	line-height:32px;
	font-weight: 600;
	text-align: center;
	border:1px solid rgba(204, 204, 204, 1);
	box-shadow:-2px 2px 0px 0px rgba(0, 0, 0, 0.22);
	border-radius: 1px;
	background-color: #fff;
}

.time-axis-title{
	background:rgba(238,238,238,1);
	opacity:0.7;
	border-radius:2px;
	color: #000;
	padding: 10px 22px;
	margin-bottom: 25px;
	margin-left: 20px;
}
.time-axis-title ul li{
	padding: 7px 0;
	font-size: 16px;
}
.time-honor li{
	padding-bottom: 15px;
}
/* ´óÊÂ¼Ç */
.development_history{
	padding-right: 20px;
}<!--ºÄÊ±1753296725.2258Ãë-->