body,
	div,
	p,
	ul,
	textarea,
	form,
	input,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	dl,
	dt,
	dd,
	img,
	section,
	article,
	aside,
	header,
	footer,
	nav,
	dialog,
	figure,
	hgroup {
		margin: 0;
		padding: 0;
	}
	
	em {
		font-style: normal;
	}
	
	body {
		font-family: "微软雅黑", helvetica, arial;
		-webkit-text-size-adjust: none;
		overflow-x: hidden;
		font-size: 16px;
		margin: 0 auto;	
		}
	
	ul,
	ol,
	li {
		list-style: none
	}
	
	img,
	video {
		border: 0 none;
		vertical-align: middle;
	}
.clearfix:after{
	display:block;
	content:"";
	clear:both;
	visibility: hidden;
	height:0;
}
	/*header部分 start*/
	.topTitle{
		text-align: center;
		line-height: .5rem;
		font-size: 20px;
		padding-top: .1rem;
	}
	.center{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	.center ul{
		width: 11.1rem;
		margin: 0 auto;
	}
	.center ul li{
		margin-top: .4rem;
		width:2.675rem;
		float: left;
		border-radius: .1rem;
		list-style: none;
		box-shadow:0 0 20px #e8e6f1;
		/*min-height:3.86rem;*/
		    margin-right: .1rem;
	}
	.center ul li .liImg{
		height: 2.6rem;
	}
	.center ul li .liImg img{
		width: 100%;
		height: 100%;
		border-top-left-radius: .1rem;
		border-top-right-radius: .1rem;
	}
	.center ul li .pTitle{
		display: block;
		font-size: 20px !important;
		color: black;
		padding-top: .1rem;
		text-decoration: none;
		color: #333333;
		padding-left: .2rem;
		    line-height: .5rem;
		
	}
	.pName{
		display: block;
		font-size: .19rem;
		color: black;
		text-decoration: none;
		color: #7a7a7a;
		padding-top: .15rem;
		padding-left: .2rem;
	}
	.pName span{
		font-size: 18px;
			color: #484848;
	}
	.center ul li .pContent{
		width: auto;
		display: block;
		font-size: 16px;
		color: black;
		text-decoration: none;
		padding-top: .2rem;
		padding-left: .2rem;
		padding-right: .4rem;
	}

