/* 防治对象 */
.target-container {
	background-color: #206E02;
}

.target-content {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: content-box;
}

.target-content .column-header .title,
.target-content .column-header .label {
	color: white;
}

.target-container .img-box {
	position: relative;
}

.target-container .img-box .img {
	display: block;
	width: 100%;
}

.target-container .img-box .label {
	position: absolute;
	color: white;
	line-height: 1;
	margin: 0;
}

@media screen and (max-width: 1023px) {
	.target-container {
		padding: 40px 10px;
	}

	.target-container .img-box {
		margin-top: 20px;
	}

	.target-container .img-box .label {
		left: 24px;
		bottom: 20px;
		font-size: 18px;
	}
}

@media screen and (min-width: 1024px) {
	.target-container {
		padding: 106px 20px 140px;
	}

	.target-container .img-box {
		margin-top: 70px;
	}

	.target-container .img-box .label {
		left: 50px;
		bottom: 38px;
		font-size: 28px;
	}
}