.dxy_pull_box {
	background-color: #ffffff;
}

.dxy_cont_main_box {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 45px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-around
}

.ktzbox {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.ktzbox .nvbox {
	width: 100%;
	min-height: 45px;
	cursor: pointer;
}

.ktzbox .nvbox .name {
	color: #2c826e;
}

.ktzbox .ktzname {
	position: absolute;
	top: 15px;
	color: #a20000;
}

.main-top {
	position: absolute;
	top: 45px;
	width: 100%;
	padding: 0 6%;
}

.main-top .line {
	border-top: 1px solid #c4c0c0;
}