.BodyBox{
    background-color: #F5F6FA;
}
.BodyBox .BodyBox_Content {
    padding: 0;
    overflow: hidden;
}
.BodyBox .BodyBox_Nav{
    background: transparent;
}
.jobContainer{
    float: left;
    width: 850px;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 120px;
}
.companyContainer{
    float: right;
    width: 330px;
    padding: 15px;
    background-color: #fff;
}
.jobContainer table{
    line-height: 32px;
}
.boothTop span{
    display: inline-block;
    padding: 0 0 0 20px;
    vertical-align: middle;
    color: #999;
    font-size: 14px;
    margin-right: 25px
}
.fbTime{
    background: url("images/fbclock.png") no-repeat left;
    background-position-y: 8px;
    background-size: 16px 16px;
    margin-right: 20px
}
.llcs{
    background: url("images/see.png") no-repeat left;
    background-position-y: 8px;
    background-size: 16px 16px;
}
.boothTop .collect{
    background: url("images/collect.png") no-repeat left;
    background-position-y: 8px;
    background-size: 16px 16px;
    margin-right: 0;
}
.tallTr{
    line-height: 65px;
}
.middleTr{
    line-height: 45px;
}
.tallTr .jobName{
    font-size: 24px;
    color: #088EC0;
}
.tallTr .salary{
    font-size: 24px;
    color: #FE7E00;
    text-align: right;
}
.miaoshu{
    color: #666;
    font-size: 14px;
}
.miaoshu b{
    padding: 0 15px;
    color: #929292;
}
.grey{
    font-size: 14px;
    color: #999999;
}
.grey>b{
    color: #333;
}
hr{
    margin: 25px 0;
    border: .5px solid #ddd;
}
.sendCv{
    float: right;
    width: 145px;
    text-align: center;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    background: #449d39;
    margin-top: 30px;
}
.chat{
    float: right;
    padding-left: 30px;
    color: #666;
    font-size: 16px;
    background: url("images/chat.png") no-repeat left;
    background-size: 24px 23px;
    margin-right: 25px;
}
.chat.off{
    background: url("images/offline.png") no-repeat left;
    background-size: 24px 23px;
}
.jobContainer>p{
    border-left: 2px solid #449d39;
    height: 20px;
    line-height: 20px;
    padding-left: 12px;
    color: #333;
    font-size: 16px;
}
.jobContainer>div{
    width: 100%;
    padding: 15px 0;
    color:#666;
    font-size: 14px;
    padding-left: 12px;
    min-height: 75px;
}
.companyContainer>p{
    border-bottom: 1px solid #ddd;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 15px;
}
.companyContainer>div{
    color: #333;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0;
}
.companyContainer>span{
    color: #999;
    font-size: 12px;
    line-height: 23px;
}
.companyContainer>ul{
    width: 100%;
}
.companyContainer>ul>li{
    width: 100%;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    margin: 15px 0 5px;
}
.companyContainer>ul>li>span{
    float: left;
    padding-left: 30px;
    color: #999;
    font-size: 14px;
    margin-right: 5px;
}
.companyContainer>ul>li>b{
    float: left;
    font-weight: normal;
    color: #333;
    font-size: 14px;
}
.companyContainer>ul>li:first-child>span{
    background: url("images/gsxz.png") no-repeat left;
    background-size: 16px 16px;
}
.companyContainer>ul>li:nth-child(2)>span{
    background: url("images/sshy.png") no-repeat left;
    background-size: 16px 16px;
}
.companyContainer>ul>li:nth-child(3)>span{
    background: url("images/gsgm.png") no-repeat left;
    background-size: 16px 16px;
}
.companyContainer>ul>li:nth-child(4)>span{
    background: url("images/zczj.png") no-repeat left;
    background-size: 16px 16px;
}
.companyContainer .companyHome{
    width: 120px;
    border: 1px solid #088EC0;
    color: #088EC0;
    border-radius: 15px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin: 30px auto;
    display: block;
}
.sendCv,.companyHome,.chat,.collect{
    cursor: pointer;
}
.boothTop span.yellow{
    background: none;
    font-weight: bold;
    color: #f0f042;
}