﻿.panel
{
    width: 1220px;
    margin: 20px auto;
}
.search_panel
{
    width: 850px;
    min-height: 400px;
    float: left;
    border: 1px dotted lightgray;
    border-radius: 3px;
}
.hot_panel
{
    width: 350px;
    min-height: 400px;
    float: right;
    border: 1px dotted lightgray;
    border-radius: 3px;
}
.title
{
    border-left: 4px solid #C7000A;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: large;
    padding-left: 5px;
    margin: 10px;
}

.input, .items
{
    border-top: 1px dotted lightgray;
    width: 100%;
}

.input .key
{
    width: 644px;
    height: 30px;
    line-height: 30px;
    font-size: large;
    margin: 10px;
    margin-left: 25px;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 3px;
}

.input .key.focus
{
    border: 1px solid #2E73D1;
    border-radius: 3px;
}

.input .submit
{
    width: 130px;
    height: 38px;
    line-height: 36px;
    font-size: medium;
    margin-left: 10px;
    border: 1px solid #C7000A;
    border-radius: 3px;
    text-align: right;
    background-color: #C7000A;
    padding: 0px 5px;
    color: White;
    background-image: url(icon.png);
    background-position: 10px -110px;
    background-repeat: no-repeat;
}

.condition, .result
{
    width: 800px;
    margin: 0px auto;
    min-height: 40px;
}
.condition .name, .condition .tag
{
    text-align: right;
    height: 24px;
    line-height: 24px;
    margin: 3px;
    padding: 0px 5px;
    font-size: medium;
    float: left;
}
.condition .name
{
    width: 105px;
    color: #C7000A;
    background-image: url(/images/cn/hr/icon.png);
    background-repeat: no-repeat;
}
.condition .tag:hover
{
    background: #C7000A;
    color: White;
    border-radius: 3px;
}
.selected
{
    background: #C7000A;
    color: White;
    border-radius: 3px;
}
.category .name
{
    background-position: 0px -78px;
}
.address .name
{
    background-position: 0px -39px;
}
.time .name
{
    background-position: 0px 0px;
}
.condition .tag
{
    cursor: pointer;
}
.result
{
    font-size: inherit;
}
.result .spec
{
    font-weight: bold;
    margin: 5px auto;
}
.jobs
{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid red;
}
.jobs th, .jobs td
{
    padding: 3px 8px;
    border: 1px solid #e0e0e0;
}
.jobs th
{
    background: #C7000A;
    color: White;
    font-weight: bold;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.jobs td
{
    height: 25px;
    line-height: 25px;
    color: #333;
}
.jobs th span
{
    display: inline-block;
    width: 100px;
}
.jobs .asc
{
    background-image: url(/images/cn/hr/icon.png);
    background-position: 80px -161px;
    background-repeat: no-repeat;
}
.jobs .desc
{
    background-image: url(/images/cn/hr/icon.png);
    background-position: 80px -208px;
    background-repeat: no-repeat;
}
.items li
{
    color:#C7000A;
    list-style-type: circle;
    padding-left: 10px;
    list-style-position: inside;
    margin: 5px 0px;
}

.items li span
{
    white-space: nowrap;
    font-size: 9pt;
}

.items li a:hover span
{
    text-decoration: underline;
}

.items li .job_name
{
    display: inline-block;
    width: 200px;
    overflow: hidden;
}
.items li .job_address
{
    display: inline-block;
    width: 110px;
    overflow: hidden;
    margin-left: 5px;
}
.clear
{
    float: none;
    width: 0px;
    height: 0px;
    line-height: 0px;
    clear: both;
}

.address
{
    width: 700px;
    margin-left: 25px;
    float: left;
}
#areaPanel
{
    width: 800px;
    height: 600px;
    overflow: auto;
}
#areaPanel .locationTitle
{
    width: 760px;
    margin: 10px 20px 5px 20px;
    border-bottom: 1px solid red;
    font-size: 14px;
    font-weight: bold;
}
#areaPanel .cityList
{
    width: 750px;
    margin-left: 30px;
}
#areaPanel .cityList span
{
    cursor: pointer;
    font-size: 12pt;
    display: inline-block;
    padding: 3px;
}
#areaPanel .cityList span:hover
{
    background: #FF4242;
    color: White;
    border-radius: 3px;
    padding: 3px;
}
.more
{
    float: right;
    width: 100px;
    height: 40px;
    text-align:center;
    line-height: 30px;
    font-size: medium;
    color:#C7000A;
    cursor:pointer;
}
