﻿
.event_box {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-height: 420px;
}
.event_box .parHd {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	height: 200px;
}
.parHd ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px;
}
.parHd .tempWrap {
	margin: 0 auto;
}

.parHd li.no_line:before {
	display: none;
}

.parHd li:after {
	content: '';
	background: url(../images/history3.png) no-repeat;
	width: 66px;
	height: 66px;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 33%;
	margin-left: -12px;
}
.parBd {
	text-align: center;
	margin-top: 60px;
}

div#listBox {
	width: 100%;
}
.sPrev {
	position: relative;
	top: 20px;
}
.sNext {
position: relative;
	top: 20px;
}

.parHd li span, .parHd li.clone span {
	display: none;
}
