.news-div {
	padding: 40px 0;
	box-sizing: border-box;
	background-color: #F9F9F9;
}

.news-box {
	display: flex;
	justify-content: space-between;
}

.news-box-left {
	width: 71.5%;
	display: flex;
	flex-direction: column;
}

.news-box-left-neirong {
	display: flex;
	flex-direction: column;
}

.news-box-left-neirong-item {
	padding: 30px;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 30px;

	display: flex;
	align-items: center;
}

.news-box-left-neirong-item>a {
	/* display: flex;
	align-items: center; */
	width: 30%;
	margin-right: 40px;
	flex-shrink: 0;
}

.news-box-left-neirong-item-left {
	/* width: 30%; */
	/* margin-right: 40px; */
}

.news-box-left-neirong-item-left>img {
	width: 100%;
	height: auto;
}

.news-box-left-neirong-item-right {
	display: flex;
	flex-direction: column;
}

.news-box-left-neirong-item-right-first {
	font-size: 22px;
	color: #333333;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-box-left-neirong-item-right-second {
	margin-top: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.news-box-left-neirong-item-right-second-item {
	padding: 6px 10px;
	margin-right: 10px;

	background: rgba(26, 105, 252, 0.06);
	margin-bottom: 5px;
}

.news-box-left-neirong-item-right-second-item>a {
	font-size: 12px;
	color: #1A69FC;
}

.news-box-left-neirong-item-right-third {
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-box-left-neirong-item-right-fourth {
	margin-top: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-box-left-neirong-item-right-fourth-left {
	font-size: 14px;
	color: #9E9E9E;
}

.news-box-left-neirong-item-right-fourth-right {}

.news-box-left-neirong-item-right-fourth-right>a {
	font-size: 14px;
	color: #1A69FC;
}

@media screen and (max-width:750px) {
	.news-div {
		padding: 20px 0;
	}

	.news-box {
		flex-direction: column;
	}

	.news-box-left {
		width: 100%;
	}

	.news-box-left-neirong-item {
		padding: 10px;
		flex-direction: column;
		margin-bottom: 10px;
	}

	.news-box-left-neirong-item-right-first {
		font-size: 18px;
	}

	.news-box-left-neirong-item-right-third {
		margin-top: 10px;
		font-size: 12px;
	}

	.news-box-left-neirong-item-right-second-item {
		padding: 3px 6px;
	}

	.news-box-left-neirong-item-right-fourth {
		margin-top: 10px;
	}

	.news-box-left-neirong-item-right-fourth-left {
		font-size: 12px;
	}

	.news-box-left-neirong-item-right-fourth-right>a {
		font-size: 12px;
	}

	.news-box-left-neirong-item>a {
		width: 100%;
		margin-right: 8px;
	}

	.news-box-left-neirong-item-right {
		margin-top: 10px;
	}
}