.company-list-box .el-card__body {
	padding: 0;
}
.company-list-box-item {
	height:348px;
	border:1px solid rgba(226,229,232,1);
}
.company-list-box-item .el-image {
	width:140px;
	height:140px;
	margin: auto;
    display: block;
}
.company-list-box-item-title {
	font-size:20px;
	line-height: 20px;
	font-weight:bold;
	color:rgba(61,69,82,1);
	border-bottom: 1px dashed #E2E5E8;
}
.company-list-box-item-des {
	color:rgba(125,133,150,1);
	line-height: 24px;
}
.nodata {
	margin: 50px 0;
}
.nodata a {
    color: rgba(9,111,236,1);
}
.nodata a:hover {
    color: rgba(9,111,236,1);
    text-decoration: underline;
}



.mobile-box .row.el-row{
	margin: 0!important;
}

.mobile-box .company-list-box .el-col.el-col-6{
	width: 100%;
	padding: 0;
	padding: 0 12px;
	padding-bottom: 0px;
	box-sizing: border-box;
}

.mobile-box .company-list-box .el-card{
	margin-top: 0px;
	border: 0px;
    border-radius: unset;
    height: auto;
}
.mobile-box .company-list-box-item{
	display: flex;
	border:0px;
	padding: 12px 0;
	height: 100%;
	border-bottom: 1px solid #EBEFF4;
}

.mobile-box .el-image{
	width: 64px;
	height: 64px;
	border-radius: 4px;
	border: 1px solid #E3E7EB;
	margin: 0;

}
.mobile-box .el-image__inner{
	width: 64px;
	height: 64px;
	border-radius: 4px;
}
.mobile-box .company-list-box-item-title{
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #393F46;
	padding: 0px;
	margin-left: 12px;
	margin-top: 9px;
	text-align: left;
	border-bottom:0;
}
.mobile-box .popularServices-details-desc{
	margin: 0;
}
.mobile-box .company-list-box-item-des{
	//width: 92%;
	margin-left: 12px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #919499;
	margin-top: 6px;
	
		


}
.mobile-box .desc-c{
	width: 240px;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap; 
}

























