/* 顶部样式 */

body {
    height: 100%;
    margin: 0;
    color: #333;
    font-size: 14px;
}

ul,
li,
a {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
input {
    background: #fff;
}
textarea {
    background: #fff;
}
select {
    background: #fff;
}
::-webkit-input-placeholder {
    color: #cacbcc;
}

 :-moz-placeholder {
    color: #cacbcc;
}

 ::-moz-placeholder {
    color: #cacbcc;
    opacity: 1;
}

 :-ms-input-placeholder {
    color: #cacbcc;
}
a:hover {
    text-decoration: none!important;
}

.nav {
    margin: 0 auto;
    height: 80px;
    /* display: flex;
align-items: center;
justify-content: center; */
    background: #fff;
    text-align: center;
}

.nav_left,
.nav_right {
    float: left;
    height: 80px;
    line-height: 80px;
    position: relative;
}

.nav_right_whiteBg {
    background: #fff;
    padding: 5px 15px;
    position: absolute;
    bottom: -60px;
    z-index: 99;
    border-radius: 5px;
    border: 1px solid #eaebeb;
    right: 0;
}

.nav_right_whiteBg div {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    width: 85px;
    text-align: left;
}

.nav_right_columnLine {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #ccc;
    margin: 35px 10px 0;
}

.nav_right span {
    float: left;
    cursor: pointer;
}

.head_path,.head_path_dd {
    cursor: pointer;
}
/* 弹出层样式 */

.sv_popupModule {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
    z-index: 999;
}

.cl_detail_whiteBg {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px
}

.cl_detail_whiteBg {
    width: 250px;
    height: 290px;
}

.layui-layer-iframe {
    border-radius: 4px;
    overflow: hidden;
}

.layui-layer-title {
    background: #fff !important;
    border-bottom: 1px solid #eaebeb !important;
    height: 48px !important;
    line-height: 48px !important;
}

.layui-layer-setwin {
    top: 18px !important;
}

.sv_close {
    text-align: right;
    font-size: 27px;
    position: absolute;
    right: 25px;
    top: 10px;
    color: #999;
    cursor: pointer
}


/* 中间样式 */

.main {
    background: #f7f7f7;
}

.ps_management_containter {
    /* width: 1200px;
  margin: 0 auto; */
    padding: 0 15%;
    font-size: 14px;
}

.ps_management_containter_top {
    padding: 10px 20px;
}

.ps_management_containter_top a {
    cursor: pointer;
    color: #333;
}

.ps_management_containter_bottom {
    display: flex;
    padding-bottom: 20px;
    overflow: hidden;
}

.ps_management_containter_bottomLeft {
    width: 20%;
    min-width: 230px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    float: left;
    box-sizing: border-box;
}

.ps_management_containter_bottomRight {
    width: 80%;
    float: right;
}

.ps_management_leftTop {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 20px;
    flex-shrink: 0;
    padding-bottom: 0px;
}

.ps_management_leftTopWallet {
    width: 100%;
    text-align: center;
    border-top: 1px solid #eaebeb;
    margin-top: 20px;
    height: 48px;
    line-height: 48px;
}

.ps_management_leftTopWallet span span {
    color: #f39800;
}

.ps_management_leftBot {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    background: #fff;
    margin-top: 5px;
    height: 500px;
    text-align: center;
}

.ps_management_leftBot_publish {
    width: 90px;
    height: 36px;
    line-height: 36px;
    border: solid 1px #f39800;
    /* display: flex;
justify-content: center;
align-items: center; */
    background: #fff;
    color: #f39800;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 15px;
    cursor: pointer;
    text-align: center;
}
.ps_management_leftBot_publish a {
    color: #f39800;
}
.ps_management_leftBot_publish a:hover {
    color: #f39800;
}
.ps_management_leftBot_publish a:visited {
    color: #f39800;
}
.nav_right_whiteBg i {
    color: #808080;
}
.pubActive {
    background: #f39800 !important;
    color: #fff !important;
}
.pubActive a{
    color: #fff !important;
}
.publishBox {
    position: relative;
    display: flex;
    padding: 5px 0;
}

.publishBox::after {
    content: '';
    height: 1px;
    width: 150px;
    background-color: #eaebeb;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ps_management_leftBot_positoin {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding-left: 50px;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
}

.leftActive {
    background-color: #fef4ed;
    color: #f39800;
}

.ps_management_containter_rightMenu {
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
}

.ps_management_containter_rightMenu>div {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    cursor: pointer;
    display: inline-block;
    background: #f5f7f9;
    border: 1px solid #eaebeb;
    flex-shrink: 0;
}

.ps_management_containter_rightMenu>div:last-of-type {
    border-right: 0;
}

.ps_management_containter_rightMenu>p {
    width: 100%;
    margin: 0;
    height: 100%;
    border-bottom: 1px solid #eaebeb;
    border-left: 1px solid #eaebeb;
}

.menuItem_active {
    background: #fff !important;
    font-weight: bold;
    position: relative;
    border: none !important;
}

.menuItem_active::after {
    content: '';
    height: 5px;
    background: #f39800;
    width: 100%;
    position: absolute;
    top: -5px;
    left: 0;
}

.ps_management_containter_rightItem {
    margin-top: 10px;
    padding: 20px 20px 15px 20px;
    background: #fff;
}

.ps_management_rightItem_top {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.ps_management_rightItem_topLeft {
    color: #808080;
    display: flex;
    align-items: center;
    float: left;
}
.ps_management_rightItem_topLeft img:hover {
    cursor: pointer;
}
.ps_management_rightItem_topLeft span:nth-of-type(2) {
    color: #333;
    margin: 0 10px;
    cursor: pointer;
}

.ps_management_rightItem_topRight {
    color: #999;
    font-size: 12px;
    float: right;
}

.ps_management_rightItem_Mid {
    display: flex;
    align-items: center;
    padding: 20px 0;
    overflow: hidden;
}

.ps_management_rightItem_midDetail {
    font-size: 16px;
    float: left;
}

.ps_management_rightItem_midDetail div {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #808080;
    margin-top: 5px;
}

.ps_management_rightItem_midDetail div span {
    display: inline-block;
}

.ps_management_rightItem_Bot {
    display: flex;
    padding: 10px 58px 0;
    border-top: 1px solid #eaebeb;
}

.ps_management_rightItem_Bot div {
    width: 85px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #cacbcc;
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
}

.ps_management_rightItem_BotUse {
    border: 1px solid #f39800 !important;
    color: #f39800;
}

.ps_management_containter_publish {
    width: 90px;
    height: 38px;
    background: #f39800;
    margin: 15px auto;
    line-height: 38px;
    color: #fff;
    border-radius: 4px;
}

.ps_management_detail_box {
    padding: 20px 50px;
    background: #fff;
}

.ps_management_detail_bot {
    display: flex;
    margin-top: 50px;
    padding-left: 20px;
}

.ps_management_detail_bot div {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

.ps_management_detail_rePublish {
    border: 1px solid #f39800;
    color: #f39800;
    box-sizing: border-box;
    margin-right: 20px;
}

.ps_management_detail_suspend {
    background: #f39800;
    color: #fff;
}
.ts_management_topTitle {
    height: 60px;
    background: #fff;
    display: flex;
    border-bottom: solid 1px #eaebeb;
    line-height: 60px;
    justify-content: space-between;
}

.ts_management_topTitle span {
    font-size: 16px;
    color: #333;
    padding-left: 20px;
}

.ts_batch_agreeBtn {
    height: 38px;
    width: 90px;
    background: #f39800;
    border: solid 1px #f39800;
    line-height: 38px;
    margin-top: 11px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer;
}

.ts_batch_refuseBtn {
    height: 38px;
    width: 90px;
    background: #fff;
    border: solid 1px #f39800;
    line-height: 38px;
    margin-top: 11px;
    color: #f39800;
    text-align: center;
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer;
}

.columnLine {
    width: 1px;
    height: 10px;
    background: #cacbcc;
    display: block;
    margin: 0 10px;
}

.pagingBox {
    margin-top: 20px;
    display: flex;
}

.pagingBox span {
    background: #fff;
    padding: 10px 20px;
    display: block;
    margin-left: 20px;
    cursor: pointer;
    display: inline-block;
}

.ps_management_containter_rightBox {
    padding: 10px 20px;
}

.listItem {
    border: 1px solid #eaebeb;
    margin-bottom: 20px;
}

.listItem:last-of-type {
    margin-bottom: 0;
}

.item_top_greyBg {
    height: 36px;
    background: #f7f7f7;
    overflow: hidden;
    padding: 0 20px;
}

.item_top_greyBg_left {
    float: left;
    margin-top: 8px;
}

.item_top_greyBg_left span:first-of-type {
    font-size: 16px;
    float: left;
}

.item_top_greyBg_right {
    float: right;
    margin-top: 8px;
    color: #808080;
}

.orangeBg {
    display: inline-block;
    padding: 0 5px;
    height: 22px;
    background: #f9e4cd;
    color: #f39800;
    border-radius: 2px;
    margin: 0px 20px 0 10px;
}

.item_bottomBox {
    overflow: hidden;
    padding: 20px;
    padding-right: 0;
    position: relative;
}

.item_bottomBox img {
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 8px;
}

.item_bottomDetail {
    float: left;
    padding: 5px 20px;
    text-align: left;
}

.detail_columnLine {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #eaebeb;
    margin: 0 5px;
}

.followBtn {
    background: #f39800;
    color: #fff;
    margin-left: 15px;
    padding: 2px 4px;
    border-radius: 2px;
    cursor: pointer;
}

.item_bottomDetail_bottom {
    margin-top: 15px;
}

.item_bottomDetail_bottom span {
    margin-right: 14px;
    overflow: hidden;
    display: inline-block;
}

.item_mark {
    position: absolute;
    top: 50%;
    height: 20px;
    right: 25px;
    line-height: 20px;
    margin-top: -10px;
    color: #f39800;
    font-size: 14px;
    cursor: pointer;
}

.item_bottomDetail_bottom span:last-of-type {
    margin: 0;
    width: 270px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.ps_paging_box ul {
    padding: 40px 0;
    overflow: hidden;
    text-align: center;
}

.ps_paging_box ul li {
    width: 40px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: grey;
    margin: 0 10px;
    cursor: pointer;
    display: inline-block;
}

.ps_paging_active {
    background: #f39800 !important;
    color: #fff !important;
}


/* 底部样式 */

.footer {
    background: #343331;
    color: #999;
    width: 100%;
    /* overflow: hidden; */
}

.footer_bot {
    text-align: center;
    background: #2f2e2c;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 1200px;
}

.footer_box {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    font-size: 12px;
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    background: #343331;
}

.footer_boxLeft {
    text-align: center;
    color: #fff;
    float: left;
}

.footer_boxCenter {
    display: flex;
    color: #999;
    float: left;
    overflow: hidden;
    margin-left: 35px;
}

.footer_boxCenter_item {
    margin: 0 50px;
    float: left;
}

.footer_boxCenter_itemTitle {
    font-size: 14px;
}

.row_line {
    width: 16px;
    height: 2px;
    background: #999;
    display: block;
    margin-top: 5px;
}

.footer_boxCenter_itemContain {
    margin-top: 20px;
}

.footer_boxCenter_itemContain div {
    margin-bottom: 10px;
}

.footer_boxRight {
    display: flex;
    color: #fff;
    float: right;
}

.footer_boxRight>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 35px;
    float: left;
    text-align: center;
}


/* 人才信息上传 */

.basicModule {
    padding: 20px 60px;
    background-color: #fff;
}

.basicModule_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.basicModule_input_box {
    overflow: hidden;
    margin-right: -70px;
}

.basicModule_input_item {
    float: left;
    margin-bottom: 20px;
    position: relative;
    margin-right: 70px;
}

.basicModule_input_item label {
    width: 82px;
    float: left;
    text-align: right;
    padding-right: 16px;
    margin-top: 6px;
}

.basicModule_input_item label text {
    color: #fe4800;
}

.basicModule_input_item input,
.basicModule_input_item select,
.input {
    width: 350px;
    height: 36px;
    padding-left: 12px;
    border-radius: 2px;
    outline: none;
    border: 1px solid #cacbcc;
    box-sizing: border-box;
    /* color: #cacbcc; */
}

.submitBtn {
    background-color: #f39800;
    color: #fff;
    width: 90px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
    border: none;
    outline: none;
    margin: 0 auto;
    font-size: 16px;
    display: block;
    cursor: pointer;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #cacbcc;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #cacbcc;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #cacbcc;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cacbcc;
}

.absoluteBtn {
    position: absolute;
    width: 350px;
    height: 36px;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.cityChioce_module {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    display: none;
}

.whiteBg {
    position: relative;
    left: 0;
    right: 0;
    top: 150px;
    bottom: 0;
    margin: auto;
    width: 650px;
    background-color: #fff;
}

.cityChioce_module_title {
    padding: 0 24px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eaebeb;
    overflow: hidden;
    font-size: 16px;
}

.cityChioce_module_title .icon-guanbi {
    float: right;
}

.cityChioce_module_hotTitle,
.cityChioce_module_provinceTitle {
    padding: 0 24px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.greyBlock {
    width: 4px;
    background-color: #f7f7f7;
    display: block;
    height: 18px;
    float: left;
    margin-top: 2px;
}

.cityChioce_module_hotTitle .iconfont,
.cityChioce_module_provinceTitle .iconfont {
    margin: 0 10px 0 5px;
    cursor: pointer;
}

.cityChioce_module_hotBox ul,
.cityChioce_module_provinceBox ul {
    overflow: hidden;
    padding: 0 24px;
}

.cityChioce_module_hotBox ul li,
.cityChioce_module_provinceBox ul li {
    float: left;
    width: 100px;
    text-align: center;
    margin-bottom: 8px;
    height: 28px;
    line-height: 28px;
    position: relative;
}

.cityChioce_module_provinceBox ul li:last-of-type {
    width: 170px;
}

.cityChioce_module_bottom {
    height: 50px;
    overflow: hidden;
    text-align: right;
    padding: 0 24px;
    border-top: 1px solid #eaebeb;
}

.cityChioce_module_bottom button {
    display: inline-block;
    height: 30px;
    width: 50px;
    margin-top: 11px;
    border-radius: 2px;
    border: none;
    outline: none;
    cursor: pointer;
}

.cancelBtn {
    border: 1px solid #cacbcc;
}

.sureBtn {
    background-color: #f39800;
    color: #fff;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none!important;
}

.province_cityBox {
    border: 1px solid #dfe3ed;
    background: #f5f7f9;
    width: 100%;
    overflow: hidden;
    margin-bottom: 14px;
    display: none;
}

.province_cityItem {
    float: left;
    position: relative;
    /* width: 100px; */
    padding: 0 29px;
    text-align: center;
    margin: 6px 0;
}

.province_cityItem input {
    margin: 0!important;
    position: absolute;
    left: 15px;
    top: 4px;
}

.provinceActive {
    background: #f5f7f9;
    height: 28px;
}

.provinceActive .tringleBg,
.provinceActive img {
    display: block !important;
}

.cityChioce_module_provinceBox img {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 8px;
    display: none;
}

.tringleBg {
    position: absolute;
    bottom: -12px;
    left: 45px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #dfe3ed;
    border-top: 1px solid #dfe3ed;
    background: #f5f7f9;
    transform: rotate(45deg);
    display: none;
}

@media (max-width:1500px) {
    .cityChioce_module_hotBox ul li,
    .cityChioce_module_provinceBox ul li {
        margin-bottom: 5px;
        height: 21px;
        line-height: 21px;
    }
    .province_cityBox {
        margin-bottom: 5px;
    }
    .cityChioce_module_hotTitle,
    .cityChioce_module_provinceTitle {
        margin: 5px;
    }
    .whiteBg {
        top: 40px;
    }
    .cityChioce_module_title {
        height: 40px;
        line-height: 40px;
    }
    .cityChioce_module_bottom {
        height: 50px;
    }
    .cityChioce_module_bottom button {
        margin-top: 8px;
    }
    .province_cityBox {
        margin-bottom: 5px;
    }
    .province_cityItem {
        margin: 3px 0;
    }
    .tringleBg {
        width: 4px;
        height: 4px;
        bottom: -8px;
    }
    .cityChioce_module_provinceBox img {
        top: 6px;
    }
}

.positionChioce_module_title {
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    border-bottom: 1px solid #eaebeb;
    font-size: 16px;
}

.positionChioce_module_box {
    overflow: hidden;
    height: 486px;
    padding-bottom: 56px;
}

.positionChioce_module_boxLeft {
    float: left;
    width: 186px;
    overflow-y: auto;
    height: 430px;
}

.positionChioce_module_boxLeft ul li {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.positionActive {
    background: #fef4ed;
    color: #f39800;
}

.positionChioce_module_boxRight {
    float: left;
    width: 664px;
}

.positionChioce_module_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    box-sizing: border-box;
    box-shadow: 0px -2px 5px 1px #f7f7f7;
}

.positionChioce_module_bottom>div {
    float: left;
}

.positionChioce_module_bottom>button {
    float: right;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    border-radius: 2px;
    margin-top: 8px;
    cursor: pointer;
}

.positionChioce_module_boxRight ul {
    overflow: hidden;
    padding-top: 12px;
}

.positionChioce_module_boxRight ul li {
    float: left;
    width: 190px;
    padding-left: 26px;
    margin-bottom: 20px;
    cursor: pointer;
}

.icon-guanbi {
    font-size: 12px;
    cursor: pointer;
}


/* 人才检索页面 */

.searchBox {
    border: 1px solid #eaebeb;
    background-color: #f7f7f7;
    padding: 20px 12px;
    padding-bottom: 0;
}

.searchBox_item {
    overflow: hidden;
}

.searchBox_item ul,
.more_inputBox {
    overflow: hidden;
    float: right;
    width: 950px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.searchBox_item ul li {
    float: left;
    margin-right: 9px;
    margin-bottom: 16px;
    height: 24px;
    line-height: 24px;
    padding: 0 11px;
    cursor: pointer;
    flex-shrink: 0;
}

.areaActive {
    background-color: #f39800;
    color: #fff!important;
    border-radius: 2px;
}

.ageActive {
    background-color: #f39800;
    color: #fff!important;
    border-radius: 2px;
}

.searchBox_item label {
    font-weight: normal;
    color: #808080;
    margin: 0;
    float: left;
}

.more_inputBox select {
    padding: 2px 20px;
    color: #999;
    border: 1px solid #cacbcc;
    margin-right: 15px;
    height: 26px;
}

.searchBox_item button {
    width: 76px;
    height: 36px;
    background-color: #fff;
    border: none;
    outline: none;
    margin: 17px 8px;
    float: right;
}

.search_positionBox {
    float: left;
    width: 860px;
    background-color: #eaebeb;
    display: none;
    position: absolute;
    z-index: 99;
    top: 24px;
    left: 0;
}

.search_positionBox span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 11px;
}

#conditionItem {
    margin-top: 15px;
    /* height: 40px; */
    line-height: 40px;
    background-color: #eaebeb;
    padding: 0 12px;
    overflow: hidden;
}

.conditionBox {
    width: 90%;
    float: left;
}

.dataTotal {
    float: right;
    color: #808080;
}

.dataTotal text {
    color: #f39800;
}

.conditionChoice {
    background: #f39800;
    color: #fff;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    margin-right: 10px;
    border-radius: 2px;
    font-size: 14px;
    display: inline-block;
}

.conditionChoice i {
    font-size: 12px;
    margin-left: 5px;
}

.followBtn {
    background: #f39800;
    color: #fff;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    display: inline-block;
    border-radius: 2px;
}

.emptyTop {
    color: #8a8a8a;
    height: 300px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border-bottom: 8px solid #f3f3f3; */
}

.addBtn {
    border: 1px dashed #eaebeb;
    background-color: #f7f7f7;
    text-align: center;
    padding: 15px 0;
    color: #808080;
    cursor: pointer;
}

.addBtn .iconfont {
    transform: rotate(45deg);
    display: inline-block;
    color: #f39800;
    margin-right: 10px;
}

.eduacationItem {
    overflow: hidden;
    margin-bottom: 20px;
}

.eduacationItem div {
    float: left;
    width: 24%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.addInput {
    padding: 20px 12px;
    background-color: #f7f7f7;
    overflow: hidden;
}

.addInput .basicModule_input_item {
    margin-right: 0;
    /* overflow: hidden; */
}

.addInput .basicModule_input_item input,
.addInput .basicModule_input_item select {
    width: 358px;
    float: left;
    margin-right: 20px;
}

.rowLine {
    height: 1px;
    width: 20px;
    background-color: #cacbcc;
    display: inline-block;
    float: left;
    margin: 0 5px;
    margin-top: 18px;
}

.btnBox {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.btnBox div {
    height: 32px;
    line-height: 32px;
    width: 100px;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
}

.saveBtn {
    background-color: #f39800;
    color: #fff;
}

.icon-shanchu {
    position: absolute;
    font-size: 20px;
    top: 10px;
    right: 30px;
    color: #808080;
}

.workItem {
    margin-bottom: 20px;
}

.workItem_top {
    overflow: hidden;
}

.workDetail {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.workDetail label {
    width: 82px;
    float: left;
    text-align: right;
    padding-right: 16px;
    margin-top: 6px;
}

.workDetail textarea {
    height: 120px;
    width: 836px;
    resize: none;
    border-color: #cacbcc;
    padding: 6px;
}

.icon-bianji {
    font-size: 18px!important;
    cursor: pointer;
}

.certificateItem {
    overflow: hidden;
    margin-bottom: 20px;
}

.certificateItem div {
    float: left;
    width: 25%;
}

.timeInput {
    width: 130px!important;
    margin: 0!important;
}

@media (max-width:1900px) {
    .ps_management_containter {
        padding: 0;
        width: 1200px;
        margin: 0 auto;
        background: #f7f7f7;
    }
    .basicModule {
        padding: 20px 20px;
    }
    .basicModule_input_item {
        margin-right: 45px;
    }
    .addInput .basicModule_input_item input,
    .addInput .basicModule_input_item select {
        width: 350px;
        margin-right: 15px;
    }
    .addInput {
        margin: 0;
    }
    .workDetail textarea {
        width: 800px;
    }
    .timeInput {
        width: 121px!important;
    }
}


/* 简历详情页面 */

.resumeBox {
    padding: 20px;
    background-color: #fff;
}

.resumeBox_border {
    border: 1px solid #eaebeb;
    padding: 0 24px;
}

.resumeDetail {
    overflow: hidden;
    padding: 30px 0;
}

.resumeDetail>img {
    width: 110px;
    height: 110px;
    border-radius: 8px;
    float: right;
    margin-right: 50px;
    margin-top: 20px;
}

.resumeDetail_left {
    float: left;
}

.resumeBtn_box {
    overflow: hidden;
    margin-top: 20px;
}

.resumeBtn_box div {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
    float: left;
    margin-right: 15px;
    color: #fff;
    cursor: pointer;
}

.addFollow {
    background-color: #f39800;
}

.onlineTalk {
    background-color: #1182e0;
}

.expericeTitle {
    background-color: #f7f7f7;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 12px;
    margin-bottom: 30px;
}

.orangeLine {
    padding: 2px;
    background-color: #f39800;
    margin-right: 15px;
}

.schoolBox {
    position: absolute;
    z-index: 99;
    right: 20px;
    width: 358px;
    height: 400px;
    overflow-y: auto;
    top: 36px;
    border: 1px solid #cacbcc;
    border-top: 0;
    background-color: #fff;
}

.schoolBox li {
    padding: 1px 12px;
    cursor: pointer;
}

.schoolBox li:hover {
    background-color: #1e90ff;
    color: #fff!important;
}