.ssjg {
	background: #F7F7F7;
}

.block-list {
	width: 100%;
    max-width: 1530px;
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 80px;
}

.block-item {
	width: 50%;
	height: 300px;
	background-color: #F0F0F0;
	float: left;
	transition: background .8s;
}

.block-item a {
	color: #000;
}

.block-item>div {
	position: relative;
	height: 50%;
	text-align: center;
	cursor: pointer;
}

.block-item>div:first-child>img {
	position: absolute;
	left: 50%;
	top: 60%;
	width: 120px;
	height: 120px;
	transform: translate(-50%, -50%);
}

.block-item>div:last-child {
	padding: 0 20%;
	height: 42%;
	padding-top: 3%;
}

.block-item>div:last-child>span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.block-item.active {
	background-color: #0266A4;
	color: #fff;
}

.block-item a:focus,
.block-item a:hover {
	color: #fff !important;
}

.fourEducation {
	min-height: 600px;
	background-image: url('image/xiaoxun-20210628-cn.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.fourEducation-model {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(2, 102, 164, 1) 0%, rgba(2, 102, 164, 0.4) 100%);
}

.fourEducation-model>div {
	color: #fff;
	width: 100%;
	text-align: center;
}

.fourEducation-title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 34px;
	height: 40%;
	position: relative;
}

.fourEducation-title::after {
	position: absolute;
	content: '';
	bottom: 60px;
	width: 90px;
	border-bottom: 2px solid #000;
}

.fourEducation-desc {
	min-height: 60%;
	padding: 0 10%;
	font-size: 24px;
}

.navList {
	background-color: #f2f2f2;
	padding-bottom: 80px;
}

.navList>.container>.navList-item:not(:nth-child(1)) {
	margin-top: 140px;
}

.navList-item {
	display: flex;
	position: relative;
	overflow: hidden;
	margin: 80px 0;
}

.navList-item-text {
	padding-left: 10%;
	padding-top: 4%;
	position: relative;
}

.navList-item-title {
	margin-bottom: 30px;
}

.navList-item-button {
	width: 80px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0266A4;
	color: #fff;
	position: absolute;
	bottom: 10%;
	left: 20%;
	cursor: pointer;
}

.navList-item>div {
	width: 50%;
}

.navList-item>div img {
	width: 100%;
	cursor: pointer;
	transition: transform .5s;
}

.navList-item-img {
	overflow: hidden;
}

.navList-item:hover>.navList-item-img img {
	transform: scale(1.2);
}

@media screen and (max-width:1024px) {
	.block-list {
		width: 80%;
	}
}

@media screen and (max-width:768px) {
	.block-list {
		width: 100%;
	}

	.fourEducation-desc {
		font-size: 22px;
	}

	.fourEducation-title {
		font-size: 28px;
	}

	.navList-item {
		flex-direction: column;
		border: 2px solid #0266A4;
	}

	.navList-item>div {
		width: 100%;
		height: 50%;
	}

	.navList-item-text {
		margin-bottom: 20px;
	}

	.navList-item-button {
		left: unset;
		right: 4%;
		top: 10%;
	}

	.navList-item {
		margin: 40px 0;
	}

	.navList>.container>.navList-item:not(:nth-child(1)) {
		margin-top: 40px;
	}
	
}

@media screen and (max-width:500px) {
	.block-item {
		width: 100%;
	}

	.fourEducation-desc {
		font-size: 20px;
	}

	.fourEducation-title {
		font-size: 26px;
	}

}

@media screen and (max-width:375px) {
	.fourEducation-desc {
		font-size: 16px;
	}

	.fourEducation-title {
		font-size: 24px;
	}
}
