#boss {
	background: #fafbfd;
}

.bssCon {
	border-radius: 4px;
	border: 1px solid #eeeeee;
}

.bssCon>div:first-child {
	background: #f8f8f8;
	height: 50px !important;
	overflow: hidden;
}

.conBItm:hover .tt {
	color: #007AD8;
}

.bssCon>div:first-child>div:first-child,
.bssCon>ul>.conBItm>div:first-child {
	width: 316px;
	height: 80px;
	border-right: 1px solid #eeeeee;
}

.bssCon>div:first-child>div:nth-child(2),
.bssCon>ul>.conBItm>div:nth-child(2) {
	flex: 1;
	height: 80px;
	border-right: 1px solid #eeeeee;
}

.bssCon>div:first-child>div:nth-child(3),
.bssCon>ul>.conBItm>div:nth-child(3) {
	width: 180px;
	height: 80px;
	border-right: 1px solid #eeeeee;
}

.bssCon>div:first-child>div:nth-child(4),
.bssCon>ul>.conBItm>div:nth-child(4) {
	width: 200px;
	height: 80px;
	border-right: 1px solid #eeeeee;
}

.bssCon>div:first-child>div:nth-child(5),
.bssCon>ul>.conBItm>div:nth-child(5) {
	width: 200px;
	height: 80px;
}

.bssCon>ul>.conBItm:last-child {
	border-bottom: none !important;
}

.bssImg {
	width: 48px;
	height: 60px;
	border-radius: 2px;
	margin-right: 6px;
}