.yx {
	width: 1400px;
	margin: auto;
	background: url(http://www.legaldaily.com.cn/video/images/20220719a3.png) no-repeat top center;
	background-size: 100% 100%;
	overflow: hidden;
	position: relative;
}

.yx-gallery {
	width: 1400px;
	margin: 70px auto;
	position: relative;
	height: 100%;

}

.yx-gallery__hd {
	width: 1400px;
	height: 100%;
	position: absolute;
}

.yx-gallery__bd {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	/* margin-left: 30px; */
}

.yx-gallery__bd li {
	width: 384px !important;
	float: left;
	margin-right: 20px;
}

.yx-gallery__pic,
.yx-gallery__pic img {
	width: 384px;
	height: 215px;
}

.yx-gallery__hd .prev,
.yx-gallery__hd .next {
	width: 55px;
	height: 68px;
	cursor: pointer;
	z-index: 100;
	position: absolute;
}

.yx-gallery__hd .prev {
	left: 24px;
	top: 35%;
}

.yx-gallery__hd .next {
	right: 24px;
	top: 35%;
}

.yx-gallery__hd .prev img,
.yx-gallery__hd .next img {
	display: block;
	width: 100%;
	height: 100%;
}

.yx-text {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2B2A2A;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 24px;
}
