/* 招拍挂列表页挂件
all_land_message样式 */
.xz-all-land-message {
  width: 230px;
  /* height: 208px; */
  overflow: hidden;
  margin-bottom: 32px;
}

.xz-all-land-message>.all-land-message-title {
  overflow: hidden;
  width: 230px;
  margin-bottom: 16px;
  height: 24px;
}

.xz-all-land-message>.all-land-message-title>.land-message-title-left {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  max-width: calc(100% - 54px);
  float: left;
}

.xz-all-land-message>.all-land-message-title>.land-message-title-right {
  float: right;
  height: 24px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  cursor: pointer;
}

.xz-all-land-message>.all-land-message-title>.land-message-title-right:active {
  color: #114EB8;
}

.xz-all-land-message>.all-land-message-title>.land-message-title-right>.hover {
  color: #468EEB;
}

.xz-all-land-message>.all-land-message-content {
  width: 100%;
  /* height: 168px; */
}

.xz-all-land-message>.all-land-message-content>.message-content-item {
  width: 100%;
  height: 24px;
  overflow: hidden;
  margin-bottom: 12px;
}

.xz-all-land-message>.all-land-message-content>.message-content-item:last-child {
  margin-bottom: 0;
}

.xz-all-land-message>.all-land-message-content>.message-content-item>.message-content-item-point {
  float: left;
  margin: 10px 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #D9D9D9;
  margin-right: 8px;
}

.xz-all-land-message>.all-land-message-content>.message-content-item>.message-content-item-text {
  height: 100%;
  width: 218px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  cursor: pointer;
}

.xz-all-land-message>.all-land-message-content>.message-content-item>.message-content-item-text>.hover {
  color: #1F6CDD;
}


.xz-all-land-message>.all-land-message-content>.message-content-item>.message-content-item-text>a {
  width: 100%;
}


/* 列表页挂件样式
list_recommend*/
.xz-list-recommend {
  width: 230px;
  overflow: hidden;
  margin-bottom: 16px;
}

.xz-list-recommend>.list-recommend-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  margin-bottom: 16px;
}

.xz-list-recommend>.list-recommend-content {
  width: 100%;
}

.xz-list-recommend>.list-recommend-content>.list-recommend-content-item {
  width: 100%;
  height: 30px;
  overflow: hidden;
  margin-bottom: 16px;
}

.xz-list-recommend>.list-recommend-content>.list-recommend-content-item>.item-icon-title {
  width: 200px;
  height: 100%;
  float: left;
}

.xz-list-recommend>.list-recommend-content>.list-recommend-content-item>.item-icon-title>.hover {
  color: #1F6CDD;
}


.xz-list-recommend>.list-recommend-content>.list-recommend-content-item>.item-icon-title>img {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 8px;
}

.xz-list-recommend>.list-recommend-content>.list-recommend-content-item>.item-icon-title>a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}


.xz-list-recommend>.list-recommend-content>.list-recommend-content-item>.item-show-more {
  width: 14px;
  height: 14px;
  float: right;
  margin-top: 8px;
  margin-bottom: 8px;
}

.xz-list-recommend>.list-recommend-content>.list-recommend-content-item>.item-show-more>a>i {
  width: 100%;
  height: 100%;
  color: #bbb;
  font-size: 14px;
}


/* 一键委托
one_click_delegation */
.xz-pendant-delegation {
  width: 230px;
  height: 136px;
  margin-top: 11px;
  margin-bottom: 32px;
}

.xz-pendant-delegation>.pendant-delegation-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  margin-bottom: 16px;
}

.xz-pendant-delegation>.pendant-delegation-input {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
  margin-bottom: 16px;
}

.xz-pendant-delegation>.pendant-delegation-button {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}

/* 委托成功的样式 */
.xz-pendant-success {
  width: 230px;
  height: 76px;
  margin-bottom: 32px;
  display: none;
}

.xz-pendant-success>.pendant-success-title {
  width: 100%;
  height: 24px;
  margin-bottom: 8px;
  overflow: hidden;
}

.xz-pendant-success>.pendant-success-title>.pendant-success-title-check {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  float: left;
}

.xz-pendant-success>.pendant-success-title>.pendant-success-title-check i {
  color: #1EBEA0;
  font-size: 24px;
}

.xz-pendant-success>.pendant-success-title>.pendant-success-title-text {
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
}

.xz-pendant-success>.pendant-success-info {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}

/* updf图片
pendant_updf */
.xz-pendant-updf {
  width: 230px;
  height: 100px;
  margin-bottom: 16px;
}

.xz-pendant-updf a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 4px;
  background: url('../../images/updf_bg.png');
  box-sizing: border-box;
  padding: 19px 19px 19px 12px;
  position: relative;
  background-size: cover;
  background-position: center center; /* 可选，确保背景图片居中 */
  background-repeat: no-repeat; /* 可选，确保背景图片不重复 */
}
.updf-title{
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 17px;
  color: #333333;
  line-height: 24px;
  font-style: normal;
  margin-top: 6px;
}
.updf-desc{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  font-style: normal;
  margin-top: 4px;
}
.xz-pendant-updf a img{
  width: 62px;
  height: 62px;
  position: absolute;
  right: 19px;
  top: 19px;
}

/* 律所图片
pendant_lvsuo */
.xz-pendant-lvsuo{
  width: 230px;
  height: 280px;
  margin-bottom: 16px;
  border: none;
}
.xz-pendant-lvsuo a{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.xz-pendant-lvsuo img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.xz-pendant-lvsuo.mb-32{
  margin-bottom: 32px;
}
/* 微信小程序
pendant_wechat_app */
.xz-pendant-wechat-app {
  position: absolute;
  width: 230px;
  height: 210px;
  background: url('../../images/bidding_pendant_one@2x.png') center no-repeat;
  box-sizing: border-box;
  border-radius: 4px;
  background-size: cover;
}
.xz-pendant-wechat-app .wx-title{
  font-family: PingFangSC, PingFang SC;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-style: normal;
  text-align: center;
  padding-top: 16px;
}
.xz-pendant-wechat-app .wx-title span {
  font-weight: bold;
  color: #1F6CDD;
}
.xz-pendant-wechat-app .wx-desc{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  font-style: normal;
  text-align: center;
  margin-top: 4px;
}
.xz-pendant-wechat-app>img {
  width: 96px;
  height: 96px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.xz-pendant-wechat-sticky {
  position: fixed;
  top: 66px;
  z-index: 99;
}

/* 推荐厂房+换一批 
recommend_factory*/
.xz-recommend-factory {
  width: 230px;
  /* height: 440px; */
  margin-bottom: 32px;
}
.xz-recommend-factory .content-item-people-name .active-tag{
    display: none;
}
.xz-recommend-factory>.recommend-factory-head {
  width: 100%;
  height: 24px;
  margin-bottom: 8px;
  overflow: hidden;
}
.xz-recommend-gov-park .recommend-factory-head{
    margin-bottom: 0;
}
.xz-recommend-factory>.recommend-factory-head>.recommend-factory-head-title {
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  float: left;
  opacity: 0;
}

.xz-recommend-factory>.recommend-factory-head>.recommend-factory-head-more {
  display: none;
  float: right;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  cursor: pointer;
}

.xz-recommend-factory>.recommend-factory-head>.hover {
  color: #468EEB;
}

.xz-recommend-factory>.recommend-factory-head>.recommend-factory-head-more:active {
  color: #114EEB;
}


.xz-recommend-factory>.recommend-factory-content {
  display: none;
  width: 100%;
}

.xz-recommend-factory>.recommend-factory-content>.recommend-factory-content-item {
  width: 100%;
  height: 92px;
  overflow: hidden;
}
.xz-recommend-factory>.recommend-factory-content>.recommend-factory-content-item:last-child{
  height: auto;
}
.xz-recommend-gov-park .recommend-factory-content .recommend-factory-content-item{
    overflow: auto;
    padding: 16px 0;
    margin: 8px 0;
    content: ""; 
    display: table; 
    clear: both;
}
.xz-recommend-gov-park .recommend-factory-content .recommend-factory-content-item:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
}
.xz-recommend-factory .recommend-factory-content .custom-item{
    height: auto;
}
.xz-recommend-factory>.recommend-factory-content>.recommend-park-content-item {
  height: 86px;
}

.xz-recommend-factory>.recommend-factory-content>.recommend-factory-content-item>a>img {
  width: 70px;
  height: 52px;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  /* margin-top: 16px; */
  cursor: pointer;
  border: 1px solid #F2F2F2;
}
.recommend-factory-content .user-mobile .call-phone-img{
    position: absolute;
    right: 0;
    padding-top: 8px;
    display: none;
    top:26px;
    z-index: 10;
}
.recommend-factory-content .user-mobile.hover .call-phone-img{
    display: block;
}
.recommend-factory-content .call-phone-img > .call-phone-img-box{
    padding: 8px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px 0px rgba(29,33,38,0.1);
    font-size: 0;
    line-height: 1;
}
.call-phone-img > .call-phone-img-box >.call-mini-image{
    width: 104px;
    height: 104px;
    margin-bottom: 8px;
}
.call-phone-img > .call-phone-img-box > .call-phone-desc{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    text-align: center;
    padding-top: 8px;
    border-top: 1px solid #F2F2F2;
    float: none;
}
.xz-recommend-factory>.recommend-factory-content>.recommend-factory-content-item>.content-item-info {
  float: right;
  width: 150px;
  height: 70px;
  /* margin-top: 12px; */
}
.xz-recommend-gov-park>.recommend-factory-content>.recommend-factory-content-item>.content-item-info {
  margin-top: 4px;
  height: auto;
}
.xz-recommend-factory .recommend-factory-content .recommend-factory-content-item .content-item-people {
    background: linear-gradient( 283deg, #FFFFFF 0%, #FAFAFA 100%);
    border-radius: 4px;
    padding: 8px 0 8px 8px;
    margin-top: 12px;
    width: 230px;
    float: left;
    position: relative;
    box-sizing: border-box;
}
.xz-recommend-factory .recommend-factory-content .recommend-factory-content-item .content-item-people a img{
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #F2F3F5;
    box-sizing: border-box;
}
.xz-recommend-factory .recommend-factory-content .recommend-factory-content-item .content-item-people .img-box{
    width: 32px;
    height: 32px;
    float: left;
    margin-top: 4px;
    margin-right: 4px;
    position: relative;
}
.xz-recommend-factory .recommend-factory-content .recommend-factory-content-item .content-item-people .change-wid{
    max-width: 100% !important;
}
.xz-recommend-factory .recommend-factory-content .recommend-factory-content-item .content-item-people .user-name{
    font-size: 12px;
    color: #303030;
    line-height: 20px;
    text-align: left;
    float: left;
    /* 适配荣耀20-大字体 */
    max-width: calc(100% - 60px - 4px);
}
.xz-recommend-factory .recommend-factory-content .recommend-factory-content-item .content-item-people .user-name.hover{
    color:#1F6CDD;
}
.xz-recommend-factory .recommend-factory-content .recommend-factory-content-item .content-item-people .active-tag{
    float: left;
    font-size: 12px;
    color: #FA9600;
    line-height: 20px;
    max-width: 60px;
    margin-left: 4px;
}
.xz-recommend-factory .recommend-factory-content .recommend-factory-content-item .content-item-people .user-postion{
    float: left;
    font-weight: 400;
    font-size: 12px;
    color: #909090;
    line-height: 20px;
    clear: both;
    width: 100%;
}
.xz-recommend-factory .recommend-factory-content .recommend-factory-content-item .content-item-people .content-item-people-name{
    float: left;
    width: calc(100% - 65px - 12px - 4px - 32px);
}
.xz-recommend-factory .recommend-factory-content .recommend-factory-content-item .content-item-people .user-contact{
    float: right;
    margin-top: 2px;
}
.xz-recommend-factory .recommend-factory-content .recommend-factory-content-item .content-item-people .user-mobile{
    width: 65px;
    height: 26px;
    background: #F0F8FF;
    border-radius: 4px;
    float: left;
    margin-left: 12px;
    box-sizing: border-box;
    padding: 2px 8px;
    /* position: absolute;
    top: 0;
    right: 0; */
    text-align: center;
    margin-top: 7px;
    cursor: pointer;
    position: relative;
}
.xz-recommend-factory .recommend-factory-content .recommend-factory-content-item .content-item-people .user-mobile > .user-mobile-icon{
    width: 16px; 
    height: 16px;
    display: inline-block;
    padding: 2px 1px 1px 2px;
    box-sizing: border-box;
}
.xz-recommend-factory .recommend-factory-content .recommend-factory-content-item .content-item-people .mobile-active{
    font-size: 16px !important;
    float: left;
    margin-top: 3px;
    margin-right: 4px;
    color: #1F6CDD;
}
.xz-recommend-factory .recommend-factory-content .recommend-factory-content-item .content-item-people .user-contact .user-mobile-text{
    font-size: 14px;
    color: #1F6CDD;
    line-height: 22px;
    font-style: normal;
    float: left;
}
.xz-recommend-factory .recommend-factory-content .recommend-factory-content-item .content-item-people .user-mobile.hover .user-mobile-text{
    color: #468EEB;
}
.xz-recommend-factory .recommend-factory-content .recommend-factory-content-item .content-item-people .user-mobile.hover i{
    color: #468EEB !important; 
}
.xz-recommend-factory>.recommend-factory-content>.recommend-factory-content-item>.content-item-info>.content-item-info-title a {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  max-height: 44px;
}

.xz-recommend-factory>.recommend-factory-content>.recommend-factory-content-item>.content-item-info>.content-item-info-title>.hover {
  color: #1F6CDD;
}
.xz-recommend-factory .common-label-box{
    display: none;
}
.xz-recommend-factory .common-label-box .label-title{
    padding: 0 8px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #783B07;
}
.xz-recommend-factory .common-label-box .label-desc{
    padding: 0 8px;
    font-size: 12px;
    line-height: 20px;
    color: #AC6338;
}
.xz-recommend-factory .user-info-describe{
    margin-top: 12px;
    box-sizing: border-box;
    width: 100%;
    float: left;
    color: #5C5C5C;
    line-height: 20px;
    font-size: 12px;
    height: auto;
    max-height: 40px;
}
/* 园区/政府样式 */
.xz-recommend-factory>.recommend-factory-content>.recommend-factory-content-item>.content-item-info>.content-item-info-title>.item-info-title-park {
  display: block;
  margin-top: 8px;
}
.xz-recommend-gov-park>.recommend-factory-content>.recommend-factory-content-item>.content-item-info>.content-item-info-title>.item-info-title-park {
    margin-top: 0;
}



.xz-recommend-factory>.recommend-factory-content>.recommend-factory-content-item>.content-item-info>.content-item-info-address {
  width: 100%;
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.xz-recommend-gov-park>.recommend-factory-content>.recommend-factory-content-item>.content-item-info>.content-item-info-address {
  margin-top: 4px;
}
/* 推荐土地
recommend_land */
.xz-recommend-land {
  width: 230px;
  /* height: 456px; */
  margin-bottom: 32px;
}

.xz-recommend-land>.recommend-land-head {
  width: 100%;
  height: 24px;
  margin-bottom: 8px;
  overflow: hidden;
}

.xz-recommend-land>.recommend-land-head>.recommend-land-head-title {
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  float: left;
}

.xz-recommend-land>.recommend-land-head>.recommend-land-head-more {
  display: none;
  float: right;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  cursor: pointer;
}

.xz-recommend-land>.recommend-land-head>.hover {
  color: #468EEB;
}

.xz-recommend-land>.recommend-land-head>.recommend-land-head-more:active {
  color: #114EB8;
}


.xz-recommend-land>.recommend-land-content {
  display: none;
  width: 100%;
}

.xz-recommend-land>.recommend-land-content>.recommend-land-content-item {
  width: 100%;
  /* height: 106px; */
  padding: 12px 0;
  box-sizing: border-box;
}

.xz-recommend-land>.recommend-land-content>.recommend-land-content-item>.hover {
  color: #1F6CDD;
}


.xz-recommend-land>.recommend-land-content>.recommend-land-content-item>.land-content-item-title a {
  display: block;
  width: 100%;
  max-height: 48px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 4px;
}




.xz-recommend-land>.recommend-land-content>.recommend-land-content-item>.land-content-item-address {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}

/* 推荐人脉
recommend_people */
.xz-recommend-people {
  width: 230px;
  box-sizing: border-box;
  background-color: #FFF;
  padding-top: 16px;
  border-radius: 4px;
}

.xz-recommend-people>.recommend-people-head {
  width: 190px;
  height: 36px;
  /* border-bottom: 1px solid #F2F2F2; */
  margin: 0 auto;
  /* margin-top: 11px; */
}

.xz-recommend-people>.recommend-people-head>.recommend-people-head-title {
  height: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  float: left;
  opacity: 0;
}

.xz-recommend-people>.recommend-people-head>.recommend-people-head-more {
  display: none;
  float: right;
  height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  cursor: pointer;
}

.xz-recommend-people>.recommend-people-head>.recommend-people-head-more:active {
  color: #114EB8;
}


.xz-recommend-people>.recommend-people-head>.hover {
  color: #468EEB;
}



.xz-recommend-people .xz-recommend-loading {
  margin-bottom: 32px;
  padding-left: 20px;
}
.xz-recommend-loading img{
  display: block;
}

.xz-recommend-people>.recommend-people-content {
  display: none;
  width: 100%;
  margin-bottom: 32px;
}

.xz-recommend-people>.recommend-people-content>.recommend-people-content-item {
  width: 100%;
  padding-bottom: 16px;
}
.xz-recommend-people>.recommend-people-content>.recommend-people-content-item:last-child {
  padding-bottom: 0;
}
.xz-recommend-people>.recommend-people-content>.recommend-people-content-item>.people-content-avatar {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 8px;
  float: left;
}

.xz-recommend-people>.recommend-people-content>.recommend-people-content-item>.people-content-avatar>.people-content-accreditation {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 16px;
  height: 16px;
}

.xz-recommend-people>.recommend-people-content>.recommend-people-content-item>.people-content-avatar>.people-content-accreditation-unshow {
  display: none;
}


.xz-recommend-people>.recommend-people-content>.recommend-people-content-item>.people-content-avatar>a>img {
  width: 42px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #F2F2F2;
  display: block;
}

.xz-recommend-people>.recommend-people-content>.recommend-people-content-item>.people-content-info {
  width: 138px;
  margin-top: 20px;
  float: left;
}
.recommend-people-content .recommend-people-label{
  margin-left: 20px;
  margin-top: 8px;
}
.recommend-people-content .recommend-people-label .label-title{
  padding: 0 8px;
}
.recommend-people-content .recommend-people-label .label-desc{
  padding: 0 8px;
}
.recommend-people-content .people-content-introduce{
  font-weight: 400;
  font-size: 12px;
  color: #5C5C5C;
  line-height: 20px;
  text-align: left;
  margin-top: 16px;
  clear: both;
  margin-left: 20px;
  float: left;
  max-width: 190px;
  max-height: 40px;
}
.recommend-two-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommend-people-content .people-content-call{
  margin-top: 16px;
  float: left;
  margin-left: 20px;
}
.recommend-people-content .people-content-call .people-abutment-online{
  width: 36px;
  height: 36px;
  background: #F2F3F5;
  border-radius: 4px;
  font-size: 0;
  color: #B0B3B8;
  text-align: center;
  line-height: 36px;
  float: left;
}
.recommend-people-content .people-content-call .people-abutment-online.hover{
  background: #F0F8FF;
  cursor: pointer;
}
.recommend-people-content .people-content-call .people-abutment-online.hover i{
  color: #468EEB;
}
.recommend-people-content .people-content-call .people-abutment-phone{
  width: 146px;
  height: 36px;
  background: #F0F8FF;
  border-radius: 4px;
  margin-left: 8px;
  float: left;
  box-sizing: border-box;
  line-height: 22px;
  padding: 7px 34px;
  text-align: center;
  position: relative;
}
.recommend-people-content .people-content-call .people-abutment-phone span{
  font-weight: 400;
  font-size: 14px;
  color: #1F6CDD;
  line-height: 22px;
  float: left;
  display: block;
}
.recommend-people-content .people-content-call .people-abutment-phone.hover{
  background: #F0F8FF;
  cursor: pointer;
}
.recommend-people-content .people-content-call .people-abutment-phone.hover i,.recommend-people-content .people-content-call .people-abutment-phone.hover span{
  color: #468EEB;
}
.recommend-people-content .people-content-call .people-abutment-phone i{
  font-size: 16px;
  color: #1F6CDD;
  margin-right: 4px;
  float: left;
}
.recommend-people-content .people-content-call .people-abutment-phone .call-phone-img {
  position: absolute;
  right: 0;
  padding-top: 8px;
  display: none;
  top: 36px;
  z-index: 10;
}
.recommend-people-content .people-content-call .people-abutment-phone.hover .call-phone-img {
  display: block;
}
.call-phone-img > .call-phone-img-box {
  padding: 8px;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 5px 12px 0px rgba(29, 33, 38, 0.1);
  font-size: 0;
  line-height: 1;
}

.xz-recommend-people>.recommend-people-content>.recommend-people-content-item>.people-content-info>.people-content-info-head {
  width: 100%;
  height: 22px;
  overflow: hidden;
}

.xz-recommend-people>.recommend-people-content>.recommend-people-content-item>.people-content-info>.people-content-info-head>.people-content-info-name a {
  float: left;
  height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: #303030;
  line-height: 22px;
  max-width: calc(100% - 60px - 4px - 4px);
  margin-right: 4px;
}
.xz-recommend-people>.recommend-people-content>.recommend-people-content-item>.people-content-info>.people-content-info-head>.people-content-info-name.noStatu-label-name a{
  max-width: 100%;
  margin-right: 0;
}
.xz-recommend-people>.recommend-people-content>.recommend-people-content-item>.people-content-info>.people-content-info-head>.people-content-info-status{
  font-weight: 400;
  font-size: 12px;
  color: #FA9600;
  line-height: 22px;
  text-align: left;
}

.xz-recommend-people>.recommend-people-content>.recommend-people-content-item>.people-content-info>.people-content-info-head>.people-content-info-name>.hover {
  color: #1F6CDD;
}



.xz-recommend-people>.recommend-people-content>.recommend-people-content-item>.people-content-info>.people-content-info-profession {
  float: left;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #909090;
  line-height: 20px;
  max-width: 100%;
}

.xz-recommend-people>.recommend-people-content>.recommend-people-content-item>.people-content-info>.people-content-info-address {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 20px;
  max-height: 40px;
}

/* 添加清除浮动类 */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}




@media screen and (min-width: 1280px) {

  /* PC端适配区间 */
  .xz-common-pendant {}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .xz-common-pendant {}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

  /* 右侧挂件不展示 */
  .xz-all-land-message {
    display: none;
  }

  .xz-list-recommend {
    display: none;
  }

  .xz-pendant-delegation {
    display: none;
  }

  .xz-pendant-success {
    display: none;
  }

  .xz-pendant-updf {
    display: none;
  }
  .xz-pendant-lvsuo{
    display: none;
  }

  .xz-pendant-wechat-app {
    display: none;
  }

  .xz-recommend-factory {
    display: none;
  }

  .xz-recommend-land {
    display: none;
  }

  .xz-recommend-people {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  /* 右侧挂件不展示 */
  .xz-all-land-message {
    display: none;
  }

  .xz-list-recommend {
    display: none;
  }

  .xz-pendant-delegation {
    display: none;
  }

  .xz-pendant-success {
    display: none;
  }

  .xz-pendant-updf {
    display: none;
  }
  .xz-pendant-lvsuo{
    display: none;
  }

  .xz-pendant-wechat-app {
    display: none;
  }

  .xz-recommend-factory {
    display: none;
  }

  .xz-recommend-land {
    display: none;
  }

  .xz-recommend-people {
    display: none;
  }
}