/* 媒体报道 */
.media-container {
	background-color: #FFF5F4;
}

.media-content {
	max-width: 1200px;
	margin: 0 auto;
}

.media-content .introduce {
	color: #222222;
	text-align: center;
}

.media-content .flex {
	display: flex;
}

@media screen and (max-width: 1199px) {
	.media-content {
		padding: 60px 10px 60px;
	}

	.media-content .introduce {
		font-size: 20px;
		line-height: 2;
	}

	.media-content .flex {
		flex-direction: column;
		margin-top: 28px;
	}

	.media-content .flex .small-box {
		display: flex;
		justify-content: space-between;
		margin-top: 10px;
	}

	.media-content .flex .small-box .small {
		overflow: hidden;
	}

	.media-content .flex .small-box .small+.small {
		margin-left: 10px;
	}
}

@media screen and (max-width: 500px) {
	.media-content {
		padding: 30px 10px 40px;
	}

	.media-content .introduce {
		font-size: 16px;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1200px) {
	.media-content {
		padding: 66px 0 100px;
	}

	.media-content .introduce {
		font-size: 24px;
		line-height: 2.4;
		padding: 0 35px;
	}

	.media-content .flex {
		justify-content: space-between;
		margin-top: 38px;
	}

	.media-content .flex .small-box {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 289px;
	}
}