﻿.fair-info-adv img
{
    width: 100%;
}
.fair-title
{
    height: 40px; /*line-height: 40px;*/
    font-size: 20px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    color: #F60;
    margin-bottom: 10px;
}
.fair-line
{
    font-size: 14px;
    color: #444;
    line-height: 30px;
}
.fair-line label
{
    color: #999;
    font-size: 14px;
    font-weight: normal;
}
.btn-show-info
{
    display: inline-block;
    float: right;
}
.btn-order
{
    display: inline-block;
    float: right;
    vertical-align: middle;
    width: 120px;
    line-height: 40px;
    font-size: 16px;
    background-color: #FF552E;
    color: #FFF !important;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 5px;
}
.btn-order:link
{
    color: #FFF;
}
.btn-order:hover
{
    background-color: #FD7823;
    color: #FFF;
}
.fair-title a.company
{
    background: #39a4f2;
}

.fair-title a.company:hover
{
    background: #f3c;
}

.btn-order:hover
{
    background-color: #f3c;
    color: #FFF;
}
.order-line
{
    background: #ffffff;
    height: 35px;
    line-height: 35px;
}
.order-line:hover
{
    background-color: #F5F5F5;
}
.btn-view-job
{
    width: 66px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    border-radius: 3px;
    color: #FFFFFF;
    background: #fc6200;
}

.jobfair-company-list
{
    position: relative;
    height: auto;
    background-color: #F2F5FB;
    padding: 15px 10px;
}

.jobfair-company-item
{
    float: left;
    width: 25%;
    margin-bottom: 15px;
}
.jobfair-company-inner
{
    width: 95%;
    margin: 0 auto;
    background: #fff;
    padding: 25px 0;
    text-align: center;
    border-radius: 3px;
}

.jobfair-company-inner:hover
{
    box-shadow: 0px 10px 20px #DDD;
    transform: translate(0,-3px);
    transition: transform 0.2s linear 0s;
}

.jobfair-company-logo
{
    max-width: 220px;
    height: 90px;
    margin-bottom: 5px;
}

.jobfair-company-name
{
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}

.jobfair-job-list
{
    height: 110px;
}

.jobfair-job-line
{
    position: relative;
    margin: 0px auto;
    width: 90%;
    display: block;
    line-height: 30px;
    border-bottom: 1px #eee dashed;
}
.jobfair-job-title .jobfair-job-left, .jobfair-job-title .jobfair-job-right
{
    color: #aaa !important;
}

.jobfair-job-left
{
    width: 55%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jobfair-job-right
{
    width: 45%;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jobfair-job-left, .jobfair-job-right
{
    display: inline;
    float: left;
}

.jobfair-job-more
{
    padding: 10px 0;
}

.jobfair-job-more-btn
{
    padding: 8px 12px;
    font-size: 16px;
    background-color: #FF552E;
    color: #FFF !important;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.offline-content-layout
{
    padding: 15px 15px;
}