.oragn-construction-box {
	width: 100%
}

.oragn-construction-box .title_h {
	width: 100%;
	margin-bottom: 30px
}

.oragn-construction-box .title_h h3 {
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	font-size: 32px;
	color: #000000;
	text-align: center;
	line-height: 43px
}

.oragn-construction-box .organ-box {
	width: 100%
}

.oragn-construction-box .organ-box .organ-title-bg {
	width: 574px;
	height: 132px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	background: url("../img/organ-title-bg.png") no-repeat;
	background-size: 100% 100%;
	padding-top: 36px;
	object-fit: cover;
	position: relative
}

.oragn-construction-box .organ-box .organ-title-bg::after {
	width: 1px;
	height: 49px;
	background: #E7394B;
	position: absolute;
	left: 50%;
	bottom: -21px;
	content: ''
}

.oragn-construction-box .organ-box .organ-title-bg img {
	width: 40px;
	height: 40px;
	margin-right: 8px
}

.oragn-construction-box .organ-box .organ-title-bg h3 {
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 40px
}

.oragn-construction-box .organ-box .organ-info-box {
	width: 100%;
	padding-top: 21px
}

.oragn-construction-box .organ-box .organ-info-box .organ-list {
	width: 100%;
	/* height: 712px; */
	background: #FAFAFA;
	padding: 30px 18px 10px;
	display: flex;
	flex-wrap: wrap;
	background: url("../img/organ-info-bg.png") no-repeat;
	background-size: 100% 100%
}

.oragn-construction-box .organ-box .organ-info-box .organ-list .organ-item {
	width: 390px;
	height: 124px;
	background: url("../img/organ-item-bg.png") no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 40px 40px
}

.oragn-construction-box .organ-box .organ-info-box .organ-list .organ-item p {
	font-family: MicrosoftYaHeiSemibold;
	font-size: 20px;
	color: #E7394B;
	text-align: center;
	line-height: 27px
}

.oragn-construction-box .organ-box .organ-info-box .organ-list .organ-item:nth-child(n+5) {
	margin-top: -16px
}