.changshi-div {
	background-color: #FAFAFA;
	padding-top: 35px;
	padding-bottom: 150px;
	box-sizing: border-box;
}

.changshi-box {
	display: flex;
	justify-content: space-between;
}

.changshi-box-left {
	width: 68%;
}

.changshi-box-left-content {}

.changshi-box-left-content-first {
	font-size: 38px;
	color: #333333;
	font-weight: bold;
	margin-top: 35px;
}


.changshi-box-left-content-second {}

.changshi-box-left-content-second-item {
	margin-top: 30px;
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.changshi-box-left-content-second-item>a {
	width: 31%;
	flex-shrink: 0;
	margin-right: 30px;
}

.changshi-box-left-content-second-item-left {}

.changshi-box-left-content-second-item-left>img {
	width: 100%;
	height: auto;
}

.changshi-box-left-content-second-item-right {}

.changshi-box-left-content-second-item-right-first {
	color: #333333;
	font-size: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.changshi-box-left-content-second-item-right-second {
	color: #666666;
	margin-top: 14px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.changshi-box-left-content-second-item-right-third {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
}

.changshi-box-left-content-second-item-right-third-item {
	margin-right: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(111, 69, 43, 0.1);

}

.changshi-box-left-content-second-item-right-third-item>a {
	padding: 6px 11px;
	box-sizing: border-box;
	font-size: 12px;
	color: #6F452B;
}

.changshi-box-left-content-second-item-right-fourth {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.changshi-box-left-content-second-item-right-fourth-left {
	font-size: 14px;
	color: #999999;
}

.changshi-box-left-content-second-item-right-fourth-right>a {
	font-size: 14px;
	color: #6F452B;
}

.yiliaotuandui-div {
	margin-top: 50px;
}

.yiliaotuandui-div-first {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.yiliaotuandui-div-first-left {
	display: flex;
	align-items: center;
}

.yiliaotuandui-div-first-left>img {
	width: 40px;
	height: 40px;
	margin-right: 15px;
}

.yiliaotuandui-div-first-left>h2 {
	color: #333333;
	font-size: 30px;
	font-weight: bolder;
}

.yiliaotuandui-div-first-right>a {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #6F452B;
}

.yiliaotuandui-div-first-right>a>img {
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

.yiliaotuandui-div-second {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.yiliaotuandui-div-second-item {
	width: 48.5%;
	margin-bottom: 30px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 50px 50px 30px 0;
	box-sizing: border-box
}

.yiliaotuandui-div-second-item-left {
	height: 80%;
	width: auto;
	position: absolute;
	left: 20px;
	bottom: 0;
}

.yiliaotuandui-div-second-item-left>img {
	height: 100%;
	width: auto;
}

.yiliaotuandui-div-second-item-right {
	margin-left: 40%;
}

.yiliaotuandui-div-second-item-right-first {
	display: flex;
	align-items: flex-end;
}

.yiliaotuandui-div-second-item-right-first>h3 {
	font-size: 28px;
	color: #333333;
	font-weight: bolder;
}

.yiliaotuandui-div-second-item-right-first>span {
	font-size: 16px;
	color: #333333;
}

.yiliaotuandui-div-second-item-right-second {
	font-size: 14px;
	color: #333333;
	margin-top: 25px;
}


@media screen and (max-width:750px) {
	.changshi-box {
		flex-direction: column;
	}

	.changshi-box-left {
		width: 100%;
	}

	.fenlei-box-ul>li>a {
		padding: 8px 12px;
		font-size: 12px;
	}

	.changshi-box-left-content-first {
		margin-top: 15px;
		font-size: 20px;
	}

	.changshi-box-left-content-second-item {
		margin-top: 20px;
		padding: 15px;
		flex-direction: column;
	}

	.changshi-box-left-content-second-item>a {
		width: 100%;
		margin-right: 0;
	}

	.changshi-box-left-content-second-item-right-first {
		font-size: 16px;
		margin-top: 15px;
	}

	.changshi-box-left-content-second-item-right-second {
		font-size: 12px;
	}

	.changshi-box-left-content-second-item-right-third-item {
		margin-right: 10px;
		margin-bottom: 5px;
	}

	.changshi-box-left-content-second-item-right-fourth {
		margin-top: 10px;
	}

	.changshi-box-left-content-second-item-right-fourth-left {
		font-size: 12px;
	}

	.changshi-box-left-content-second-item-right-fourth-right>a {
		font-size: 12px;
	}

	.yiliaotuandui-div-first-left>img {
		width: 25px;
		height: auto;
	}

	.yiliaotuandui-div-first-left>h2 {
		font-size: 20px;
	}

	.yiliaotuandui-div-first-right>a {
		font-size: 14px;
	}

	.yiliaotuandui-div-first-right>a>img {
		width: 16px;
		height: auto;
	}

	.yiliaotuandui-div-third {
		width: 100%;
	}

	.yiliaotuandui-div-third>img {
		width: 100%;
	}

	.yiliaotuandui-div-second-item {
		/* flex-direction: column; */
		padding: 15px;
	}

	.yiliaotuandui-div-second-item-left {
		height: 30%;
		left: auto;
		right: 10px;
	}

	.yiliaotuandui-div-second-item-right {
		margin-left: 15px;
	}

	.yiliaotuandui-div-second-item-right-first>h3 {
		font-size: 18px;
	}

	.yiliaotuandui-div-second-item-right-first>span {
		font-size: 12px;
	}

	.yiliaotuandui-div-second-item-right-first {
		flex-wrap: wrap;
		align-items: center;
	}

	.yiliaotuandui-div-second-item-right-second {
		font-size: 12px;
		margin-top: 10px;
	}

	.changshi-div {
		padding-bottom: 10px;
	}
}