.neirong {
	padding-top: 80px;
	/* padding-bottom: 100px; */
}

.licheng h1 {
	font-size: 36px;
	font-weight: bold;
	color: #004D99;
}

.zizhi {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zizhi1 {
	width: calc(100%/3.5);
	text-align: center;
	padding-top: 60px;
	padding-bottom: 59px;
	border-bottom: 1px #E6E6E6 solid;
	position: relative;
}

.zizhi1 img {
	width: 413px;
	height: 249px;
	cursor: pointer;
}

.zizhi1 p {
	width: 231px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-align: center;
	padding-top: 39px;
	margin: 0 auto;
}

.zizhi1::after {
	content: "";
	width: 300px;
	border-bottom: 1px #E6E6E6 solid;
	position: absolute;
	bottom: 0;
	bottom: -1px;
	right: -102px;
}

.zizhi2 {
	width: 28%;
}

@media screen and (max-width:1400px) {
	.zizhi1 img {
		width: 100%;
		height: auto;
		cursor: pointer;
	}

	.zizhi1 {
		width: 32%;
		text-align: center;
		padding-top: 60px;
		padding-bottom: 59px;
		border-bottom: 1px #E6E6E6 solid;
		position: relative;
	}

	.zizhi1::after {
		width: 0px;
	}
}

@media screen and (max-width:768px) {
	.zizhi1 {
		width: 48%;
		text-align: center;
		padding-top: 35px;
		padding-bottom: 20px;
		border-bottom: 1px #E6E6E6 solid;
		position: relative;
	}

	.zizhi1 p {
		width: 100%;
		font-size: 14px;
		font-weight: 400;
		color: #333333;
		line-height: 30px;
		text-align: center;
		padding-top: 39px;
		margin: 0 auto;
	}

	.licheng h1 {
		font-size: 25px;
		font-weight: bold;
		color: #004D99;
	}

	.neirong {
		padding-top: 30px;
	}
}