.cul_con{
    position: relative;
}
.cul_img{
    width: 100%;
    height: auto;
}
.cul_con .po_title{
    position: absolute;
    width: 100%;
    text-align: center;
    white-space: nowrap;
height: 2.34vw;
font-family: PingFang SC;
font-weight: 500;
font-size: 2.5vw;
color: #FFFFFF;
position: 222;
top: calc(50% - 1.2rem);
font-family: PingFang SC;
font-weight: 500;
font-size: 2.5vw;
color: #FFFFFF;
text-shadow: 0rem 0rem 1rem rgba(128,128,128,0.75);

}
.l_block{
    display: inline-block;
}
.cul_cons{
    margin: 5.21rem 0;
}
.team_card{
    background: #F7F9FA;
    width: 100%;
    padding: 1.04rem 2.6rem 1.04rem 1.51vw;
    margin-bottom: 1.2vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.team_card .team_left{
    display: flex;
    flex-direction: column;
    margin-right: 7.76vw;
    
}
.team_card .team_left>span:first-child{
    font-family: PingFang SC;
font-weight: 400;
font-size: 1.88vw;
color: #000000;
margin-top: 0.47vw;
margin-bottom: 1.51vw;
}
.team_card .team_left .line{
    width: 4.17vw;
height: 0.1vw;
background: #BC2121;
margin-bottom: 1.56vw;
}
.team_card .team_left>span:nth-child(3){
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 1.25vw;
    color: #4D4D4D;
    margin-bottom: 1.56vw;
}
.team_card .team_left>span:last-child{
    font-family: PingFang SC;
font-weight: 400;
font-size: 0.73vw;
color: #808080;
line-height: 1.56vw;
flex: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 20; /* 定义文本的行数 */
overflow: hidden;
text-overflow: ellipsis;
}
.team_card img{
    height: auto;
    width: 15.63vw;
}
.team_card:hover{
    box-shadow: 0rem 0rem 1rem 0rem rgba(179,196,221,0.46); 
}
.card_sm{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.card_sm>div>img{
width: 100%;
height: auto;
}
.card_sm>div{
    padding: 1.04rem 1.04rem 1.3vw;
    width: 32%;
    background: #F7F9FA;
    margin-bottom: 2vw;
}
.card_sm>div:hover{
    box-shadow: 0rem 0rem 1rem 0rem rgba(179,196,221,0.46); 
    cursor: pointer;
}
.card_sm>div:hover .more{
   display: block;
}
.card_sm>div:nth-child(3n-1){
    margin: 0 2% 2vw;
}
.card_sm>div>div{
    margin-top: 1.56vw;
    font-family: PingFang SC;
font-weight: 400;
font-size: 1.56vw;
color: #000000;
}
.card_sm>div>div>div{
    margin-top:1vw;
    font-family: PingFang SC;
font-weight: 400;
font-size: 0.94vw;
color: #4D4D4D;
display: flex;
justify-content: space-between;
align-items: center;
}
.more{
    width: 1.04vw;
    height: 0.94vw;
    display: none;
}
.mask{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
background:rgba(0, 0, 0, .5);
display: flex;
align-items: center;
justify-content: center;
}

.team_card .close{
    position: absolute;
    top:0;
    right: 0;
    width: 2.08vw;
    height: auto;
    cursor: pointer;
}
@media screen and (max-width:967px) {
 
    .team_card .team_left>span:first-child{
        font-family: PingFang SC;
    font-weight: 400;
    font-size:16px;
    color: #000000;
    margin-top: 0.47vw;
    margin-bottom: 1.51vw;
    }
    .team_card .team_left .line {
        width: 6.17vw;
        height: 0.1vw;
        background: #BC2121;
        margin-bottom: 1.56vw;
    }
    .team_card .team_left>span:nth-child(3) {
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #4D4D4D;
        margin-bottom: 2.6vw;
    }
    .team_card .team_left>span:last-child {
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 12px;
        color: #808080;
        flex: 1;
        line-height: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 20;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .team_card img {
        height: auto;
        width: 22.63vw;
    }
    .card_sm>div>div{
        font-size:16px;
    }
    .team_card .close{
        width: 5vw;
    }
    .mask .team_card{
        border-radius: 2vw;
    }
    .card_sm>div{
        padding: 2.04rem 2.04rem 2.3rem
    }
    .card_sm>div>div{
        margin-top: 3vw;
    }
    .card_sm>div>div>div{
        font-size: 12px;
    }
}