.ywjs {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	flex: 1;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 464px;
	background: url('../img/integritySystem30.png') no-repeat 50%;
	background-size: 100% 100%;
	background-color: #fff;
	width: 100%;
}

.ywjs>.title {
	position: relative;
	text-align: center;
	margin-top: 57px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.t1 {
	position: relative;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
}

/* .t1::before{
	bottom: 0;
	left: 0;
	content: " ";
	height: 4px;
	width: 100%;
	background-color: #0ac66b;
} */

.wt {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.wt-i {
	/* width: 17.25rem; */
	height: 8.9375rem;
	padding: 10px;
}

.wt-i-display {
	display: none;
	
}
.scroll-container::-webkit-scrollbar {
  scrollbar-width: thin;
}