*{
	border:0;
	padding:0;
	margin:0;
}

body{
	background:#fff;
	font-size:12px;
	color: #333;
	min-width: 1200px;
	font-family:'Microsoft YaHei',Verdana, Arial, Helvetica, sans-serif;
}
input{
	vertical-align: baseline;
}
a{
	text-decoration: none;
	color: #333;
}
p{
	display: block;
	-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
html {
	overflow-y: auto;
	overflow-x: auto;
}
img{
	border:0;
  	margin:0;
  	vertical-align: top;
}
i,em {
	font-style: normal;
}
ol,
ul,
li{
	list-style:none;	
}
h1,
h2,
h3,
h4
h5{
	font-weight:normal;
	font-size:100%;	
}



.history_big{
	width:1200px;
	margin:30px auto;
	overflow: hidden;
}
.history_big .left{
	float: left;
	border-right:3px solid #ccc;
	width:568px;
	padding:0 15px;
} 
.history_big .right{
	float: left;
	width:567px;
	padding:0 15px;
	margin-top:100px;
} 

.history_box{
	width:568px;
}
.history_box ul li{
	width:100%;
	overflow: hidden;
	margin-bottom:80px;
}
.history_box ul li .history_nrleft{
	float: left;
	width:80%;
}
.history_box ul li .history_nrleft h1{
	font-size:18px;
	font-weight: bold;
	background: #c90b0b;
	padding:5px 10px;
	color: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.history_box ul li .history_nrleft .history_nr{
	background: #e2e2e2;
	padding:20px 10px 30px 10px;
}
.history_box ul li .history_nrleft .history_nr p{
	margin:0;
	font-size:14px;
}
.history_box ul li .history_nrright{
	float: left;
	width:18%;
	text-align: center;
	border-bottom:2px dashed #aaa;
	color: #c7a829;
	margin-left:2%;
	font-size:24px;
	font-weight: bold;
	margin-top:20px;
}

