@media screen and (max-width:1250px) {
	.central03 {

		padding: 0 4.3%;
		box-sizing: border-box;
	}

	.central02 {
		/* background-color: #DA7064; */
		padding: 0 4.3%;
		box-sizing: border-box;
		/* height: 193px; */
	}

	.central04 {
		color: rgba(31, 38, 53, 1);
		font-family: PingFang SC;
		font-weight: 500;
		font-size: 18px;
		margin-top: 12px;
	}

	.central05 {
		width: 24px;
		margin-top: 4px;
		height: 2px;
		background: rgba(235, 102, 97, 1);
	}

	.central06 {
		margin-top: 12px;
		color: rgba(94, 101, 129, 1);
		font-family: PingFang SC;
		font-size: 15px;
		/* // 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。 */
		display: -webkit-box;
		/* // 设置或检索伸缩盒对象的子元素的排列方式 。 */
		-webkit-box-orient: vertical;
		/* // 用省略号“…”隐藏超出范围的文本 。 */
		text-overflow: ellipsis;
		overflow: hidden;
		/* 用来限制在一个块元素显示的文本的行数。 */
		-webkit-line-clamp: 3;
	}

	.central07 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 15px;
		margin-bottom: 15.75px;
	}

	.central10 {
		/* padding: 0 4.3%; */
		margin-left: 4.3%;
		margin-right: 4.3%;
		box-sizing: border-box;
		height: 0.5px;
		border: 0.5px solid rgba(240, 241, 245, 1);
		margin-bottom: 15.75px;
	}

	.central07>img {

		width: 28px;
		height: 28px;
	}

	.central08 {
		width: 40px;
		height: 21px;
		background: rgba(235, 102, 97, 0.12);
		display: flex;
		align-items: center;
		justify-content: center;
		color: rgba(235, 102, 97, 1);
		font-family: PingFang SC;
		font-size: 12px;
	}

	.central02>img {
		width: 100%;
		height: 100%;
		/* background-color: #DA7064; */
	}

	.central09 {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 34px;
		margin-bottom: 54px;
		color: rgba(171, 176, 198, 1);
		font-family: PingFang SC;
		font-size: 14px;
	}
}

@media screen and (min-width:1250px) {
	.central01 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		/* background-color: aquamarine; */
		width: 100%;
		/* padding: 0 4.3%; */
		padding: 0 14.7%;
		box-sizing: border-box;
		padding-bottom: 23.5px;
		/* border-bottom: 1px solid red; */
		margin-top: 23.5px;
		/* background-color: #DA7064; */

		/* width: 100%; */
		/* height: 808px; */
		/* background: rgba(0, 0, 0, 0.04); */
		/* display: flex; */
		/* align-items: center; */
		/* box-sizing: border-box; */
		/* justify-content: space-between; */
		/* background-color: blue; */
	}

	.central01:hover .central04 {
		color: #DA7064;
	}

	.central01:hover .central02>img {
		transform: scale(1.2);
	}

	.central10 {
		/* padding: 0 14.7%; */
		margin-left: 14.7%;
		margin-right: 14.7%;
		/* padding: 0 14.7%; */
		height: 1px;
		box-sizing: border-box;
		background-color: rgba(240, 241, 245, 1);
	}

	.central02 {
		width: 240px;
		height: 180px;
		flex-shrink: 0;
		/* transition: transform 0.4s, opacity 0.4s; */
		overflow: hidden;
	}

	.central02>img {
		width: 100%;
		height: 100%;
		transition: transform 0.4s, opacity 0.4s;
	}

	.central03 {
		width: 100%;
		margin-left: 32px;
		/* padding: 0 14.7%; */
	}

	.central05 {
		width: 24px;
		height: 2px;
		margin-top: 8px;
		background: rgba(235, 102, 97, 1);
	}

	.central06 {
		width: 100%;
		color: rgba(94, 101, 129, 1);
		font-family: PingFang SC;
		font-size: 14px;
		/* // 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。 */
		display: -webkit-box;
		/* // 设置或检索伸缩盒对象的子元素的排列方式 。 */
		-webkit-box-orient: vertical;
		/* // 用省略号“…”隐藏超出范围的文本 。 */
		text-overflow: ellipsis;
		overflow: hidden;
		/* 用来限制在一个块元素显示的文本的行数。 */
		-webkit-line-clamp: 2;
		margin-top: 35px;
	}

	.central07 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 35px;
	}

	.central07>img {
		width: 28px;
		height: 28px;
	}

	.central08 {
		width: 40px;
		height: 21px;
		background: rgba(235, 102, 97, 0.12);
		color: rgba(235, 102, 97, 1);
		font-family: PingFang SC;
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.central04 {
		width: 100%;
		/* height: 28px; */
		/* background: rgba(31, 38, 53, 1); */
		color: rgba(31, 38, 53, 1);
		font-family: PingFang SC;
		font-weight: 500;
		font-size: 20px;
	}
}

.central09 {
	/* width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 27px;
	margin-bottom: 43px;
	color: rgba(171, 176, 198, 1);
	font-family: PingFang SC;
	font-size: 13px; */


	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 34px;
	margin-bottom: 54px;
	color: rgba(171, 176, 198, 1);
	font-family: PingFang SC;
	font-size: 14px;
}
.page {
	height: 100px;
	margin: 0 auto 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page li {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	cursor: pointer;
	margin: 0 5px;
	transition: .1s;
}
.page li:hover{
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.page li a {
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
}
.page .pages {
	background-color: #787172;
}
.page .pages a {
	color: #fff;
}
.onePage {
	background-color: #ccc;
	cursor: not-allowed !important;
}
.onePage a {
	pointer-events: none;
	cursor: not-allowed;
}
@media screen and (max-width: 1024px) {
	.page li {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.page li:nth-child(n+9):nth-child(-n+11) {
		display: none;
	}
}
