.main .row {
  margin: 0;
}
.main   .empty-container{
  margin-bottom: 45px;
  text-align: center;
}
.main .joblist .no-data {
  text-align: center;
  padding: 10px;
  margin-top: 5px;
  color: #1e9fff !important;
}
.main .joblist ul {
  margin: 10px 0 10px 0;
}
.main .joblist ul li {
  border-bottom: 1px solid #DCDCDC;
  padding: 8px 0;
}

.main .joblist ul li a {
  display: block;
  overflow: hidden;
}
.main .joblist ul li div:first-child {
  float: left;
  color: #333333;
}
.main .joblist ul li div:first-child p:first-child {
  font-size: 14px;
  color: #333333;
  margin-bottom: 6px;
}
.main .joblist ul li div:first-child p {
  font-size: 12px;
  color: #666666;
}
.main .joblist ul li div:last-child {
  float: right;
}
.main .joblist ul li div:last-child p:first-child {
  font-size: 14px;
  color: #F5760F;
  margin-bottom: 6px;
}
.main .joblist ul li div:last-child p {
  font-size: 12px;
  color: #666666;
}
.main .joblist .title {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  padding-left: 5px;
  font-weight: bold;
}
.main .joblist .title::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 15px;
  width: 2.5px;
  height: 14px;
  background: #1e99f0;
}
.detail-title {
  height: 120px;
  padding-top: 15px;
  margin-top: 45px;
}
.detail-title .companylogo {
  width: 46px;
  height: 46px;
  margin-bottom: 8px;
}
.detail-title h3 {
  margin-bottom: 3px;
}
.fa-angle-down {
  font-size: 16px;
}
.main .enterprise-d-list{
  margin-bottom: 45px;
}