.text_all {
	background: #FFFFFF;
	border-radius: 0.2rem;
	padding: 0.02rem 0.3rem 0.3rem
}

.text_all .list {
	position: relative;
	margin-top: 0.28rem;
	padding: 0.16rem 0.1rem 0.2rem 0rem;
	border-bottom: 1px dotted #ccc;
}
.text_all .list:first-child{
	border-bottom: none;
}
.text_all .list .icon_img {
	position: absolute;
	left: 0.3rem;
	top: 50%;
	width: 1.32rem;
	height: 1.32rem;
	margin-top: -0.66rem
}

.text_all .list .mon {
	line-height: 0.48rem;
	font-size: 0.28rem;
	color: #333333
}

.text_all .list .mon .cor1 {
	font-weight: bold;
	font-size: 0.34rem;
	padding-right: 0.04rem
}

.text_all .list .text {
	line-height: 0.4rem;
	font-size: 0.24rem;
	color: #dc5e05
}

.text_all .list .text .cor1 {
	font-size: 0.4rem
}

.text_all .list .but {
	width: 2rem;
	line-height: 0.56rem;
	padding: 0 0.2rem;
	background: #ec9514;
	border-radius: 0.1rem;
	margin-top: 0.1rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.28rem
}

.tit_pub1 {
	height: 0.6rem;
	text-align: center
}

.tit_pub1 span {
	position: relative;
	display: inline-block;
	font-size: 0.34rem;
	line-height: 0.6rem;
	color: #d63331
}

.tit_pub1 span::before {
	content: '';
	position: absolute;
	top: 44%;
	left: -0.7rem;
	display: inline-block;
	width: 0.34rem;
	height: 0.12rem;
	background: url(../img/icon_z.png) no-repeat;
	background-size: 100% 100%
}

.tit_pub1 span::after {
	content: '';
	position: absolute;
	top: 44%;
	right: -0.7rem;
	display: inline-block;
	width: 0.34rem;
	height: 0.12rem;
	background: url(../img/icon_y.png) no-repeat;
	background-size: 100% 100%
}
.pages{
	display: none;
}
.zp_text{
	text-align: center;
	padding-top: 0.1rem;
}