.pe_ct {
    width: 1300px;
    margin: 0 auto;
}
.people_item {
    padding: 35px 20px;
    border: 1px solid #e2e9f5;
    box-shadow: 1px 4px 6px 0px rgba(226, 233, 245, 0.25);
    overflow: hidden;
    margin-bottom: 40px;
}
.p_photo {
    width: 200px;
    height: 200px;
    float: left;
}
.p_photo img {
    width: 100%;
    height: 100%;
}
.p_intro {
    width: calc(100% - 220px);
    float: right;
    font-size: 16px;
    font-weight: 300;
    text-align: LEFT;
    color: #000000;
    line-height: 28px;
    text-shadow: 1px 4px 6px rgba(226, 233, 245, 0.25);
}
.p_intro a {
    text-decoration: none;
}
.p_intro .p_name {
    cursor: pointer;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: LEFT;
    color: #004080;
    text-shadow: 1px 4px 6px rgba(226, 233, 245, 0.25);
    position: relative;
}
.p_intro .p_name1 {
  cursor: auto;
}
.p_intro .p_text {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #666;
    overflow: hidden;
    height: 200px;
    line-height: 20px;
    text-shadow: 1px 4px 6px rgba(226, 233, 245, 0.25);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}
/* .p_intro .p_text.p_long {
    height: auto;
} */
.stu_ct {
    height: 170px;
    overflow: hidden;
}
.stu_ct > p {
    line-height: 20px;
    font-size: 15px;
    color: #666;
}
.stu_ct .p_school {
    padding-top: 5px;
    padding-left: 20px;
    position: relative;
    line-height: 15px;
}
.p_school:before {
    position: absolute;
    content: "";
    top: 9px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #666;
}

.p_menu {
    display: flex;
    justify-content: space-around;
    width: 100%;
    border-bottom: 1px solid #004080;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.p_menuItem {
    text-transform: uppercase;
    flex: auto;
    font-size: 18px;
    text-align: center;
    font-weight: 100;
    color: #666;
    border-right: 1px solid #eee;
}
.p_menuItem:last-child {
    border-right: none;
}
.p_menuItem p {
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-family: GothamRnd-Light;
}
.p_menuItem span {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 20px;
    background: #f8f8f8;
    display: none;
}
.p_menuItem span:after {
    position: absolute;
    display: inline-block;
    content: "";
    left: 50%;
    top: 5px;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #004080;
}
.p_menuItem.active span {
    display: block;
}
.year_height {
    height: 60px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.s_year {
    padding: 0;
    font-size: 16px;
}
.select_year {
    width: 100px;
    height: 30px;
}
.divider {
    padding: 10px;
    line-height: 40px;
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    text-align: LEFT;
    color: #004080;
    letter-spacing: 0px;
}

@media screen and (max-width: 900px) {
    .people_item {
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
    }
    .p_name {
        margin: 0 !important;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 1000px) {
    .divider {
        padding: 10px 0;
        line-height: 30px;
        font-size: 20px;
    }
    .year_height {
        height: auto;
        margin-bottom: 20px;
        justify-content: flex-start;
    }
    .pe_ct {
        width: 375px;
        padding: 0 10px;
    }
    .s_year {
        padding: 0;
        font-size: 12px;
    }
    .select_year {
        width: 60px;
        height: 20px;
    }
    .p_menu {
        display: none;
        overflow-x: scroll;
        justify-content: space-between;
    }
    .p_menuItem {
        border-right: none;
        flex: 0;
    }
    .people_item {
        border: none;
        box-shadow: none;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #e2e9f5;
        margin-bottom: 10px;
    }
    .col-md-12 .people_item {
      align-items: flex-start;
  }
    .p_photo {
        width: 110px;
        height: 110px;
    }
    .p_intro {
        width: calc(100% - 120px);
    }
    .p_intro .p_name {
        font-size: 20px;
        height: 25px;
        line-height: 1;
        margin-bottom: 5px;
    }
    .p_intro .p_name .m_icon {
        width: 20px;
        top: 2px;
        height: 20px;
    }
    .p_intro .p_text {
        font-size: 12px;
        height: 90px;
        overflow: hidden;
        line-height: 15px;
    }
    .p_intro .p_text.p_long {
        height: auto;
    }
    .p_menuItem {
        font-size: 12px;
    }
    .we_pr {
        padding: 0;
    }
    .p_menuItem p {
        text-overflow: ellipsis;
        /*overflow: hidden;*/
        width: 100%;
        white-space: nowrap;
        font-family: GothamRnd-Light;
    }
    .stu_ct {
        height: auto;
        overflow: hidden;
    }
    .p_school:before {
        width: 5px;
        height: 5px;
        top: 10px;
    }
    .stu_ct > p {
        line-height: 15px;
        font-size: 12px;
    }
}
