.input-box button {
    width: 1.0417vw;
    height: 1.0417vw;
    position: absolute;
    right: 6%;
    top: 25%;
    z-index: 2;
    cursor: pointer;
    background-image: url("https://www.josephineteh.com/__xh__/yjs.xzhmu.edu.cn/image/top-shou.png");
    background-size: 100% 100%;
}
.input-box img {
    display: none !important;
}
.recruit .recruit-ol a:hover {
    background: #0c4bbe;
}

.recruit .recruit-ol a .img2 {
    display: none;
}

.recruit .recruit-ol a:hover .img1 {
    display: none;
}

.recruit .recruit-ol a:hover .img2 {
    display: block;
    margin: auto;
}

.recruit .recruit-ol a:hover li p {
    color: #fff;
}
.l2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.l1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.l3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.clear {
    clear: both;
}
.zw-ul li ol li p{
line-height: 20px;
}
.input-box input {
    padding-right: 40px;
    width: 9.0208vw !important;
}
select::-ms-expand {display: none;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
}