
/* 布局样式 */
.box {
    position: relative;
}
.header {
    height: 78px;
    width: 100%;
    background: #ffffff;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: 100000000;
    border-bottom: 1px solid #cccccc;
}
.headerContent {
    width: 1230px;
    height: 78px;
    line-height: 78px;
    margin: 0 auto;

}
.headerContent .leftBox img{
    vertical-align: middle;
    max-height: 78px;
}
.headerContent .centerBox {
    margin-left: 55px;
}
.headerContent .centerBox ul li {
    font-size: 14px;
    color: #333333;
    float: left;
    margin-left: 35px;
    cursor: pointer;
}
.headerContent .centerBox ul img {
    vertical-align: text-top;
}
.headerContent .centerBox ul li:hover {
    font-weight: bold;
}
.rightBox .btn-default {
    width: 79px;
    height: 24px;
    line-height: 10px;
    color: #f77a23;
    font-size: 14px;
    border-radius: 12px;
    border: solid 1px #f77a23;
}
.searchArea {
    margin-top: 90px;
    width: 100%;
    height: 220px;
    /*background-color: #ed530f;*/
}
.headBgs{
    top:0 !important;
}
.searchContent {
    width: 1230px;
    height: 100%;
    margin: 0 auto;
    z-index: 3;
}
.searchContent .searchLogo {
    line-height: 120px;
}
.searchContent .searchLogo .title {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 10px;
}
.searchContent .searchLogo img {
    vertical-align: middle;
}
.searchContent .searchInput  {
    margin-top: 30px;
}
.searchContent .searchInput .input-group {
    width: 700px;
    height: 40px;
}
.searchContent .searchInput .input-group .form-control {
    height: 40px;
}
.searchContent .searchInput .input-group-addon {
    height: 40px;
    width: 100px;
    color: #ffffff;
    background-color: #ed530f;
}
.searchContent .searchInput .searchNav ul li{
    float: left;
    /*margin-top: 14px;*/
    margin-right: 30px;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
}
.searchContent .searchInput .searchNav ul li:hover {
    /*color: #e2e2e2;*/
    /*text-decoration: underline;*/
}
.content {
    width: 100%;
    background: #f1f1f3;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 14px;
}
/* 删选区域 */
.selectArea {
    width: 1230px;
    margin: 0 auto;
    background: #ffffff;
    padding: 0 30px;
    height: 360px;
    z-index: 2;
    position: relative;
}

#administrative {
    border: none;
    font-size: 14px;
    color: #474747;
    outline:none;
}
.mainLabel {
    display: none;
}
.row01 {
    width: 100%;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; */
    padding: 20px 0;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
    float: left;
}
.row01 .title {
    white-space:nowrap;
    font-weight: bold;
    line-height: 26px;
    float: left;
}
.selectOptions {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; */
    /* display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; */
    float: left;
}
.selectOptions li {
    padding: 4px 20px;
    cursor: pointer;
    float: left;
}
.activeClass {
    background:#054F99;
    color: #ffffff !important;
}
.showText0,.showText1,.showText2,.showText3,.showText4,.showText5,.showText6,.showText7 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.handleInput input{
    width: 70px;
    height: 26px;
    border: 1px solid #dddddd;
    border-radius: 3px;
}
.handleInput button {
    width: 50px;
    height: 26px;
    border: 1px solid #dddddd;
    margin-left: 6px;
    border-radius: 3px;
}
.otherBtns {
    width: 136px;
    height: 33px;
}
.otherLi {
    padding: 0 8px!important;
}
.row01:last-child {
    border-bottom: none;
}
.allJobs {
    width: 1230px;
    margin: 0 auto;
    margin-top: 18px;
    height: 50px;
    background: #ffffff;
    border-bottom: 2px solid #054F99;
}
.allJobs p {
    width: 120px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    background: #054F99;
    color: #ffffff;
}
.jobBox {
    width: 1230px;
    margin: auto;
}
.jobBox {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; */
    margin-top: 16px;
}
.jobBox .leftBox {
    width: 920px;
    float: left;
    position: relative;
}
.jobBox .leftBox ul li {
    background: #ffffff;
    margin-bottom: 16px;
    border-radius: 10px;
}
.clear_box{
    clear:both;
}
.jobBox .rightBox {
    width: 295px;
    height: 100%;
    padding: 15px;
    background: #ffffff;
    float: right;
    border-radius: 10px;
}
.rightBox .top {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; */
    margin-bottom: 20px;
}
.rightBox .top p {
    font-weight: bold;
    display: inline-block;
}
.rightBox .top a {
    font-size: 14px;
    color: #999999;
    float: right;
}
.jobSalary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.jobSalary .job {
    flex: 6;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jobSalary .salary {
    text-align: right;
    flex: 4;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(5, 79, 153);
}
.comname {
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
}
.rightBox ul li {
    padding: 20px 0;
    border-top: 1px solid #e3e7ed;
}
.checkMoreBtns {
    width: 100%;
    height: 40px;
    border: 1px solid #999999;
    background: #054F99;
    color: #fff;
    margin: 10px 0;
    border-radius: 5px;
}
.mianLi {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; */
    padding: 30px 16px 10px 16px;
}
.jobDetails {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; */
    float: right;
}
.jobCheckBox {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}
.zhiwei {
    vertical-align: middle;
}
.applyJob {
    margin-left: 105px;
    text-align: center;
    float: right;
}
.jobName {
    color: #2F7EC9;
    line-height: 28px;
}
.jobName img {
    vertical-align: middle;
}
.salaryRange {
    color: #ED530F;
    margin-right: 10px;
    margin-left: 24px;
}
.jobRequest, .suoshuhangye {
    font-size: 14px;
    color: #474747;
    line-height: 28px;
    display: inline-block;
}
.CompanyName {
    font-size: 14px;
    color: #2F7EC9;
    line-height: 28px;
}
.applyBtn {
    width: 80px;
    height: 32px;
    background: #054F99;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    border: none;
}
.collection img {
    vertical-align: middle;
}
.collection span {
    font-size: 12px;
    color: #999999;
    vertical-align: middle;
    margin-left: 6px;
    line-height: 28px;
}
.bottomLi {
    width: 100%;
    height: 40px;
    background: #fafafa;
    padding-left: 40px;
}
.bottomLi span {
    display: inline-block;
    font-size: 14px;
    color: #474747;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 5px;
}
.paginationBlock {
    position: sticky;
    width: 920px;
    height: 92px;
    border-radius: 10px;
    background: #ffffff;
    bottom: 20px;         /* 保持与底部的间距 */
    padding: 15px 0;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
    z-index: 100;
    margin-top: 20px;
}
.paginationBtns {
    padding-left: 16px;
}
.innerBlock {
    width: 920px;
    height: 100%;
    padding-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.paginationBtns button {
    width: 80px;
    height: 30px;
    color: #666666;
    background: #f9f9f9;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    font-size: 14px;
    margin: 0 6px;
}
.page {
    width: 690px;
    height: 50px;
}
._page_container {
    margin: 10px auto !important;
}
/* footer区域 */
.footer {
    width: 100%;
    height: 320px;
    background: #2b2c31;
}
.footerContent {
    width: 1230px;
    margin: 0 auto;
    padding: 50px 20px;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; */
}
.footerLeft {
    width: 600px;
    height: 190px;
}
.footerLeft .top {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; */
}
.footerLeft li {
    font-size: 12px;
    line-height: 30px;
    color: #abacad;
}
.footerLeft li:first-child {
    font-size: 14px;
    line-height: 40px;
    color: #eaebeb;
}
.footerLeft .bottom {
    font-size: 12px;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    line-height: 100px;
}
.footerRight {
    color: #abacad;
    font-size: 12px;
    text-align: right;
}
.footerRight .title {
    font-size: 24px;
}
.footerRight p {
    margin-bottom: 20px;
}
.footerRight p img {
    margin-left: 10px;
}
.dropdown-menu {
    max-height: 200px;
    overflow: auto;
}
.noData {
    width: 100%;
    height: 200px;
    text-align: center;
    line-height: 200px;
}

/*修改选择中a标签的颜色*/
.activeClass a {
    color: #fff!important;
}


/* 2021.03.16样式修改 */
.leftBox ul .noData{
    padding-top: 15px;
    line-height: 20px;
    padding-bottom: 70px;
    color: #999;

}
.leftBox ul .noData .noMoreBoxBg{
    width: 200px;
    height: 128px;
    margin: 0px auto;
    background: url('../images/noMoreImg2.png') no-repeat center/153px 100px;
}

.area_fx{
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px 12px;
    border-bottom: 1px solid #eee;
}
.areaListContent{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.areaListContent div{
    font-size: 14px;
    display: inline-block;
    padding: 9px 12px;
    color: #333;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.areaListContent div:hover {
    background: #f7f7f7;
}
.areaListTitleText{
    font-size: 14px;
    color: #333;
    vertical-align: top;
    padding-right: 35px;
    line-height: 1;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    cursor: pointer;
}
.az_active{
    background: #096efd !important;
    color: #fff !important;
}
.otherList{
    display: flex;
    align-items: center;
    padding: 15px 12px 0px 0px;
    justify-content: space-between;
}
.otherList .el-select {
    width: 116px;
    margin-right: 10px;
}
.otherList .el-select .el-input--suffix .el-input__inner{
    border: none;
}
.fx_xx{
    display: flex;
}
.allJobs{
    display: flex;
    border-bottom: 2px solid #054F99;
    border-radius: 5px;
}
.allJobs p{
    background: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
}
.active_All{
    color: #fff !important;
    background: #054F99 !important;
}
.mianLi{
    display: flex;
}
.job_info{
    display: flex;
    flex-direction: column;
    width: 420px;
}
.jobList{
    background: #fff;
    margin-bottom: 20px;
    padding: 16px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
}
.JobName{
    float: left;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 24px;
    line-height: 24px;
    color: #222;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.job_info:hover .JobName{
    color: #054F99;
}
.JobPrice{
    float: left;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 17px;
    font-weight: 600;
    color: #054F99;
    margin-left: 12px;
}
.JobTags{
    height: 24px;
    margin-top: 8px;
    max-width: 420px;
    overflow: hidden;
}
.JobTags  div{
    height: 24px;
    border-radius: 4px;
    margin-right: 6px;
    line-height: 24px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 400;
    color: #555c70;
    background-color: #f5f7fa;
    max-width: 137px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.hire_info{
    margin-top: 14px;
    height: 20px;
    line-height: 20px;
}

.hire_info span{
    margin-right: 12px;
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #555c70;
}
.company_info{
    margin-left: 40px;
    width: 290px;
    overflow: hidden;
}
.companyName{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    max-width: 290px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.companyName:hover{
    color: #054F99;
}
.right_btns{
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
}
.right_btns .collection{
    position: absolute;
    bottom: 0;
    display: none;
    color: #054F99;
}
.right_btns .el-button--primary{
    background: #054F99 !important;
    border-color: #054F99 !important;
}
.jobList:hover .right_btns .collection{
    display: block;
}
.abs_fx .el-button--primary{
    background: #054F99 !important;
    border-color: #054F99 !important;
}
.left_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
}
.left_img img{
    width: 36px;
    height: 36px;
}
.jobList:hover .left_img{
    display: block !important;
}
.footCheck{
    display: flex;
    align-items: center;
}
.footCheck .collection{
    margin:0px 20px;
}
.footCheck .el-button--primary{
    background: #054F99 !important;
    color: #fff;
    width: auto;
    height: auto;
    line-height: normal;
    border-radius: 5px;
}
.footCheck .el-checkbox__input.is-checked+.el-checkbox__label{
    color:#054F99;
}
.footCheck .el-checkbox__input.is-checked .el-checkbox__inner{
    border-color: #054F99 ;
    background-color: #054F99;
}
.abs_fx .el-input__inner::placeholder{
    color: #666;
}
.fx_xx  .el-input__inner::placeholder{
    color: #666;
}
.reset_allData span{
    font-size: 14px;
    color: #999;
    cursor: pointer;
}
.reset_allData .seachNum{
    color: #096efd;
}
.reset_allData:hover span{
    color: #096efd;
}
.val_input .el-input__inner{
    color: rgb(5, 79, 153);
}
.fixed-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: white;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}
