/*
* @Author: Administrator
* @Date:   2018-07-27 18:28:45
* @Last Modified by:   Administrator
* @Last Modified time: 2018-07-31 10:47:24
*/
.banner{
	width: 100%;
	height:800px;
	background: url(../images/story.jpg) center center no-repeat;
}
/* banner end */
.content{
	padding:100px 0;
}
.content h3{
	font-size:36px;
	padding-bottom:60px;
}
.content h4{
	font-size:24px;
	padding-bottom: 36px;
}
.content li{
	float: left;
	width:500px;
	margin-right:190px;
}
.content .story_last{
	margin-right:0;
}
.content li p{
	font-size:14px;
	padding-bottom: 36px;
}
.content h5{
	font-size:20px;
	padding-bottom:16px;
	font-weight:300;
}
.content h6{
	font-size:16px;
	padding-bottom:16px;
	font-weight:normal;
}
/* content end */
