.listConts img {
    max-width: 100%;
}
.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 .l_ur>p, .listConts .l_ur span {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 32px;
}
.listConts .l_ur>p {
	color: #1964b5;
}
.listConts .l_ur span {
	color: #2a2a2a;
}
.listConts .info {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin: 15px auto;
    text-align: center;
}
.listConts .showimg {
    margin: 20px 0;
	text-align: center;
}
.listConts .conttitle {
    font-family:"Microsoft YaHei";
    font-weight: bold;
    padding-bottom: 7px;
    margin-bottom: 7px;
    color: #2f2f2f;
    line-height: 24px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.listConts .lc_pic {
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.listConts .lc_pic>img {
	max-width: 100%;
	height: 100%;
	transition: 0.4s;
}
.listConts .lc_pic:hover>img {
	transform: scale(1.06);
}
.listConts .slideTxtBox {
	margin-top: 48px;
}
.listConts .hd ul {
	border-bottom: 1px solid #0c55b8;
}
.listConts .hd li {
	font-size: 14px;
	color: #333;
	line-height: 32px;
	display: inline-block;
	padding: 0 40px;
	cursor: pointer;
}
.listConts .hd li.on {
	background-color: #0c55b8;
	color: #fff;
}
.listConts .bd {
	padding: 21px;
	line-height: 30px;
}

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