
tbody .text-ellipsis a {
    color: #393939;
}

tbody .text-ellipsis .lighter {
    color: #aaaaaa;
}

.input-group-btn .search {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.add-padding {
    padding: 40px;
}

.selected-panel {
    border: none;
}

.selected-cell {
    margin: 3px 7px;
}

.selected-content {
    margin-top: -3px;
    margin-left: -7px;
    margin-right: -7px;
}

.selected-content {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*æ–°æ·»åŠ çš„æ ·å¼*/
.empty-selected {
    font-size: 15px;
    margin-left: 20px;
    line-height: 36px;
}

.filter-panel {
    border: none;
}

    .filter-panel .filter-collapse-btn {
        position: absolute;
        right: 20px;
        top: 15px;
        padding: 7px 16px;
        border: 1px solid #cccccc;
        background-color: #f8f8f8;
        color: #666666;
        border-radius: 0;
    }

        .filter-panel .filter-collapse-btn:hover {
            background-color: #e6e6e6;
        }

.filter-conditions {
    overflow: hidden;
    padding-left: 85px;
    padding-right: 105px;
    margin: -5px -6px;
    font-size: 0;
}

    .filter-conditions a {
        color: #666;
    }

.filter-label {
    display: inline-block;
    border: solid 1px #cccccc;
    /*margin-right: 13px;*/
    /*margin-bottom: 10px;*/
    margin: 5px 6px;
    padding: 2px 10px;
    color: #666;
    font-size: 14px;
}

    .filter-label a i, a.filter-collapse-btn i {
        font-size: 10px;
    }

.filter-option {
    font-weight: bold;
}

.filter-content .cannotSelect {
    pointer-events: none;
    color: #4a90e6;
}

    .filter-content .cannotSelect:hover {
        cursor: not-allowed;
        background-color: #FFFFFF;
    }

.filter-row {
    position: relative;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.filter-title {
    font-weight: 600;
    line-height: 26px;
    width: 85px;
    position: absolute;
}

.filter-content {
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*height: 28px;*/
    overflow: auto;
    margin: -5px -10px;
    padding-left: 88px;
    /* ä¸åŠ paddingä¼šå¯¼è‡´ä¸Šä¸‹çš„è¾¹æ¡†è¢«æŒ¡ä½*/
    padding-top: 2px;
    padding-bottom: 2px;
}

.filter-cell {
    font-size: 14px;
    line-height: 24px;
    float: left;
    min-width: 40px;
    height: 24px;
    margin: 3px 6px;
    padding: 0 6px;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    text-align: center;
    color: #666;
}

    .filter-cell.active,
    .filter-cell:hover {
        color: #fff;
        border-radius: 2px;
        background-color: #FF7405;
    }

.filter-option {
    line-height: 24px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px;
    cursor: pointer;
    color: #666;
}

    .filter-option i {
        display: inline-block;
        margin-left: 10px;
    }

.divider-line {
    height: 2px;
    width: 100%;
    border-bottom: dashed 1px #cccccc;
    margin-top: 15px;
    margin-bottom: 20px;
}

.info-city-tag {
    margin-right: 10px;
}

    .info-city-tag font {
        pointer-events: none;
        color: #f76120;
    }

/*.page-search .input-group-btn:last-child > .btn {*/
/*margin-left: 10px;*/
/*border-bottom-left-radius: 4px;*/
/*border-top-left-radius: 4px;*/
/*}*/

.article-toolbox .choose-position {
    display: none;
    width: 600px;
    margin: 0 auto;
}

    .article-toolbox .choose-position form input, .choose-position form button {
        height: 40px;
    }

.possible-position {
    height: 32px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 24px;
}

    .possible-position .recommend-position-tag {
        margin-left: 8px;
        margin-bottom: 4px;
        border: #eeeeee 1px solid;
        padding: 5px 12px;
        border-radius: 2px;
    }


/*é¼ æ ‡æ»‘è¿‡å¯¼èˆªæ å‡ºçŽ°çš„tooltip*/
#positionTip {
    background: #eee;
    border-radius: 5px;
    line-height: 20px;
    font-size: 12px;
    z-index: 9999;
    padding: 7px 12px;
    color: #333;
    border: 1px;
    opacity: 0.6;
    position: absolute;
    display: none;
    width: 100px;
}

    #positionTip span {
        /*padding-left: 2px;*/
        padding-right: -2px;
    }

.second-positions {
    width: 100%;
    padding: 18px 10px;
}

    .second-positions ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
    }

        .second-positions ul li {
            float: left;
            font-size: 14px;
            color: #000;
            line-height: 19px;
        }

            .second-positions ul li a {
                padding: 0px 16px;
                display: block;
                background: #F6f7f8;
                border-radius: 19px;
                color: #000;
                line-height: 30px;
                margin: 6px 8px;
            }

                .second-positions ul li a:hover {
                    background: #FB8B4B;
                    color: #fff !important;
                }

.second-positions-active a {
    background: #FB8B4B !important;
    color: #fff !important;
}

.top-line {
    width: 100%;
    padding: 0px 20px;
    height: 1px;
    position: relative;
}

    .top-line::after {
        content: "";
        width: 100%;
        display: block;
        height: 0px;
        border-bottom: 1px dashed #ccc;
    }

.panel {
    margin-top: 20px;
}

.panel-title-items {
    float: left;
    margin-left: -20px;
    list-style: none;
    /*overflow: hidden;*/
}

    .panel-title-items li {
        float: left;
    }

        .panel-title-items li:hover a {
            color: #FF7405;
        }

    .panel-title-items a {
        display: inline-block;
        width: 136px;
        font-size: 16px;
        text-align: center;
        user-select: none;
        line-height: 50px;
        color: #000000;
        border-right: 1px solid #ddd;
        cursor: pointer;
    }

    .panel-title-items .active {
        position: relative;
        background: #fff;
    }

        .panel-title-items .active a {
            color: #FF7405 !important;
        }

        .panel-title-items .active::after {
            content: "";
            width: 100%;
            height: 2px;
            position: absolute;
            top: -1px;
            z-index: 1;
            left: 0px;
            border-top: 2px solid #FF7405
        }

.panel-heading {
    border-bottom: 1px solid #ddd;
}

.brand-job-list font {
    color: #f76120;
}

.brand-job-list span {
    font-size: 13px;
}

.brand-job-list-all span:hover {
    color: #3388ff;
}

.brand-items {
    padding: 0px !important;
}

.brand-item {
    border-bottom: 1px dashed #ced4dc;
    list-style: none;
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 18px 0px;
}

    .brand-item:hover {
        background: #fafafb;
    }

.live-list-item:last-child .brand-item {
    border-bottom: none;
}

.brand-info-itmes {
    width: 100%;
    height: 48px;
    padding-left: 64px;
    position: relative;
    top: 0px;
}

    .brand-info-itmes a:visited .company {
        color: #A3BADA;
    }
     

.brand-job-list {
    list-style: none;
    width: 100%;
    top: 6px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
    left: 0px;
}

    .brand-job-list a {
        color: #333;
        margin-right: 12px;
    }

/*.brand-job-list li{*/
/*display: inline;*/
/*margin-left: 11px;*/
/*}*/

/*.brand-job-list li:first-child{*/
/*margin-left: 0px!important;*/
/*}*/

.brand-info-box, .brand-time, .brand-info-btn {
    padding: 0px;
    display: inline-block;
}

.brand-info-box {
    width: 100%;
    padding-right: 280px;
}

.brand-time {
    line-height: 50px;
    padding-left: 20px;
    color: #999;
}

.brand-name {
    font-size: 15px;
}

    .brand-name a {
        float: left;
        max-width: 100%;
        /* max-width: 286px; */
        overflow: hidden;
    }

    .brand-name > .badge {
        float: left;
        margin-left: 8px;
    }

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* float: left; */
}

.brand-info-btn {
    margin-left: 34px;
    line-height: 34px;
    font-size: 13px;
    color: #f60;
    margin-top: 7px;
    margin-right: 6px;
    width: 76px;
    text-align: center;
    border: 1px solid #f60;
}

    .brand-info-btn:hover {
        background-color: #FF7405
        color: white;
    }

.brand-right-box {
    position: absolute;
    right: 0px;
    top: 17px;
}

.brand-name-label .badge-warning {
    color: #ff8100;
    border-color: #ff8100;
}

.brand-name-label .badge {
    border-radius: 0;
    margin-left: 5px;
    margin-right: 0;
    margin-top: 15px;
    float: right;
    /* width: 20px; */
    height: 20px;
    text-align: center;
    background-color: transparent;
    border: solid thin;
    line-height: 18px;
    padding: 0 3px;
}

/*æ‰“è¡¥ä¸*/
body::-webkit-scrollbar {
    width: 0;
}

.xjhlist th, .xjhlist td {
    border: 0;
}

.xjhlist a {
    color: #333;
}

    .xjhlist a:hover {
        color: #3388ff;
    }
