

.lawyer{
    width: 100%;
    height: auto;
}
.lawyer .lawyer-flex{
    width: 1410px;
    display: flex;
    margin: 30px auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lawyer .lawyer-flex .lawyer-left .lawyer-flex1{
    width: 862px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c5c5c5;
}
.lawyer .lawyer-flex .lawyer-left .lawyer-flex1 div:nth-of-type(1){
    font-size: 36px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #333333;
}
.lawyer .lawyer-flex .lawyer-left .lawyer-flex1 div:nth-of-type(1) span{
    font-size: 20px;
    font-family: Alibaba PuHuiTi;
    font-weight: 300;
    color: #666666;
}
.lawyer .lawyer-flex .lawyer-left .lawyer-flex1 div:nth-of-type(2){
    font-size: 20px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #333333;
}
.lawyer .lawyer-flex .lawyer-left .lawyer-flex2{
    margin-top: 100px;
}
.lawyer .lawyer-flex .lawyer-left .lawyer-flex2 div:nth-of-type(1){
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #000000;
    padding: 10px 0px;
    border-bottom: 1px solid #c5c5c5;
    width: 862px;
}
.lawyer .lawyer-flex .lawyer-left .lawyer-flex2 div:nth-of-type(2){
    width: 870px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
    line-height: 30px;
}
.lawyer .lawyer-flex .lawyer-right{
    width: 409px;
    height: 557px;
    overflow: hidden;
}
.lawyer .lawyer-flex .lawyer-right img{
    width: 409px;
    height: 557px;
    transition: all 0.6s;
}
.lawyer .lawyer-flex .lawyer-right img:hover{
    transform: scale(1.2);
}