
	.pageSwitch{
		width: 640px;
	}
	/*pageSwitch end*/

	.listBox{
		width: 940px;
		height: auto;
		overflow: hidden;
		margin: 90px auto 0;
	}
	.listBox .block{
		width: 940px;
		height: 240px;
		margin-bottom: 60px;
	}
	.listBox .block img{
		width: 325px;
		height: 240px;
		float: left;
	}
	.listBox .block .wordBox{
		width: 540px;
		height: 240px;
		float: right;
	}
	.listBox .block .wordBox h3{
		font-size: 22px;
		font-weight: bold;
		height: 60px;
		overflow: hidden;
		line-height: 1.3;
		padding-right: 40px;
		margin-bottom: 5px;
	}
	.listBox .block .wordBox p{
		font-size: 16px;
		color: #b5b6b6;
		height: 120px;
		overflow: hidden;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	/*listBox end*/
	
	#loadMore{
		margin: 60px auto;
	}
	/*loadMore end*/
