.Careers19 {
}

    .Careers19 .citylist ul {
        padding-bottom: 10px;
        overflow: hidden;
    }

        .Careers19 .citylist ul li {
            cursor: pointer;
            width: 190px;
            height: 95px;
            line-height: 95px;
            float: left;
            text-align: center;
            background: #edf4f7;
            border: 2px solid #007149;
            color: #000;
            margin: 0 5px 10px 0;
            overflow:hidden;
        }

            .Careers19 .citylist ul li.active {
                background: #007149;
                color:#fff;
                margin: 0 5px 10px 0;
            }

    .Careers19 .dep {
        border: 1px solid #7eaaa3;
        margin-bottom: 14px;
    }

    .Careers19 .dep_name {
        padding: 8px 13px;
    }

        .Careers19 .dep_name span {
            cursor: pointer;
            float: right;
            font-size: 19px;
            color: #7eaaa3;
        }

    .Careers19 .dep_bottom {
        display: none;
        border-top: 1px solid #7eaaa3;
    }

    .Careers19 .dep_intro {
        padding: 8px 13px;
        text-align: justify;
    }

    .Careers19 .job ul {
        padding: 0 20px 20px;
    }

        .Careers19 .job ul li {
            border-bottom: 1px dashed #7eaaa3;
            padding: 5px 0;
            overflow: hidden;
            height: 30px;
            line-height: 40px;
        }

            .Careers19 .job ul li .jobname {
                display: inline-block;
                width: 30%;
            }
            .Careers19 .job ul li .jobarea {
                display: inline-block;
                width: 30%;
            }
            .Careers19 .job ul li .depName {
                display: inline-block;
                width: 30%;
            }
.Careers19 a {
    text-decoration: none;
    color: #387c71;
    overflow: hidden;
}

    .Careers19 .apply {
        float: right;
        font-style: normal;
        background: #007149;
        padding: 5px 15px;
        margin-top: 5px;
        border-radius:10px;
        color: #fff;
        line-height: 100%;
    }

@media only screen and (min-width: 100px) and (max-width: 1000px) {
    /*media*/
    .Careers19 {
        padding: 10px;
    }

        .Careers19 .citylist ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap
        }

            .Careers19 .citylist ul li {
                width: 45%;
                margin: 0 0 10px 0;
            }
                .Careers19 .citylist ul li.active {
                    margin: 0 0 10px 0;
                }
    /*endmedia*/
}
