.list{
    width:994px;
    margin:0 auto;
    background-color:#fff;
    padding-bottom:40px;
    padding-left:30px;
}
.list .item{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:flex-start;
    padding-top:40px;
    padding-right:30px;
    padding-bottom:40px;
    border-bottom:1px dashed #ccc;
}
.list .item>div{

}
.list .item .avatarZone{
    border:1px solid #ddd;
    padding:9px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}
.avatarZone>img{
    display:block;
    width:190px;
    height:240px;
}
.infoZone{
    flex:1 0 0;
    margin-right:31px;
    margin-left:25px;
    padding-top:10px;
}
.infoZone .name{
    margin-bottom:20px;
    color:#333;
    font-size:22px;
    font-weight:bold;
}
.infoZone>p{
    line-height:28px;
    font-size:15px;
    color:#555;
}
.operationZone{

}
.askQuestionBtn{
    width:140px;
    height:44px;
    margin-top:108px;
    line-height:44px;
    font-size:16px;
    text-align:center;
    border-radius:22px;
    cursor:pointer;
}
