.page {
	background: url('bj2.png') no-repeat;
	background-size: 100% 100%;
	padding: 100px 140px;
}
.page-title-container {
	font-size: 44px;
	color: #ffffff;
	margin-bottom: 75px;
}
.list-container {
	display: flex;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 26px;
}
.list .list-title {
	font-size: 26px;
	padding: 34px 0;
	text-align: center;
	background: url('dx.png') no-repeat;
	background-position:bottom center;
}
.list {
	width: 49%;
	height: 750px;
	overflow-y: auto;
}
.list .list-content {
	display: flex;
	flex-wrap: wrap;
}
.list .list-content .list-item {
	width: 31%;
	margin: 1.1%;
	text-align: center;
}
.list .list-content .list-item .list-item-title {
	font-size: 22px;
}
/* .list-left .menu-item.active {
	font-weight: 800;
} */
.list-split {
	padding-top:30px;
	width: 2%;
	padding-left: 1%;
}
@media screen and (max-width: 1080px) {
	.page {
		background: url('bj2-1.png') no-repeat;
		padding: 235px 80px;
	}
	.page-title-container {
		margin-bottom: 125px;
	}
	.list-container {
		height: 1050px;
	}
	.list-container {
		flex-wrap: wrap;
	}
	.list-split {
		display: none;
	}
	.list {
		width: 100%;
		height: 525px;
		overflow-y: hidden;
	}
	.list .list-content {
		height: 402px;
		overflow-y: auto;
	}
}
