/* 页面栏目导航 */
.page-column-nav {
  height: 60px;
}

.page-column-nav ul {
  display: flex;
  justify-content: left;
  align-items: center;
}

.page-column-nav ul li {
  min-width: 130px;
}

.page-column-nav ul li a.current {
  border-bottom: solid 4px rgba(0, 160, 219, 1);
  color: rgba(56, 49, 52, 1);
}

.page-column-nav ul li a {
  width: fit-content;
  font-family: "MiSans-Demibold", Helvetica;
  font-size: 20px;
  line-height: 56px;
  font-weight: 500;
  padding: 0 15px;
  display: block;
  color: rgba(56, 49, 52, .5);
}

/* 页面栏目导航 */
.main .page-header {
  height: 370px;
  background: url("../images/job-header-bg.png") no-repeat center;
  /*background-size: 100% 100%;*/
  background-attachment: local;
}

.main .main-section {
  margin: 97px auto 185px auto;
}

.main .main-section .section-menu {
  width: 200px;
}

.main .main-section .section-menu ul li {
  opacity: 0.5;
  font-family: "MiSans-Demibold", Helvetica;
  font-size: 14px;
  line-height: 140%;
  padding: 6px 0 6px 10px;
  border-left: 1px solid rgba(56, 49, 52, 1);
}

.main .main-section .section-menu ul li.current {
  opacity: 1;
  border-left: 2px solid rgba(0, 160, 219, 1);
}

.main .main-section .section-content {
  width: 827px;

}

.main .main-section .section-content p {
  font: 16px/180% "MiSans-Regular", Helvetica;
}

.main .main-section .section-content .module-title {
  font-family: "MiSans-Demibold", Helvetica;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 450;
  margin-top: 65px;
}

.main .main-section .section-content .module-title:first-child {
  margin-top: 0px;
}

.main .main-section .section-content .module-sub-title {
  font-family: "MiSans-Demibold", Helvetica;
  font-size: 20px;
  margin: 30px auto 15px auto;
  font-weight: 450;
}

/* 筛选 */
.main-section .section-filter {
  width: 230px;
  font-family: "MiSans-Medium", Helvetica;
  margin-top: 70px;
}

.main-section .section-filter .filter-header {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: solid 1px rgba(56, 49, 52, .5);
  margin-bottom: 25px;
}

.main-section .section-filter .filter-header .remove {
  opacity: 0.5;
}

.main-section .section-filter .filter-condition {
  margin-bottom: 35px;
}

.main-section .section-filter .filter-condition .condition-title {
  margin-bottom: 10px;
}


.main-section .section-filter .filter-condition ul li {
  margin-bottom: 10px;
}

.main-section .section-filter .filter-condition ul li span {
  opacity: 0.5;
  font-weight: 500;
}

.main-section .section-filter .filter-condition input[type="checkbox"] {
  display: none;
}

.main-section .section-filter .filter-condition input[type="checkbox"]+label>i {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  border: .0625rem solid rgba(0, 160, 219, 1);
  background: #fff;
  margin-right: .625rem;
  vertical-align: middle;
}

.main-section .section-filter .filter-condition input[type="checkbox"]:checked+label>i {
  position: relative;
  border: .0625rem solid rgba(111, 186, 44, 1);
  background: rgba(111, 186, 44, 1);
  top: -0.0625rem;
}

input[type="checkbox"]:checked+label>i::before {
  content: '';
  position: absolute;
  width: .25rem;
  height: .5rem;
  color: black;
  border-bottom: .125rem solid #fff;
  border-right: .125rem solid #fff;
  left: 50%;
  top: 22%;
  transform-origin: center;
  transform: translate(-50%, -30%) rotate(40deg);
  -webkit-transform: translate(-50%, -30%) rotate(40deg);
}

/* 筛选 */

/* 列表 */
.main-section .section-content .joblist {
  font-family: "MiSans-Regular", Helvetica;
  margin-top: 70px;
}

.main-section .section-content .joblist .item {
  background-color: rgba(242, 242, 242, 1);
  padding: 25px;
  margin-bottom: 20px;
}

.main-section .section-content .joblist .job-title {
  font-size: 24px;
}

.main-section .section-content .joblist .job-title:hover .jobname {
  color: rgba(111, 186, 44, 1);
}

.main-section .section-content .joblist .salary {
  margin-left: 35px;
  margin-right: 5px;
}

.main-section .section-content .joblist .jobunit {
  color: #38313433;
  font-size: 16px;
  line-height: 22.4px;
}

/* 列表 */

/* 职位投递弹窗 */
.jobpost-pop {
  width: 800px;
  height: auto;
  padding: 50px 70px;
}

.jobpost-pop .jobname {
  font: 28px/130% "MiSans-Demibold", Helvetica;
  margin-bottom: 25px;
}

.jobpost-pop .jobsalary {
  display: flex;
  justify-content: left;
  align-items: end;
  margin-bottom: 25px;
  font-family: "MiSans-Regular", Helvetica;
  line-height: 130%;
}

.jobpost-pop .jobsalary .salary {
  font-size: 24px;
}

.jobpost-pop .jobsalary .unit {
  color: rgba(56, 49, 52, .5);
}

.jobpost-pop .jobaddres {
  margin-bottom: 48px;
}

.jobpost-pop .jobdesc,
.jobpost-pop .jobrequire {
  margin-bottom: 40px;
}

.jobpost-pop .jobdesc .jobheader,
.jobpost-pop .jobrequire .jobheader {
  display: flex;
  align-items: center;
  font: 24px/130% "MiSans-Demibold", Helvetica;
  margin-bottom: 20px;
}

.jobpost-pop .jobdesc .jobheader span,
.jobpost-pop .jobrequire .jobheader span {
  width: 5px;
  height: 17px;
  background-color: rgba(0, 160, 219, 1);
  display: block;
  margin-right: 15px;
}

.jobpost-pop .jobdesc .jobcontent,
.jobpost-pop .jobrequire .jobcontent {
  font: 18px/130% "MiSans-Regular", Helvetica;
  color: rgba(56, 49, 52, .5);
  font-weight: 330;
}

.jobpost-pop .jobdesc .jobcontent p,
.jobpost-pop .jobrequire .jobcontent p {
  margin-bottom: 10px;
}

/* .jobpost-pop .jobpost-btn {
	width: 145px;
	height: 45px;
	font: 19px/130% "MiSans-Regular", Helvetica;
	border-radius: 2px;
	border: 1px solid rgba(0, 160, 219, 1);
	background-color: rgba(0, 160, 219, 1);
	color: rgba(255, 255, 255, 1);
	text-align: center;
	line-height: 45px;
	margin: 30px auto 0 auto;
} */

/* 职位投递弹窗 */