
.fileBox {
	width: 100%;
	height: 60px;
	border-radius: 4px;
	background: #f8f8f8;
	margin-bottom: 20px;
}

.pingfen {
	border-radius: 4px;
	border: 1px solid #eeeeee;
}

.pingfen .ttBx {
	height: 52px;
	background: #e9eff3;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	color: #5d6a72;
}

.pingfen .nvBx {
	width: 100%;
	background: #f8f8f8;
	height: 50px;
}

.pingfen .nvBx>th:first-child {
	width: 70px;
	height: 50px;
	border-right: 1px solid #eeeeee;
}

.pingfen .nvBx>th:nth-child(2) {
	width: 220px;
	height: 50px;
	border-right: 1px solid #eeeeee;
}

.pingfen .nvBx>th:nth-child(3) {
	width: 80px;
	height: 50px;
	border-right: 1px solid #eeeeee;
}

.pingfen .nvBx>th:nth-child(4) {
	flex: 1;
	height: 50px;
}

.pingfen .cnBx {
	border-bottom: 1px solid #eeeeee;
}

.pingfen .cnBx:last-child {
	border-bottom: none;
}

.pingfen .cnBx>td:first-child {
	width: 70px;
	min-height: 50px;
	border-right: 1px solid #eeeeee;
}

.pingfen .cnBx>td:nth-child(2) {
	width: 220px;
	min-height: 50px;
	border-right: 1px solid #eeeeee;
}

.pingfen .cnBx>td:nth-child(3) {
	width: 80px;
	min-height: 50px;
	border-right: 1px solid #eeeeee;
}

.pingfen .cnBx>td:nth-child(4) {
	flex: 1;
	min-height: 50px;
}