.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;
	margin-right: 10px;
	position: relative;
}
.page-title-container .search{
	position: absolute;
	right: 0;
	top: 0;
}
.page-title-container .search input {
	background-color: rgba(0, 0, 0, 0.5);
	border: 0;
	height: 60px;
	font-size: 26px;
	color: #ffffff;
	width: 450px;
	padding: 0 50px 0 20px;
}
.page-title-container .search img {
	margin-left: -45px;
	margin-bottom: -10px;
}
.list-container {
	display: flex;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 26px;
}
.list-left {
	width: 19%;
	height: 750px;
	overflow-y: auto;
}
.list-left .menu-item {
	padding: 34px 0;
	text-align: center;
	background: url('dx.png') no-repeat;
	background-position:bottom center;
}
/* .list-left .menu-item.active {
	font-weight: 800;
} */
.list-split {
	padding-top:30px;
	width: 1%;
}
.list-right {
	width: 100%;
	height: 750px;
	padding: 0px 250px 0;
}
.list-right .list-item {
	display: block;
	padding: 34px 0;
	background: url('cx.png') no-repeat;
	background-position:bottom center;
}
.page-container {
	text-align: center;
	padding-top: 40px;
	font-size: 30px;
}

.page-container img {
	margin-bottom: -5px;
	margin-left: 5px;
	margin-right: 5px;
}
.page-container>span {
	display: inline-block;
	margin: 0 20px;
}
@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 {
		font-size: 30px;
	}
	.list-right {
		height: 1050px;
		padding: 0px 30px;
	}
	.list-right .list-item {
		padding: 51px 0;
		text-align: center;
	}
	.page-container {
		padding-top: 80px;
		font-size: 34px;
	}
	.page-title-container .search input {
		width: 260px;
	}
}