/* body {
	background-color: #F3F3F3;
}
 */

/* 大图 */
.big-img {
	width: 100%;
	/* height: 578px; */
}

.big-img img {
	width: 100%;
	/* height: 100%; */
}

.location {
	text-align: left;
	margin: 14px auto;

}

.location span a {
	padding: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}

.location span:first-child {
	margin-right: 25px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}

.location span:last-child i {
	display: none;
}

.location span:last-child a {
	color: #3b9d6e;
}

/* 展示说明 */
.display {
	margin-bottom: 55px;
}

.display h1 {
	text-align: center;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 36px;
	margin-bottom: 20px;
}

.display-main {
	background-image: url(http://www.yanzhoucoal.com.cn/2022style/2022css/20220620a4.png);
	background-repeat: no-repeat;
	background-size: 100%, 100%;
	height: 320px;
	box-sizing: border-box;
	padding: 30px 20px 10px 20px;
}

.display-main div:first-child {
	margin-bottom: 40px;
}

.display-main div h2 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	text-align: left;
	margin-bottom: 5px;
}

.display-main div p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	text-align: left;
	text-indent: 2em;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* show */
.show {
	width: 100%;
	height: 400px;
	background-color: #F3F3F3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.show-one {
	margin-right: 40px;
}

.show-one .slideTxtBox {
	width: 100%;
	height: 100%;
}

.show-one .slideTxtBox .hd {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	line-height: 36px;
}

.show-one .slideTxtBox .hd ul,
.show-two .show-title ul {
	/* width: 100%; */
	overflow: hidden;
	float: right;
}

.show-two .show-title ul {
	width: 100px;
}

.show-one .slideTxtBox .hd ul li,
.show-two .show-title ul li {
	float: left;
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.show-one .slideTxtBox .hd ul li.on,
.show-two .show-title ul li {
	color: #88CC2F;
}

.show-one .slideTxtBox .hd ul li i {
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #333333;
	display: inline-block;
	margin: 0 14px;
}

.show-one .slideTxtBox .hd .more {
	float: right;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #18191A;
	line-height: 32px;
	display: inline-block;
	height: 36px;
	margin-left: 10px;
}

.show-one .slideTxtBox .hd li.on {
	color: #88CC2F;
}

.show-one .slideTxtBox .hd h2 {
	float: left;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
	position: relative;
	padding: 0px 6px;
	text-align: center;
}

.show-one .slideTxtBox .hd h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 90px;
	height: 3px;
	background: #88CC2F;
	content: '';
	display: inline-block;
}


.show-one .slideTxtBox .bd ul {
	width: 100%;
	margin-top: 10px;
}


.show-one .slideTxtBox .bd ul li {
	width: 100%;
	overflow: hidden;
}


.show-one .slideTxtBox .bd ul li a {
	float: left;
	font-size: 16px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: #333333;
	line-height: 38px;
	max-width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.show-one .slideTxtBox .bd ul li span {
	float: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 38px;
}




.show-one,
.show-two {
	width: 580px;
	height: 320px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 30px 18px 30px 18px;
}

.show-title {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	/* padding-bottom: 5px; */
}

.show-title h2 {
	float: left;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
	position: relative;
	padding: 0px 6px;
	text-align: center;
}

.show-title h2::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 90px;
	height: 3px;
	background: #88CC2F;
	content: '';
	display: inline-block;
}



.show-title span.more {
	float: right;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #18191A;
	line-height: 32px;
	margin-left: 10px;
}

.show-two .show-title ul {
	margin: 0px !important;
	height: 100%;
	line-height: 36px;
}


.show-two ul {
	width: 100%;
	margin-top: 10px;
}


.show-two ul li {
	width: 100%;
	overflow: hidden;
}


.show-two ul li a {
	float: left;
	font-size: 16px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: #333333;
	line-height: 38px;
	max-width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.show-two ul li span {
	float: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 38px;
}
