/* ###############外围结构############### */

.recruit-section {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 119px;
  /* background-color: bisque; */
}

.recruit-section .sidespan {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

.recruit-section .recruit-box {
  /* width:calc(1920px - 655px + 25px);  */
  /* width: calc(1920px - 655px); */
  width: 1190px;
  height: 100%;
  /* background-color: bisque; */
}

.recruit-section .recruit-box .recruit-content {
  /* width: 1260px; */
  /* 360*3+55*3 */
  /* height: 2016px; */
  /* 450*3+60*3 */
  /* transform: translate(300px,35px); */
}

.recruit-content {
  position: relative;
}

/* #################################################### */

.pic-person {
  height: 709px;
  width: 1190px;
  padding: 30px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 10px 10px 0px rgba(102, 102, 102, 0.1);
  margin-bottom: 50px;
  background-color: #f9f9f9;
}

img {
  display: inline-block;
  vertical-align: top;
}

.information-lyj {
  padding-right: 10px;
  width: 571px;
  height: 100%;
  margin-left: 45px;
  display: inline-block;
  overflow-y: auto;
}

.information-lyj::-webkit-scrollbar {
  width: 2px;
  /* 滚动条宽度 */
  height: 200px;
}

.information-lyj::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background: #005DA2;
}

.information-lyj::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 1px;
}

.name-lyj {
  height: 42px;
  font-size: 28px;
  color: #333333;
  margin-bottom: 20px;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: 0em;
}

.hr-style {
  width: 100%;
  height: 1px;
  margin: 32px 0;
  background: #D4D4D4;
}

.information-style {
  /* padding-right: 10px; */
  height: 587px;
}

.title-lyj {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.academic-results {
  font-size: 16px;
  line-height: 30px;
  color: #333 !important;
  margin-top: 20px !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

.detail-content {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}

.p-style {
  text-align: justify;
  margin: 0;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #666666;
}

.leader {
  margin-bottom: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mask {
  padding: 0px 30px 0px 30px;
  cursor: pointer;
  width: 390px;
  height: 100px;
  position: absolute;
  background: rgba(0, 93, 162, 0.8);
}

.mask div {
  display: block;
}

/* .mask span:nth-child(1) {
  pointer-events: none;
  display: block;
  font-family: SourceHanSansCN-Bold;
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: 0em;
  color: #FFFFFF;
} */

.mask span:nth-child(1) {
  pointer-events: none;
  /* margin-top: 360px; */
  /* margin-bottom: 10px; */
  display: block;
  font-family: SourceHanSansCN-Regular;
  font-size: 28px;
  font-weight: normal;
  line-height: 42px;
  letter-spacing: 0em;
  color: #FFFFFF;
}

.mask span:nth-child(2) {
  pointer-events: none;
  display: block;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #FFFFFF;
}

.chief,
.vice {
  margin-bottom: 50px;
}

.title {
  height: 72px;
  font-family: SourceHanSansCN-Regular;
  font-size: 28px;
  font-weight: normal;
  line-height: 42px;
  letter-spacing: 0em;
  color: #333333;
}

.chiefname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vicename {
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advicename {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vicename div,
.advicename div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.chiefname span,
.vicename span,
.advicename span {
  cursor: pointer;
  width: 100px;
  height: 36px;
  font-family: SourceHanSansCN-Regular;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0em;
  color: #333333;
}

.chiefname span:hover,
.vicename span:hover,
.advicename span:hover {
  color: #005da2;
}


#alertbox {
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  /* width: 1920px; */
  width: 100%;
  /* height: 1080px; */
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.insidebox {
  z-index: 999;
  display: none;
  height: 676px;
  width: 1190px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  padding: 50px;
}

.insidebox img {
  width: 300px;
  height: 389px;
  display: inline-block;
}

.detail {
  display: inline-block;
  height: 576px;
  /* width: 770px; */
  overflow-y: auto;
  overflow-x: hidden;
  /* margin-left: 20px; */
  padding-right: 20px;
}

.detail::-webkit-scrollbar {
  width: 2px;
  /* 滚动条宽度 */
  height: 200px;
}

.detail::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background: #005DA2;
}

.detail::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 1px;
}

.detail div:nth-child(1) {
  margin-bottom: 10px;
  width: 748px;
  height: 42px;
  font-family: SourceHanSansCN-Bold;
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: 0em;
  color: #333333;
}

.p-title {
  margin-top: 20px;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0em;
  color: #333;
}

.p-detail {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #666;
  text-align: justify;
}