.history_bg {
	width: 100%;
	height: 650px;
	background: url(../image/history_bg.png) no-repeat center/cover;
}
.even-box {
	position: relative;
	padding-top: 120px;
	height: 440px;
}
.event-list {
	margin-bottom: 50px;
	padding-top: 100px;
	height: 200px;
}
.event-list ul {
	position: relative;
	margin-left: 50%;
	height: 1px;
	background-color: #999;
	-webkit-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.event-list ul li {
	position: absolute;
	width: 140px;
	height: 100px;
	color: #4c4c4c;
	text-align: center;
	font-style: italic;
	font-size: 53px;
}
.event-list ul li .year {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	letter-spacing: 3px;
	font-family: number;
	cursor: pointer;
}
.event-list ul li.on .year {
	color: #00418f;
	text-shadow: 0 6px 16px rgba(0, 65, 143, 0.4);
}
.event-list ul li .dian {
	position: absolute;
	left: 50%;
	z-index: 3;
	display: block;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px #bbb;
	box-shadow: 0 0 8px #bbb;
}
.event-list ul li .dian i {
	display: block;
	margin: 5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #4d4d4d;
}
.event-list ul li.on .dian i {
	background-color: #00418f;
}
.event-list ul li p {
	position: absolute;
	left: 50%;
	margin-left: -160px;
	width: 320px;
	text-align: center;
	letter-spacing: 2px;
	font-size: 18px;
	cursor: pointer;
	color: #5d5d5d;
}
.event-list ul li::before {
	position: absolute;
	left: 50%;
	z-index: 2;
	display: block;
	width: 400px;
	height: 1px;
	background-color: #00418f;
	-webkit-box-shadow: 0 0 1px #00418f;
	box-shadow: 0 0 1px #00418f;
	content: "";
	opacity: 0;
}
.event-list ul li:last-child::before {
	right: 50%;
	left: auto;
}
.event-list ul li.on::before {
	opacity: 1;
}
.event-list ul li:nth-child(even) {
	top: -100px;
}
.event-list ul li:nth-child(odd) {
	bottom: -100px;
}
.event-list ul li:nth-child(even) p {
	bottom: -70px;
}
.event-list ul li:nth-child(odd) p {
	top: -70px;
}
.event-list ul li:nth-child(even) .year {
	top: 0;
}
.event-list ul li:nth-child(odd) .year {
	bottom: 0;
}
.event-list ul li:nth-child(even) .dian {
	bottom: -10px;
}
.event-list ul li:nth-child(odd) .dian {
	top: -10px;
}
.event-list ul li:nth-child(even)::before {
	bottom: -1px;
}
.event-list ul li:nth-child(odd)::before {
	top: 0;
}

.event-list ul li .year:hover,
.event-list ul li .text_overflow:hover {
	color: #00418f;
}
.even-box .page,
.hxt-box .page,
.object-photo-box .page {
	position: relative;
	left: 50%;
	top: 0px;
	margin-left: -231px;
	width: 630px;
	height: 34px;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
}
.even-box .page div,
.hxt-box .page div,
.object-photo-box .page div {
	float: left;
	width: 50%;
	letter-spacing: 5px;
	letter-spacing: 1px\0 / IE8 + 9;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px\0 / IE8 + 9;
}
.even-box .page .prev,
.hxt-box .page .prev,
.object-photo-box .page .prev {
	background: url("../image/PREYIEW.png?v=001") no-repeat center center/cover;
	background-position-x: 0;
	width: 240px;
	height: 37px;
}
.even-box .page .next,
.hxt-box .page .next,
.object-photo-box .page .next {
	background: url("../image/NEXT.png?v=001") no-repeat center center/cover;
	width: 328px;
	height: 37px;
}
i.icon-jiantou,
i.icon-jiantou-copy {
	display: inline-block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.even-box .page .next:hover i,
.hxt-box .page .next:hover i,
.object-photo-box .page .next:hover i {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	-ms-transform: translateX(30px);
}
.even-box .page .next:hover,
.hxt-box .page .next:hover,
.object-photo-box .page .next:hover {
	color: #fff;
}
.even-box .page .prev:hover,
.hxt-box .page .prev:hover,
.object-photo-box .page .prev:hover {
	color: #fff;
}
.even-box .page .prev:hover i,
.hxt-box .page .prev:hover i,
.object-photo-box .page .prev:hover i {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	-ms-transform: translateX(-30px);
}
.even-box .show-box {
	position: absolute;
	right: 50%;
	bottom: 0px;
	overflow: hidden;
	margin-right: 230px;
	width: 420px;
	height: 360px;
	background-color: #fff;
	-webkit-box-shadow: 0px 20px 70px #c5c5c5;
	box-shadow: 0px 20px 70px #c5c5c5;
}
.show-box ul {
	height: 360px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.show-box li {
	float: left;
	padding: 10px;
	width: 420px;
	height: 100%;
}
.show-box li .pic {
	margin-bottom: 10px;
	width: 400px;
	height: 170px;
	position: relative;
	overflow: hidden;
}

.show-box li .pic img {
	width: 100%;
	height: 100%;
}
.show-box li .pic h6 {
	display: none;
}
.show-box li p {
	overflow: hidden;
	padding: 0 16px;
	height: 160px;
	font-size: 15px;
	line-height: 2;
	overflow-y: auto;
}
.show-box li p a {
	color: #00418f;
}
