.p1,.p2,.p3{
    margin-bottom: .3rem;
}
.p1{
	margin-top: .4rem;
} 
.p1 .list-tit {
	width: 6rem;
	margin:0 auto;
}
.p1 .list-tit h2{
	height: .26rem;
	line-height: .26rem;
	font-size: .26rem;
	font-weight: normal;
	color: #333333;
	
}
.p1 .list-tit h2:before{
	content: '';
	display: inline-block;
	width: .35rem;
	height: .26rem;
	background: url(../images/icon.png) -.2rem -1.67rem no-repeat;
	background-size: 2.14rem;
	vertical-align: top;
}
.p1 .list-item{
    padding:0 .15rem;
}
.p1 .list-item dl{
	padding:.24rem 0 .15rem 0;
    overflow: hidden;
    border-bottom: 1px dashed #dedede;
}
.p1 .list-item dl dt{
    width: 1.44rem;
    float: left;
}
.p1 .list-item dl dd{
    width: 4rem;
    float: left;
    margin-left: .2rem;
    min-height: 1.24rem;
    display: table;
}
.p1 .list-item dl dd>div{
    display: table-cell;
    vertical-align: middle;
}
.p1 .list-item dl dd h2{
    margin-bottom: .15rem;
    line-height: 1em;
    font-size: .24rem;
    color: #a90000;
}
.p1 .list-item dl dd p{
    font-size: .2rem;
    line-height: .3rem;
    text-align: justify;
}
.p2 img{
	width: 6.4rem;
}


.p3 .tit{
	margin-bottom: .1rem;
}
.p3 .tit h2 span:before {
    background-position: -1.44rem -.07rem;
}
.p3-list{
    margin-bottom: .3rem;
}
.p3-list li{
    font-size: .22rem;
    line-height: .54rem;
    color: #666666;
    border-bottom: 1px solid #eee;
}
.p3-list li:before{
	content: '';
	display: inline-block;
	margin:.02rem .07rem  0.07rem;
	width: .06rem;
	height: .06rem;
	border-radius: 50%;
	background: #666666;
}
.turn-page{
	margin:.2rem 0 .35rem 0;
	text-align: center;
}
.turn-page .inner{
	display: inline-block;
	font-size: 0;
	line-height: .4rem;
}
.turn-page .inner>span{
	display: inline-block;
	font-size: .22rem;
	color: #666666;
}
.turn-page .inner .prev,.turn-page .inner .next{
	border:1px solid #efefef;
	border-radius: .04rem;
	padding:0 .15rem;
}
.turn-page .inner .page-num{
	padding:0 .25rem;
}

 /*page*/ 
.pageBox {text-align: center;margin: .1rem 0;line-height: .34rem}
.pageBox a {border:.01rem solid #ddd;display:inline-block;margin-right:.06rem;color: #707070;height:.34rem;font-size: .16rem;padding:0 .1rem}
.pageBox a:hover,.pageBox a:active{background:#863114;color: #FFFFFF;text-decoration: none;}
.pageBox .cur { background: #863114;border: .01rem solid #863114;text-decoration: none;}
.pageBox a.cur {color: #fff;}
.pageBox .disabled {width: .79rem;}