.page-content .artist-list {
	margin-top: -60px;
	margin-left: -92px;
}
.page-content .artist-list li {
	margin-top: 60px;
	margin-left: 92px;
  width: 231px;
  height: 343px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 0 10px 8px #ededed;
}
.page-content .artist-list a {
  display: block;
  width: 100%;
  height: 100%;
}
.page-content .artist-list img {
  display: block;
  width: 100%;
  height: 245px;
  margin-bottom: 34px;
}
.page-content .artist-list .name-wrapper {
  position: absolute;
  display: table;
  width: 64px;
  height: 64px;
  background: #b00;
  left: 84px;
  top: 213px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.page-content .artist-list .name {
  display: table-cell;
  vertical-align: middle;
}
.page-content .artist-list p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding: 0 22px;
}