.anli-div {
	padding: 30px 0;
	box-sizing: border-box;
	background-color: #F8F8F8;
}

.anli-box {
	display: flex;
	justify-content: space-between;
}

.anli-box-right {
	width: 71.5%;
	display: flex;
	flex-direction: column;
}

.anli-box-right-first {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.anli-box-right-first-item {
	width: 48%;
	background-color: #fff;
}

.anli-box-right-first-item>a {
	width: 100%;
	background-color: #fff;
}

.anli-box-right-first-item-first {
	width: 100%;
	height: 300px;
}

.anli-box-right-first-item-first>img {
	width: 100%;
	height: 100%;
}

.anli-box-right-first-item-second {
	padding: 30px;
	box-sizing: border-box;
}

.anli-box-right-first-item-second-one {
	font-size: 22px;
	color: #333333;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.anli-box-right-first-item-second-two {
	margin-top: 14px;
	color: #666666;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.anli-box-right-first-item-second-three {
	margin-top: 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.anli-box-right-first-item-second-three-left {
	font-size: 14px;
	color: #9E9E9E;
}

.anli-box-right-first-item-second-three-right {
	font-size: 14px;
	color: #EB3338;
}

.anli-box-right-third {
	padding: 30px 0;
	box-sizing: border-box;
}

.anli-box-right-third-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.anli-box-right-third-title-left {
	font-size: 26px;
	color: #333333;
	font-weight: bolder;
}

.anli-box-right-third-title-right>a {
	font-size: 14px;
	color: #EB3338;
}

.anli-box-right-third-content {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.anli-box-right-third-content-item {
	width: 48%;
	margin-bottom: 30px;
}

.anli-box-right-third-content-item>a {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 30px;
	box-sizing: border-box;
	background-color: #fff;
}

.newsxq-box-right-third-item-first {
	display: flex;
	align-items: center;
}

.newsxq-box-right-third-item-first-left {
	width: 150px;
	height: 120px;
	margin-right: 26px;
}

.newsxq-box-right-third-item-first-left>img {
	width: 100%;
	height: 100%;
}

.newsxq-box-right-third-item-first-right {
	display: flex;
	flex-direction: column;
}

.newsxq-box-right-third-item-first-right-one {
	font-size: 22px;
	color: #333333;
	font-weight: bolder;
}

.newsxq-box-right-third-item-first-right-two {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.newsxq-box-right-third-item-first-right-two-item {
	padding: 4px 12px;
	box-sizing: border-box;
	border: 1px solid #999999;
	border-radius: 30px;
	font-size: 12px;
	color: #333333;
	margin: 10px 10px;
	white-space: nowrap;
}

.newsxq-box-right-third-item-second {
	margin-top: 18px;
	color: #666666;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

@media screen and (max-width:750px) {
	.anli-box {
		flex-direction: column-reverse;
	}

	.anli-box-right {
		width: 100%;
	}

	.anli-box-right-first {
		flex-direction: column;
	}

	.anli-box-right-first-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.anli-box-right-first-item-second {
		padding: 20px;
	}

	.anli-box-right-first-item-second-one {
		font-size: 18px;
	}

	.anli-box-right-first-item-second-two {
		font-size: 12px;
	}

	.anli-box-right-first-item-second-three {
		margin-top: 20px;
	}

	.anli-box-right-third-title-left {
		font-size: 20px;
	}

	/* 维修项目开始 */
	.anli-box-right-third-content {
		flex-direction: column;
	}

	.anli-box-right-third-content-item {
		width: 100%;
	}

	.newsxq-box-right-third-item-first-left {
		width: 50%;
		margin-right: 10px;
		height: 100px;
	}

	.anli-box-right-third-content-item>a {
		padding: 20px;
	}

	.newsxq-box-right-third-item-first-right-one {
		font-size: 18px;
	}

	.newsxq-box-right-third-item-second {
		font-size: 12px;
	}

	/* 维修项目结束 */

}