﻿.PJobDetails
{
    width:1200px;
    margin:10px auto;
}
    .PJobDetails .jobhead {
        margin-top: 10px;
        background-color: #FFF;
        box-sizing: border-box;
        border: 1px solid #EEE;
    }
    .PJobDetails .hfleft {
        width: 880px;
        float: left;
        box-sizing: border-box;
        padding: 30px;
    }
    .PJobDetails .jobname {
        font-size: 16px;
        line-height: 40px;
        font-weight: 700;
        color: #555;
    }
    .PJobDetails .jobbase {
        color: #5C5C5C;
        line-height: 20px;
    }
        .PJobDetails .jobbase span{
            margin-right:20px;
        }
        .PJobDetails .jobfuli {
            margin-top: 10px;
        }
        .PJobDetails .jobfuli span {
            display: inline-block;
            background-color: #edf9ff;
            color: #007ccf;
            padding: 2px 5px;
            border-radius: 2px;
            margin-right: 10px;
        }
    .PJobDetails .hdright {
        width: 300px;
        float: right;
        box-sizing: border-box;
        padding: 30px;
    }
    .PJobDetails .shenqingjob {
        height: 40px;
        width: 240px;
        background-color: #ff9934;
        color: #FFF;
        text-align: center;
        line-height: 40px;
        border-radius: 3px;
        cursor: pointer;
    }
    .PJobDetails .shoucangjob {
        height: 40px;
        line-height: 38px;
        width: 240px;
        box-sizing: border-box;
        margin-top: 10px;
        border-radius: 3px;
        cursor: pointer;
        background-color: #fbeded;
        border: 1px solid #ff9934;
        background-image: url(../images/jobshoucang.png);
        background-repeat: no-repeat;
        background-size: auto 16px;
        background-position: 92px center;
        padding-left: 112px;
    }
    .PJobDetails .jobnrmain {
        margin-top: 10px;
    }
    .PJobDetails .xqleft {
        width: 880px;
        float: left;
        padding: 30px;
        background-color: #FFF;
        box-sizing: border-box;
        border: 1px solid #EEE;
        min-height: 1107px;
    }
    .PJobDetails .jonfunmain {
        width: 360px;
        margin: 20px auto;
    }
        .PJobDetails .jonfunmain .funbtn {
            width: 100px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            cursor: pointer;
            float: left;
            margin: 0px 10px;
            background-color: #ff9934;
            color: #FFF;
            border-radius: 3px;
        }
            .PJobDetails .jonfunmain .funbtn a{
                color:#FFF
            }
            .PJobDetails .jonfunmain .tousubtn {
                background-color: #CCC;
                color: #333;
            }
    .PJobDetails .xqright {
        width: 300px;
        float: right;
    }
    .PJobDetails .nrbt {
        font-size: 16px;
        font-weight: 700;
        color: #000;
    }
    .PJobDetails .nrxq {
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 10px;
        line-height: 36px;
    }
    .PJobDetails .jobcoinfo {
        background-color: #FFF;
        padding: 20px 0px;
        border: 1px solid #EEE;
        box-sizing: border-box;
    }
    .PJobDetails .jiname {
        text-align: center;
        font-weight: 700;
        color: #474747;
    }
    .PJobDetails .headdiv {
    }
        .PJobDetails .headdiv img {
            width: 100px;
            height: 100px;
            display: block;
            border: 1px solid #EEE;
            margin: 10px auto;
        }
    .PJobDetails .coname, .PJobDetails .coname a {
        text-align: center;
        color: #474747;
    }
    .PJobDetails .cojj {
        width: 260px;
        margin: 5px auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        line-height: 24px;
    }
/****/
    .PJobDetails .jobxglist {
        margin-top: 10px;
        background-color: #FFF;
        box-sizing: border-box;
        padding: 20px;
        border: 1px solid #EEE;
    }
        .PJobDetails .jobxglist .tb {
            font-size: 15px;
            line-height: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #F8F8F8;
        }

        .PJobDetails .jobxglist .xgjobul {
            display: block;
        }

            .PJobDetails .jobxglist .xgjobul li {
                display: block;
                padding: 10px 0px;
                border-bottom: 1px solid #F8F8F8;
                line-height: 26px;
            }

                .PJobDetails .jobxglist .xgjobul li:last-child {
                    border-bottom: 0px;
                }

        .PJobDetails .jobxglist .jobname {
            color: #333;
        }

            .PJobDetails .jobxglist .jobname span {
                margin-right: 3px;
            }

        .PJobDetails .jobxglist .jobyx {
            color: #F50;
        }

        .PJobDetails .jobxglist .jobtd {
            color: #999;
        }

            .PJobDetails .jobxglist .jobtd span {
                margin-right: 5px;
            }

        .PJobDetails .jobxglist .jobconame {
            color: #3a91e7
        }
