.home{
    cursor: pointer;
}
.userBoss ul{
    list-style: none;
    height: 20px;
}
.userBoss #userenavs{
    width: 400px;height: 40px;text-align: center;line-height: 40px;padding-left: 20px;
}
.userBoss #usercontent li{
    color:#FEFFFF;
    font-size:14px;
}
.userBoss #usernavs li{
    width: 7%;height: 40px;float: left;
    border-bottom: none;
    color:#333;
    cursor: pointer;
    text-align: center;
    margin: 0px 30px 0px 30px ;
    background: #F9F7F6;
    padding-top:5px
}
.userBoss  #usernavs li.active{
    border-top:1px solid  #2D57D1FF;
    color:#2D57D1;
   
}
.userBoss #usercontent{
    width: 100%;height: 1600px;position: relative;border-top: none;padding:0px
}
.userBoss #usercontent li{width: 100%;height: 100%;position: absolute;display: none;overflow: hidden;text-overflow: ellipsis}
