.listConts {
	font-size: 16px;
    color: #666;
    line-height: 2;
	overflow: hidden;
}
.listConts .zp_art_top {
	width: 100%;
}
.listConts .zp_art_top>p:nth-of-type(1) {
	font-size: 24px;
	color: #111;
	line-height: 24px;
	margin-top: 50px;
}
.listConts .zp_art_top>p:nth-of-type(2) {
	font-size: 20px;
	color: #75bc3c;
	line-height: 20px;
	margin-top: 50px;
}
.listConts .info {
    text-align: center;
    margin: 50px auto 35px;
}
.listConts .info p:nth-of-type(1) {
    font-size: 24px;
    line-height: 1;
    color: #111;
}
.listConts .info p:nth-of-type(2) {
	margin-top: 21px;
}
.listConts .info p:nth-of-type(2) span {
	font-size: 15px;
	color: #999;
	line-height: 1;
}
.listConts .showimg {
	font-size: 16px;
	color: #333;
	line-height: 34px;
	margin: 20px 0;
}
.listConts .showimg p {
	font-size: 16px;
	color: #333;
	line-height: 34px;
}
.listConts .showimg img {
    max-width: 100%;
}

.preNext {
    margin: 50px 0 40px;
}
.text li {
	float: right;
}
.text li a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
	display: block;
	width: 80px;
	text-align: center;
	background-color: #c1c1c1;
	margin-left: 15px;
}
.text li a:hover {
	background-color: #75bc3c;
}