.section-title {
    /*background-image: url("../../image/about-bg/banner-gltd.png");*/
}

.manage-content {
    width: 100vw;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.people_item{
    flex: none;
    width: 46vw;
    align-items: stretch;
    overflow: hidden;
    position: relative;
    background-color: #f5f7fa;
    border: 1px solid #FFFFFF;
    transition: all .3s;
    margin-bottom: 20px;
}
.people_item:hover{
    box-shadow: 0 0 10px rgba(95,202,243,0.7);
}

.people_cover{
    width: 100%;
    height: 60vw;
    box-sizing: border-box;
}
.people_cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.people-intro{
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 0px 5px;
}
.people-intro h1{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #111;

}
.people-intro p{
    margin: 5px 0;
    color: #444;
    font-size: 18px;
}
.people-pop-intro{
    color: #777;
    width: 100%;
    box-sizing: border-box;
    opacity: 1;
}