@import 'common.scss';

.left {
    position: relative;
    width: 250px;
    height: 720px;
    ul {
        width: 100%;
        li {
            width: 100%;
            height: 45px;
            padding-left: 30px;
            box-sizing: border-box;
            line-height: 45px;
            font-size: 14px;
            color:rgba(153,153,153,1);
            &:hover {
                border-left: 2px solid #ED322A;
                background:rgba(255,238,238,1);
                a {
                    color:rgba(237,50,42,1);
                }
            }
        }
    }
}

.middle {
    position: relative;
    width: 250px;
    height: 720px;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 14px;
    .add {
        width: 141px;
        height: 36px;
        margin: 20px auto;
        border-radius:3px;
        border:1px solid rgba(237,50,42,1);
        text-align: center;
        line-height: 36px;
        font-size: 14px;
        color: rgba(237,50,42,1);
        span {
            font-size: 16px;
        }
    }
    .type {
        margin-top: 25px;
        color: #999999;
        line-height: 45px;
    }
    ul {
        li {
            height: 22px;
            line-height: 22px;
            i {
                display: inline-block;
                width: 18px;
                height: 18px;
                margin-right: 11px;
                background: url(./i/icon-employee.png) no-repeat center center;
                background-size: 100% 100%;
            }
        }
    }
}

.right {
    width: 100%;
    height: 616px;
    padding: 20px 24px 20px 524px;
    box-sizing: border-box;
    font-size: 14px;
    .title {
        height: 26px;
        line-height: 26px;
        font-size: 20px;
        margin-bottom: 44px;
        .btns {
            span {
                display: inline-block;
                width: 80px;
                height: 36px;
                font-size: 14px;
                line-height: 36px;
                text-align: center;
                border-radius:2px;
                border:1px solid rgba(153,153,153,1);
                color:rgba(51,51,51,1);
            }
        }
    }
    .name {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 9px;
        .posi {
            font-size: 14px;
            font-weight: normal;
        }
    }
    .company {
        font-size: 12px;
        color:rgba(153,153,153,1);
        margin-bottom: 30px;
    }
    .autho {
        height: 30px;
        padding: 30px 0;
        border-top: 1px solid rgba(238,238,238,1);
        p {
            color: rgba(153,153,153,1);
            margin-right: 31px;
        }
        .btns {
            margin-left: 48px;
        }
        div {
            i {
                display: inline-block;
                width: 18px;
                height: 18px;
                margin-right: 5px;
                background: url(./i/department.png) no-repeat center center;
                background-size: 100% 100%;
            }
        }
        ul {
            overflow: hidden;
            margin-left: 20px;
            li {
                line-height: 36px;
                i {
                    width: 16px;
                    height: 16px;
                    background: url(./i/manage-no-selected.png) no-repeat center center;
                    background-size: 100% 100%;
                    margin-right: 8px;
                    margin-top: 11px;
                }
                .name {
                    margin-right: 20px;
                    color: rgba(51,51,51,1);
                    font-weight: normal;
                }
                .intro {
                    color: rgba(153,153,153,1);
                }
            }

        }
    }
    
}