.listConts {
    width: 100%;
	margin-top: 40px;
}
.listConts .title {
    font-family:"Microsoft YaHei";
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    background: white;
    color: #716f6f;
    width: 150px;
    height: 50px;
    border: 2px solid #acabab;
}
.listConts .info>div:nth-of-type(1) {
	float: left;
	width: 340px;
	height: 275px;
	margin-right: 30px;
	line-height: 275px;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #d2d2d2;
	overflow: hidden;
}
.listConts .info>div:nth-of-type(2) {
	float: left;
	width: 440px;
}
.listConts .info>div>img {
	max-width: 90%;
	height: 90%;
	transition: 0.4s;
	vertical-align: middle;
}
.listConts .info>div>img:hover {
	transform: scale(1.06);
}
.listConts .info>div>p:nth-of-type(1) {
    font-size: 20px;
	font-weight: bold;
    color: #333;
	line-height: 20px;
	margin-bottom: 16px;
}
.listConts .info>div>p:nth-of-type(2) {
    font-size: 14px;
    color: #333;
	line-height: 30px;
}
.listConts .showimg {
	width: 100%;
	min-height: 400px;
	line-height: 1.8;
    margin: 20px 0;
	font-size: 16px;
}
.listConts .art_tit {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cecece;
}
.listConts .showimg img {
    max-width: 100%;
}
.listConts .art_bottom {
	width: 100%;
	margin: 20px 0;
}
.listConts .art_bottom>a {
	float: left;
	width: 196px;
	margin-right: 10px;
	text-align: center;
}
.listConts .art_bottom>a:nth-last-of-type(1) {
	margin-right: 0;
}
.listConts .art_bottom .art_pic {
	width: 194px;
	height: 157px;
	line-height: 157px;
	background: #f5f5f5;
	border: 1px solid #dbdbdb;
	overflow: hidden;
}
.listConts .art_pic>img {
	max-width: 90%;
	height: 90%;
	transition: 0.4s;
	vertical-align: middle;
}
.listConts .art_pic:hover>img {
	transform: scale(1.06);
}
.listConts .art_bottom>a>p {
	font-size: 14px;
	color: #333;
	margin-top: 12px;
}
.listConts .art_bottom>a>p:hover {
	color: #c50311;
}

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