.listConts img {
    max-width: 100%;
}
.listConts .ai_con {
	width: 1250px;
	min-height: 300px;
	margin: 0 auto;
	overflow: hidden;
}
.listConts .info {
    text-align: center;
    margin: 50px auto 40px;
}
.listConts .info>p {
	font-weight: bold;
	font-size: 21px;
	color: #666;
	line-height: 1;
	margin-bottom: 10px;
}
.listConts .info>small, .listConts .info>span {
	font-size: 14px;
	color: #666;
	line-height: 35px;
}
.listConts .showimg {
    margin-bottom: 30px;
}

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