
.main{
	width: 50%;
	margin: 30px auto;
}
.time-axis-cont{
	width:100%;
	border:1px #EBEBEB solid;
	background: #fff;
	padding-bottom:108px;
}
.time-axis-cont-1{
	width:100%;
	border-top:1px #EBEBEB solid;
	background: #fff;
	padding-bottom:108px;
}
.time-axis{
	margin: 0px;
	padding: 0px;
	position: relative;
}
.time-axis-r{
	width:1025px;
	padding-top:30px;
	padding-left:20px;
	box-sizing: border-box;
	padding-bottom:20px;
	border-bottom:1px #EEEEEE solid;
}

.time-axis-title{
	height:30px;
	line-height:30px;
	font-size: 18px;
	color: #000000;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
        font-weight: bold;
}
.time-axis-title a{

	color: #000000;
	
}
.time-axis-title a:hover{

	color: #C20C0C;
	
}
.time-axis-more{
	color:#C20C0C;

}
.tiem-axis-calendar{
	position:absolute;
	left:40px;
	top:46px;
}
.tiem-axis-calendar-1{
	position:absolute;
	left:104px;
	top:67px;
}
.tiem-axis-year{
	width:100px;
	height:34px;
	line-height:34px;
	background: #F38181;
	color:#fff;
	font-size:20px;
	font-weight: bold;
	font-family: 'arial';
	text-align:center;
	border-radius: 5px 5px 0 0;
}
.tiem-axis-year-1{
	width:67px;
	height:20px;
	line-height:20px;
	border-bottom:1px #eee solid;
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	font-family: 'arial';
	text-align:center;
}
.tiem-axis-month{
	width:100px;
	height:56px;
	line-height:56px;
	background: #E6E4E2;
	color:#000;
	font-size:30px;
	font-weight: bold;
	font-family: 'arial';
	text-align:center;
	border-radius: 0px 0px 5px 5px;
}
.time-axis:before{
	content: '';
	position: absolute;
	left: 174px;
	top: 0px;
	width: 1px;
	height: 100%;
	background-color: #E4E4E4;
	padding-bottom: 180px;
}
.time-axis-item{
	list-style: none;
	padding-left: 175px;
	position: relative;
	font-size: 14px;
	color: #141414;
	clear:both;
}
.time-axis-img{
	width:876px;
}
.time-axis-img-top{
padding-top:16px;
}
.time-axis-img img {
	width:225px;
	height:160px;
	float:left;
}
.time-axis-achievement{
	margin-left: 10px;
	width:635px;
	height:160px;
	float:left;
	position: relative;
}
.time-axis-achievement-1{
	margin-left: 20px;
	width:625px;
	height:160px;
	float:left;
	position: relative;
}
.time-axis-achievement-txt{
	display:inline;
	line-height: 26px;
	font-size: 14px;
	color: #666666;
	position: relative;
}
.time-axis-achievement-time,.time-axis-achievement-add{
	font-size: 14px;
	color: #666666;
	margin-top:10px;
	height:14px;
}
.time-axis-achievement-btn{	
	width:100px;
	height:30px;
	line-height:30px;
	background: #C20C0C;
	border:1px #C20C0C solid;
	border-radius: 2px;
	position: absolute;
	right:-82px;
	bottom:10px;
	text-align:center;
}
.time-axis-achievement-btn a{
	font-size: 14px;
	color: #FFFFFF;
}
.time-axis-achievement-btn1{	
	width:100px;
	height:30px;
	line-height:30px;
	background: #fff;
	border:1px #C20C0C solid;
	border-radius: 2px;
	position: absolute;
	right:-82px;
	bottom:10px;
	text-align:center;
}
.time-axis-achievement-btn1 a{
	font-size: 14px;
	color: #C20C0C;
}
.time-axis-date{
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
	height:240px;
	width:174px;
}

.time-axis-date span{
	position: absolute;
	right: -4px;
	top: 35%;
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #E95654;
}
/* .time-axis-date span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	margin: auto;
	background-color: #ccc;
	border: 1px solid #ccc;
	border-radius: 100%;
} */

.time-axis-item:last-child .time-axis-date span{
	border-color: #48BEB2;
}

.time-axis-item:last-child .time-axis-date span:after{
	background-color: #48BEB2;
	border-color: #48BEB2;
}
