.detail-position {
  position: relative;
}
.detail-position .bg-box {
  position: absolute;
  top: -150px;
  left: 0;
  display: block;
  height: 150px;
  width: 100%;
  background-color: #da251c;
}
.detail-position .position-row {
  padding: 40px 0 30px;
  display: flex;
  color: #666;
}
.detail-position .position-row a {
  text-decoration: none;
  color: #666;
}
.detail-position .position-row .arrow {
  margin: 0 5px;
}

/*# sourceMappingURL=detail-position.css.map */
