	.jsfw_bkimg {
		background: none;
		/* background: url(../images/ypyf_jsfw_bj.jpg) center center / cover no-repeat; */
		padding-bottom: 70px;
		background-color: #FDFDFD;
	}

	.jsfw {
		margin-top: 50px;
		display: flex;
		flex-direction: row;
		/* align-items: center; */
	}

	.jsfw_l {
		width: 480px;
		margin-right: 30px;
	}

	.jsfw_l2 {
		margin-right: 0;
		margin-left: 30px;
	}

	.jsfw_l_img {
		width: 100%;
		border-radius: 6px;
	}

	.jsfw_r {
		flex: 1;
		/* padding: 0 30px; */
	}

	.jsfw_r img {
		width: 100%;
	}

	.jsfw_r_title {
		color: #169cc0;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.jsfw_r_text {
		/* margin-top: 36px; */
		font-weight: 400;
		color: #666;
		line-height: 30px;
		text-align: justify;
	}

	@media screen and (max-width: 1150px) and (orientation: portrait) {
		.jsfw_l {
			width: 320px;
		}

		.jsfw_l_img {
			height: 100%;
		}
	}

	@media screen and (max-width: 992px) and (orientation: portrait) {
		.jsfw {
			flex-direction: column;
		}

		.jsfw_l {
			flex: 1;
			width: auto;
			margin-bottom: 30px;
			margin-right: 0;
		}

		.jsfw_l2 {
			margin-top: 30px;
			margin-left: 0;
		}

		.jsfw_r {
			padding: 0;
		}
	}