/* 筛选区域 */

.sx {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 84, 147, 1);
}

.sx li {
    width: 33.3%;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
}

.sx img {
    display: block;
    width: 17px;
    height: 20px;
    margin-top: 13px;
}

.nvasuju {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.nvasuju span {
    color: rgb(196, 0, 0);
    margin: 0 5px;
}

.tanc {
    border-radius: 5px;
    overflow: hidden;
    background-color: rgba(0, 55, 96, 0.95);
    margin: auto;
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    z-index: 999;
    padding: 15px 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
}

@media (min-width: 760px) {
    .tanc {
        width: 720px;
    }
}

@media (max-width: 760px) {
    .tanc {
        width: 95%;
    }
}

.tanc .nvafzjg {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.tanc .nvafzjg li {
    width: 90%;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}

.tanc .nvafzjg li:hover {
    background-color: rgba(0, 84, 147, 0.5);
}

.tanc .nvafzjg li span {
    float: right;
}

.tanc .nvafzjg li strong {
    color: rgb(255, 175, 56);
    font-size: 18px;
}

.tanc .tanctitle {
    width: 90%;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.tanc .tanctitle strong {
    margin-top: 5px;
}

.tanc .nvass {
    width: 90%;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.tanc .nvass input {
    width: 100%;
    outline-style: none;
    border-radius: 3px 0px 0px 3px;
    border: none;
    height: 45px;
    text-indent: 10px;
}

.tanc .nvass a {
    display: block;
    width: 70px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: salmon;
    border-radius: 0px 3px 3px 0;
}


/* 岗位 */

.xzgw {
    width: 95%;
    overflow: hidden;
    margin: auto;
    margin-top: 15px;
}

.xzgw .cont {
    width: 100%;
    overflow: hidden;
    margin: auto;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
}

.xzgw .cont .ul-1 {
    font-size: 14px;
    text-indent: 10px;
    color: rgba(0, 0, 0, 0.8);
}


/*  */

.drop {
    cursor: pointer;
    display: block;
    /* background-color: rgba(0, 0, 0, 0.1); */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.drop h1 {
    width: 100%;
    height: 45px;
    /* background-color: rgba(0, 0, 0, 0.15); */
    line-height: 45px;
    font-size: 18px;
    color: #0959bd;
    font-weight: bold;
    /* background-image: url(../images/yuan-05.png);
    background-repeat: no-repeat;
    background-position: 10px;
    text-indent: 30px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xzgw .cont .ul-1a {
    display: flex;
    justify-content: space-between;
}

.xzgw .cont .ul-1a a {
    display: block;
    width: 55px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    background-color: #d35400;
    margin: 8px 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
}

.drop+input {
    display: none;
    /* hide the checkboxes */
}

.drop+input+div {
    display: none;
}

.drop+input:checked+div {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    padding-top: 0px;
    box-sizing: border-box;
    /* background-color: rgba(0, 0, 0, 0.01); */
    text-align: justify;
}

.drop+input:checked+div p {
    margin: 10px 0;
}

.drop+input:checked+div a {
    display: block;
    width: 85px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    background-color: #d35400;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 5px;
}