.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: hidden;
}
.list .list-content {
	height: 622px;
	overflow-y: auto;
	text-align: center;
}
.list .form-content {
	padding: 20px 40px;
	font-size: 22px;
	width: 530px;
	margin: 0 auto;
}
.list .form-content .form-item {
	margin-bottom: 10px;
}

.list .form-content .form-item> label {
	display: inline-block;
	width: 120px;
}
.list .form-content .form-item> select, .list .form-content .form-item> input[type="text"] {
	background-color: rgba(0, 0, 0, 0.5);
	border: 0;
	height: 40px;
	font-size: 22px;
	color: #ffffff;
	padding: 0 20px;
	width: 320px;
}
.list .form-content .form-item> button {
	background-color: rgba(0, 0, 0, 0.6);
	border: 0;
	height: 50px;
	font-size: 22px;
	color: #ffffff;
	padding: 0 20px;
	width: 445px;
}
.list .form-content .form-item> input[type="checkbox"] {
	border: 0;
	height: 22px;
	width: 22px;
	font-size: 22px;
	vertical-align: middle;
	display: inline-block;
}
.list .form-content .form-item> input[type="text"].code-input {
	width: 210px;
}
.list .form-content .form-item> textarea {
	background-color: rgba(0, 0, 0, 0.5);
	border: 0;
	height: 164px;
	font-size: 22px;
	color: #ffffff;
	padding: 20px;
	width: 445px;
}
.code-img {
	width: 110px;
	height: 38px;
	vertical-align: middle;
}
.list .list-content .list-item {
	display: block;
	position: relative;
	font-size: 22px;
	padding: 14px 50px 14px 20px;
	background: url('cx.png') no-repeat;
	background-position:bottom center;
}
.list .list-content .list-item > img {
	position: absolute;
	right: 10px;
	top: 20px;
}
.list .list-content .list-item .list-item-title {
	font-size: 22px;
	margin-bottom: 12px;
}
.list .list-content .list-item .list-item-text {
	color: #eeeeee;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}
/* .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: 1250px;
	}
	.list-container {
		flex-wrap: wrap;
	}
	.list-split {
		display: none;
	}
	.list {
		width: 100%;
		
	}
	.list1 {
		height: 635px;
		overflow-y: hidden;
	}
	.list2 {
		height: 615px;
		overflow-y: hidden;
	}
	.list .form-content .form-item> textarea {
		height: 100px;
	}
	
	.list .list-content {
		height: 500px;
		overflow-y: auto;
	}
}
