.nav-company {
  color: #ea6000 !important;
}

.search{
  background: #fff;
  padding: 30px 30px 15px;
}

.name-container{
  width: 600px;
  margin-bottom: 20px;
}

.area-container {
  overflow: hidden;
  display: flex;
}

.area-container label {
  margin-right: 25px;
  font-size: 12px;
}

.area-container .list{
  flex: 1;
}

.area-container a {
  margin-right: 27px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 15px;
}

.area-container a:hover,
.area-container a.active {
  color: #18bbdb;
}

.area-container .all-city {
  float: right;
  margin-right: 0;
}

.hot-company {
  margin: 15px 0;
  min-height: calc(100vh - 405px);
}

.hot-company ul {
  width: 1215px;
}

.hot-company ul li {
  /* width: 389px; */
  width: 286px;
  height: 157px;
  float: right;
  display: block;
  margin: 0 16px 16px 0;
  box-sizing: border-box;
  float: left;
  border-radius: 12px;
  background: #fff;
}

.hot-company ul li:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
}

.hot-company ul li .header {
  display: block;
  height: 44px;
  padding: 25px 20px;
  overflow: hidden;
  position: relative;
}

.hot-company ul li .header .image {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #efefef;
}

.hot-company ul li .header .image img {
  max-width: 100%;
  flex: 1;
}

.hot-company ul li .header .info {
  /* width: 282px; */
  width: 180px;
  float: right;
  text-align: right;
}

.hot-company ul li .header .info .name {
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  margin: 0 0 10px 0;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.hot-company ul li .header .info .attr {
  height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #999;
  line-height: 18px;
}

.hot-company ul li .job {
  margin: 10px 20px 0;
  border-top: 1px dashed #efefef;
}

.hot-company ul li .job .job-item {
  padding: 15px 0;
}

.hot-company ul li .job .job-item .top {
  display: flex;
  width: 100%;
  align-items: center;
}

.hot-company ul li .job .job-item .name {
  position: relative;
  max-width: 160px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all linear .2s;
}

.hot-company ul li .job .job-item .salary {
  color: #fd7240;
  line-height: 22px;
  flex: 1;
  text-align: right;
  max-width: none;
  font-size: 12px;
  font-weight: 500;
}

.hot-company ul li .job .job-item .attr span {
  display: inline-block;
  height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  line-height: 18px;
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 5px;
  background: #f8f8f8;
}

.hot-company ul li .job .null-position{
  color: #999;
  font-size: 12px;
  line-height: 22px;
  margin-top: 15px;
}