.Careers16 {
}

.Careers16 .citylist ul {
    padding-bottom: 10px;
    overflow:hidden;
}

    .Careers16 .citylist ul li {
        cursor: pointer;
        width: 16.66%;
        height: 35px;
        line-height: 35px;
        float: left;
        text-align: center;
        background: #7eaaa3;
        color: #fff;
        margin: 0 10px 10px 0;
    }

        .Careers16 .citylist ul li.active {
            background: rgba(15, 82, 71, 1);
            margin: 0 10px 10px 0;
        }
    .Careers16 .dep {
        border: 1px solid #7eaaa3;
        margin-bottom: 14px;
    }
    .Careers16 .dep_name {
        padding: 8px 13px;
    }
        .Careers16 .dep_name span {
            cursor: pointer;
            float: right;
            font-size: 16px;
            color: #7eaaa3;
        }
    .Careers16 .dep_bottom {
        display: none;
        border-top: 1px solid #7eaaa3;
    }
    .Careers16 .dep_intro {
        padding: 8px 13px;
        text-align: justify;
    }
    .Careers16 .job ul {
        padding: 0 20px 20px;
    }
        .Careers16 .job ul li {
            border-bottom: 1px dashed #7eaaa3;
            padding: 5px 0;
            overflow: hidden;
            height: 30px;
            line-height: 40px;
        }
    .Careers16 a {
        text-decoration: none;
        color: #387c71;
        overflow: hidden;
    }
    .Careers16 .apply {
        float: right;
        font-style: normal;
        background: #7eaaa3;
        padding: 5px 10px;
        margin-top:5px;
        color: #fff;
        line-height: 100%;
    }


@media only screen and (min-width: 100px) and (max-width: 1000px) {
    /*media*/
    .Careers16 {
        padding:10px;
    }
    .Careers16 .citylist ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
        .Careers16 .citylist ul li {
            width: 45%;
            margin: 0 0 10px 0;
        }
    /*endmedia*/
}
