body{background: #F0F0F0}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.u-jobs-list {
  padding: 0 10px
}

.list-item {
  border-radius: 5px;
  background-color: #fff;
  margin-top: 8px;
  padding: 20px;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(172, 183, 191, .5);
  overflow: hidden
}

.list-item h2,
.list-item h3 {
  font-weight: 400;
  height: 25px;
  line-height: 25px
}

.list-item .hurry-icon {
  width: 19px;
  height: 19px;
  margin-left: 5px
}

.list-item h2 {
  float: left;
  color: #43496a;
  font-size: 16px;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.list-item h3 {
  float: right;
  color: #ff7c7c;
  font-size: 14px
}

.list-item p {
  clear: both;
  font-size: 12px;
  color: #b0b4ca;
  line-height: 20px
}

.list-item .date {
  float: right
}

.list-item .depart {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #777d9c;
  width: 55%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.list-item .bonus-icon {
  width: 14px;
  height: 14px
}

.list-item .bonus-icon-wrapper {
  text-align: right;
  float: right;
  font-size: 14px;
  color: #faaf00;
  height: 35px;
  line-height: 35px;
  width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.list-item .bonus-icon-wrapper span {
  color: #777d9c
}

.list-item .local-name {
  display: inline-block;
  max-width: 203px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.list-item span {
  display: inline-block;
  vertical-align: top
}

.list-item .weiRec-icon {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  top: 0
}


.header-wrapper {
  background: #fff;
  margin: 10px 10px 0;
  padding: 10px 10px 25px 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(172, 183, 191, .5)
}

.header-wrapper .logo {
  width: 180px;
  height: 22px;
  float: left;
  margin: 10px 0px 0px 10px;
}

.header-wrapper .logo img {
  width: 180px;
  height: 22px;
  border-radius: 0%
}

.header-wrapper .title {
  float: left;
  height: 20px;
  max-width: 75%
}

.header-wrapper .title h1 {
  font-size: 20px;
  font-weight: 3000;
  height: 40px;
  line-height: 44px;
  color: #004D7D;
  width: 100%
}

.header-wrapper .title h1,
.header-wrapper .title p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.header-wrapper .title p {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #667580;
  word-break: break-all;
 }

.header-wrapper .list-header {
  height: 52px;
  padding: 16px 10px 0
}

.header-wrapper .search {
  height: 36px;
  border: 1px solid #d8d8d8;
  border-radius: 18px;
  margin-top: 20px
}

.header-wrapper[data-v-3f50e4c4] {
  margin: 10px 10px 0
}

.header-wrapper.referrer-info-header-wrapper {
  margin: 0
}

.header-wrapper.referrer-info-header-wrapper .search-wrap-sticky {
  margin-top: 0
}