.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;
    color: #666;
    line-height: 35px;
    text-align: center;
    margin: 40px auto;
}
.listConts .showimg {
    margin: 20px 0;
}
.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: 378px;
	height: 198px;
	border: 1px solid #bfbfbf;
	text-align: center;
	line-height: 0;
	overflow: hidden;
}
.listConts .lc_pic>img {
	max-width: 100%;
	height: 100%;
	transition: 0.4s;
}
.listConts .lc_pic:hover>img {
	transform: scale(1.06);
}
.listConts .lc_right {
	float: right;
	width: 380px;
}
.listConts .lc_right>p:nth-of-type(1) {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #0160b8;
	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;
}