.position-banner,
.position-banner-school {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 330px;
  position: relative;
}

.position-banner {
  background-image: url(../../images/kj-position-banner.png);
}

.position-social-banner,
.position-banner-school {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 330px;
  position: relative;
}
.position-social-banner {
  background-image: url(../../images/kj-social-position-banner.png);
}

.position-banner-school {
  background-image: url(../../images/kj-position-banner.png);
}

.search-wrapper {
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 680px;
  margin: 0 auto;
  font-size: 0;
  display: flex;
}

.search-wrapper .search-frame {
  /*width: 540px;*/
  height: 45px;
  font-size: 16px;
  border: none;
  padding-left: 21px;
  box-sizing: border-box;
  flex: 1;
}

.search-wrapper .search-btn {
  width: 138px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
  background-color: #E62129;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin-left: 10px;
}

.search-btn i {
  font-size: 22px;
  padding-left: 8px;
}

.position-container {
  position: relative;
  z-index: 5;
  background-color: #FFFFFF;
  margin: 0 auto;
  top: -65px;
  max-width: 1365px;
  min-width: 1200px;
  width: 71%;
}

.filter-wrapper {
  padding: 48px 84px;
}

.filter-wrapper-item {
  padding-bottom: 26px;
  position: relative;
}

.filter-wrapper-item .filter-name {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}

.filter-wrapper-item .filter-list {
  color: #2D2D2D;
  display: inline-block;
  max-width: 900px;
}

.filter-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  padding-left: 35px;
  cursor: pointer;
}

.filter-list li.active-field {
  color: #000000;
  font-weight: bold;
}

.table-wrapper {
  padding: 0 39px 40px;
}

.table-wrapper .filter-table {
  width: 100%;
}

.filter-table thead {
  background-color: rgba(180, 180, 180, 0.12);
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  height: 75px;
  line-height: 75px;
}

.filter-table tbody tr td {
  border-bottom: 1px solid #EEEEEE;
  padding: 29px 0;
  text-align: center;
}

.container-partition-title,
.container-profile-title {
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  padding: 70px 0;
  font-weight: bold;
}

.container-profile-title {
  padding: 93px 0;
}

.module-title {
  padding-bottom: 17px;
}

.module-desc {
  font-size: 16px;
  color: #414141;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.school-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.school-wrapper .filter-wrapper {
  padding: 0 0 20px;
  text-align: center;
}

.school-wrapper .table-wrapper {
  padding: 0;
}

.school-wrapper .filter-list li a {
  position: relative;
}

.school-wrapper .filter-list li.active-field>a::before {
  position: absolute;
  content: '';
  width: 100%;
  bottom: -12px;
  left: 0;
  border-bottom: 3px solid #E62129;
}

.school-type-wrapper {
  width: 1200px;
  margin: 0 auto 100px;
}

.school-type-wrapper .type-title {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.school-type-wrapper .type-list {
  min-width: 1200px;
  padding: 36px 55px;
  box-shadow: 0px 15px 20px rgba(204, 204, 204, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
}

.type-list li {
  /* padding-right: 36px; */
  display: inline-block;
}

.type-list .type-item-name {
  color: #363636;
  font-size: 20px;
  font-weight: bold;
}

.type-list .type-icon {
  background-image: url(../../images/kj-icon-next.png);
  background-repeat: no-repeat;
  width: 22.69px;
  height: 19.01px;
  display: inline-block;
  margin-left: 40px;
}

/* positionDetail */

.post-detail-bar {
  color: #767676;
  font-size: 14px;
  line-height: 20px;
}

.post-detail-content {
  padding-bottom: 80px;
}

.post-detail-content .detail-content-title {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  padding: 26px 0 27px;
}

.post-detail-content .detail-content-card {
  background-color: rgba(0, 0, 0, 0.04);
  padding: 24px 40px;
}

.detail-content-card .content-card-list {
  font-size: 0;
  width: 100%;
}

.detail-content-card .content-card-list:not(:last-of-type) {
  padding-bottom: 24px;
}

.content-card-list li {
  display: inline-block;
  font-size: 14px;
  color: #383838;
  font-weight: 300;
  line-height: 20px;
  width: 24%;
}

.content-card-list li .card-item-key {
  padding-right: 5px;
}

.content-card-list li .card-item-val {}

.post-detail-content .detail-content-desc {
  color: #363636;
  padding: 10px 0;
}

.detail-content-desc .content-desc-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  padding: 28px 0;
}

.detail-content-desc .content-desc-list {}

.content-desc-list li {
  font-size: 14px;
  color: #767676;
  line-height: 30px;
}

.post-detail-btngroup {
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 0;
  width: 460px;
}

.post-detail-btngroup .btngroup-item {
  background-color: #E62129;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 130px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  cursor: pointer;
  margin-right: 25px;
}
