.parson_section {
    margin-bottom: 20px;
}
.parson {
}
.parson.fleft {
    float:left;
}
.parson.fright {
    float:right;
}
.parson_head {
    position: relative;
}
.parson_icon {
    display: inline-block;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.topic .text h3.parson_name {
    display: inline-block;
    height: 128px;
    line-height: 128px;
    padding-left: 10px;
    vertical-align: top;
    border: none;
    font-size: 1.2em;
}
.parson_detail {
    margin: 10px;
}
