.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;
}
/* 职位列表选择框样式 */
.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;
    /* left: 0; */
  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;
} 


/* 职位列表选择框结束 */