@charset "utf-8";
/* CSS Document */
/*左侧列表*/
.display{ display:none}
.mem-left{
    float: left;
    width: 250px;
}
.user-info{
    width: 200px;
    min-height: 350px;
    padding: 0 24px;
    border: 1px solid #f1f1f1;
}
.toux{
    width: 92px;
    height: 92px;
    margin: 32px auto 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position:relative;
}
.toux img{
    width: 92px;
    height: 92px;
    margin: 0 auto;
}
.shell{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    background:url(../images/touxiang.png) no-repeat;
    background-size: 92px 92px;
    overflow:hidden;    height: 92px;
    width: 92px;
}
.mem-name{
    display: inline-block;
    margin-top: 8px;
    padding-bottom: 9px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}
.mem-name h3{
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}
.mem-name .status{
    line-height: 20px;
    color: #888888;
    background: url(../images/nav-icon_03.png) no-repeat left 2px;
    overflow: hidden;
}
.status p{
    float: left;
    padding-left: 20px;
}
.status_right{
    float: left;
    width:69%;
}
.mem-name .status span{
    color: #333333;
    padding: 0 2px;
    font-size:12px;
}
.mem-a{
    width: 200px;
    height: 120px;
    margin: 18px 0 12px 0;
    background: url(../images/fafafa_03.jpg);
}
.mem-a p{
    height: 60px;
    line-height: 55px;
    padding-left: 40px;
    color: #888888;
}
.mem-a span{
    padding: 0 6px 0 10px;
    color: #fc421e;
    font-size: 20px;
}
.mem-a_1{
    background: url(../images/nav-icon_07.png) no-repeat 10px center;
    border-bottom: 1px solid #f1f1f1;
}
.mem-a_2{
    background: url(../images/nav-icon_10.png) no-repeat 10px center;
}
.user-list{
    width: 248px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}
.user-list h4{
    height: 48px;
    padding-left: 50px;
    line-height: 48px;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
}
.user-list a{
    display: block;
   /* width: 100%;*/
    height: 47px;
    margin-left: 9px;
    padding-left: 65px;
    line-height: 48px;
    border-bottom: 1px solid #f1f1f1;
}
.user-list .left-menu li:hover,.user-list .left-menu li.active{
    background: #fafafa;
}
.user-list .list-title_1{
    background: url(../images/nav-icon_13.png) no-repeat 16px center #f1f1f1;
}
.user-list .list-title_2{
    background: url(../images/nav-icon_16.png) no-repeat 16px center #f1f1f1;
}
.user-list .list-title_3{
    background: url(../images/nav-icon_18.png) no-repeat 16px center #f1f1f1;
}
.user-list .list-title_4{
    background: url(../images/nav-icon_20.png) no-repeat 16px center #f1f1f1;
}
.user-list .list-title_5{
    background: url(../images/nav-icon_22.png) no-repeat 16px center #f1f1f1;
}
.user-list .list-title_6{
    background: url(../images/nav-icon_24.png) no-repeat 16px center #f1f1f1;
}