﻿.jlList_box {
    display: none;
}

.jlList_con {
    padding: 20px 20px 20px;
}

    .jlList_con .jlList_tit {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        line-height: 36px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }

    .jlList_con ul li {
        cursor: pointer;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        padding: 0px 10px;
    }

        .jlList_con ul li span {
            float: right;
            display: none;
        }

        .jlList_con ul li em {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .jlList_con .editIcon {
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url(/images/editIcon1.png) center center no-repeat;
        background-size: 22px;
        float: left;
        margin-top: 7px;
        margin-right: 10px;
    }

    .jlList_con ul li.now {
        color: #fff;
        background: #f76120;
        border-radius: 3px;
    }

        .jlList_con ul li.now span {
            display: block;
        }

    .jlList_con ul li span img {
        vertical-align: middle;
        margin-bottom: 3px;
    }

    .jlList_con .tdBtn {
        text-align: center;
        width: 158px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        margin: 30px auto 0px;
        background: #006aff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

.showBtn, .showSq {
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #FFFFFF !important;
    background: #FF7D3C;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 5px 20px;
}

ul, ol {
    list-style-type: none !important;
}

i, em {
    font-style: normal;
}

.position-modal {
    margin-bottom: 10px;
}

    .position-modal strong {
        float: left;
        width: 79px;
        margin-top: 8px;
    }
    .position-modal .remark {
        float: left;
        margin-top: 8px;
    }

    .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 .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 a {
            color: #aaa;
        }

        .position-modal .go-to-my-resume img {
            width: 14px;
            height: 14px;
            margin-right: 5px;
        }

.openLogin, .openToudi {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}
#selecttest1 {
    border: none;
    margin-top: -10px;
    margin-left: -15px;
}
#searchKey{
    padding-left:60px;
    box-sizing:border-box;
}

#title{
    display:none;
}
