	.yfsl_bkimg {
		background: none;
		/* background: url(../images/ypyf_yfsl_bj.jpg) center center / cover no-repeat; */
		padding-bottom: 70px;
		background-color: #FDFDFD;
	}

	.yfsl {
		margin-top: 80px;
		display: flex;
		flex-direction: row;
		/* align-items: center; */
	}

	.yfsl_l {
		width: 480px;
		margin-right: 70px;
	}

	.yfsl_l2 {
		margin-right: 0;
		margin-left: 70px;
	}

	.yfsl_l_img {
		width: 100%;
		border-radius: 6px;
	}

	.yfsl_r {
		flex: 1;
		padding: 0 30px;
	}

	.yfsl_r img {
		width: 100%;
	}

	.yfsl_r_title {
		font-weight: bold;
	}

	.yfsl_r_text {
		font-weight: 400;
		color: #666;
		line-height: 30px !important;
		text-align: justify;
		letter-spacing: 1.5px;
	}

	@media screen and (max-width: 1150px) and (orientation: portrait) {
		.yfsl_l {
			width: 320px;
		}

		.yfsl_l_img {
			height: 100%;
		}
	}

	@media screen and (max-width: 992px) and (orientation: portrait) {
		.yfsl {
			flex-direction: column;
		}

		.yfsl_l {
			flex: 1;
			width: auto;
			margin-bottom: 30px;
			margin-right: 0;
		}

		.yfsl_l2 {
			margin-top: 30px;
			margin-left: 0;
		}

		.yfsl_r {
			padding: 0;
		}
	}