
.article-header {
    height: 175px;
    min-width: 680px;
    position: relative;
    padding: 20px;
    background-color: #e6e7e8;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
}

    .article-header .article-logo {
        position: absolute;
        top: 20px;
        left: 36px;
        border-radius: 4px;
        border: 1px solid #eee;
        background-color: white;
        overflow: hidden;
        width: 90px;
        height: 90px;
        line-height: 86px;
        text-align: center;
        box-sizing: border-box;
    }

        .article-header .article-logo .padding {
            padding: 6px;
        }

        .article-header .article-logo img {
            background-color: white;
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            vertical-align: middle;
        }

    .article-header .article-title {
        position: absolute;
        left: 156px;
        top: 24px;
        font-size: 24px;
        width: 70%;
    }

    .article-header .article-info {
        background-color: white;
        margin-top: 45px;
        overflow: auto;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .article-header .collect-share {
        width: 90px;
        height: 100%;
        float: left;
        padding: 0;
        margin-left: 16px;
        margin-top: 33px;
        font-size: 10px;
    }

        .article-header .collect-share i {
            margin-right: 2px;
        }

    .article-header .collect {
        text-align: left;
    }

    .article-header .main-info-item {
        padding-left: 14px;
        float: left;
    }

        .article-header .main-info-item p {
            margin-bottom: 11px;
        }

    .article-header .item-title {
        color: #a6a6a6;
    }

    .article-header .item-content {
        color: #333;
    }

    .article-header .collect, .share {
        float: left;
        cursor: pointer;
    }

    .article-header .collect {
        width: 50px;
    }

    .article-header .share {
        width: 38px;
    }

    .article-header .main-info {
        background-color: white;
        overflow: auto;
        margin-left: 122px;
    }

    .article-header .text-ellipsis {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.xjh-article-panel .source-from {
    margin-top: 22px;
    line-height: 1;
    font-size: 14px;
}

.xyzp-article-panel .source-from {
    padding: 11px 15px;
    line-height: 27px;
    font-size: 14px;
}

::-webkit-scrollbar-thumb {
    /*定义滚动的按个长条的颜色以及圆角等样式*/
    background: #666;
    border-radius: 3px;
}


.item-content {
    margin-right: 10px;
}

.no-info-img {
    height: 240px;
    width: 240px;
    margin: 0 auto 12px auto;
    display: block;
}

.no-info {
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding-bottom: 75px;
}

/*.share-img {*/
/*!*position: absolute;*!*/
/*!*background-color: rgba(0, 0, 0, .8);*!*/
/*width: 150px;*/
/*height: 150px;*/
/*!*display: none;*!*/
/*!*top: 140px;*!*/
/*!*padding: 15px;*!*/
/*!*z-index: 1;*!*/
/*}*/

.share .tooltip-inner {
    padding: 15px;
    width: 150px;
    height: 150px;
}

    .share .tooltip-inner img {
        width: 100%;
    }

.alert-message {
    position: fixed;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    top: 170px;
    height: 38px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    z-index: 1000;
    display: none;
    line-height: 38px;
}



.xjh-article-panel .panel-heading {
    height: 56px;
    /*line-height: 63px;*/
    padding-left: 24px;
    padding-right: 24px;
}

    .xjh-article-panel .panel-heading .cxxt-tab {
        margin-top: 24px;
        margin-right: 20px;
        padding-bottom: 14px;
        line-height: 1;
        display: inline-block;
        cursor: pointer;
    }

        .xjh-article-panel .panel-heading .cxxt-tab:hover {
            color: #FF7405;
        }

        .xjh-article-panel .panel-heading .cxxt-tab.active {
            color: #FF7405;
            border-bottom: solid 2px #FF7405;
        }

.position-list {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap;
}

.position-item-wrap {
    width: 50%;
    padding: 0 20px;
    /* display: inline-block; */
    position: relative;
    height: auto;
    border: 1px solid #fff;
}

    .position-item-wrap:nth-child(4n+2) {
        background: #F7F7F7;
    }

    .position-item-wrap:nth-child(4n+3) {
        background: #F7F7F7;
    }

.position-item {
    overflow: auto;
}

    .position-item .nt-tip {
        display: inline-block;
        width: 40px;
        height: 20px;
        font-size: 12px;
        color: #FFAC00;
        background: #fff3da;
        border: 1px solid #FFAC00;
        border-radius: 10px;
        text-align: center;
        line-height: 18px;
        margin: 17px 10px 0 0;
        float: left;
    }

    .position-item .position-name {
        line-height: 56px;
        /* color: #666; */
        float: left;
        display: inline-block;
        max-width: 50%;
    }
/* .position-item .img-detail{
    cursor: pointer;
    float: left;
    display: inline-block;
    line-height: 56px;
} */
.positionDetail-description .detail pre {
    white-space: pre-wrap;
}

.positionDetail-description {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: -1px;
    width: calc(100% + 2px);
    background: #fff;
    padding: 10px 20px;
    overflow-y: auto;
    max-height: 320px;
    border: 1px solid #3388ff;
    z-index: 3;
    border-top-color: #fff;
}


.position-item-wrap.active {
    border-color: #FF7405;
    background: #f2f9ff;
}

    .position-item-wrap.active .positionDetail-description {
        display: block;
    }

    .position-item-wrap.active .position-name {
        color: #f60;
    }

.position-item .page-track {
    em gin: 8px 0 !important;
    float: right;
}

.position-item .post-resume, .position-item .jump-url-check-login {
    border-radius: 1px;
    float: right;
    margin-top: 12px;
    padding: 5px 11px;
}

.gallery {
    margin: -10px;
    overflow: auto;
}

.gallery88ff
}

.position-item .page-track {
    margin: 8px 0 !important;
    float: right;
}

.position-item .post-resume, .position-item .jump-url-check-login {
    border-radius: 1px;
    float: right;
    margin-top: 12px;
    padding: 5px 11px;
}

.gallery {
    margin: -10px;
    overflow: auto;
}

    .gallery a {
        width: 120px;
        height: 120px;
        float: left;
        margin: 10px;
        overflow: hidden;
        border-radius: 2px;
    }

    .gallery img {
        width: 160px;
        height: 120px;
        margin-left: -20px;
        margin-right: -20px;
    }

.other .other-item {
    /*padding:12px;*/
    height: 56px;
    border-bottom: 1px dashed silver;
}

    .other .other-item span {
        display: inline-block;
        color: #333;
        line-height: 56px;
        float: left;
    }

    .other .other-item .college-name {
        width: 20%;
    }

    .other .other-item .time {
        width: 150px;
    }

    .other .other-item .address {
        width: 25%;
    }

@media (max-width: 1250px) {
    .other .other-item .address {
        width: 20%
    }
}

.other .other-item a, .other .other-item button {
    border-radius: 1px;
    padding: 5px 11px;
    margin: 12px 8px;
}

.other .other-item-a {
    display: inline-block;
    float: right;
}

.other .other-item .cannot {
    color: #cccccc;
    border: 1px solid #cccccc;
    pointer-events: none;
}

.panel-content .panel-body {
    padding-bottom: 0;
}

.panel-position .panel-body, .panel-other .panel-body {
    padding-top: 12px;
}

.article-affix.affix {
    position: inherit;
}

.article-toolbox {
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #EEEEEE;
    padding-top: 24px;
    padding-bottom: 24px;
    width: calc(100% + 40px);
    background-color: white;
}

.btn.btn-12x4 {
    width: 120px;
    line-height: 26px;
    color: white;
    border-radius: 2px;
    margin: 0 12px;
    display: inline-block;
}

.btn.btn-disabled {
    background-color: #666666;
    cursor: not-allowed;
    opacity: 0.4;
}

.position-item .btn-disabled {
    border-radius: 1px;
    float: right;
    margin-top: 12px;
    padding: 5px 11px;
}

/*.article-tool .no-chat-group {*/
/*background-color: silver;*/
/*}*/

/*.article-tool .go-chat:hover, .article-tool .go-chat:focus {*/
/*color: white;*/
/*}*/

/*.xjh-content {*/
/*position: relative;*/
/*}*/

/*.for-absolute {*/
/*height: 88px;*/
/*}*/

/*.article-tool-fixed {*/
/*position: absolute;*/
/*bottom: 0;*/
/*width: 100%;*/
/*}*/
#neitui-modal.modal {
    position: absolute;
    min-width: 1000px;
}

#neitui-modal .modal-content {
    /*background-image: '';*/
    overflow: hidden;
    width: 600px;
    height: 480px;
    background-image: url("../image/pc-bg.png");
    border-radius: 20px;
    border: 0;
}

#neitui-modal .modal-dialog {
    margin-top: 90px;
}

#neitui-modal .modal-header {
    height: 86px;
    color: white;
    border: 0;
}

    #neitui-modal .modal-header img {
        height: 30px;
        width: 30px;
    }

#neitui-modal .neitui-body {
    margin: 0 60px 74px;
    padding: 0;
}

#neitui-modal .neitui-title {
    width: 480px;
    height: 62px;
    text-align: center;
    font-family: "Microsoft Yahei";
    font-size: 43px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 62px;
    word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden;
}

#neitui-modal .neitui-submit {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 480px;
    height: 40px;
}

    #neitui-modal .neitui-submit button {
        width: 100px;
        height: 40px;
        border-radius: 8px;
        font-family: "Microsoft Yahei";
        font-size: 18px;
        color: #8195FF;
        letter-spacing: 0.6px;
        margin-left: 15px;
    }

    #neitui-modal .neitui-submit input {
        width: 360px;
        height: 38px;
        border-radius: 8px;
        border: 1px solid #DBDBDB;
        background: #95ABFF;
        color: white;
        padding-left: 10px;
    }

        #neitui-modal .neitui-submit input::placeholder {
            font-family: "Microsoft Yahei";
            font-size: 16px;
            color: #E0E7FF;
            letter-spacing: 0.53px;
        }

#neitui-modal .neitui-guide {
    display: flex;
    justify-content: flex-start;
}

#neitui-modal .neitui-guide-detail {
    width: 288px;
    /*display: inline-block;*/
}

    #neitui-modal .neitui-guide-detail h5 {
        height: 25px;
        font-family: "Microsoft Yahei";
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: left;
        word-break: keep-all; /* 不换行 */
        white-space: nowrap; /* 不换行 */
        overflow: hidden;
    }

    #neitui-modal .neitui-guide-detail p {
        height: 100px;
        ont-family: "Microsoft Yahei";
        font-size: 18px;
        color: #B3C2FF;
        letter-spacing: 0;
        line-height: 25px;
        overflow: hidden;
    }

#neitui-modal .neitui-code {
    width: 140px;
    height: 140px;
    margin: 15px 5px 5px 50px;
}
/*.confirm {*/
/*z-index: 1050;*/
/*}*/
#position-modal.modal {
    position: absolute;
    min-width: 1000px;
}

#position-modal .modal-content {
    overflow: hidden;
    position: relative;
}

#position-modal .modal-dialog {
    width: 704px;
    top: 20vh;
}

#position-modal .modal-header {
    padding: 15px 20px 12px 20px;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}

#position-modal .modal-title {
    font-size: 16px;
    display: inline-block;
}

#position-modal .modal-search {
    display: inline-block;
    /* margin-left: 120px; */
    height: 30px;
    background: white;
    border: 1px solid #d0d8e3;
    border-radius: 15px;
    color: #333;
    font-size: 14px;
    position: absolute;
    top: 11px;
    left: 220px;
}

    #position-modal .modal-search input {
        border: none;
        background: white;
        outline: none;
        height: 28px;
        width: 250px;
        padding: 0 15px;
        border-radius: 50%;
    }

    #position-modal .modal-search .icon {
        color: #6c7582;
        outline: none;
        padding-right: 15px;
        display: inline-block;
        height: 28px;
        line-height: 28px;
    }

#ntBox {
    display: none;
}

#position-modal .nt-input {
    margin-bottom: 20px;
}

    #position-modal .nt-input input {
        background: white;
        outline: none;
        border: 1px solid #d0d8e3;
        border-radius: 8px;
        height: 28px;
        width: 200px;
        padding: 0 15px;
    }

    #position-modal .nt-input span {
        padding: 0 15px;
        color: #aaa;
    }

#searchSelectedBox {
    position: absolute;
    width: 281px;
    padding: 5px;
    background: #f1f1f1;
    top: 46px;
    left: 220px;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(221,228,236,1);
    max-height: 268px;
    overflow-y: auto;
}

    #searchSelectedBox li {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #6c7582;
        padding: 0 15px;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: block;
    }

        #searchSelectedBox li .selected {
            color: #3388FF;
        }

        #searchSelectedBox li:hover {
            background-color: #fff;
        }

#position-modal .modal-body {
    padding: 20px;
    background-color: #fff;
    position: relative;
    z-index: 0;
    max-height: 60vh;
    overflow: auto;
}

body.modal-open {
    overflow: auto;
}

#position-modal .more {
    display: none;
    float: right;
    padding: 5px 0;
}

#position-modal strong {
    float: left;
    width: 79px;
    margin-top: 5px;
}

#position-modal .select-group {
    float: left;
    overflow: hidden;
    width: calc(100% - 79px);
    list-style: none;
}

    #position-modal .select-group li {
        float: left;
        margin: 0 5px 5px 0;
    }

        #position-modal .select-group li a {
            padding: 4px 9px;
            border-radius: 2px;
        }

            #position-modal .select-group li a.active {
                color: #fff;
                background-color: #38f;
            }

        #position-modal .select-group li.set-default-resume {
            float: right;
            height: 30px;
            line-height: 30px;
        }

#position-modal .select-with-school {
    float: left;
    margin-bottom: 10px;
}

.select-with-school .inner.open {
    /*限制下拉框高度*/
    max-height: 150px !important;
}

#select-city {
    float: left;
}

#select-school {
    float: left;
    margin-left: 20px;
}

#position-modal .dropdown-toggle:focus {
    outline: none !important;
}

#position-modal .dropdown-menu > li > a {
    padding: 8px 20px;
}

#position-modal .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #38f;
}

#position-modal .go-to-my-resume {
    border: 1px dashed #aaa;
    color: #aaa;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    #position-modal .go-to-my-resume img {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }

@keyframes loading {
    0% {
        width: 0;
    }

    25% {
        width: 3.34px;
    }

    50% {
        width: 6.69px;
    }

    75% {
        width: 10.02px;
    }
}

#position-modal .btn-analysing-box {
    background: transparent;
    opacity: initial;
    color: rgba(51, 51, 51, .7);
}

.btn-analysing-box .analysing-box {
    position: relative;
    font-size: 12px;
    color: #f76120;
    display: flex;
    justify-content: center;
}

.btn-analysing-box .analysing {
    position: absolute;
    left: 46px;
    overflow: hidden;
    animation-duration: 3s;
    animation-name: loading;
    animation-iteration-count: infinite;
}

.btn {
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

/*.img-code {*/
/*position: absolute;*/
/*background-color: rgba(0,0,0,.8);*/
/*width: 150px;*/
/*height: 150px;*/
/*display: none;*/
/*margin-top: 10px;*/
/*!*margin-left: 20px;*!*/
/*right: 50px;*/
/*text-align: center;*/
/*padding-top: 15px;*/
/*}*/
/*.img-code>img {*/
/*width: 120px;*/
/*}*/
/*.img-code:before {*/
/*content: "";*/
/*border-style: solid;*/
/*position: absolute;*/
/*border-width: 0 15px 15px 15px;*/
/*border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;*/
/*top: -15px;*/
/*right: 20px;*/
/*}*/

.want-detail {
    position: absolute;
    top: 90px;
    left: 138px;
    width: 112px;
    height: 34px;
    border-radius: 15px;
}

/*.article-toolbox {*/
/*text-align: center;*/
/*margin: 0px -20px;*/
/*padding: 30px 0px;*/
/*border-top: 1px solid #efefef;*/
/*margin-top: 20px;*/
/*overflow: hidden;*/
/*background: #fff;*/
/*}*/

/*.article-toolbox .btn-default,*/
/*.article-toolbox .btn-default:focus {*/
/*float: right;*/
/*!* display: inline-block; *!*/
/*margin:0 20px;*/
/*color: #38f;*/
/*border-color: #38f;*/
/*!*width: 130px;*!*/
/*}*/
/*.article-toolbox .btn-default:hover {*/
/*background-color: #38f;*/
/*color: white;*/
/*}*/

/*.article-toolbox a i {*/
/*display: inline-block;*/
/*margin-right: 8px;*/
/*vertical-align: middle;*/
/*}*/

/*.fix-div {*/
/*position: fixed;*/
/*bottom: 15px;*/
/*right: 30px;*/
/*}*/

/*.switch-btn {*/
/*width: 64px;*/
/*height: 26px;*/
/*line-height: 26px;*/
/*margin: 0 auto;*/
/*font-size: 13px;*/
/*border-radius: 13px;*/
/*display: block;*/
/*color: #fff;*/
/*cursor: pointer;*/
/*}*/

/*.switch-btn:visited,*/
/*.switch-btn:hover {*/
/*color: #fff;*/
/*}*/

/* 宣讲会table */
.xjh-article-panel table {
    word-break: break-all;
    table-layout: auto;
}

.xjh-article-panel td, .xjh-article-panel th {
    border: 1px solid #000;
}

/*.toolbox-fixed{*/
/*position: fixed;*/
/*bottom: 0px;*/
/*left: 230px;*/
/*margin:0px;*/
/*padding: 10px 0px;*/
/*}*/


/*!* ----- add ------ *!*/
/*.position-list {*/
/*width: 100%;*/
/*overflow: hidden;*/
/*}*/
/*.position-list li {*/
/*position: relative;*/
/*float: left;*/
/*width: 100%;*/
/*overflow: hidden;*/
/*white-space: nowrap;*/
/*text-overflow: ellipsis;*/
/*padding: 10px 0;*/
/*border-bottom: 1px dashed #cccccc;*/
/*line-height: 30px;*/
/*font-size: 14px;*/
/*}*/
/*.position-list li .zw-name {*/
/*overflow: hidden;*/
/*white-space: nowrap;*/
/*text-overflow: ellipsis;*/
/*font-size: 15px;*/
/*}*/
/*.position-list li .zw-name:hover {*/
/*cursor: pointer;*/
/*}*/
/*.position-list li:hover > .action-button {*/
/*display: block;*/
/*}*/
/*.position-list i {*/
/*color: #666666;*/
/*}*/
/*.source-title {*/
/*font-size: 18px;*/
/*border-left: solid 3px #38f;*/
/*padding-left: 5px;*/
/*margin-bottom: 10px;*/
/*color: #333;*/
/*}*/
/*.zw-post-now {*/
/*height: 30px;*/
/*width: 80px;*/
/*line-height: 30px;*/
/*padding: 0 0;*/
/*}*/
/*.zw-post-now:hover {*/
/*background-color: #38f;*/
/*border-color: #38f;*/
/*color: #eee;*/
/*}*/
/*.zw-post-now,*/
/*.zw-post-now:focus{*/
/*color: #38f;*/
/*border-color: #38f;*/
/*background-color: white;*/
/*}*/

/*.confirm {*/
/*position: fixed;*/
/*width: 704px;*/
/*left: 50%;*/
/*top: 200px;*/
/*margin-left: -352px;*/
/*}*/
/*.confirm .panel-heading span {*/
/*line-height: 50px;*/
/*padding-right: 10px;*/
/*}*/

/*.confirm .panel-body > div {*/
/*overflow: hidden;*/
/*}*/
/*.confirm .fa-close {*/
/*font-size: 20px;*/
/*line-height: 50px;*/
/*position: absolute;*/
/*right: 20px;*/
/*}*/
/*.confirm .fa-close:hover {*/
/*cursor: pointer;*/
/*}*/


.btn-success-link {
    color: #333333;
    background-color: #ffffff;
}

    .btn-success-link:hover {
        color: #ffffff;
        background-color: #38f;
        border-color: #38f;
    }

    .btn-success-link:active,
    .btn-success-link.active,
    .open > .dropdown-toggle .btn-success-link {
        color: #ffffff;
        background-color: #38f;
        border-color: #38f;
    }


.btn-success-o {
    color: #38f;
    border-color: #38f;
}

    .btn-success-o:hover {
        color: #ffffff;
        background-color: #38f;
        border-color: #38f;
    }

    .btn-success-o:active,
    .btn-success-o.active,
    .open > .dropdown-toggle .btn-success-o {
        color: #ffffff;
        background-color: #38f;
        border-color: #38f;
    }


.btn-warning-o {
    color: #f76120;
    border-color: #f76120;
}

    .btn-warning-o:hover {
        color: #ffffff;
        background-color: #f76120;
        border-color: #f76120;
    }

    .btn-warning-o:active,
    .btn-warning-o.active,
    .open > .dropdown-toggle .btn-warning-o {
        color: #ffffff;
        background-color: #f76120;
        border-color: #f76120;
    }


.btn-success-o.disabled {
    background-color: #f7f7f7;
}

    .btn-success-o.disabled:hover {
        color: #38f;
    }


.btn-warning-o.disabled {
    background-color: #f7f7f7;
}

    .btn-warning-o.disabled:hover {
        color: #f76120;
    }

.confirm-action button {
    width: 100px;
}

.text-gray {
    color: #999999;
}

.invalid-input {
    border-color: red;
}

.cursor-pointer {
    cursor: pointer;
}

.text-green {
    color: #00a157;
}

    .text-green:hover {
        color: #00a65a;
    }

.xjh-article-panel {
    word-break: break-all;
}

/*-----------------------------------*/

.xjh-list {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .xjh-list li {
        line-height: 24px;
        color: #333;
        padding: 8px 0;
        height: 40px;
        border-bottom: dashed 1px #cccccc;
    }

        .xjh-list li i {
            color: #666666;
            margin-right: 5px;
        }

/*-----------------------------------*/

.article-content table td, .article-content table th {
    padding: 5px;
}

.article-content table {
    max-width: 100%;
}

.article-content img {
    max-width: 100%;
    height: auto !important;
}
