@charset "utf-8";
/* CSS Document */

.history{
	margin:0;
	padding:0;
	background:url(../images/content-new/history/bg.png) bottom center no-repeat;
}
.history .his-pic{
	margin:0;
	padding:0;
}
.history .his-pic img{
	max-width:100%;
	height:auto;
}
.history .bar{
	margin:0;
	padding:0;
	margin-bottom:50px;
}
.history .bar img{
	max-width:100%;
	height:auto;
}
.history .his-block{
	padding:16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background:#fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	min-height:355px;
	margin-bottom:24px;
}
.history .his-block .his-top{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#278499;	
	 font: 25px/50px 'lineseed', Arial, sans-serif;
	 text-align:center;
	 height:52px;
	 color:#fff;
	 font-weight:bold;
}
.history .his-block .his-top-2{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#e99d47;	
	 font: 25px/50px 'lineseed', Arial, sans-serif;
	 text-align:center;
	 height:52px;
	 color:#fff;
	 font-weight:bold;
}
.history .his-block .his-mid{
	margin-top:25px;
	 font: 16px/24px 'lineseed', Arial, sans-serif;
	 color:#333;
	 font-weight:bold;
}