.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;
    height: 90px;
    width: 90px;
    border-radius: 4px;
    border: 1px solid #eee;
    background-color: white;
    overflow: hidden;
}

.article-header .article-logo .padding {
    padding: 6px;
}

.article-header .article-logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    background-color: white;
}

.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;
}

.xjh-article-panel .panel-heading .cxxt-tab:hover {
    color: #3388ff;
    cursor: pointer;
}

.xjh-article-panel .panel-heading .cxxt-tab.active {
    color: #3388ff;
    border-bottom: solid 2px #3388FF;
}

.xyzp-article-panel .panel-heading {
    line-height: 52px;
}

.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: #3388ff;
    background: #f2f9ff;

}
.position-item-wrap.active .positionDetail-description{
    display: block;
}
.position-item-wrap.active .position-name{
    color: #3388ff
}

.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: 60px;
    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("https://cdn6.haitou.cc/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: 780px;
    top: 20vh;
}
#position-modal .modal-header {
    padding: 16px 20px;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}
#position-modal .modal-title {
    font-size: 16px;
    display: inline-block;
}
#position-modal .modal-search{
    position: absolute;
    top: 10px;
    right: 66px;
    display: flex;
    align-items: center;
    width: 244px;
    height: 36px;
    padding: 0 10px;
    color: #333;
    font-size: 14px;
    background: #fff;
    border: 1px solid rgba(232, 232, 232, 1);
    border-radius: 4px;
}
#position-modal .modal-search input{
    flex: 1;
    height: 28px;
    padding: 0 6px;
    font-size: 14px;
    background: white;
    border: none;
    outline: none;
}
#position-modal .modal-search input::placeholder {
    color: #aaa;
}
#position-modal .modal-search .icon{
    width: 16px;
    height: 16px;
    margin-top: -4px;
    color: #666;
    font-weight: bold;
    font-size: 16px;
}
#position-modal-defined .modal {
    position: absolute;
    min-width:1000px;
}
#position-modal-defined .modal-content {
    overflow: hidden;
    position: relative;
}
#position-modal-defined .modal-dialog {
    width: 704px;
    top: 20vh;
}
#position-modal-defined .modal-header-defined {
    height: 40px;
    line-height: 40px;
    background-color: #fff5f5;
    border-color: #fff5f5;
    color:#f76120;
    text-align: center;
    padding-right:14px;
}
#position-modal-defined .modal-header-defined .close {
    margin-top:8px
}
#position-modal-defined .modal-title-defined {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
#position-modal-defined .modal-title-defined img{
        height: 16px;
    margin-right: 5px;
}
#position-modal-defined .basic-title{
    height: 30px;
    line-height: 30px;
    background-color: #f5f9ff;
    color: #0063ed;
    padding-left: 14px;
    border-left: 4px solid #3388ff;
}
#position-modal-defined .basic-modal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#position-modal-defined .basic-modal-personal{
    height:130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#position-modal-defined .basic-info{
    height: 45px;
    width: 285px;
    line-height: 33px;
    margin-top: 15px;
}
#position-modal-defined .basic-body,#position-modal-defined .expect-body,
#position-modal-defined .education-body,
#position-modal-defined .evaluation-body,#position-modal-defined .evaluation,#position-modal-defined .birth_date,#position-modal-defined .height,#position-modal-defined .weight,#position-modal-defined .nation,#position-modal-defined .politics_status,#position-modal-defined .college_entrance_exam_place,#position-modal-defined .hukou,#position-modal-defined .birth_place,#position-modal-defined .id_card,#position-modal-defined .address,#position-modal-defined .eyesight_status,#position-modal-defined .english_rank,#position-modal-defined .emergency_contact_phone,#position-modal-defined .expect_salary,#position-modal-defined .is_adjust_position,#position-modal-defined .is_adjust_city,#position-modal-defined .enroll_type,#position-modal-defined .study_rank,#position-modal-defined .evaluation{
    display:none;
}
#college-select .province select .choice{
    color:#aaa;
}

#position-modal-defined .basic-label{
    width:60px;
    margin-right:19px;
    text-align-last: justify;
}
#position-modal-defined .basic-info span{
    float: left;
    padding-top: 3px;
}
#position-modal-defined .basic-input{
    float: left;
    width: 196px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}
#position-modal-defined .basic-input input{
    width:160px;
    border: none;
    outline: none;
    padding-left:10px;
}
#position-modal-defined .basic-input input::-webkit-input-placeholder{
    color:#aaa;
}
#position-modal-defined .basic-input input::-moz-placeholder{
    color:#aaa;
}
#position-modal-defined .basic-input input:-moz-placeholder{
    color:#aaa;
}
#position-modal-defined .basic-input input:-ms-input-placeholder{
    color:#aaa;
}
#position-modal-defined #birth-date-input{
    position:relative;
}
#position-modal-defined #birth-date-input .mask-input{
    position:relative;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 80%;
    left: 0;
    height:40px;
}
#position-modal-defined .basic-select select{
    width: 196px;
    height: 37px;
    outline: none;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    padding-left:10px;
}
#position-modal-defined .basic-select .province,#position-modal-defined .basic-select .mini-money{
        width: 96px;
    float: left;
}
#position-modal-defined .basic-select .city,#position-modal-defined .basic-select .max-money{
        width: 96px;
    float: left;
    margin-left: 2px;
}
#position-modal-defined .basic-select-personal{
        float: right;
    width: 86%;
}
#position-modal-defined .basic-select-personal textarea{
    outline: none;
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    padding-left: 10px;
}
#position-modal-defined .basic-submit{
    width:100%;
    text-align:center;
}
#position-modal-defined .basic-submit button{
    margin-top: 10px;
    line-height: 40px;
    height: 42px;
    width: 120px;
    background: #3388FF;
    border-radius: 4px;
    color: #fff;
    border: none;
}
#ntBox{
    display: none;
}
#position-modal .nt-input, #position-modal .push-input{
    margin-bottom: 10px;
}
#position-modal .nt-input input, #position-modal .push-input input{
    width: 180px;
    height: 36px;
    padding: 0 9px;
    background: #f5f5f5;
    border: none;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
}
#position-modal .nt-input span, #position-modal .push-input span{
    padding: 0 15px;
    color: #aaa;
    font-size: 12px;
}
#searchSelectedBox{
    position: absolute;
    width: 244px;
    padding: 5px;
    background: #f1f1f1;
    top: 46px;
    right: 66px;
    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 40px;
    background-color: #fff;
    position: relative;
    z-index: 0;
    max-height: 60vh;
    overflow: auto;
}
#position-modal-defined .modal-body {
    padding:20px;
    background-color: #fff;
    position: relative;
    z-index: 0;
    max-height: 60vh;
    overflow: auto;
}
body.modal-open {
    overflow: auto;
}

#position-modal .form-item  {
    margin: 5px 0 10px;
}

#position-modal .form-item ul  {
    margin-bottom: 0;
}

#position-modal .form-item .btn  {
    padding: 7px 10px;
    color: #333;
    background: #fff;
    border-radius: 2px;
}
#position-modal .form-item .btn.active, #position-modal .form-item .btn:hover{
     color: #3b85eb;
     border-color: #3b85eb;
 }
#position-modal .resume{
    position: relative;
}
#position-modal .form-item .resume-item{
    display: flex;
    align-items: center;
    margin:0 0 10px;
    overflow: hidden;
    float: initial;
}
.form-item .resume-item .btn{
    margin: 0;
}
.form-item .resume-item .btn.disabled {
    color: #aaa;
    background: transparent;
    border-color: #aaa;
    cursor: no-drop;
    opacity: initial;
}
.form-item .resume-item .btn:hover {
    color: #aaa;
    background: #fff;
    border-color: #aaa;
}
.form-item .resume-item .resume-item-tip {
    height: 22px;
    margin-left: 10px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    background: #7c9eeb;
    border-radius: 11px;
}
.form-item .resume-item .resume-item-tip.analysing {
    background: #ea8d7e;
}
.form-item .resume-item .resume-item-tip.noConfirm {
    background: #f4b469;
}
.form-item .resume-item .resume-item-tip.noAnalysis {
    background: #ea8d7e;
}
.form-item .go-to-my-resume {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.form-item .go-to-my-resume a {
    color: #3b85eb;
    font-size: 14px;
    line-height: 30px;
}
.form-item .go-to-my-resume a:hover {
    opacity: 0.8;
}
.form-item .go-to-my-resume i {
    width: 1px;
    height: 12px;
    margin: 0 8px;
    background: #d8d8d8;
}
#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.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 .cert{
    margin-bottom: 20px;
}
#position-modal .cert input{
    width: 180px;
    height: 36px;
    padding: 0 9px;
    background: #f5f5f5;
    border: none;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
}
#position-modal .post-resume-confirm{
    display: block;
    width: 140px;
    height: 40px;
    margin: 30px auto 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: #3b85eb;
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
    border: none;
}
#position-modal .post-resume-confirm:hover {
     opacity: 0.8;
 }
.pushCodeBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    padding: 0 40px;
    background: #fff3ee;
}
.pushCodeBox .pushCode {
    position: relative;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
}

.pushCodeBox .pushCode .pushCodeHelp {
    display: flex;
    align-items: center;
    margin-left: 5px;
    cursor: pointer;
}
.pushCodeBox .pushCode:hover .pushCodeHelpTip {
    visibility: visible;
    opacity: 1;
}
.pushCodeHelpTip {
    position: absolute;
    top: 25px;
    left: calc(100% - 28px);
    z-index: 1;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
    visibility: hidden;
    opacity: 0;
}
.pushCodeHelpTip .pushCodeHelpArrow {
    position: absolute;
    top: 5px;
    left: 14px;
    z-index: -1;
    display: block;
    width: 11.3137085px;
    height: 11.3137085px;
    margin: auto;
    background: #fff;
    box-shadow: 3px 3px 7px #00000012;
    transform: translateY(-11px) rotate(45deg);
}
.pushCodeHelpTip .pushCodeHelpContent {
    width: 290px;
    max-height: 240px;
    padding: 11px 14px 9px;
    overflow: auto;
    color: #333;
    font-size: 12px;
    line-height: 24px;
    white-space: pre-line;
    background: #fff;
    border-radius: 3px;
}
.pushCodeBox .pushAction {
    color: #f07300;
    font-size: 14px;
}
.pushCodeBox .pushAction:hover {
    opacity: 0.8;
}
/*.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: fixed;
    /*张宇欣 2023-08-30  简章 2946031样式修改*/
    /*width: auto !important;*/
}
.xjh-article-panel table td * {
    white-space: break-spaces;
}

.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;
}