.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;
}
.list-container {
	display: flex;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 26px;
}

.list-right {
	width: 100%;
	height: 750px;
	overflow-y: auto;
	padding: 0px 250px 0;
}
.list-right .list-item {
	display: block;
	padding: 34px 0;
	background: url('cx.png') no-repeat;
	background-position:bottom center;
	text-align: center;
}
.list-right .list-item img {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -6px;
}

@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;
	}
}