/* 左侧 */
.content {
    border: 1px solid #ededed;
    padding: 0px 20px 30px 20px;
    box-sizing: border-box;
}
.content .title {
    padding: 25px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
}
.profiletitle {
    line-height: 30px;
    padding-left: 37px;
    box-sizing: border-box;
    background-image: url(../images/settledDetail.png);
    background-size: 27px 30px;
    background-position: center left;
    background-repeat: no-repeat;
    margin: 25px 0px 15px 0px;
}
.profileDetail {
    padding-left: 37px;
    box-sizing: border-box;
    line-height: 28px;
}
.profileDetail p,
.profileDetail span {
    font-size: 16px;
    line-height: 28px;
}
