.current-openings-text {
    margin-bottom: 50px;
}

.current-openings-text h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.current-openings-text p {
    text-indent: 2rem;
}

.current-openings-text p a {
    color: #2763d4;
    font-weight: 600;
}

.position-search {
    padding: 30px 0;
}

.position-search h2 {
    font-size: 20px;
}

.ipt-search {
    display: flex;
}

.ipt-search input {
    width: 300px;
    height: 45px;
    border: 0;
    outline: 0;
    padding: 0 10px;
    margin-left: 10px;
    margin-right: 15px;
    border: 1px solid #b0b2b2;
    border-radius: 3px;
}

.ipt-select {
    width: 300px;
    height: 45px;
    border: 0;
    outline: 0;
    margin-left: 10px;
    margin-right: 15px;
    border: 1px solid #b0b2b2;
    border-radius: 3px;
}

.ipt-search button {
    width: 60px;
    height: 45px;
    color: #fff;
    border: 0;
    outline: 0;
    background-color: #2763d4;
    border-radius: 3px;
    vertical-align: bottom;
}

.current-list h2 {
    font-size: 20px;
}

.current-list ul li {
    width: 100%;
    /* height: 50px;
    line-height: 50px; */
    background-color: #f5f6f6;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.current-list ul li span {
    display: block;
}

.current-list ul li span:nth-child(1) {
    float: left;
}

.current-list ul li span:nth-child(2) {
    float: right;
}


/* 移动端样式 */

@media (max-width:992px) {
    .ipt-search {
        flex-wrap: wrap;
    }
    .keywords-ipt {
        width: 100%;
        margin-bottom: 20px;
    }
    .country-ipt {
        width: 100%;
        margin-bottom: 20px;
    }
    .ipt-search button {
        width: 90px;
    }
}

@media (max-width:768px) {
    .main-container {
        margin: 0 20px;
    }
    .small-banner {
        margin-top: 95px;
    }
    .ipt-search {
        flex-wrap: wrap;
    }
    .ipt-select {
        max-width: 100%;
        margin-left: 0;
    }
    .ipt-search input {
        max-width: 100%;
        margin-left: 0;
    }
    .ipt-search button {
        width: 90px;
    }
    /* .current-list ul li {
        height: auto;
    } */
    .current-list ul li span:nth-child(1) {
        max-width: 80%;
    }
    .ft {
        margin-top: 50px;
    }
}