/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 274560 */
  src: url('//at.alicdn.com/t/c/font_274560_vzq22epwzi.woff2?t=1683702797215') format('woff2'),
       url('//at.alicdn.com/t/c/font_274560_vzq22epwzi.woff?t=1683702797215') format('woff'),
       url('//at.alicdn.com/t/c/font_274560_vzq22epwzi.ttf?t=1683702797215') format('truetype');
}
.list-baner-img {
	background: url(../images/ph_top.png) top center no-repeat;
	background-size: 100% 100%;
	font-size: 16px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 22px;
	padding-top: 5px;
	text-align: center;
}
.list-text{
	font-size: 13px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
	margin-right: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-text~.list-text{
	margin-top: 5px;
}
.office-name-box{
	display: flex;
	align-items: center;
}
.office-name-box .office-ls{
	margin: 3px 0 10px 0;
	width: 68px;
	height: 16px;
	background: #FDF4E7;
	border-radius: 2px;
	margin-left: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.office-name-box .office-ls i{
	width: 12px;
	height: 12px;
	font-size: 12px;
	line-height: 13px;
	background: linear-gradient(180deg, #E9BA80 0%, #D99D5F 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.office-name-box .office-ls span{
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #A66329;
	line-height: 16px;
	margin-left: 2px;
}
.office-info-data{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.office-info-data dd{
	padding: 0 3px;
	height: 18px;
	background: #FFF9F5;
	font-size: 13px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FE5900;
	line-height: 18px;
}
.office-info-data dd+dd{
	margin-left: 5px;
}
.office-info-text{
	font-size: 13px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	word-wrap: break-word;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.listoffice-right-ls{
	height: 72px;
	margin-top: 30px;
}