.sjsc-filter {
  width: 100%;
  padding: 1.82vw 1.82vw 1px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 0 30px;
}
.sjsc-input-filter {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.filter-option-cover {
  padding: 0 0 0 114px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /* margin-bottom: 20px; */
  min-height: 42px;
}
.filter-label {
  font-size: 16px;
  color: #333;
  line-height: 42px;
  position: absolute;
  top: 0;
  left: 0;
}
.filter-option-cover .el-checkbox-group {
  line-height: 42px;
}
.sjsc-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sjsc-list-item-cover {
  width: 50%;
  position: relative;
}
.sjsc-list-item-cover:nth-of-type(2n) {
  padding-left: 0.78vw;
}
.sjsc-list-item-cover:nth-of-type(2n + 1) {
  padding-right: 0.78vw;
}
.sjsc-list-item {
  width: 100%;
  height: 14.11vw;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 1.04vw 1.56vw 0;
  position: relative;
  display: block;
  margin: 0 0 1.56vw;
  background-color: #fff;
  box-sizing: border-box;
}
.sjsc-list-item:hover {
  border: 1px solid rgba(229, 229, 229, 1);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.08);
}
.sjsc-list-item:hover .sjsc-item-title {
  color: rgba(45, 62, 226, 1);
}
.sjsc-item-top {
  width: 100%;
  margin: 0 0 20px;
}
.sjsc-item-title {
  font-size: 1.25vw;
  font-weight: bold;
  color: #333;
  line-height: 2.19vw;
  margin-bottom: 0.63vw;
}
.sjsc-item-company {
  font-size: 0.83vw;
  color: rgba(45, 62, 226, 1);
  line-height: 1.25vw;
  margin-bottom: 0.63vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sjsc-item-desc {
  font-size: 0.83vw;
  color: rgba(153, 153, 153, 1);
  line-height: 1.25vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.sjsc-btm-cont {
  display: flex;
  position: absolute;
  bottom: 1.04vw;
  left: 0;
  width: 100%;
  padding: 0 1.56vw;
  align-items: flex-end;
  justify-content: space-between;
}
.sjsc-left-tags {
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  max-width: 60%;
  position: relative;
  top: 10px;
}
.sjsc-gpsj {
  font-size: 0.73vw;
  color: rgba(102, 102, 102, 1);
  line-height: 1.56vw;
}
.sjsc-tag {
  display: flex;
  align-items: center;
  height: 1.56vw;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 0.73vw;
  color: rgba(0, 186, 173, 1);
  background-color: rgba(0, 186, 173, 0.15);
}
.sjsc-tag {
  margin: 0 10px 10px 0;
}
.sjsc-list-item:hover .sjsc-tag {
  background-color: rgba(45, 62, 226, 0.15);
  color: rgba(45, 62, 226, 1);
}
.jsc-gpsj {
  font-size: 0.73vw;
  color: rgba(102, 102, 102, 1);
  line-height: 1.04vw;
}
.hot-word-cover {
  display: flex;
  position: relative;
  min-height: 1.15vw;
  padding: 0 0 0 1.88vw;
  flex-wrap: wrap;
}
.hot-word-img {
  display: block;
  width: 0.83vw;
  height: 1.09vw;
  position: absolute;
  top: 0;
  left: 0;
}
.hot-word-item {
  font-size: 16px;
  color: rgba(102, 102, 102, 1);
  line-height: 22px;
  margin: 0 20px 20px 0;
  cursor: pointer;
}
.hot-word-label {
  margin: 0 10px 0 0;
}
.xqdt-list-item {
  min-height: 10.52vw;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid transparent;
  padding: 1.04vw 2.34vw 1.04vw 1.77vw;
  position: relative;
  cursor: pointer;
  margin: 0 0 1.56vw;
  display: block;
  box-sizing: border-box;
}
.xqdt-list-item:hover {
  border: 1px solid rgba(229, 229, 229, 1);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.08);
}
.xqdt-item-title {
  font-size: 1.25vw;
  font-weight: bold;
  color: #333;
  line-height: 2.19vw;
  margin-bottom: 0.52vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xqdt-list-item:hover .xqdt-item-title {
  color: rgba(45, 62, 226, 1);
}
.xqdt-tags-cover {
  display: flex;
  flex-wrap: wrap;
}
.xqdt-tag {
  background-color: rgba(45, 62, 226, 0.15) !important;
  color: rgba(45, 62, 226, 1) !important;
  margin: 0 10px 15px 0;
}
.xqdt-btm-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.xqdt-list-item .el-button {
  height: 2.08vw;
  padding: 0 0.52vw;
  font-size: 0.73vw;
  position: absolute;
  bottom: 1.04vw;
  right: 2.34vw;
}
.xqdt-btm-left {
  width: 85%;
}
.xqdt-btm-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xqdt-bt-item {
  max-width: 33.33%;
  line-height: 1.67vw;
  font-size: 0.83vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(51, 51, 51, 1);
}
.sqdt-bt-label {
  color: rgba(144, 147, 153, 1);
}
.xqdt-btm-btm {
  color: rgba(48, 49, 51, 1);
  line-height: 1.67vw;
  font-size: 0.83vw;
}
.color-red {
  color: rgba(237, 45, 45, 1);
}
.color-green {
  color: rgba(0, 186, 173, 1);
}
.color-gray {
  color: rgba(48, 49, 51, 1);
}


/* 移动端适配 */
@media (max-width: 768px) {
  .sjsc-list {
    justify-content: flex-start;
  }
  .sjsc-list-item-cover {
    width: 100%;
  }
  .sjsc-list-item-cover:nth-of-type(2n),
  .sjsc-list-item-cover:nth-of-type(2n + 1) {
    padding: 0;
  }
  .sjsc-list-item {
    height: auto;
    min-height: 25vw;
    padding: 3vw;
    margin-bottom: 3vw;
  }
  .sjsc-item-title {
    font-size: 4vw;
    line-height: 5vw;
    margin-bottom: 2vw;
  }
  .sjsc-item-company {
    font-size: 3vw;
    line-height: 4vw;
    margin-bottom: 2vw;
  }
  .sjsc-item-desc {
    font-size: 3vw;
    line-height: 4vw;
    -webkit-line-clamp: 4;
  }
  .sjsc-btm-cont {
    position: static;
    margin-top: 3vw;
    padding: 0;
  }
  .sjsc-left-tags {
    max-width: 100%;
    top: 0;
  }
  .sjsc-gpsj {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
  .sjsc-tag {
    height: auto;
    padding: 1vw 2vw;
    font-size: 2.5vw;
    margin: 0 2vw 2vw 0;
  }
  
  /* 其他移动端适配样式 */
  .xqdt-list-item {
    padding: 3vw;
    min-height: auto;
    margin-bottom: 4vw;
  }
  .xqdt-item-title {
    font-size: 4vw;
    line-height: 5vw;
    margin-bottom: 2vw;
  }
  .xqdt-btm-cont {
    flex-direction: column;
    align-items: flex-start;
  }
  .xqdt-btm-left {
    width: 100%;
  }
  .xqdt-bt-item {
    max-width: 100%;
    font-size: 3vw;
    line-height: 4vw;
    margin-bottom: 1vw;
  }
  .xqdt-btm-btm {
    font-size: 3vw;
    line-height: 4vw;
    margin-top: 2vw;
  }
  .xqdt-list-item .el-button {
    position: static;
    height: auto;
    padding: 2vw 3vw;
    font-size: 3vw;
    margin-top: 3vw;
  }
  
  .hot-word-item {
    font-size: 3vw;
    line-height: 4vw;
    margin: 0 3vw 3vw 0;
  }
  .hot-word-label{
    
    margin-left: 2vw;
  }
  .hot-word-img {
    width: 3vw;
    height: 3.5vw;
  }
  .filter-option-cover {
    padding: 0 0 0 20vw;
    margin-top: 2vw;
  }
  .filter-label {
    font-size: 3.5vw;
    line-height: 5vw;
    margin-top: 2vw;
  }
  .sjsc-input-filter {
    margin-bottom: 3vw;
  }
  .list-empty-img {
    width: 50vw;
    height: auto;
    display: block;
    margin: 10vw auto;
  }
  .xqdt-btm-top{
    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .xqdt-btm-btm{
    
        margin-top: 0vw;
  }
}