.listConts {
    width: 100%;
}
.listConts .title {
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    background: white;
    color: #716f6f;
    width: 150px;
    height: 50px;
    border: 2px solid #acabab;
}
.listConts .info {
	text-align: center;
	margin-top: 40px;
}
.listConts .info p:nth-of-type(1) {
    font-size: 20px;
	font-weight: bold;
    color: #333;
	line-height: 20px;
	margin-bottom: 16px;
}
.listConts .info p:nth-of-type(2) {
    font-size: 14px;
    color: #333;
	line-height: 30px;
}
.listConts .showimg {
	width: 100%;
	min-height: 280px;
	line-height: 1.8;
    margin: 20px 0;
	font-size: 16px;
}
.listConts .showimg img {
    max-width: 96%;
}

.preNext {
    margin: 15px;
}
.text li a{
    color:#666;
    font-size: 14px;
}
.text li a:hover{
    color:#333;
}