.member-header{
    margin-bottom: 20px;
    padding: 20px 0;
    overflow: hidden;
    height: 95px;
    background: url(../images/h.png) repeat-x left top;
}
.steps{
    border-bottom: 1px dashed #CCC;
    overflow: hidden;
    margin-bottom: 20px;
}
.steps .step{
    display: inline-block;
    padding: 15px;
}
.steps .ge{
    font-family: SimSun;
}
.steps .step b{
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    background: #f60;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}

.main-box{
    border-right: 1px solid #eee;
    padding-right: 20px;
}
.main-box .li{
    padding: 10px 0;
}



.member-aside{
    width: 160px;
    margin-right: 20px;
}
.member-aside .sidebar{
    border: 1px solid #e5e5e5;
    background: #fff;
}
.member-aside .sidebar .head{
    list-style: none;
    margin-top: -1px;
    position: relative;
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
    font-weight: bold;
    font-size: 16px;
    display: block;
    padding: 10px 0 10px 20px;
    color: #555;
    background: #f8f8f8;
}
.member-aside .sidebar .subcates{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
}
.member-aside .sidebar .subcates .item a{
    position: relative;
    display: block;
    padding: 7px 0 7px 26px;
    font-size: 14px;
    color: #333;
}
.member-aside .sidebar .subcates .item a:hover{
    background: #eee;
}
.member-aside .sidebar .subcates .item.active a, .member-aside .sidebar .subcates .item.active a:hover{
    background: #0d4b9b;
    color: #fff;
}


.rmain{
    border: 1px solid #eee;
}
.rmain .head{

}


.member-footer{
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}