.wrap {
	min-height: 1258px;
	padding-bottom: 116px;
	background: url(../images/mlxxz_bg_202508071404.png) no-repeat bottom center;
}

.main2 {
	margin-top: -32px;
}

.main_1368 {
	width: 1368px;
	margin: 0 auto;
	background: #fff;
}

.swiper-top {
	width: 90%;
	margin: 50px auto;
	position: relative;
}

.swiper-top .swiper-slide {
	background-size: 100% 100%;
}

.swiper-top .swiper-top-last-btn,
.swiper-top .swiper-top-next-btn {
	position: absolute;
	top: 43%;
	width: 25px;
	height: 47px;
	cursor: pointer;
}

.swiper-top .swiper-top-last-btn {
	left: -43px;
	background: url(../images/mlxxz_leftButton_202508071400.png) no-repeat;
	background-size: 100%;
}

.swiper-top .swiper-top-next-btn {
	right: -43px;
	background: url(../images/mlxxz_rightButton_202508071400.png) no-repeat;
	background-size: 100%;
}

.swiper-top-container {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.swiper-top-container .swiper-wrapper .swiper-slide {
	width: 850px;
	height: 475px;
	background-position: center;
	position: relative;
}

.swiper-top-container .swiper-wrapper .swiper-slide .slide-title {
	white-space: nowrap;
	/* 强制不换行 */
	overflow: hidden;
	/* 溢出隐藏 */
	text-overflow: ellipsis;
	/* 用 … 表示被截断文字 */
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	margin: 0;
}

.part2 {
	width: 100%;
}

.part2 .title {
	width: 1199px;
	height: 85px;
	margin-left: 36px;
	display: block;
	background: url(../images/mlxxz_title_202508071400.png) no-repeat;
	background-size: 100%;
}

.part2 ul {
	width: 88%;
	margin-left: 36px;
	padding-top: 50px;
	padding-bottom: 80px;
}

.part2 ul li {
	width: 100%;
	height: 270px;
	padding-top: 20px;
	box-sizing: border-box;
	border-bottom: 1px dashed #cccccc;
}

.part2 ul li:last-child {
	border: none;
}

.part2 ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.part2 ul li a img {
	float: left;
	width: 400px;
	height: 225px;
	display: block;
}

.part2 ul li a p {
	margin: 0;
	float: left;
	width: 799px;
	color: #333333;
	padding-left: 30px;
	box-sizing: border-box;
}

.part2 ul li a p:nth-child(2) {
	color: #000000;
	font-size: 19px;
	font-weight: 900;
	margin-bottom: 17px;
}

.part2 ul li a p:nth-child(3) {
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	line-clamp: 6;
	/* 超出2行显示省略号 */
	-webkit-line-clamp: 6;
	/* 超出2行显示省略号 */
	line-height: 30px;
}