@charset "utf-8";
#my_team {
    padding: 65px 0;
}

#my_team .ot_top_list {
    text-align: center;
    margin-bottom: 50px;
}

#my_team .ot_top_list .ot_top_list_c {
    width: 240px;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

#my_team .ot_top_list img {
    width: 240px;
}

#my_team .ot_top_list h6 {
    line-height: 52px;
    height: 60px;
    text-align: center;
    color: #fff;
    background: #036dc9;
    opacity: 0.9;
    display: inline-block;
    width: 240px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -120px;
    font-size: 14px;
}

#my_team .team_list {
    text-align: center;
    margin-bottom: 50px;
}

#my_team .team_list .team_list_c {
    width: 200px;
    height: 270px;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

#my_team .team_list img {
    width: 200px;
}

#my_team .team_list h6 {
    line-height: 42px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #036dc9;
    opacity: 0.9;
    display: inline-block;
    width: 200px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -100px;
    font-size: 14px;
}
