@import url("common.css");
.history {
	position: relative;
	width: 1015px;
	margin-bottom: 100px;
}
.history .line {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	border-left: 2px solid #004a98;
	margin-left: -1px;
}
.history .start,
.history .end {
	width: 52px;
	height: 52px;
	margin: 0 auto;
	border: 5px solid #004a98;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
}
.history .start {
	background: #FFF url(../image/airplane-symbol.png) center center no-repeat;
	margin-bottom: 20px;
}
.history .end {
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	color: #004a98;
	margin-top: 45px;
}
.history ul {
	position: relative;
}
.history li {
	position: relative;
	padding: 30px 0;
	background-color: #f1f1f1;
	font-size: 14px;
	color: #333;
	border-radius: 10px;
	width: 465px;
	width: 450px;
	margin: 0 auto;
	line-height: 24px;
	clear: both;
}
.history li:before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border: 4px solid #004a98;
	border-radius: 50%;
	position: absolute;
	top: 33px;
	background-color: #fff;
}
.history li a {
	color: #333;
	cursor: text;
}
.history li .date {
	border-right: 1px solid #CCC;
	line-height: 20px;
	width: 88px;
	display: inline-block;
	text-align: center;
}
.history li .info {
	display: inline-block;
	max-width: 333px;
}
.history li:nth-child(even) {
	float: left;
	padding-left: 15px;
}
.history li:nth-child(odd) {
	float: right;
	padding-right: 15px;
}
.history li:nth-child(even):before {
	right: -52px;
}
.history li:nth-child(odd):before {
	left: -50px;
}
.history li:nth-child(even) .date {
	float: right;
	margin-left: 23px;
	border-right: none;
	border-left: 1px solid #CCC;
}
.history li:nth-child(odd) .date {
	float: left;
	margin-right: 23px;
	border-left: none;
	border-right: 1px solid #CCC;
}
@media screen and (min-width:640px) and (max-width: 1200px) {
	.history {
		width: 640px;
	}
	.history li {
		width: 290px;
	}
	.history li .info {
		width: 185px;
	}
	.history li:nth-child(odd) .date {
		margin-right: 13px;
	}
	.history li:nth-child(even) .date {
		margin-left: 13px;
	}
	.history li:nth-child(odd):before {
		left: -24px;
	}
	.history li:nth-child(even):before {
		right: -24px;
	}
}
@media screen and (max-width: 640px) {
	.history {
		width: auto;
		margin: 0 10px 60px;
	}
	.history .line {
		left: 31px;
	}
	.history .start,
	.history .end {
		margin-left: 0;
	}
	.history .end {
		margin-top: 15px;
	}
	.history ul {
		padding-left: 45px;
	}
	.history li {
		margin-bottom: 10px;
		width: auto;
		border-radius: 3px;
	}
	.history li:before {
		top: 18px;
	}
	.history li:nth-child(even),
	.history li:nth-child(odd) {
		float: none;
	}
	.history li:nth-child(odd):before {
		left: -23px;
	}
	.history li:nth-child(even):before {
		left: -23px;
		right: initial;
	}
	.history li:nth-child(odd)  .date,
	.history li:nth-child(even) .date {
		float: none;
		border-left: none;
		margin-left: 0;
		border-right: none;
		margin-right: 0;
	}
	.history li:nth-child(odd),
	.history li:nth-child(even) {
		padding: 15px 10px 15px 0;
	}
	.history li a {
		display: flex;
	}
	.history li .date {
		width: 37px;
		text-align: center;
		padding: 0px 15px;
		word-wrap:break-word;
		position: relative;
	}
	.history li .date:after {
		content: "";
		display: block;
		border-right: 1px solid #cccccc;
		height: 20px;
		position: absolute;
		right: 7px;
		top: 0;
	}
	.history li .info {
		flex:1;
	}
}

/*End*/