﻿#top {
    height: 30px;
    background-color: #303a40;
}

#top-body {
    width: 1200px;
    margin: 0 auto;
}

.top-left {
    float: left;
    font-size: 14px;
    width: 300px;
    line-height: 30px;
}

    .top-left a {
        margin-right: 40px;
    }

.top-right {
    width: 600px;
    float: right;
}

.top-item {
    color: #727171;
    line-height: 30px;
    float: right;
    margin-left: 40px;
}

    .top-item img {
        vertical-align: middle;
    }

#header {
    height: 100px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.header-body {
    height: 100px;
    width: 1200px;
    margin: 0 auto;
}

.header-left {
    float: left;
}

.header-right {
    width: 887px;
    height: 30px;
    margin-top: 59px;
    float: right;
    text-align: right;
}

.logo {
    width: 224px;
    height: 59px;
    border-right: 1px #ccc solid;
    margin-top: 20px;
    float: left;
    background-image: url("../Images/logo.png");
}

.curCity {
    float: left;
    font-size: 18px;
    width: 80px;
    height: 20px;
    margin-top: 50px;
    vertical-align: bottom;
    margin-left: 8px;
}

.login-btn {
    width: 208px;
    height: 33px;
    color: #fff;
    line-height: 33px;
    text-align: center;
    margin-top: 15px;
    margin-left: 20px;
    border-radius: 5px;
    border: 1px #d11421 solid;
    background-color: #e82b37;
    cursor: pointer;
}

.message {
    color: #e60012;
    font-size: 20px;
    margin-left: 5px;
    font-style: italic;
}

.split {
    margin-left: 10px;
    margin-right: 10px;
}

#container {
    width: 1100px;
    margin: 0 auto;
    color: #333;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 70px;
}

#content-left {
    width: 250px;
    float: left;
    padding: 10px;
    margin-top: 20px;
    background-color: #f5f5f5;
    padding-bottom: 40px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.unit-name{
    color: #333;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px #ccc solid;
    margin-bottom: 10px;
}
.info-item{
    line-height: 30px;
}
.info-itemintro{
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
}
.info-itemintroc{
    font-size: 12px;
    line-height: 20px;
    padding-top: 5px;
    margin-bottom: 10px;
}
#content-right {
    width: 803px;
    float: left;
    margin-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.login-info{
    color: #f7ae00;
}
.position-list{
    padding:20px;
    overflow: hidden;
    background-color: #f5f5f5;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    margin-bottom: 20px;
}
.position-title{
    
}
.position-name{
    color: #3aaa99;
    font-size: 18px;
    float: left;
}
.send-talent{
    color: #fff;
    font-size: 14px;
    float: right;
    background-color: #3aaa99;
    line-height: 35px;
    padding: 0px 15px;
    text-align: center;
    color: #fff;
    float: left;
    border-radius: 5px;
    float: right;
    cursor: pointer;
}
.position-content span{
    display: block;
    float: left;
    padding-top: 10px;
    margin-right: 20px;
}
.import{
    color: #e60012;
}
.desc-title{
    float: none;
}
.desc-content{
    margin-top: 5px;
    line-height: 25px;
    color: #898989;
}
.desc-title{
    color: #333;
}
.refresh-date{
    margin-top: 10px;
    color: #e60012;
}