.lfmc-box {
  flex: 2;
  background: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  margin-right: 15px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.lfmc-box .lmfc-item {
  width: 18%;
  cursor: pointer;
  background: #F6F6F6;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.3s;
  margin-left: 2%;
}
.lfmc-box .lmfc-item:hover {
  border: 1px solid #C40C12;
  box-shadow: 2px 4px 5px #c40c1280;
}
.lfmc-box .lmfc-item:hover .lmfc-item-portrait img {
  transform: scale(1.2);
}
.lfmc-box .lmfc-item:hover .lmfc-item-name {
  color: #C40C12;
}
.lfmc-box .lmfc-item .lmfc-item-portrait {
  height: 210px;
  width: 100%;
  overflow: hidden;
}
.lfmc-box .lmfc-item .lmfc-item-portrait img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.lfmc-box .lmfc-item .lmfc-item-name {
  padding: 6px 10px;
  font-size: 18px;
}
.lfmc-box .lmfc-item .lmfc-item-company {
  padding: 6px 10px;
  font-size: 14px;
  color: #666666;
}
.xspx-box {
  flex: 2;
  background: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  margin-right: 15px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.xspx-box .xspx-item {
  width: 31%;
  cursor: pointer;
  background: #F6F6F6;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.xspx-box .xspx-item:hover {
  border: 1px solid #C40C12;
  box-shadow: 2px 4px 5px #c40c1280;
  background: #fff;
}
.xspx-box .xspx-item:hover .xspx-item-portrait img {
  transform: scale(1.2);
}
.xspx-box .xspx-item:hover .xspx-item-name {
  color: #C40C12;
}
.xspx-box .xspx-item .xspx-item-portrait {
  height: 180px;
  width: 100%;
  overflow: hidden;
}
.xspx-box .xspx-item .xspx-item-portrait img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.xspx-box .xspx-item .xspx-item-company {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}
/*# sourceMappingURL=index.css.map */