﻿body {
    margin: 0;
    padding: 0;
    font-family: Microsoft Yahei;
}

a {
    text-decoration: none;
}

.BaikeTop {
    width: 1060px;
    margin: auto;
    padding: 30px 20px;
    height: 60px;
    position: relative;
    color: #333;
}

.BaikeTop .Title {
    position: absolute;
    top: 25px;
    left: 220px;
    height: 70px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    font-family: Microsoft Yahei, "微软雅黑";
}

.BaikeLogo {
    border-left: 1px solid #666;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 18px;
    height: 38px;
}

.SearchTextBox {
    color: #999;
    text-indent: 10px;
    border: 1px solid #ccc;
    width: 450px;
    height: 30px;
    line-height: 30px;
    float: left;
    -webkit-box-shadow: inset 0 2px 3px #e3e3e3;
    -moz-box-shadow: inset 0 2px 3px #e3e3e3;
    box-shadow: inset 0 2px 3px #e3e3e3;
}

.LeftDH {
    width: 223px;
}

.LeftDH a {
    height: 65px;
    display: block;
    color: #fff;
}

.LeftDH .Content {
    margin: 11px 0;
    display: inline-block;
}

.LeftDH .Content .Title {
    font-size: 16px;
}

.LeftDH .ItemIcon {
    background: url(/JobBaike/images/icon1.png) no-repeat;
    width: 34px;
    height: 38px;
    float: left;
    margin: 15px 20px 11px 30px;
}

.LeftDH .MoneyIcon {
    background-position: -34px 0;
}

.LeftDH .ResumeIcon {
    background-position: -70px 0;
}

.LeftDH .JobIcon {
    background-position: -104px 0;
    width: 36px;
}

.LeftDH .ArtIcon {
    background-position: -173px 0;
    margin: 15px 15px 11px 25px;
    width: 43px;
}

.LeftDH .ZtIcon {
    background-position: -141px 0;
    width: 32px;
    margin: 15px 19px 11px 32px;
}

.JobTypeItemActive {
    float: left;
    width: 278px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-indent: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: normal;
    _white-space: normal;
    cursor: pointer;
    color: #505050;
}

.JobTypeItemActive:before {
    width: 12px;
    height: 12px;
    background: #008adf;
    display: block;
    content: ' ';
    position: absolute;
    top: 14px;
    left: 20px;
}

.JobTypeItem {
    float: left;
    width: 278px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-indent: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: normal;
    _white-space: normal;
    cursor: pointer;
    color: #505050;
}

.JobTypeItem:before {
    width: 11px;
    height: 11px;
    border: 1px solid #505050;
    display: block;
    content: ' ';
    position: absolute;
    top: 14px;
    left: 20px;
}

.NullItem {
    float: left;
    width: 244px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-indent: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: normal;
    _white-space: normal;
    cursor: pointer;
    color: #505050;
}

.JobTypeChild {
    border: solid #e2e2e2;
    border-width: 1px 0;
    padding: 10px 20px;
    margin: 10px auto;
    width: 750px;
}

.JobTypeChild .ChildItem {
    float: left;
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: normal;
    _white-space: normal;
    line-height: 28px;
    height: 28px;
}

.JobTypeChild .ChildItem a {
    color: #017cc9;
}

.IndexItemTitle {
    color: #008adf;
    font-size: 18px;
    border-bottom: 1px solid #008adf;
    height: 40px;
    line-height: 40px;
    display: block;
    text-indent: 10px;
}

.ArtInfoClass {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    margin: 5px 0;
    color: #0079c2;
    text-indent: 10px;
    cursor: pointer;
}

.ArtInfoClassActive {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    margin: 5px 0;
    color: #0079c2;
    text-indent: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #efefef;
    position: relative;
}

.ArtInfoClassActive:after {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 7px;
    height: 13px;
    display: block;
    content: '';
    background: url(/JobBaike/images/icon2.png) -67px -34px no-repeat;
}

.ArtInfoItem {
    cursor: pointer;
}

.ArtInfoItem .Title {
    color: #0079c2;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
}

.ArtInfoItem .Content {
    width: 548px;
    float: left;
    font-size: 12px;
    line-height: 20px;
    color: #444;
    height: 60px;
    overflow: hidden;
}

.ArtInfoItem .Hit {
    width: 55px;
    float: left;
    margin-left: 20px;
}

.ArtInfoItem .Hit .Count {
    height: 38px;
    line-height: 38px;
    border: solid #f2e49d;
    border-width: 1px 1px 0 1px;
    border-radius: 3px 3px 0 0;
    text-align: center;
    background: #fff7d0;
    color: #ff8321;
    font-size: 14px;
}

.ArtInfoItem .Hit .Text {
    height: 18px;
    line-height: 18px;
    border: 1px solid #e0e7ed;
    text-align: center;
    background: #edf5f8;
    color: #7d8a92;
    font-size: 11px;
}

.ArtInfoItemSeparator {
    border-top: 1px solid #e2e2e2;
    width: 100%;
    height: 1px;
    margin: 15px 0;
    _margin: 15px 0 0 0;
}

.LeftTitle {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #3d3d3d;
    position: relative;
}

.HotKeyItem {
    height: 38px;
    line-height: 38px;
    position: relative;
    border-top: 1px dotted #ccc;
    cursor: pointer;
}

.HotKeyItem .Top3 {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    background: #fea800;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 0;
}

.HotKeyItem .Top10 {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    color: #666;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 0;
}

.HotKeyItem .Title {
    width: 166px;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    color: #005dbd;
    font-size: 14px;
    display: inline-block;
    margin-left: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: normal;
    _white-space: normal;
}

.HotKeyItem .Title:hover {
    color: #ff9900;
}

.UrgentJobItem {
    height: 50px;
    line-height: 25px;
    width: 198px;
    padding: 5px 0 5px 25px;
    font-size: 14px;
    cursor: pointer;
    color: #333;
}

.UrgentJobItem .JobName {
    width: 173px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: normal;
    _white-space: normal;
    color: #005dbd;
}

.UrgentJobItem .EntName {
    width: 173px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: normal;
    _white-space: normal;
    color: #333;
}

.MapPath {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    position: relative;
}

.MapPath .Home {
    width: 17px;
    height: 15px;
    background: url(/JobBaike/images/icon2.png) -49px -32px no-repeat;
    content: ' ';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
}

.ResultTips {
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
    margin: 10px 0;
    color: #5e5e5e;
    font-size: 14px;
}

.ResultHotKey {
    color: #ff9900;
    font-weight: bold;
}

.SearchResultItem {
    position: relative;
    font-size: 14px;
}

.SearchResultItem .Title {
    height: 40px;
    line-height: 40px;
}

.SearchResultItem .Content {
    color: #444;
    width: 650px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 12px;
}

.SearchResultItem .ViewCount {
    width: 110px;
    text-align: center;
    position: absolute;
    top: 23px;
    right: 0;
    font-size: 12px;
    color: #999;
}

.SearchResultItem .DetailButton {
    background: #ff9900;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 53px;
    right: 0;
}

.NoResult {
    border: 1px solid #e2e2e2;
    width: 813px;
    height: 210px;
    font-size: 14px;
    text-align: center;
    display: none;
}

.NoResult .BtnFeedBack {
    background: #ff9900;
    width: 142px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.NoResult .BtnBackIndex {
    border: 1px solid #ff9900;
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ff9900;
    display: inline-block;
}

.SearchErrorTips {
    background: none repeat scroll 0 0 #D2322D;
    border: 1px solid #D43F3A;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 12px;
    height: 20px;
    right: 105px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    padding: 0 10px;
    display: none;
}

.EnableSearchBtn {
    display: inline;
    float: left;
    margin-left: 8px;
    background: url(/JobBaike/images/search.gif) no-repeat;
    width: 91px;
    height: 31px;
    content: " ";
    cursor: pointer;
}

.DisEnableSearchBtn {
    display: inline;
    float: left;
    margin-left: 8px;
    background: url(/JobBaike/images/search_g.gif) no-repeat;
    width: 91px;
    height: 31px;
    content: " ";
}

.BaikeFeedBackBg {
    background: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.BaikeFeedBack {
    float: left;
    width: 815px;
    padding: 0 10px;
    z-index: 100001;
    position: absolute;
    display: none;
}

.BaikeFeedBack .Content {
    border: 1px solid #e2e2e2;
    width: 370px;
    height: 190px;
    font-size: 14px;
    background: #fff;
    margin: 90px auto auto;
}

.BaikeFeedBack .Content .BtnClose {
    background: url(/JobBaike/images/icon3.png) -52px 0 no-repeat;
    width: 16px;
    height: 16px;
    content: ' ';
    margin: 16px 20px 20px 0;
    float: right;
    cursor: pointer;
}

.BaikeFeedBack .Content .Icon {
    background: url(/JobBaike/images/icon3.png) no-repeat;
    width: 51px;
    height: 46px;
    content: ' ';
    position: absolute;
    top: 10px;
    left: 43px;
}

.BaikeFeedBack .Content .BtnSubmit {
    width: 126px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: #008adf;
    margin: 30px auto auto;
    text-align: center;
    cursor: pointer;
}

.BaikeEdit {
    width: 520px;
    z-index: 100001;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -260px;
    transform: translateY(-50%);
    box-shadow: 1px 1px 50px rgba(0,0,0,0.3);
    display: none;
    
}

.BaikeEdit .EditContent {
    background: #fff;
    width: 520px;
    margin: auto;
    position: relative;
    border-radius: 2px 2px 0 0;
}

.BaikeEdit .Title {
    padding: 0 80px 0 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #0378D8;
    font-size: 14px;
    color: #fff;
    background-color: #0378D8;
    border-radius: 2px 2px 0 0;
    position: relative;
}

.BaikeEdit .BtnClose {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    background: url(/images/v4/ico.png) -20px 2px no-repeat;
    top: 11px;
    cursor: pointer;
}
.BaikeEdit .BtnSubmit,
.BaikeEdit .BtnCancel {
    width: 160px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    border: 1px solid #0378d8;
    text-align: center;
    cursor: pointer;
}
.BaikeEdit .BtnSubmit {
    float: left;
    background: #0378d8;
    color: #fff;
    margin-left: 50px;
}

.BaikeEdit .BtnCancel {
    background: #fff;
    color: #0378d8;
    float: right;
    margin-right: 50px;
}

.BaikeSelect {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 100000;
    padding: 10px 0;
}

.BaikeSelect .BtnClose {
    background: url(/JobBaike/images/icon3.png) -52px 0 no-repeat;
    width: 16px;
    height: 16px;
    content: ' ';
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.form input[type="text"],
.form textarea{
    border: 1px solid #ededed;
    outline: none;
    border-radius: 4px;
    background: #fff;
    vertical-align: middle;
}

.form input[type="text"] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    box-sizing: border-box;
}
.form textarea{
    padding: 15px;
}
.form .label {
    color: #666; font-weight: bold;
}
.form .required {
    color: #ff9900;
    margin-right: 5px;
}
.form .form-item {
    margin: 10px 0;
}

.job-dialog {
    width: 964px;
    margin-left: -487px;
}
.job-content {
    max-height: 500px;
    overflow: auto;
    background: #fff;
}