
/*µÚ¶þÌ×¹¤³¤*/
.engineer-list{
    width:1200px;
    overflow: hidden;
}
.engineer-list li{
    float: left;
    width:376px;
    margin:10px 20px 10px 0;
}
.engineer-list li .gzpic{
    width:122px;
    height: 122px;
    display: block;
    margin-right:25px;
    float:left;
}
.engineer-list li .gzpic img{width:100%;height: 100%;border-radius: 50%;}
.engineer-list .gzinfo{line-height: 22px;height: 22px;font-size: 14px;color:#595959;}
.info-a .name{float: left;height: 22px;padding:0 14px;margin-right:15px;background-color: #15ae67;color:#fff;font-size: 14px;font-weight: bold;border-radius: 10px;}
.info-b img{ margin-top: -5px;cursor:pointer}
.info-b p{text-overflow:ellipsis;width:225px;height:25px; line-height:25px;white-space:nowrap; overflow:hidden;}