@charset "utf-8";

/*history*/
.history {
	background: url(./line04.gif) repeat-y 187px 0;
	overflow: hidden;
	position: relative;
}

.history-date {
	overflow: hidden;
	position: relative;
}

.history-date h2 {
	background: #fff url(./icon06.gif) no-repeat 158px 0;
	height: 59px;
	font-size: 25px;
	font-family: 微软雅黑;
	font-weight: normal;
	padding-left: 45px;
	margin-bottom: 24px;
}

.history-date h2.first {
	/* position: absolute;
	left: 0;
	top: 0;
	width: 935px;
	z-index: 99; */
}

.history-date h2 a {
	color: #00bbff;
	display: inline-block;
	zoom: 1;
	background: url(./icon08.gif) no-repeat right 50%;
	padding-right: 17px;
	margin: 0px 97px 0 0;
}

.history-date h2 a:hover {
	text-decoration: none;
	color: #336699
}

.history-date h2 img {
	vertical-align: -5px;
}

.history-date h2.date02 {
	background: none;
}

.history-date ul li {
	background: url(./icon07.gif) no-repeat 180px 0;
	padding-bottom: 50px;
	zoom: 1;
	display: block;
}

.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;
	box-sizing: border-box;
}

.history-date ul li h3 span {
	display: block;
	color: #d0d0d0;
	font-size: 12px;
}

.history-date ul li dl {
	float: left;
	padding-left: 65px;
	margin-top: -5px;
	font-family: 微软雅黑;
	width: calc(100% - 168px);
	box-sizing: border-box;
}

.history-date ul li dl dt {
	/* font: 15px/15px 微软雅黑; */
	color: #737373;
	line-height: 22px;
}

.history-date ul li dl dt span {
	display: block;
	color: #787878;
	font-size: 12px;
}

.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: 30px;
	line-height: 28px;
}

.history-date ul li.green dl dt a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	overflow: hidden;
	vertical-align: middle;
	margin-left: 12px;
}

.history-date ul li.green dl dd {
	padding-top: 20px;
	display: none;
}

.history-date ul li.green dl dd img {
	float: left;
}

.history-date ul li.green dl dd p {
	overflow: hidden;
	zoom: 1;
	line-height: 21px;
	color: #787878;
}

.history-date h2.first .more-history {
	font-size: 16px;
	background: transparent;
	margin-left: 30px;
}

.history-date h2.first .more-history:hover {
	text-decoration: underline;
}

.history-date ul li dl dt {
	font-size: 12px !important;
	font-weight: bold;
}

.history-date ul li dl dt span {
	font-weight: normal !important;
}

.history-date ul li.green dl dt a {
	background: transparent !important;
	font-size: 12px !important;
	font-weight: normal !important;
}

.history-date pre{
    font: 15px / 15px 微软雅黑;
    color: #737373;
    line-height: 22px;
    text-align: justify;
	word-break: break-all;
	white-space: normal;
}

select {
	width: 268px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 5px;
	height: 34px;
	background: url(./down-arrow.png) no-repeat right #ddd;
	-webkit-appearance: none;
	background-position-x: 96%;
	outline: 0;
}

.history .selectyear {
	margin-left: 190px;
}

.history select {
	padding: 10px;
	font-size: 25px;
	height: 45px;
	margin-top: 8px;
}

@media screen and (max-width: 768px) {
	.history{
		background-position-x: 100px;
	}
	.history-date h2{
		padding-left: 20px;
	}
	.history-date ul li h3{
		width: 100px;
	}
	.history-date ul li dl{
		width: calc(100% - 110px);
		padding-left: 20px;
	}
	.history-date ul li{
		background-position-x: 93px;
		padding-bottom: 20px;
	}
	.history-date h2{
		background-position-x: 70px;
	}
	.history .selectyear{
		margin-left: 120px;
	}
	select{
		width: 150px;
	}
}