#company {
	background: #fafbfd;
}

.qiyeCon {
	border-radius: 4px;
	border: 1px solid #eeeeee;
}

.qiyeCon>div:first-child {
	background: #f8f8f8;
	height: 50px;
	overflow: hidden;
}

.conCItem:hover .tt {
	color: #007AD8;
}


.qiyeCon>div>div:first-child,
.qiyeCon>ul>.conCItem>div:first-child {
	width: 300px;
	height: 80px;
	border-right: 1px solid #eeeeee;
}

.qiyeCon>div>div:nth-child(2),
.qiyeCon>ul>.conCItem>div:nth-child(2){
	width: 170px;
	height: 80px;
	border-right: 1px solid #eeeeee;
}

.qiyeCon>div>div:nth-child(3),
.qiyeCon>ul>.conCItem>div:nth-child(3){
	width: 100px;
	height: 80px;
	border-right: 1px solid #eeeeee;
}

.qiyeCon>div>div:nth-child(4),
.qiyeCon>ul>.conCItem>div:nth-child(4){
	width: 120px;
	height: 80px;
	border-right: 1px solid #eeeeee;
}

.qiyeCon>div>div:nth-child(5),
.qiyeCon>ul>.conCItem>div:nth-child(5){
	width: 100px;
	height: 80px;
	border-right: 1px solid #eeeeee;
}

.qiyeCon>div>div:nth-child(6),
.qiyeCon>ul>.conCItem>div:nth-child(6){
	width: 110px;
	height: 80px;
	border-right: 1px solid #eeeeee;
}

.qiyeCon>div>div:nth-child(7),
.qiyeCon>ul>.conCItem>div:nth-child(7){
	flex: 1;
	height: 80px;
}

.qiyeCon>ul>.conCItem:last-child {
	border-bottom: none !important;
}


.qiyeImg {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	margin-right: 6px;
}