.newsxq-div {
	background-color: #F8F8F8;
	padding: 30px 0;
	box-sizing: border-box;
}

.newsxq-box {
	display: flex;
	justify-content: space-between;
}

.newsxq-box-right {
	width: 71.5%;
	display: flex;
	flex-direction: column;
}

.newsxq-box-right-first {
	background-color: #fff;
	padding: 45px 53px;
	box-sizing: border-box;
}

.news-title {
	font-size: 36px;
	color: #333333;
	font-weight: bolder;
}

.news-time {
	font-size: 14px;
	color: #9E9E9E;
	margin-top: 6px;
}

.news-hengxian {
	height: 1px;
	background-color: #D8D8D8;
	margin: 25px 0;
}

.news-zhengwen {
	font-size: 14px;
	color: #666666;
}

.news-chatu {
	margin-top: 50px;
}

.news-chatu>img {
	width: 100%;
	height: auto;
}

.newsxq-biaoqian {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
	color: #9E9E9E;
	margin-top: 30px;
}

.newsxq-biaoqian>img {
	width: 14px;
	height: 14px;
}

.newsxq-biaoqian>a {
	padding: 0 10px;
	font-size: 14px;
	color: #9E9E9E;
}

/* 页面切换开始 */
.page-qiehuan {
	padding: 50px 0;
	box-sizing: border-box;
}

.page-qiehuan>div {
	display: flex;
	align-items: center;
}

.next-btn {
	margin-top: 30px;
}

.page-qiehuan>div>a {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333333;
	font-weight: bolder;
}

/* 页面切换结束 */

.newsxq-box-right-second {
	margin-top: 40px;
	padding: 30px 50px;
	box-sizing: border-box;
	background-color: #fff;
}

.newsxq-box-right-second-first {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #E5E5E5;
}

.newsxq-box-right-second-first>span {
	width: 5px;
	height: 26px;
	background-color: #EB3338;
	margin-right: 13px;
}

.newsxq-box-right-second-first>h3 {
	font-size: 26px;
	color: #333333;
	font-weight: bolder;
}

.newsxq-box-right-second-second {
	display: flex;
	align-items: center;
	justify-content: space-between;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.newsxq-box-right-second-second-item {
	margin-top: 25px;
	width: 40%;
	font-size: 20px;
	color: #333333;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.newsxq-box-right-third {
	padding: 50px 0;
	box-sizing: border-box;
	background-color: #F8F8F8;
}

.newsxq-box-right-third-first {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newsxq-box-right-third-first-left {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
}

.newsxq-box-right-third-first-right>a {
	font-size: 14px;
	color: #EB3338;
}

.newsxq-box-right-third-second {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.newsxq-box-right-third-item {
	width: 48%;
	margin-bottom: 30px;
}

.newsxq-box-right-third-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) {
	.newsxq-box {
		flex-direction: column-reverse;
	}

	.newsxq-box-right {
		width: 100%;
	}

	.newsxq-box-right-first {
		padding: 20px;
	}

	.news-title {
		font-size: 20px;
	}

	.page-qiehuan {
		padding: 20px 0;
	}

	.page-qiehuan>div>a {
		font-size: 14px;
	}

	.page-qiehuan>div {
		font-size: 14px;
	}

	.newsxq-box-right-second {
		margin-top: 20px;
		padding: 20px;
	}

	.newsxq-box-right-second-first>h3 {
		font-size: 20px;
	}

	.newsxq-box-right-second-second-item {
		width: 100%;
		font-size: 16px;
	}

	/* 维修项目开始 */
	.newsxq-box-right-third-item {
		width: 100%;
	}

	.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;
	}

	/* 维修项目结束 */
	.newsxq-box-right-third {
		padding: 20px 0;
	}
}