.more {
  border-width: 1px;
  border-color: #e1372a;
  border-style: solid;
  background-color: #ae3024;
  color: #FFF;
  display: inline-block;
  width: 138px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.case-list {
  list-style: none;
  padding: 0;
}
.case-list-item {
  overflow: hidden;
  transition: all .5s;
}
.case-list-item:hover{
 box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.15);
}
.case-list-item .caption {
  position: relative;
  margin-top: -74px;
  display: block;
  height: 74px;
  line-height: 74px;
  background-color: rgba(174, 48, 36, 0.8);
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.case-list-item .caption .more {
  width: 74px;
  height: 74px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fbbc05;
  float: right;
}
