.side-resume {
  width: 294px;
  min-height: 520px;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #fff;
  user-select: none;
}

.side-resume-title {
  position: relative;
  padding: 26px 0 31px 22px;
  color: #b50005;
  font-size: 24px;
}

.side-resume-title::before {
  position: absolute;
  content: "";
  top: 48%;
  left: 0;
  width: 8px;
  height: 20px;
  transform: translate(0, -48%);
	background-color: #931013;
}

.resume-list .item {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid#e0e0e0;
}

.resume-list .item .item-name {
  margin-bottom: 22px;
  color: #333;
  font-size: 20px;
}

.resume-list .item .item-salary {
  margin-bottom: 19px;
  color: #e73315;
}

.resume-list .item .item-company-name {
  margin-bottom: 19px;
  color: #666;
}

.resume-list .item .item-btn {
  display: block;
  width: 150px;
  height: 46px;
  margin: 24px auto 0 auto;
  line-height: 46px;
  color: #9195a8;
  border: 1px solid#d5d5d5;
  text-align: center;
  user-select: none;
  cursor: pointer;
}