.tag-div {
	padding: 40px 0;
	box-sizing: border-box;
}

.tag-box {
	display: flex;
	justify-content: space-between;
}

.tag-box-left {
	width: 71.5%;
	display: flex;
	flex-direction: column;
}

.tag-box-left-title {
	font-size: 36px;
	color: #333333;
	font-weight: bolder;
}

.tag-box-left-neirong {
	display: flex;
	flex-direction: column;
}

.tag-box-left-neirong-item {
	display: flex;
	align-items: center;
	margin-top: 30px;
	padding: 30px;
	box-sizing: border-box;
	background-color: #fff;
}

.tag-box-left-neirong-item>a {
	width: 30%;
	margin-right: 40px;
	flex-shrink: 0;
}

.tag-box-left-neirong-item-left {
	width: 100%;
}

.tag-box-left-neirong-item-left>img {
	width: 100%;
	height: auto;
}

.tag-box-left-neirong-item-right {
	display: flex;
	flex-direction: column;
}

.tag-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;
}

.tag-box-left-neirong-item-right-second {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}

.tag-box-left-neirong-item-right-second-item {
	padding: 6px 10px;
	box-sizing: border-box;
	background: rgba(26, 105, 252, 0.06);
	margin-right: 10px;
	margin-bottom: 5px;
}

.tag-box-left-neirong-item-right-second-item>a {
	font-size: 12px;
	color: #1A69FC;
}

.tag-box-left-neirong-item-right-third {
	margin-top: 20px;
	color: #666666;
	font-size: 14px;
}

.tag-box-left-neirong-item-right-fourth {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 22px;
}

.tag-box-left-neirong-item-right-fourth-left {
	font-size: 14px;
	color: #9E9E9E;
}

.tag-box-left-neirong-item-right-fourth-right>a {
	font-size: 14px;
	color: #1A69FC;
}

@media screen and (max-width:750px) {
	.tag-box {
		flex-direction: column;
	}

	.tag-box-left {
		width: 100%;
	}

	.tag-div {
		padding: 20px 0;
	}

	.tag-box-left-title {
		font-size: 18px;
	}

	.tag-box-left-neirong-item {
		margin-top: 10px;
		padding: 10px;
		flex-direction: column;
	}

	.tag-box-left-neirong-item>a {
		margin-right: 0;
		width: 100%;
	}

	.tag-box-left-neirong-item-right-first {
		margin-top: 10px;
		font-size: 16px;
	}

	.tag-box-left-neirong-item-right-second-item {
		padding: 3px 6px;
	}

	.tag-box-left-neirong-item-right-third {
		margin-top: 10px;
		font-size: 12px;
	}

	.tag-box-left-neirong-item-right-fourth {
		margin-top: 10px;
	}

	.tag-box-left-neirong-item-right-fourth-left {
		font-size: 12px;
	}

	.tag-box-left-neirong-item-right-fourth-right>a {
		font-size: 12px;
	}
}