.hrb {
  height: 100%;
  background-size: cover;
  position: relative;
  padding: 85px 20px 20px 20px;
}
.hrb .hrb-title-img {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.hrb .hrb-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.hrb .hrb-list .hrb-item {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.3s;
  width: 18%;
  padding: 10px;
  margin: 0 calc(2% - 10px) 15px;
}
.hrb .hrb-list .hrb-item:hover {
  border: 1px solid #C51218;
  box-shadow: 0 0 5px #C51218;
}
.hrb .hrb-list .hrb-item:hover .hrb-item-img img {
  transform: scale(1.2);
}
.hrb .hrb-list .hrb-item .hrb-item-img {
  height: 190px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
}
.hrb .hrb-list .hrb-item .hrb-item-img img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
.hrb .hrb-list .hrb-item .hrb-item-name {
  font-size: 18px;
  color: #000;
  margin: 10px 0;
}
.hrb .hrb-list .hrb-item .hrb-item-time {
  font-size: 14px;
  color: #666;
}
/*# sourceMappingURL=details.css.map */