@media all and (min-width: 640px){
	/**
	 * 顶部
	 */
	.header img.logo {
		width: 160px;
	    top: 19px;
	}
	/**
	 * 标题
	 */
	.titleBox {
		margin-top: 32px;
	}
	.titleBox .bTitle {
		font-size: 29px;
	}
	.titleBox .bInfo {
		font-size: 20px;
		margin-top: 10px;
	}
	/**
	 * 列表
	 */
	.listBox {
		padding: 22px 32px;
		margin-top: 26px;
		margin-bottom: 32px;
	}
	.listBox .list .listItem {
		padding-left: 19px;
		padding-bottom: 38px;
	}
	.listBox .list .listItem:before {
		top: 15px;
		width: 7px;
		height: 7px;
	}
	.listBox .list .listItem:after {
		bottom: 16px;
	}
	.listBox .list .listItem p {
		font-size: 28px;
		margin-top: 11px;
	}
	.listBox .list .listItem img {
		height: 332px;
		border-radius: 5px;
		margin-top: 16px;
	}
	/**
	 * 加载更多
	 */
	.listBox  .loadMore {
		font-size: 19px;
		line-height: 64px;
	}
}