.changshi-box-left-content-tuanduixq {
	padding: 40px 30px;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 50px;
}

.changshi-box-left-content-tuanduixq-first {
	display: flex;
	align-items: center;
}

.changshi-box-left-content-tuanduixq-first-left {
	width: 26%;
	margin-right: 11%;
	flex-shrink: 0;
}

.changshi-box-left-content-tuanduixq-first-left>img {
	width: 100%;
	height: auto;
}

.changshi-box-left-content-tuanduixq-first-right-one {
	font-size: 38px;
	color: #333333;
	font-weight: bolder;
}

.changshi-box-left-content-tuanduixq-first-right-two {
	margin-top: 10px;
	height: 44px;
	width: 180px;
	padding-left: 16px;
	box-sizing: border-box;
	/* opacity: 0.2; */
	display: flex;
	align-items: center;
	background: linear-gradient(270deg, rgba(111, 69, 43, 0) 0%, #6F452B 100%);
	border-left: 6px solid #6F452B;
	font-size: 18px;
	color: #fff;
	font-weight: bolder;
}

.changshi-box-left-content-tuanduixq-first-right-three {
	margin-top: 44px;
}

.changshi-box-left-content-tuanduixq-first-right-three>p {
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}

.changshi-box-left-content-tuanduixq-second {
	margin-top: 40px;
}

.changshi-box-left-content-tuanduixq-second-one {
	font-size: 24px;
	color: #333333;
	font-weight: bolder;
}

.changshi-box-left-content-tuanduixq-second>p {
	font-size: 16px;
	color: #333333;
}

@media screen and (max-width:750px) {
	.changshi-box-left-content-tuanduixq {
		margin-top: 20px;
		padding: 15px;
	}

	.changshi-box-left-content-tuanduixq-first-left {
		margin-right: 5px;
	}

	.changshi-box-left-content-tuanduixq-first-right-one {
		font-size: 20px;
	}

	.changshi-box-left-content-tuanduixq-first-right-two {
		height: 30px;
		font-size: 12px;
	}

	.changshi-box-left-content-tuanduixq-first-right-three {
		margin-top: 10px;
	}

	.changshi-box-left-content-tuanduixq-first-right-three>p {
		margin-bottom: 10px;
		font-size: 12px;
	}

	.changshi-box-left-content-tuanduixq-second {
		margin-top: 25px;
	}

	.changshi-box-left-content-tuanduixq-second-one {
		font-size: 20px;
	}

	.changshi-box-left-content-tuanduixq-second>p {
		font-size: 14px;
	}
}