.leadership {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: content;
        -ms-flex: content;
            flex: content;
    margin-top: 100px;
    width: 1190px;
    margin-bottom: 120px;
    /* height: 1010px; */
    font-size: 0;
}

.leadership-menu {
    display: inline-block;
    /* height: 100%; */
    height: 1147px;
}
.menu-img {
    bottom: 10% !important;
}
.leadership-content {
    display: inline-block;
    vertical-align: top;
    margin-left: 110px;
    margin-top: 20px;
    /* margin-bottom: 120px; */
}

.leadership-card {
    width: 890px;
    width: 100%;
    /* height: 545px; */
    /* background: #f7f8f8; */
    position: relative;
    /* margin-bottom: 50px; */
}

.leadership-cards {
    list-style-type: none;
    padding: 0px;
    border: 0px;
    margin: 0px;
    display: block;
}

.leadership-card-img {
    /* width: 290px;
    height: 431px;
    background: #29b6ee; */
    display: inline-block;
  vertical-align: top;
}

.leadership-card-introduce {
    height: 465px;
    font-size: 16px;
    font-family: Noto Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    position: absolute;
    top: 50px;
    left: 333px;
    /* right: 35px; */
    display: inline-block;
    overflow-y: auto;
}

.leadership-card-introduce-text {
    /* width: 491px; */
    font-size: 16px;
    font-family: Noto Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: justify;
    /* text-indent: 32px; */
}

.leadership-card-introduce-text p {
    margin-bottom: 20px;
}

.leadership-card-introduce-signature {
    width: 290px;
    height: 80px;
    background: #29b6ee;
    float: right;
    margin-top: 20px;
    margin-right: 35px;
}

.leadership-card-introduce::-webkit-scrollbar {
    /*滚动条总体样式*/
    width: 3px;
    /*高宽分别对应横竖滚动条的尺寸*/
}

.leadership-card-introduce::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
}

.leadership-card-introduce::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.leadership-card-name {
    /* height: 27px; */
    font-size: 28px;
    font-family: Noto Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    padding-left: 20px;
    padding-top: 15px;
}

.leadership-card-name-info {
    /* height: 17px; */
    font-size: 16px;
    font-family: Noto Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    padding-left: 20px;
}

.leadership-card-more {
    background-color: #f7f8f8;
    position: absolute;
    left: 770px;
    top: 485px;
}

.leadership-card-more:before {
    background: #005da2;
}


/* 照片墙 */

.leadership-picturewall {
    width: 890px;
    position: relative;
    padding: 0px;
}

.leadership-picturewall-one {
    width: 290px;
    height: 520px;
    display: inline-block;
    margin-right: 10px;
}

.l-p-o-3 {
    margin-right: 0px;
}

.leadership-picturewall-one-img {
    width: 290px;
    height: 430px;
}

.leadership-picturewall-one-infobox {
    height: 90px;
}

.leadership-picturewall-one-name {
    width: 100px;
    font-size: 28px;
    font-family: Noto Sans SC;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    display: inline-block;
    margin-left: 1px;
    margin-top: 15px;
    text-align: justify;
}

.leadership-picturewall-one-introduce {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-family: Noto Sans SC;
    color: #666666;
}


/* 详情页 */

.leadership-detail {
    position: relative;
    visibility: hidden;
    z-index: 1000;
}

.leadership-detail-box {
    width: 1190px;
    height: 780px;
    background: #ebebeb;
    position: fixed;
    top: calc(50% - 390px);
    left: calc(50% - 598px);
    z-index: 1000;
}

.leadership-detail-mask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #333333;
    opacity: 0.7;
    z-index: 1000;
}

.leadership-detail-img {
    width: 290px;
    height: 431px;
    background: #d0d2d4;
    position: absolute;
    left: 101px;
    top: 82px;
}

.leadership-detail-slipdown {
    -webkit-animation: slipdown 0.5s 1;
            animation: slipdown 0.5s 1;
    -webkit-animation-name: slipdown;
            animation-name: slipdown;
}

@-webkit-keyframes slipdown {
    0% {
        top: -300px;
        opacity: 0;
    }
    100% {
        top: calc(50% - 390px);
        opacity: 1;
    }
}

@keyframes slipdown {
    0% {
        top: -300px;
        opacity: 0;
    }
    100% {
        top: calc(50% - 390px);
        opacity: 1;
    }
}

.leadership-detail-slipup {
    -webkit-animation: slipup 0.5s 1;
            animation: slipup 0.5s 1;
    -webkit-animation-name: slipup;
            animation-name: slipup;
}

@-webkit-keyframes slipup {
    0% {
        top: calc(50% - 390px);
        opacity: 1;
    }
    100% {
        top: -300px;
        opacity: 0;
    }
}

@keyframes slipup {
    0% {
        top: calc(50% - 390px);
        opacity: 1;
    }
    100% {
        top: -300px;
        opacity: 0;
    }
}

.leadership-detail-name {
    height: 28px;
    font-size: 28px;
    font-family: Noto Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: 67px;
    position: absolute;
    top: 120px;
    left: 497px;
}

.leadership-detail-line {
    width: 542px;
    height: 1px;
    background: #d4d4d4;
    position: absolute;
    top: 180px;
    left: 491px;
}

.leadership-detail-info {
    height: 377px;
    font-size: 14px;
    font-family: Noto Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    position: absolute;
    top: 217px;
    left: 496px;
}

.leadership-detail-textbox {
    width: 595px;
    height: 377px;
    font-size: 14px;
    font-family: Noto Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    position: absolute;
    top: 286px;
    left: 496px;
}


/* 关闭×按钮 */

.leadership-detail-closebtn {
    width: 30px;
    height: 30px;
    font-size: 30px;
    font-family: Noto Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    position: absolute;
    left: 1093px;
    top: 63px;
    border-radius: 50%;
    text-align: center;
    -webkit-animation: 0.5s 1;
            animation: 0.5s 1;
    -webkit-animation-name: rotate-180deg;
            animation-name: rotate-180deg;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.leadership-detail-closebtn:hover {
    width: 30px;
    height: 30px;
    font-size: 30px;
    font-family: Noto Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    color: #005da2;
    text-decoration: none;
    /* animation-name: rotate180deg; */
    cursor: pointer;
}

/* ######################### 卡片 ########################### */
.pic-person {
    height: 491px;
    width: 890px;
    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;
  }

  .information-lyj {
    /* padding-right: 10px; */
    width: 505px;
    height: 100%;
    margin-left: 30px;
    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-wfs {
    height: 42px;
    font-size: 28px;
    color: #333333;
    margin-bottom: 10px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: 0em;
  }
  
  .title-wfs {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
  }

  .academic-results {
    font-size: 16px;
    line-height: 30px;
    color: #333 !important;
    margin-top: 20px !important;
    margin-bottom: 10px !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;
    margin-bottom: 4px !important;
  }
  