@charset "utf-8";
#supply_list{
	margin-top:96px;
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	margin-right:-48px;
}

/* 采购供应列表样式 */
.supply_purchase_item{
	width: 330.67px;
	margin-right: 48px;
	margin-bottom:60px;
}

.supply_purchase_item>.imgs{
	background-size: cover;
	display: block;
	height: 253.33px;
	width: 330.67px;
	border-radius: 21.33px;
}

.supply_purchase_item>h1{
	margin-top: 32px;
	margin-bottom:20px;
	font-size: 26.67px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;
	font-weight: 700;
	text-align: LEFT;
	color: #054132;
	line-height: 25.33px;
	max-height: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	 display:-webkit-box;
	    -webkit-box-orient:vertical;/*设置方向*/
	    -webkit-line-clamp:6;/*设置超过为省略号的行数*/
}

.supply_purchase_item>div{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 21.33px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
	font-weight: 500;
	text-align: LEFT;
	color: #908f8b;
	line-height: 20px;
	margin-bottom: 12px;
}

.supply_purchase_item>div>img{
	width: 16px;
	height: 16px;
}
.supply_purchase_item>.phone>img{
	font-size: 21.33px;
	font-family: BRSonoma-Medium, BRSonoma-Medium-Regular;
	font-weight: 400;
	text-align: LEFT;
	color: #054132;
}
.phone>span{
	font-size: 21.33px;
	font-family: BRSonoma-Medium, BRSonoma-Medium-Regular;
	font-weight: 400;
	text-align: LEFT;
	color: #054132;
}