.content_box {
  overflow: hidden;
  min-height: 3rem;   /*网页内的综合功能区的高度*/
  background-color: #fff;
  box-sizing: border-box;
  padding-bottom: 1.08rem;
  height: auto !important;
  padding:0 0.35rem;
}
.content_box a {
  height: auto;
}
.content_box .head {
  font-size: 0.44rem;
  line-height: 0.62rem;
  color: #35353B;
  letter-spacing: 0.03rem;
  padding-left: 0.18rem;
}
.content_box .info {
	position: relative;
  overflow: hidden;
  padding: 0.55rem 0.21rem 0.84rem 0.21rem;
}
.level_icon{
	position: absolute;
	top: 0.36rem;
	right: 0.8rem;
	display: block;
	height: 0.4rem;
}
.level_icon img{
	height: 0.4rem;
}
.content_box .info .right {
  float: right;
  width: 0.2rem;
  height: 0.32rem;
  background: url(../img/jinru.png) no-repeat left top;
  background-size: 100% 100%;
  margin: 0.4rem 0 0.4rem 0.24rem;
}
.content_box .info .img_wrapper {
  overflow: hidden;
  float: left;
  border-radius: 50%;
  width: 1.12rem;
  height: 1.12rem;
  margin-right: 0.24rem;
}
.content_box .info .img_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}
.content_box .info .text_wrapper {
  overflow: hidden;
}
.content_box .info .text_wrapper .info_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.32rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #343A49;
}
.content_box .info .text_wrapper .info_phone {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.26rem;
  height: 0.3rem;
  line-height: 0.3rem;
  color: #878789;
  margin: 0.06rem 0;
}
.content_box .info .text_wrapper .info_id {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.26rem;
  height: 0.3rem;
  line-height: 0.3rem;
  color: #878789;
}
.content_box .tabber {
  border-bottom: 0.08rem solid #f7f7f7;
  font-size: 0;
}
.content_box .tabber .block {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-bottom: 0.1rem;
}
.content_box .tabber .block img {
  display: block;
  width: 100%;
}
.content_box .funct {
  overflow: hidden;
  margin:0 0.35rem;
  border:0px solid #fa0;
}
.content_box .funct .funct_title {
  font-size: 1rem;
  color: #514C4C;
  letter-spacing: 0.02rem;
  line-height: 1.5rem;
  margin: 0.3rem 0 0 0.25rem;
}
.content_box .funct .content {
  padding-bottom: 0.46rem;
  font-size: 0;
}
.content_box .funct .content .funct_block {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-top: 0.46rem;
}
.content_box .funct .content .funct_block img {
  display: block;
  width:2.15rem;
  height: 2.15rem;
  margin: 0 auto;
}
.content_box .funct .content .funct_block p {
  text-align: center;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #35353B;
}