/* page */
ul li {
	list-style: none;
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */
.hidden {
	display: none;
}

.last {
	border-bottom: none !important;
}



.bigthings {
	background: #f0f0f0;
}

.box {
	width: 80%;
	margin: 30px 10%;
	padding: 30px 0;
}

.event_year {
	width: 60px;
	border-bottom: 2px solid #DDD;
	text-align: center;
	float: left;
	margin-top: 10px;
}

.event_year li {
	height: 40px;
	line-height: 40px;
	background: #FFF;
	margin-bottom: 1px;
	font-size: 18px;
	color: #828282;
	cursor: pointer;
}

.event_year li.current {
	width: 70px;
	background: #00707e url('../img/jian.png') 60px 0 no-repeat;
	color: #FFF;
	text-align: left;
	padding-left: 9px;
}

.event_list {
	width: 850px;
	float: right;
	background: url('../img/dian3.png') 139px 0 repeat-y;
	margin: 10px 0 20px 0;
}

.event_list h3 {
	margin: 0 0 10px 132px;
	font-size: 24px;

	color: #00707e;
	padding-left: 25px;
	background: url('../img/jian.png') 0 -45px no-repeat;
	height: 38px;
	line-height: 30px;
	font-style: italic;
}

.event_list li {
	background: url('../img/jian.png') 136px -80px no-repeat;
}

.event_list li span {
	width: 127px;
	text-align: right;
	display: block;
	float: left;
	margin-top: 10px;
	color: #f0f0f0;
}

.event_list li p {
	width: 680px;
	margin-left: 24px;
	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: 650px;
	text-align: left;
	border-bottom: 2px solid #DDD;
	padding: 10px 15px;
	background: #FFF;
	font-size: 18PX;
	margin: 0;
	color: #000 !important;
}

.event_year li label {
	cursor: pointer;
}


.event_list li p img {
	padding: 10px 0;
}
