.changshi-box-left-content-pictures {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.changshi-box-left-content-pictures-item {
	width: 48%;
	background-color: #fff;
	margin-bottom: 35px;
}

.changshi-box-left-content-pictures-item>a {
	display: flex;
	flex-direction: column;
}

.changshi-box-left-content-pictures-item-first {
	width: 100%;
}

.changshi-box-left-content-pictures-item-first>img {
	height: auto;
	width: 100%;
}

.changshi-box-left-content-pictures-item-second {
	padding: 25px;
	box-sizing: border-box;
}

.changshi-box-left-content-pictures-item-second>h3 {
	font-size: 24px;
	color: #333333;
	font-weight: bolder;
}

.changshi-box-left-content-pictures-item-second>p {
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
}

@media screen and (max-width:750px) {
	.changshi-box-left-content-pictures {
		margin-top: 20px;
	}

	.changshi-box-left-content-pictures-item-second {
		padding: 15px;
	}

	.changshi-box-left-content-pictures-item-second>h3 {
		font-size: 18px;
	}

	.changshi-box-left-content-pictures-item {
		margin-bottom: 20px;
	}
}