.banner{
    width: 100%;
    height: 382px;
    background: url("http://a18.fudyfrp.com/skins/demo/images/banner_03.jpg") top center no-repeat;
}
.lawyer_team_wrap{
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 100px;
}
.lawyer_team_wrap .lawyer_team{
    width: 1216px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}
.lawyer_team_wrap .lawyer_team .title{
    width: 200px;
    height: 62px;
    font-size: 26px;
    color: #004b99;
    line-height: 62px;
    text-align: center;
}
.lawyer_team_wrap .lawyer_team .line_short{
    width: 58px;
    height: 7px;
    background-color: #616161;
}
.lawyer_team_wrap .lawyer_team .line_long{
    width: 630px;
    height: 1px;
    background-color: #616161;
    margin-bottom: 80px;
}
.lawyer_team_wrap .lawyer_team .lawyer_list{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap:wrap;
    margin-left: 12px;
}
.lawyer_team_wrap .lawyer_team .lawyer_list .lawyer_content{
    width: 278px;
    height: 396px;
    border: 1px solid #e1e1e1;
    background-color: #dedede;
    margin-right: 24px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.lawyer_team_wrap .lawyer_team .lawyer_pic{
    width: 278px;
    height: 322px;
    overflow: hidden;
}
.lawyer_team_wrap .lawyer_team .laywer_text{
    width: 278px;
    height: 42px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    text-align: center;
}
.lawyer_team_wrap .lawyer_team .laywer_text .text_position{
    font-size: 12px;
}
.lawyer_team_wrap .lawyer_team .laywer_text .text_name{
    font-size: 16px;
    font-weight: 800;
}