* {
	margin: 0;
	padding: 0;
}


/*时间轴*/
#time_axis {
	width: 1000px;
	margin: 15px auto 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px  100px;
}
#jingzhan {
	background-image: url(../images/line.png);
	background-repeat: repeat-y;
	background-position: 99px center;
	padding-top: 40px;
}
.time {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	ont-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 40px;
}
.time:nth-child(1) {
	margin-top: 0;
}

.t_cur .t_2 {
	background-color: #FFFFFF;
}
.t_1 {
	width: 90px;
	color:#666666;
	font-size:18px;
	font-weight:normal;
	line-height:28px;
   background:url(../images/point.png)  right 0 no-repeat;
}
.t_2 {
	width: 20px;
	height: 20px;
	border-radius:12px;
	border: 2px solid #3784d2;
	margin-right: 20px;
	background-attachment:0;
}
.t_3 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	color:#666666;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
}
.t_3   h3{
	color:#444444;
	font-size:20px;
	font-weight: normal;
	}
#member {
	width: 100%;
	display: block;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	padding: 0 20px;
}
#member img {
	float: left;
	margin-right: 10px;
	width: 60px;
	height: 60px;
	margin-left: 52px;
}
#member h2 {
	display: block;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	font-size:24px;
}
#member{
	font-size:14px;
	color:#666666;
	}
#member h2:first-of-type {
	padding-top: 10px;
}
