.person_info{
    background: #eee;
    min-height: 400px;    
}
.person_info>li>a{padding:15px;}
.person_info .active{background: #428bca;}
.nav-pills>li.active>a{background:none;}

/*个人信息列表*/
.user_list li{
    height: 50px;
    line-height: 50px;
}
.user_list label{
    width:120px;
    margin-right: 15px;
}
#personTable button{
    border:none;
    background: none;
    color:#b33403;
}
.w_20{width:25%;}
.bg_b22403{background: #b22403;}