i
{
	float: left;
	height: 100%;
	margin-right: 10px;
}
.list
{
	padding: 0 30px !important;
	box-sizing: border-box;
	/* background: #FFFFFF; */
}
.cont-box .le-box>div
{
	/* padding: 0 !important; */
}
.item
{
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F7F4F0;
	height: 200px;
	box-sizing: border-box;
}
/* .item>div
{
	float: left;
} */
.item-img
{
	width: 200px;
	height: 150px;
	overflow: hidden;
	float: left;
}
.item-img img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-info
{
	width: 415px;
	height: 150px;
	float: left;
	margin-left: 18px;
}
.item-info .item-tit
{
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.item-info .item-tit a
{
	color: #333333;
}
.item-info .item-name
{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	/* line-height: 13px; */
	
	/* background: linear-gradient(0deg, #FF7814 0%, #FFB821 44.04296875%, #FF7814 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	margin-top: 28px;
}
.item-info .item-name iconpark-icon
{
	height: 18px !important;
}
.item-info .item-name>div
{
	float: left;
}
.item-info .item-name span
{
	float: left;
	margin-right: 10px;
}
.item-pro
{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AEAEAE;
	line-height: 20px;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 7px;
}
.item-pro a
{
	color: #AEAEAE;
}
.item-bq
{
	height: 22px;
	margin-top: 14px;
}
.item-bq>div
{
	float: left;
	height: 22px;
	padding: 0 7px;
	box-sizing: border-box;
	font-size: 12px;
	border: 1px solid #AEAEAE;
	margin-right: 10px;
	color: #333333;
	border-radius: 11px;
	line-height: 18px;
}
.tj-ion
{
	border: 1px solid #FF552E !important;
	color: #FF552E !important;
}
.yz-ion
{
	border: none !important;
	background: #384253;
	color: #FFCB4A !important;
	line-height: 20px !important;
}
.item-do
{
	float: right;
	margin-top: 110px;
	width: 115px;
	height: 40px;
	background: #FF671F;
	border-radius: 11px;
	color: #FFFFFF;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
}
.item-do a
{
	color: #FFFFFF;
}
.item-do i
{
	margin-right: 4px;
}
.item-do iconpark-icon
{
	margin-top: 5px;
}
.go-sa
{
	width: 330px;
	height: 50px;
	background: linear-gradient(90deg, #F1CA88 0%, #D5A655 100%);
	border-radius: 6px;
	color: #663C19;
}
.go-name
{
	float: left;
	margin-left: 24px;
	font-size: 16px;
	line-height: 50px;
}
.go-ion
{
	float: right;
	margin-right: 20px;
	font-size: 12px;
	line-height: 50px;
}
.go-ion a
{
	color: #663C19;
}
.go-ion>div
{
	float: left;
}
.go-ion iconpark-icon
{
	margin-top: 18px;
}
@media screen and (max-width:640px) {
	.item-img
	{
		width: 10.21rem;
		height: 6.42rem;
	}
	.item-info
	{
		width: 13.67rem;
		height: 6.42rem;
		margin-left: 0.7rem;
	}
	.item
	{
		padding-top: 1.1rem;
		padding-bottom: 0.6rem;
		height: 8.12rem;
		position: relative;
	}
	.item-info .item-tit
	{
		white-space: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 1.14rem;
		color: #333333;
		font-weight: 400;
		line-height: 1.42rem;
		height: 2.85rem;
	}
	.item-bq
	{
		height: 1.07rem;
		margin-top: 0.35rem;
	}
	.item-bq>div
	{
		height: 1.07rem;
		padding: 0 4px;
		font-size: 0.65rem;
		margin-right: 0.35rem;
		line-height: 1.07rem;
	}
	.item-info .item-name
	{
		font-size: 0.85rem;
		margin-top: 0.8rem;
	}
	.yz-ion
	{
		line-height: 1.07rem !important;
	}
	.item-phone
	{
		position: absolute;
		bottom: 0.6rem;
		right: 0;
		width: 2.14rem !important;
		height: 2.14rem;
		text-align: center;
		line-height: 2.14rem;
		font-size: 1rem;
		border: 1px solid #FF671F;
		box-sizing: border-box;
		border-radius: 50%;
	}
}