.mui-staticcontent .mui-content .mui-content-banner img {
  max-width: 100%;
  margin-left: 0;
  left: 0;
  width: 100%;
  position: relative;
}
.mui-job-list {
  position: relative;
  background: #fff;
  padding: 40px 30px;
}
.mui-content-banner {
  position: relative;
}
.jobs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.jobs > h3 {
  line-height: 60px;
  font-size: 20px;
}
.jobs .jobs-list {
  overflow: hidden;
}
.jobs .jobs-list .jobs-list-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #eee;
  color: silver;
}
.jobs .jobs-list .jobs-list-title > .item {
  float: left;
  padding: 0 10px;
  text-align: center;
}
.jobs ul li {
  border-bottom: solid 1px #e3e3e3;
  clear: both;
  padding: 10px 0;
  cursor: pointer;
}
.jobs ul li .item {
  line-height: 40px;
  overflow: hidden;
  float: left;
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.jobs ul li .item em {
  display: inline-block;
  vertical-align: middle;
}
.jobs ul li:hover {
  background-color: #fff9f7;
}
.jobs .name {
  width: 50%;
  text-align: left !important;
}
.jobs .people-count {
  width: 10%;
}
.jobs .address {
  width: 20%;
}
.jobs .time {
  width: 20%;
}
.pop .pop-content {
  width: 1200px;
  height: 80%;
  top: 10%;
  margin-top: 0;
  margin-left: -600px;
}
.pop .pop-content > h2 {
  padding: 0 30px;
  line-height: 70px;
  font-size: 20px;
  position: absolute;
  background-color: #fff;
  z-index: 9;
  width: 100%;
}
.pop .pop-content .pop-content-inner {
  width: 100%;
  height: 100%;
  padding: 105px 65px 110px 65px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
}
.pop .pop-content .pop-content-footer {
  padding: 30px 0;
  display: table;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 9;
}
.pop .pop-content .pop-content-footer a {
  width: 300px;
  margin: 0 10px;
}
.pop .pop-content .pop-content-info {
  margin-bottom: 20px;
  display: table;
  width: 100%;
  border-radius: 3px;
  border: solid 1px #e3e3e3;
  border-bottom: 0;
}
.pop .pop-content .pop-content-info .row {
  display: table-row;
}
.pop .pop-content .pop-content-info .row:last-child {
  border-bottom: 0;
}
.pop .pop-content .pop-content-info .row .cell {
  display: table-cell;
  height: 38px;
  line-height: 38px;
  width: 16.666667%;
  text-align: center;
  border-right: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
}
.pop .pop-content .pop-content-info .row .cell:last-child {
  border-right: 0;
}
.pop .pop-content .pop-content-info .row .cell.cell-title {
  background-color: #f7f7f7;
}
@media screen and (min-height: 800px) {
  .pop .pop-content {
    height: 800px;
    top: 50%;
    margin-top: -400px;
  }
}
@media screen and (max-height: 500px) {
  .pop .pop-content {
    height: 500px;
    top: 50%;
    margin-top: -250px;
  }
}
