.item .thumb{
  padding-bottom:0;
}

.item_wrap .item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.item_wrap .item:hover {
  background: #f9f9f9;
}
.item_wrap .item .thumb {
  position: relative;
  width: 120px;
  height: 120px;
  margin-right: 15px;
  border-radius: .5rem;
  overflow: hidden;
  border:1px solid #ddd;
  padding-bottom:0;
}
.item_wrap .item .thumb button {
  padding-bottom: 100%;
}
.item_wrap .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: static;
  transform: translate(0,0);
  border-radius: .5rem;
}
.item_wrap .item .info{
  width:calc(100% - 135px);
}
.item_wrap .item .info .name {
  /* background: url("../images/arrow-right.svg") no-repeat right 3px / auto 15px; */
  background:none;
}

.item_wrap .item .info .name strong {
  display: block;
  font-size: 17px;
  color: #222;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
  width: calc(100% - 20px);
}

.item_wrap .item .info .name p {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  margin-bottom: 8px;
  display: inline-block;
}

.item_wrap .item .info .name span {
  color: #8e8e8e;
  font-size: 15px;
  margin-left: 3px;
  display: inline-block;
}