.cate_active {
  color: #fe4841;
}
.list-title {
  margin-top: 20px !important;
}
.hot-msg-empty {
  line-height: 300px;
  text-align: center;
}

.no-data {
  margin-top: 100px;
  padding: auto !important;
  text-align: center;
  color: #999;
  font-size: 18px;
}

/* 公司 列表页  的 样式 */
.company_outbox {
  background: #fff;
  width: 818px;
  border-radius: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company_outbox .company_search .search-input {
  margin-left: 18px;
  margin-right: 18px;
  width: 696px;
}

/* 调整样式 */
.nav-box {
  width: 1200px !important;
  margin: 16px auto;
}

.screen-conditions .screen-select {
  width: 135px !important;
  line-height: 26px;
}
.screen-conditions .screen-item-select li .arrow {
  top: 12px;
}

/* 公司列表 */
.com_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.com_list .com_list_li {
  width: 390px;
  background: #ffffff;
  padding: 12px 10px;
  margin-bottom: 14px;
}
.com_list .com_list_li:nth-child(2n) {
  margin-right: 14px;
}
.com_list .com_list_li:hover {
  cursor: pointer;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.com_list li .com_list_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com_list li .com_list_a img {
  width: 80px;
  height: 80px;
}
.com_list li .com_list_a .com_list_detail {
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.com_list_detail_one {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com_list_detail_one .detail_one {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 180px;
}
.com_list_detail_one .detail_ones span {
  font-size: 20px;
  font-weight: 500;
  color: #ff4743;
  line-height: 26px;
}
.com_list_detail_one .detail_ones {
  font-size: 13px;
  font-weight: 500;
  color: #666666;
  line-height: 26px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90px;
}

.com_list_detail_two {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 6px auto;
}

.three_span {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 400;
  color: #777777;
  line-height: 18px;
}

.three_spans {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
.com_list_detail_three {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 以上  公司 列表页  的 样式 */


/* 职位列表选择框样式 */
.screen-list .screen-selectBox{
  border-radius: 4px;
    border: 1px solid #dddddd;
    padding: 1px 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.screen-list .screen-selectBox img{
  display: block;
  width: 14px;
  margin-left: 3px;
}
.screen-list li .hasSelected{
  color: #fe4841;
  border:1px solid #fe4847;
} 
/* 下拉框 */
.select_dropDown{
  position: absolute;
    top: 30px;
  z-index: 4;
    display: none;
}
.select_dropDown ul{
  margin-top: 10px;
  width: 168px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ededed;
  padding: 6px 0px;
}
.screen-list>li .select_dropDown ul li{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    padding: 5px 8px;
    cursor: pointer;
}
.screen-list>li .select_dropDown ul li:first-child{
    padding: 5px 8px;
    margin-left: 0;
}
.select_dropDown ul li:hover{
  background: #f8f8f8;
}
.select_dropDown ul li .selectName{
  max-width: 120px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  
} 

.screen-list>li .select_dropDown ul .checkedLi{
  color: #fe4841;
}
.select_dropDown ul li img{
  display: block;
  width: 12px;
  display: none;
} 


/* 公司列表更多条件选择框结束 */