﻿.Description {
    margin-left: 20px;
    width: 792px;
}

    .Description .Title {
        color: #000;
        font-size: 30px;
        height: 50px;
        line-height: 50px;
    }

    .Description .ChangeJobIcon {
        background: url(/JobBaike/images/icon2.png) 0 -32px no-repeat;
        width: 16px;
        height: 15px;
        content: ' ';
        margin: 25px 0 0 10px;
        cursor: pointer;
    }

    .Description .Content {
        font-size: 14px;
        line-height: 25px;
        margin-top: 15px;
        color: #777;
    }

.EditIcon {
    background: url(/JobBaike/images/icon2.png) -18px -33px no-repeat;
    width: 13px;
    height: 13px;
    content: ' ';
    margin: 5px 5px 0 15px;
    cursor: pointer;
    float: left;
}

.DetailsItem {
    width: 812px;
}

    .DetailsItem .Top {
        line-height: 25px;
        position: relative;
        margin: 15px 0;
    }

        .DetailsItem .Top .TitleIcon {
            background: url(/JobBaike/images/icon2.png) -33px -32px no-repeat;
            width: 15px;
            height: 15px;
            content: ' ';
            position: absolute;
            top: 5px;
            left: 0;
        }

        .DetailsItem .Top .Title {
            color: #000;
            font-size: 18px;
            margin-left: 20px;
        }

        .DetailsItem .Top .Line {
            position: absolute;
            border: solid #E2E2E2;
            border-width: 1px 0 0 0;
            top: 13px;
            left: 100px;
            content: ' ';
            width: 660px;
        }

        .DetailsItem .Top .Edit {
            font-size: 12px;
            cursor: pointer;
            position: absolute;
            top: 0;
            right: 0;
        }

    .DetailsItem .Content {
        margin-left: 20px;
        font-size: 14px;
        line-height: 25px;
        color: #777;
    }

    .DetailsItem .JobItem {
        width: 220px;
        height: 46px;
        border: 1px solid #E2E2E2;
        float: left;
        margin: 0 0 10px 10px;
        padding: 10px 15px;
        line-height: 23px;
        _margin: 0 0 10px 7px;
    }

        .DetailsItem .JobItem .JobName {
            font-size: 13px;
            color: #008de1;
        }

        .DetailsItem .JobItem .EntName {
            font-size: 14px;
            color: #424242;
            overflow: hidden;
            height: 23px;
            text-overflow: ellipsis;
            white-space: nowrap;
            *white-space: normal;
            _white-space: normal;
        }

    .DetailsItem .OtherJobItem {
        display: block;
        float: left;
        width: 180px;
        color: #017cc9;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 10px;
        line-height: 30px;
        height: 30px;
    }

    .DetailsItem .OtherJobItem:hover {
        color: #ff9900;
    }

.Directory {
    border: 1px solid #e2e2e2;
    padding: 20px;
    width: 183px;
    font-size: 14px;
    line-height: 30px;
    background: #fff;
    z-index: 1;
    position: relative;
}

    .Directory .Title {
        color: #008cde;
        font-weight: bold;
        font-size: 16px;
    }

    .Directory .Line {
        border-color: #E2E2E2;
        border-image: none;
        border-style: solid;
        border-width: 1px 0 0;
        content: ' ';
        left: 60px;
        position: absolute;
        top: 35px;
        width: 140px;
    }

    .Directory .Item {
        width: 89px;
        display: inline-block;
        text-align: center;
    }

    .Directory .btnOtherJob {
        color: #fff;
        background: #ff9900;
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
    }

.DirectoryFix {
    background: #fff;
    border: 3px solid #e2e2e2;
    padding: 20px;
    width: 179px;
    font-size: 14px;
    line-height: 30px;
    position: fixed;
    top: 45px;
    z-index: 2;
}

    .DirectoryFix .Title {
        color: #008cde;
        font-weight: bold;
        font-size: 16px;
    }

    .DirectoryFix .Line {
        border-color: #E2E2E2;
        border-image: none;
        border-style: solid;
        border-width: 1px 0 0;
        content: ' ';
        left: 60px;
        position: absolute;
        top: 35px;
        width: 140px;
    }

    .DirectoryFix .Item {
        width: 87px;
        display: inline-block;
        text-align: center;
    }

    .DirectoryFix .btnOtherJob {
        color: #fff;
        background: #ff9900;
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
    }


.HotArtItem {
    height: 30px;
    line-height: 30px;
    position: relative;
    border-top: 1px dotted #ccc;
    cursor: pointer;
}

    .HotArtItem .icon {
        width: 8px;
        height: 8px;
        border: 1px solid #c0c0c0;
        background: #f0f0f0;
        position: absolute;
        top: 10px;
        left: 7px;
        content: ' ';
        overflow: hidden;
    }

    .HotArtItem .Title {
        width: 166px;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        color: #424242;
        font-size: 12px;
        display: inline-block;
        margin-left: 25px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .HotArtItem .Title:hover {
        color: #ff9900;
    }

.EditInfo {
    margin-top: 40px;
    text-align: right;
    color: #ccc;
}
