﻿@charset "utf-8";
/* CSS Document */

a:hover {
    text-decoration: none;
}

/*============================招聘职位==========================*/

.zp_contentwrap {
    width: 709px;
    color: #2f3439;
    font-size: 16px;
    clear: both;
}

/*职位名称*/
.zp_ziwei {
    width: 697px;
    height: 25px;
    line-height: 25px;
    background-color: #5b85c7;
    color: #fff;
    padding-left: 12px;
}

/*招聘详情*/
.zp_content {
    padding: 14px 0 50px;
    overflow: hidden;
}

.zp_tit {
    width: 697px;
    padding-left: 12px;
    overflow: hidden;
}

.zp_titL {
    width: 80px;
    float: left;
    color: #00479d;
}

.zp_neirongR {
    width: 617px;
    float: right;
    font-size: 14px;
    color: #555;
}

.zp_word {
    color: #555;
    font-size: 14px;
    line-height: 26px;
}

/*邮箱*/
.zp_email {
    text-decoration: none;
    color: #84a4d5;
}

/*分页*/
.zp_page {
    width: 276px;
    height: 35px;
    margin: 80px auto 0px;
}

.zp_page a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-weight: bold;
    display: block;
    float: left;
    margin-right: 13px;
}

.zp_page a.zp_nomargin {
    margin-right: 0px;
}

/*页码样式*/
.zp_page a.zp_pagenum:link, .zp_page a.zp_pagenum:visited {
    background: url(../images/zp_page_bg.jpg) repeat-x;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #b0b0b0;
    border-right: 1px solid #e5e5e5;
    cursor: pointer;
}

.zp_page a.zp_pagenum:hover {
    color: #ff1d00;
}

/*左右箭头样式*/
.zp_page a.zp_arrow {
    border: 1px solid #327fdf;
    color: #fff;
    background-color: #327fdf;
    cursor: pointer;
}

/* New 2013-4-9 */
.zhaopinWrap {
    width: 100%;
    background: #fff url(../images/zhaopin_banner-x.png) repeat-x top;
}

.zhaopinTopImg {
    width: 960px;
    margin: 0 auto;
    background: url(../images/zhaopin_banner.png) no-repeat center top;
}

/*============================公司资质==========================*/

.zizhi_tab {
    width: 100%;

}

.zizhi_tab .zizhi_titile {
    border-bottom: 3px solid #fff;
}

.zizhi_tab tr td {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    line-height: 14px;
}

/*表格头部样式*/
.zizhi_tab td.zi_blue {
    background-color: #5b9ae7;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
}

.zizhi_tab td.zi_blue_num {
    background-color: #3281e1;
    padding-left: 12px;
    color: #fff;
    border-right: 1px solid #fff;
}

.zizhi_tab tr td.blue {
    color: #00479d;
}

.zizhi_tab tr td.td_blank {
    height: 2px;
    padding: 0;
    border: 0;
}

/*单行样式*/
.odd .zi_gray {
    background-color: #f4f4f4;
    padding-left: 12px;
    border-left: #eaeaea 1px solid;
}

.odd .zi_gray_num {
    background-color: #d9d9d9;
    text-align: center;
}

/*偶行样式*/
.even .zi_white {
    background-color: #fff;
    padding-left: 12px;
    border-left: #eaeaea 1px solid;
}

.even .zi_white_num {
    background-color: #ececec;
    text-align: center;
}

a.view:link, a.view:visited {
    color: #555;
    text-decoration: none;
    background: #fff;
    border: #ccc 1px solid;
    padding: 2px 5px;
    font-size: 12px;
}

a.view:hover {
    color: #fff;
    text-decoration: none;
    background: #F60;
    border: #fff 1px solid;
    padding: 2px 5px;
    font-size: 12px;
}

/*============================公司资质结束=========================*/
