.hairstyle.item {
  margin-top: 8px;
}
.hairstyle.item .picture {
  position: relative;
  padding-bottom: 133.33333333%;
  border: 1px solid #cfcfcf;
  border-bottom: 0;
}
.hairstyle.item .picture i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
}
.hairstyle.item .picture i img {
  display: none;
}
.hairstyle.item .title {
  border: 1px solid #cfcfcf;
  padding: 8px;
}
.hairstyle.item .title .shortDescription {
  display: block;
  overflow: hidden;
  height: 48px;
}
.hairstyle.item .title .at {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hairstyle.item .title .at a {
  padding-left: 4px;
}
