.listConts {
    width: 100%;
	overflow: hidden;
}
.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: 1;
	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: 15px 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;
}

.listConts .lc_pic {
	display: inline-block;
	width: 278px;
	height: 218px;
	border: 1px solid #bfbfbf;
	text-align: center;
	line-height: 218px;
	overflow: hidden;
}
.listConts .lc_pic>img {
	width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: 0.4s;
}
.listConts .lc_pic:hover>img {
	transform: scale(1.06);
}
.listConts .lc_right {
	float: right;
	width: 586px;
}
.listConts .lc_right>p {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}
.listConts .lc_right>p>span {
	color: #666;
}
.listConts .lc_right>p:nth-of-type(1) {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #333;
	padding: 10px 0 13px;
	border-bottom: 1px dashed #bfbfbf;
}
.listConts .lc_right>p:nth-of-type(2) {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	height: 120px;
	margin-top: 15px;
	overflow: hidden;
}
.listConts .lc_right>p:nth-of-type(2)>span {
	font-weight: bold;
}
.listConts .slideTxtBox {
	border: 1px solid #bfbfbf;
	margin-top: 25px;
}
.listConts .hd ul {
	border-bottom: 1px solid #bfbfbf;
}
.listConts .hd li {
	font-size: 14px;
	color: #333;
	line-height: 40px;
	display: inline-block;
	padding: 0 24px;
	border-right: 1px solid #bfbfbf;
	cursor: pointer;
}
.listConts .bd {
	padding: 21px;
	line-height: 30px;
}