@CHARSET "UTF-8";
body {
	font-family:"Microsoft Yahei";
	word-wrap: break-word;
	background-color: #Fff;
	/*background-color: #FFFFFF;*/
}


*:focus {
	outline: 0;
}
label,
label[for],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	cursor: pointer;
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

a {
	text-decoration: none;
	/*color: #1C3D72;*/
}

img {
	-ms-interpolation-mode: bicubic;
}

* html .clearfix {
	zoom: 1;
}


.history_page {
	height: 650px;	
	overflow: visible;
	display: table;
	margin: 0 auto 20px auto;
	background-color: #fff;
	-moz-box-shadow: 0 5px 20px #CCCCCC;
	
	
}

.history_page h2.history_title{
	text-align: center;
	font-size: 26px;
	margin-top: 10px;
}

.box {
	width: 900px;

}

.event_version {	
	text-align: center;
	/*float: left;*/
	width:900px;
	margin-right:30px;
	margin-top:5px;
}

.event_version li {
	width: 180px;
    float: left;
	margin: 0 20px 30px 20px;
	height: 45px;
	line-height: 45px;
	background: #2793f8;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	border-radius:25px;
}
.event_version>li:hover{
	background-color: #60c5ff;
	color: #FFFFFF;
	border-radius:20px;
}

.event_version li.current {	
	background-color: #60c5ff;
	color: #FFF;
	border-radius:20px;
}

.event_list {
	width: 870px;
	height: 650px;
	overflow-y: scroll;	
	background: url('../../img/history/dian.png') 160px 0 repeat-y;
	padding-left: 10px;	
	margin-top: 20px;


}

.event_list div{
	width: 100%;
	height: auto;
}

.event_list h3 {
	width: auto;
	margin: 0 0 10px 136px;
	font-size: 24px;
	color: #28a9f3;
	padding-left: 50px;
	background: url(../../img/history/top.png) no-repeat;
	line-height: 32px;
}

.event_list li {
	/*width: 720px;*/
	background: url(../../img/history/list.png)144px 18px  no-repeat;
	
	
}

.event_list li span {
	width: 120px;
    font-size: 18px;
    text-align: right;
    display: block;
    float: left;
    margin: 14px 20px 0 0;
	color: #28a9f3;
}

.event_list li p {
	width: 520px;
	margin-left: 40px;
	display: inline-block;
	padding-left: 10px;
	background: url(../../img/history/jt.png) no-repeat;
	line-height: 25px;
	_float: left;
}

.event_list li p span:hover{
	cursor: pointer;
	/*background-color: #77C1FF;
	color: #FFFFFF;*/
}

.event_list li p span {
	width: 620px;
    height: auto;
    text-align: left;
    padding: 8px 0px 10px 20px;
    background: #eff6f9;
    border-radius: 10px;
    font-size: 15px;
    margin: 3px 0;
	color: #666;
}

