﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clearfix:after {
    content: "\200b";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a {
    text-decoration: none;
}

#pc-job {
    width: 840px;
    overflow: hidden;
}

.pc-job-title {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    background: rgb(70, 70, 125);
}

#pc-job-x {
    position: absolute;
    right: 5px;
    top: -5px;
    line-height: 40px;
    font-size: 24px;
    color: #999;
}

    #pc-job-x:hover {
        color: #333;
    }

.pc-job-choice {
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #999;
    background-color: #f4f4f4;
}

.pc-job-more {
    margin-bottom: 15px;
}

    .pc-job-more p {
        float: left;
        margin-top: 15px;
        padding-left: 20px;
    }

.pc-job-list {
    float: left;
    padding-left: 20px;
}

    .pc-job-list li {
        float: left;
        height: 30px;
        line-height: 30px;
        padding: 0 8px 0 10px;
        margin: 10px 20px 0 0;
        font-size: 14px;
        color: #fff;
        background-color: #06f;
        border-radius: 2px;
        cursor: pointer;
    }

        .pc-job-list li a {
            margin-left: 5px;
            font-size: 16px;
            color: #f0f0f0;
        }

            .pc-job-list li a:hover {
                color: #fff;
            }

.pc-job-all {
    width: 100%;
    height: 30px;
    padding: 0 25px;
    border-bottom: solid 1px #e6e6e6;
    background-color: #f4f4f4;
}


    .pc-job-all li {
        float: left;
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
        margin-left: 5px;
        background-color: #f4f4f4;
        border: solid 1px #e6e6e6;
        cursor: pointer;
        color: #555;
    }


        .pc-job-all li.pc-job-all-on {
            background-color: #fff;
            border: solid 1px #e6e6e6;
            border-bottom: none;
        }

.pc-job-search {
    position: absolute;
    bottom: 5px;
    right: 20px;
    border-radius: 2px;
    overflow: hidden;
}

    .pc-job-search input {
        float: left;
        width: 230px;
        height: 34px;
        padding: 0 10px;
        line-height: 25px;
        font-size: 14px;
        color: #333;
        border: solid 1px #e6e6e6;
        outline: none;
        background: #fff;
    }

    .pc-job-search a {
        float: left;
        height: 34px;
        line-height: 34px;
        padding: 0 24px;
        font-size: 14px;
        color: #fff;
        background-color: #06f;
        cursor: pointer;
    }

        /*.pc-job-search a:hover {
            background-color: #00b1ff;
        }*/

#pc-job-middle {
    width: 100%;
    height: 320px;
    padding: 10px 20px;
    background-color: #fff;
    overflow-y: auto;
    margin-bottom:10px;
}

.pc-job-type h5 {
    font-size: 14px;
    color: #333;
}

.pc-job-type ul {
    padding: 0 20px;
}

    .pc-job-type ul li {
        float: left;
        width: 19%;
        text-align: left;
        margin: 12px 0 0 1%;
        font-size: 14px;
        color: #06f;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.pc-job-category {
    display: none;
}

    .pc-job-category ul li {
        float: left;
        width: 19%;
        text-align: left;
        margin-top: 12px;
        margin-left: 1%;
        font-size: 14px;
        color: #06f;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pc-job-category ul li:first-child{
        display:none;
    }
.pc-job-result {
    display: none;
}

    .pc-job-result ul li {
        float: left;
        width: 19%;
        text-align: left;
        margin-bottom: 20px;
        margin-left: 1%;
        font-size: 14px;
        color: #06f;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

#pc-job-bottom {
    width: 100%;
    padding: 10px 0;
    background-color: #f4f4f4;
    text-align: center;
    cursor: pointer;
    font-size: 0;
}

    #pc-job-bottom ul {
        display: inline-block;
        width: 180px;
    }

        #pc-job-bottom ul li {
            float: left;
            height: 30px;
            line-height: 30px;
            padding: 0 21px;
            font-size: 14px;
            color: #fff;
            background-color: #06f;
            border-radius: 4px;
        }

            #pc-job-bottom ul li.pc-job-cancel {
                background-color: #fff;
                margin-left: 30px;
                border: solid 1px #06f;
                color: #06f;
            }

#pc-job-tis {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 111;
}

    #pc-job-tis span {
        display: inline-block;
        padding: 10px 20px;
        max-width: 400px;
        font-size: 16px;
        color: #fff;
        border-radius: 5px;
        background: rgba(0,0,0,.4);
    }

#cyname {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
