/* CSS Document */
/** {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-weight: normal; !*font-size:14px;*!
}*/

ul, ol, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1; /* for IE6 IE7 */
}

/*a {color:#595757; text-decoration: none;}
a:hover,a:active,
a:focus {color:#007bda; text-decoration:none;}
body {padding:20px;}*/
.Gray {
    width: 100%;
    color: #9fa0a0;
    line-height: 20px;
}

.select-res span {
    display: inline-block;
    width: 360px;
    height: 14px;
    line-height: 14px;
    padding: 5px 15px 5px 5px;
    border: solid 1px #c0c0c0;
    background: url(../images/select_box_bg.gif) no-repeat 360px center;
    cursor: pointer;
    color: #c2c2c2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.select-res p {
    position: relative;
    width: 500px;
    height: 35px;
    padding: 0px 15px 5px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px 20px 10px 0px;
}

.select-box p {
    position: relative;
    width: 500px;
    height: 35px;
    padding: 0px 15px 5px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: -15px 20px 10px 0px;
}

.select-box .box_div_p {
    position: relative;
    width: 500px;
    height: 35px;
    padding: 0px 15px 5px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: -15px 20px 10px 0px;
}

.offset-down {
    top: 32px !important;
}

.close-btn-select {
    position: absolute;
    top: -3px;
    right: 0;
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/close_btn.png) no-repeat center;
    cursor: pointer;
}

.select-res a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/close_btn.png) no-repeat center;
    cursor: pointer;
}

.select-res input {
    width: 172px;
    height: 14px;
    line-height: 14px;
    margin-left: 4px;
    padding: 7px 5px;
    border: solid 1px #c0c0c0;
    color: #2c2c2c;
}

.select-res span.selected {
    color: #626262;
}

.select-box {
    border: solid 1px #72aaff;
    width: 660px;
    min-height: 580px;
    padding: 20px 20px 10px;
    position: absolute;
    display: none;
    z-index: 5;
    background: #ffffff;
    height: 661px;
    margin-top: 4px;
    margin-left: 4px;
}

.select-box .close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.select-box .wrap {
    font-size: 12px;
    height: 600px;
    border: solid 1px #ddd;
    margin-top: 30px;
}

.select-box ul {
    float: left;
    width: 218px;
    height: 600px;
    border-left: solid 1px #ddd;
    overflow-y: auto;
}

.select-box ul li {
    line-height: 30px;
    padding: 0 10px;
    /*background: url(../images/arr.gif) no-repeat 195px center;*/
    color: #626262;
    cursor: pointer;
}

.select-box ul li.selected {
    background: #72aaff;
    /*background:url(../images/arr_selected.gif) no-repeat 195px center #72aaff;*/
    color: #fff;
}


/*************拷贝一份，用于职位名称的骨架**********************/

.select-box2 {
    border: solid 1px #72aaff;
    width: 404px;
    min-height: 580px;
    position: absolute;
    display: none;
    z-index: 5;
    background: #ffffff;
    height: 382px;
}

.select-box2 ul {
    float: left;
    width: 218px;
    height: 600px;
    border-left: solid 1px #ddd;
    overflow-y: auto;
}

.select-box2 ul li {
    line-height: 30px;
    padding: 0 10px;
    /*background: url(../images/arr.gif) no-repeat 195px center;*/
    color: #626262;
    cursor: pointer;
}

.select-box2 ul li.selected {
    background: #72aaff;
    /*background:url(../images/arr_selected.gif) no-repeat 195px center #72aaff;*/
    color: #fff;
}

.select-box2 .dropdown ul {
    padding: 0;
    width: 67% !important;
    max-height: 578px;
    overflow-y: auto;
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: 0%;
    border: 1px solid #c6c8cc;
    position: absolute;
    display: none;
    z-index: 2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.select-box2 .dropdown {
    position: absolute;
    display: inline-block;
    width: 600px;
    padding: 0px;
    top: 0px;
}


/**********************************************/


/*************拷贝一份，用于毕业院校的骨架**********************/
.select-box3 {
    border: solid 1px #72aaff;
    width: 404px;
    min-height: 580px;
    position: absolute;
    display: none;
    z-index: 5;
    background: #ffffff;
    height: 382px;
}
.select-box3 .dropdown ul li {
    text-indent: 10px !important;
    line-height: 25px !important;
    height: 25px !important;
    overflow: hidden !important;
    margin-bottom: 5px !important;
    border-bottom: 1px dotted #b5b5b6 !important;
    padding: unset !important;
    background: unset !important;
}
.select-box3 ul {
    float: left;
    width: 218px;
    height: 600px;
    border-left: solid 1px #ddd;
    overflow-y: auto;
}
.select-box3 ul li {
    line-height: 30px;
    padding: 0 10px;
    /*background: url(../images/arr.gif) no-repeat 195px center;*/
    color: #626262;
    cursor: pointer;
}
.select-box3 ul li.selected {
    background: #72aaff;
    /*background:url(../images/arr_selected.gif) no-repeat 195px center #72aaff;*/
    color: #fff;
}
.select-box3 .dropdown ul {
    padding: 0;
    width: 67% !important;
    max-height: 578px;
    overflow-y: auto;
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: 0%;
    border: 1px solid #c6c8cc;
    position: absolute;
    display: none;
    z-index: 2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.select-box3 .dropdown {
    position: absolute;
    display: inline-block;
    width: 600px;
    padding: 0px;
    top: 0px;
}
/**********************************************/
/*************拷贝一份，用于所学专业的骨架**********************/
.select-box4 {
    border: solid 1px #72aaff;
    width: 404px;
    min-height: 580px;
    position: absolute;
    display: none;
    z-index: 5;
    background: #ffffff;
    height: 382px;
}
.select-box4 ul {
    float: left;
    width: 218px;
    height: 600px;
    border-left: solid 1px #ddd;
    overflow-y: auto;
}
.select-box4 ul li {
    line-height: 30px;
    padding: 0 10px;
    /*background: url(../images/arr.gif) no-repeat 195px center;*/
    color: #626262;
    cursor: pointer;
}
.select-box4 ul li.selected {
    background: #72aaff;
    /*background:url(../images/arr_selected.gif) no-repeat 195px center #72aaff;*/
    color: #fff;
}
.select-box4 .dropdown ul {
    padding: 0;
    width: 67% !important;
    max-height: 578px;
    overflow-y: auto;
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: 0%;
    border: 1px solid #c6c8cc;
    position: absolute;
    display: none;
    z-index: 2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.select-box4 .dropdown {
    position: absolute;
    display: inline-block;
    width: 600px;
    padding: 0px;
    top: 0px;
}
/**********************************************/
/*搜索框输入下拉文字高亮*/
.dropdown {
    position: absolute;
    display: inline-block;
    width: 600px;
    padding: 0px;
    top: 10px;
}

.dropdown-selected {
    width: 68% !important;
    height: 30px;
    line-height: 30px;
    border: 1px solid #c6c8cc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #333333;
    text-indent: 10px;
    margin-bottom: 0 !important;
    z-index: 999;
}

.dropdown ul {
    padding: 0;
    width: 67% !important;
    max-height: 380px;
    overflow-y: auto;
    background-color: #ffffff;
    margin-top: 2px;
    margin-left: 19%;
    border: 1px solid #c6c8cc;
    position: absolute;
    display: none;
    z-index: 2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dropdown ul li {
    text-indent: 10px !important;
    line-height: 25px !important;
    height: 50px !important;
    overflow: hidden !important;
    margin-bottom: 5px !important;
    border-bottom: 1px dotted #b5b5b6 !important;
    padding: unset !important;
    background: unset !important;
}

.dropdown ul li a {
    color: #282c33;
    display: block;
    text-decoration: none;
}

.dropdown ul li a:hover {
    background-color: #f2f6fa;
}

.dropdown ul li a:active, .dropdown ul li.active a {
    background-color: #e4e9f2;
}

#dropdownButton {
    position: absolute;
    top: 13px;
    right: 8px;
    height: 20px;
    line-height: 20px;
    border: 0px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin: 0px;
    padding: 3px 10px;
    font-weight: normal;
    cursor: pointer;
    background: #568de9;
    border-radius: 6px;
}

#dropdownButton a {
    color: #ffffff;
}

#SaveButton {
    position: absolute;
    top: 13px;
    right: 56px;
    height: 26px;
    line-height: 26px;
    border: 0px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin: 0px;
    padding: 0px 10px;
    font-weight: normal;
    cursor: pointer;
    background: #568de9;
    border-radius: 6px;
}

#SaveButton a {
    color: #ffffff;
}

#CloseButton {
    position: absolute;
    top: 13px;
    right: 10px;
    height: 26px;
    line-height: 26px;
    border: 0px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin: 0px;
    padding: 0px 10px;
    font-weight: normal;
    cursor: pointer;
    background: #568de9;
    border-radius: 6px;
}

/*æé†’å¼€å§‹*/
.Word {
    width: 85%;
    margin: -10px 10px 0 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #b71320;
}

/*æé†’ç»“æŸ*/
