@charset "UTF-8";

/**
 * 安徽省阳光采购服务平台
 * date: 2024-6-20
 * author: gaojing;
 */ 
.public-hd {
  padding: 0 20px;
}

.public-table {
  margin-top: 16px;
}

.status.inprogress {
  color: #3773ea !important;
}

.status.end {
  color: #fc2f2d !important;
}

.recruit-list {
  padding: 10px 0 20px;
  border-bottom: 1px solid #E1EEF0;
}

.recruit-list.spe .deadline {
  display: block;
}

.recruit-list.spe .btn1 {
  display: block;
}

.recruit-list.spe .btn2 {
  display: none;
}

.recruit-top {
  display: flex;
  line-height: 39px;
  justify-content: space-between;
  align-items: center;
}

.recruit-top>a {
  color: #333;
  flex: 1;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 18px;
}

.recruit-top>span {
  color: #999;
  margin-left: 20px;
}

.recruit-bottom {
  display: flex;
  margin-top: 10px;
  font-size: 14px;
  justify-content: space-between;
}

.recruit-left {
  display: flex;
  align-items: end;
}

.recruit-left>span+span {
  margin-left: 20px;
}

.recruit-tag {
  padding: 0 20px;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  color: #999;
}

.recruit-tag.deadline {
  display: none;
  border-color: #FFEBEB;
  color: #D11B1A;
  padding: 0 10px 0 32px;
  background: url("../images/deadline_icon.png") 10px 50% no-repeat #FFEBEB;
}

.recruit-tag.spe {
  border-color: #D11B1A;
  color: #D11B1A;
}

.recruit-right {
  display: flex;
}

.recruit-btn {
  border: 1px solid #D11B1A;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  width: 100px;
  text-align: center;
  font-size: 15px;
}

.recruit-btn.btn1 {
  color: #fff;
  background: #D11B1A;
  display: none;
}

.recruit-btn.btn2 {
  color: #D11B1A;

}
/* 2025-1-16 */
.recruit-tag { 
    border: 1px solid #D11B1A; 
    color: #D11B1A;
}