@charset "utf-8";
.history {
	background:url(../img/line04.gif) repeat-y 202px 0;
	overflow:hidden;
	position:relative;
}
.history-date {
	overflow:hidden;
	position:relative;
}
.history-date h2 {
	font-size:25px;
	font-family:微软雅黑;
	font-weight:normal;
	margin-bottom:40px;
}
.history-date h2 a {
  color:#ff7e00;
	display:inline-block;
 *display:inline;
	zoom:1;
	background:url(../img/icon08.gif) no-repeat right 50%;
	padding-right:17px;
	margin:0 97px 0 0;
}
.history-date h2 a:hover {
	text-decoration:none;
}
.history-date h2 img {
	vertical-align:-5px;
}
.history-date h2.date02 {
	background:none;
}
.history-date ul li {
	background:url(../img/icon07.gif) no-repeat 180px 0;
	padding-bottom:15px;
	zoom:1;
}
.history-date ul li.last {
	padding-bottom:0;
}
.history-date ul li:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.history-date ul li h3 {
	float:left;
	width:168px;
	text-align:right;
	padding-right:19px;
	color:#c3c3c3;
	font:normal 18px/16px Arial;
  margin-top:0;
}
.history-date ul li h3 span {
	display:block;
	color:#d0d0d0;
	font-size:12px;
}
.history-date ul li dl {
	float:left;
	margin-top:-5px;
  margin-left:40px;
}
.history-date ul li dl dt {
	font:18px/20px 微软雅黑;
  font-weight:400;
	color:#333;
}
.history-date ul li dl dt span {
	display:block;
	color:#999;
	font-size:14px;
  max-width:550px;
  line-height:1.4em;
  margin-top:5px;
}

.history-date ul li.green h3 {
	color:#1db702;
}
.history-date ul li.green h3 span {
	color:#a8dda3;
}
.history-date ul li.green dl {
	margin-top:-8px;
}
.history-date ul li.green dl dt {
	font-size:24px;
	line-height:28px;
  color:#1db702
}

@media screen and (max-width:768px){
  .history {
    background:none;
  }
  .history-date h2 {
    margin-left:120px;
  }
  .history-date ul li {
    background:none;
  }
  .history-date ul li h3 {
    float:none;
    width:57px;
    text-align:left;
    padding-right:0;
  }
  .history-date ul li dl {
    margin-left:0;
  }
  .history-date ul li dl dt {
    font-size:16px;
  }
  .history-date ul li dl dt span {
    font-size:12px;
  }
  .history-date ul li.green dl dt {
    font-size:18px;
    line-height:20px;
  }
}



*body .history-date ul li dl dt {
	_font-size:12px!important;
	_font-weight:bold;
}
*body .history-date ul li dl dt span {
	_font-weight:normal!important;
}
*body .history-date ul li.green dl dt a {
	_background:transparent!important;
*background:transparent!important;
*font-size:12px!important;
	_font-weight:normal!important;
}


/*jlhbo*/
#openhistory{
  padding:7px; 
  text-align:center;
  font-size:25px;
  cursor:pointer;
  transition-duration:0.5s;
  background-color:#efefef;
}
#openhistory:hover{
  background-color:#48cfad;
  color:#fff;
  transition-duration:0.5s;
}