.changshi-box-left-content-xq {
	margin-top: 20px;
	padding: 50px;
	background-color: #fff;
}

.changshi-box-left-content-xq-first {
	padding-bottom: 20px;
	border-bottom: 1px solid #D8D8D8;
}

.changshi-box-left-content-xq-first>h2 {
	font-size: 28px;
	color: #333333;
	font-weight: bolder;
}

.changshi-box-left-content-xq-first>span {
	font-size: 14px;
	color: #999999;
	margin-top: 16px;
}

.changshi-box-left-content-xq-second {
	color: #666666;
	font-size: 16px;
	margin-top: 30px;
}

.changshi-box-left-content-xq-third {
	margin-top: 80px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.changshi-box-left-content-xq-third-item {
	margin: 0 20px;
	background: rgba(111, 69, 43, 0.1);
	padding: 6px 11px;
	box-sizing: border-box;
	font-size: 12px;
	color: #6F452B;
}

.changshi-box-left-content-xq-fourth {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.changshi-box-left-content-xq-fourth-item {
	width: 47.5%;
	padding: 30px 0;
	box-sizing: border-box;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}

.changshi-box-left-content-xq-fourth-item>span {
	font-size: 16px;
	color: #666666;
}

.changshi-box-left-content-xq-fourth-item>div>a {
	font-size: 22px;
	color: #333333;
	font-weight: bolder;
	margin-top: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.changshi-box-left-content-xq-fifth {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.changshi-box-left-content-xq-fifth-item {
	width: 100%;
}

.changshi-box-left-content-xq-fifth-item-first {
	font-size: 26px;
	color: #333333;
	font-weight: bolder;
	padding-bottom: 8px;
	border-bottom: 1px solid #D8D8D8;
	width: 100%;
}

.changshi-box-left-content-xq-fifth-item-second>a {
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: 100%;
}

@media screen and (max-width:750px) {
	.changshi-box-left-content-xq {
		padding: 15px
	}

	.changshi-box-left-content-xq-first>h2 {
		font-size: 20px;
	}

	.changshi-box-left-content-xq-first>span {
		font-size: 12px;
	}

	.changshi-box-left-content-xq-second {
		margin-top: 20px;
		font-size: 14px;
	}

	.changshi-box-left-content-xq-third {
		margin-top: 20px;
	}

	.changshi-box-left-content-xq-third-item {
		margin: 0 10px;
		margin-bottom: 5px;
	}

	.changshi-box-left-content-xq-fourth-item {
		padding: 15px 0;
	}

	.changshi-box-left-content-xq-fourth-item>span {
		font-size: 14px;
	}

	.changshi-box-left-content-xq-fourth-item>div>a {
		font-size: 14px;
		margin-top: 10px;
	}

	.changshi-box-left-content-xq-fifth {
		margin-top: 20px;
	}

	.changshi-box-left-content-xq-fifth-item-first {
		font-size: 18px;
	}

	.changshi-box-left-content-xq-fifth-item-second>a {
		font-size: 14px;
		margin-top: 10px;
	}
}