﻿.swipper {
	width: 100%;
	min-width: 1200px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.swipper img {
	width: 100%;
	min-width: 1200px;
	height: 100%;
	object-fit: cover;
}

.cm {
	width: 1200px;
	margin: 0 auto;

	/* border: 1px solid #666666; */
}

.cm .ln {
	width: 250px;
}

.cm .ln .top-z {
	width: 250px;
	height: auto;
	box-sizing: border-box;
	background-color: #eaeaea;
	padding-bottom: 1px;
}

.cm .ln .top-z>div:first-child {
	background-color: #0278b8;
	padding: 15px;
}

.cm .ln .top-z p {
	font-size: 21px;
	color: white;
}

.cm .ln .top-z .top-z-wen {
	margin: 15px;
	text-align: center;

}

.cm .ln .top-z .top-z-wen a {
	color: black;
}

.cm .ln .top-z:first-child {
	margin-bottom: 40px;
}

.cm .ln .top-z:first-child .top-z-wen .item {
	width: 100%;
	height: 45px;
	background-color: transparent;
	line-height: 45px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all ease .4s;
}

.cm .ln .top-z .top-z-wen .item {
	width: 100%;
	height: 25px;
	background-color: transparent;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: all ease .4s;
}

.cm .ln .top-z .top-z-wen .item:hover a {
	color: #0087d1;
}

.cm .ln .top-z:first-child .top-z-wen .item:hover,
.cm .ln .top-z:first-child .top-z-wen .item.active {
	background-color: #0087d1;
}

.cm .ln .top-z:first-child .top-z-wen .item:hover a,
.cm .ln .top-z:first-child .top-z-wen .item.active a {
	color: white;
}

.ln .bottom {
	width: 100%;
	height: 120px;
	margin-top: 25px;

}

.ln .bottom img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cm .rn {
	width: 925px;
	box-sizing: border-box;
}

.cm .rn .top-tit {
	width: 925px;
	height: 60px;
	border-bottom: 1px solid #eaeaea;
	box-sizing: border-box;
	line-height: 60px;
}

.cm .rn .top-tit span:nth-child(2) {
	font-size: 24px;
	position: relative;
}

.cm .rn .top-tit span:nth-child(2)::after {
	content: "";
	display: block;
	width: 50px;
	border: 1px solid lightblue;
	position: absolute;
	bottom: -15px;
	left: 0px;
}