.history {
	background: url(../images/line.gif) repeat-y 187px 0;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}
.history-date h2.first {
width: 935px;
z-index: 99;
margin-top: 0;
}

.history-date h2 {
	background: url(../images/icon02.gif) #fff no-repeat 158px 0;
	height: 59px;
	font-size: 25px;
	font-weight: 400;
	padding-left: 45px;
	margin-top: 60px;
	cursor: pointer;
}
/*年*/
.history-date h2 a {
	color: #0bf;
	display: inline-block;
	zoom: 1;
	background: url(../images/icon09.gif) no-repeat right 50%;
	padding-right: 17px;
	margin: 21px 97px 0 0;
}
/*end 年*/
/*start 内容*/
.history-date ul.first {
display: block;
}
.history-date ul li {
	background: url(../images/icon07.gif) no-repeat 180px 50px;
	padding: 45px 0 0;
	zoom: 1;
}
.history-date ul li {
zoom: 1;
}
.history-date ul li:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.history-date ul li.green h3 {
color: #1db702;
}
.history-date ul li h3 {
float: left;
width: 168px;
text-align: right;
padding-right: 19px;
color: #c3c3c3;
font: 400 18px/16px Arial;
cursor: pointer;
margin-top: 4px;
}
.history-date ul li.green h3 span {
color: #a8dda3;
}
.history-date ul li h3 span {
display: block;
color: #d0d0d0;
font-size: 12px;
}
.history-date ul li dl {
float: left;
padding-left: 41px;
width: 732px;
}
.green {
color: #6DA80D;
}
.history-date ul li dl dt {
font-size: 18px;
line-height: 24px;
cursor: pointer;
}
.history-date ul li dl dd {
font-size: 12px;
padding-top: 20px;
color: #5A5A5A;
}
