

.company-container {
  margin: 0.2rem;
  min-height: 6.7rem;
}

.company-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-container ul li {
  width: 3.44rem;
  padding: 0.12rem 0.1rem;
  margin-bottom: 0.2rem;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(96, 96, 96, 0.5);
  border-radius: 0.06rem;
}

.company-container ul li .img {
  width: 100%;
  height: 2.18rem;
}

.company-container ul li img {
  width: 100%;
  height: 100%;
}

.company-container ul li .name {
  padding: 0.1rem 0;
  color: #3A3A3A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.26rem;
  font-weight: 600;
}
 
.company-container ul li .telphone {
  color: #666666;
  font-size: 0.26rem;
}







