
	.pageSwitch{
		width: 480px;
	}
	/*switch end*/

	.listBox{
		width: 1000px;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
	}
	.listBox .block{
		float: left;
		width: 470px;
		height: 300px;
		margin: 50px 15px 0;
		border-bottom: 1px solid #f3f3f3;
	}
	.listBox .block h2{
		font-size: 22px;
		font-weight: bold;
		height: 60px;
		margin-bottom: 20px;
		line-height: 1.4;
		overflow: hidden;
		padding-right: 60px;
	}
	.listBox .block p{
		height: 122px;
		margin-bottom: 20px;
		overflow: hidden;
		font-size: 16px;
		color: #b5b6b6;
		line-height: 1.5;
	}
	.listBox .block a{
		width: 200px;
		height: 40px;
		font-size: 16px;
		color: #ffffff;
		border-radius: 5px;
		text-align: center;
		line-height: 40px;
		background: #003377;
		margin-bottom: 30px;
	}
	.listBox .block a:hover{
		background: #00b6ee;
	}
	.listBox .block a.disabled{
		background: #cccccc!important;
	}
	/*listBox end*/
	
	.pagerContainer{
		margin: 50px 0;
	}
	/*pagerContainer end*/
