

.body-box {
	width: 100%;
	margin: 30px auto;
	background: #fff;
}

@media (max-width:768px) {
	.body-box {
		display: none;
	}
}

.timer-shaft-box {
	width: 100%;
	box-sizing: border-box;
}

.timer-shaft {
	position: relative;
	width: 100%;
	height: 80px;
	overflow: hidden;
}

.timer-left {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 99;
	width: 23px;
	height: 37px;
	margin-top: -18.5px;
	background: url(../img/icon_left.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.timer-right {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 99;
	width: 23px;
	height: 37px;
	margin-top: -18.5px;
	background: url(../img/icon_right.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.timer-scale {
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	padding-left: 80px;
	font-size: 0;
	white-space: nowrap;
}

.timer-scale-cont {
	display: inline-block;
	height: 100%;
	line-height: 80px;
}

.time-circle {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
	background: #e2302e;
	transition: all .3s;
	cursor: pointer;
}

.timer-scale-cont.hov .time-circle {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	background: #ff8d3d;
}

.line-scale {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: 22px;
	margin: 0 2px;
	background: url(../img/icon_scale.png) no-repeat;
	background-size: cover;
}

.timer-shaft-content {
	width: 100%;
	margin-top: 45px;
	overflow: hidden;
	font-size: 0;
	box-sizing: border-box;
	white-space: nowrap;
}

.shaft-detail-cont {
	display: none;
	width: 100%;
}

.timer-year {
	padding-left: 28px;
	font-weight: bold;
	color: #333;
	font-size: 0;
}

.icon-year {
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	height: 40px;
	background: url(../img/icon_sign.png) no-repeat;
	background-size: cover;
}

.timer-year span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 18px;
	font-size: 24px;
}

.month-detail-box {
	position: relative;
	width: 100%;
	min-height: 93px;
	padding-top: 30px;
	font-size: 0;
	box-sizing: border-box;
	white-space: normal;
}

.month-detail-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 44.5px;
	height: 100%;
	border-right: 1px dashed #ff8d3d;
}

.month-detail-box .month-title {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.month-detail-box .month-title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 38px;
	width: 13px;
	height: 13px;
	margin-top: -6.5px;
	background: url(../img/icon_circle.png) no-repeat;
	background-size: cover;
}

.incident-record {
	display: inline-block;
	padding-left: 71px;
	line-height: 2;
	font-size: 14px;
	color: #333;
}

.incident-record a {
	font-size: 14px;
	color: #1d69a3;
}

.box {
	width: 100%;
	display:none;
	position:relative;
	background:#f3f3f3;
	padding-top:10px;
}

@media (max-width:768px) {
	.box {
		display: block;
	}
}

.event_year {
	width: 100%;
	text-align: center;
	border-bottom:2px solid #ddd;

}

.event_year li {
	height:50px;
	line-height: 40px;
	background: #FFF;
	margin-bottom: 1px;
	font-size: 18px;
	color: #828282;
	cursor: pointer;
	float:left;
	padding:0 9px;
	width:20%;
}

.event_year li.current {
	background: #0066ff url('../img/jian1.png') 0 40px no-repeat;
	background-size:100%;
	color: #FFF;
	text-align: left;
}

.event_list {
	background: url('../img/dian3.png') 49px 0 repeat-y;
	width:100%;
	padding:20px 0 0 0;
}

.event_list h3 {
	margin: 0 0 10px 42px;
	font-size: 24px;
	font-family: Georgia;
	color: #0066ff;
	padding-left: 25px;
	background: url('../img/jian.png') 0 -45px no-repeat;
	height: 38px;
	line-height: 30px;
	font-style: italic;
	border:0
}

.event_list li {
	background: url('../img/jian.png') 46px -80px no-repeat;
	position:relative;
		margin-bottom:10px;
		padding-left:70px;

}

.event_list li > span {
	width: 40px;
	text-align: right;
	display: block;
	position:absolute;
	top:0;
	left:0;
	margin-top: 10px;
}

.event_list li p {
	width: 100%;
	display: inline-block;
	padding-left: 10px;
	background: url('../img/jian.png') -21px 0 no-repeat;
	line-height: 25px;
	_float: left;
}

.event_list li p span {
	width: auto;
	text-align: left;
	border-bottom: 2px solid #DDD;
	padding: 10px 15px;
	background: #FFF;
	margin: 0;
}

.titlelist {
	line-height: 24px;
	color: #8C8C8C;
	padding-bottom: 20px;
}

