.banner{
    width: 100%;
    height: auto;
    margin-top: -4px;
    display: inline-block;
}
.banner img{
    width: 100%;
}
.job{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 40px;
}
.job-top{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid#e8e8e8;
}
.job-left{
    float: left;
    line-height: 65px;
    letter-spacing: 1px;
}
.job-left img{
    float: left;
    margin-right: 6px;
    margin-top: 24px;
}
.job-left p{
    float: left;
}
.job-left p a{
    color: #434343;
}
.job-nav{
    float: right;
    line-height: 73px;
}
.job-nav li{
    float: left;
    margin-left: 45px;
}
.job-nav li a{
    font-size: 18px;
}
.job-nav li:hover{
    border-bottom: 2px solid#1e63ac;
}
.jobs{
    width: 100%;
    height: auto;
    display: inline-block;
}
.lieven {
    width: 48%;
    height: 120px;
    float: left;
    margin-left: 24px;
    margin-top: 20px;
}
.lieven a {
    display: block;
    width: 100%;
    height: 120px;
    background: url(../images/lieven.png) no-repeat right #f5f5f5;
}
.left_text {
    color: black;
    width: 55%;
    height: 120px;
    float: left;
    padding-left: 20px;
    line-height: 24px;
    font-size: 14px;
}
.left_text h2 {
    color: #333;
    font-size: 20px;
    height: 50px;
    line-height: 3em;
}
.right_text {
    width: 180px;
    height: 90px;
    padding-top: 30px;
    line-height: 28px;
    text-align: right;
    float: left;
    color: #666;
    font-size: 14px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner {
        width: 100%;
        height: auto;
        margin-top: 0px;
        display: inline-block;
    }
    .lieven {
        width: 100%;
        float: left;
        margin-left: 0px;
        margin-top: 20px;
        height: auto;
        background: #f5f5f5;
    }
    .left_text {
        color: black;
        width: 100%;
        height: 120px;
        float: left;
        padding-left: 20px;
        line-height: 24px;
        font-size: 14px;
    }
    .right_text {
        width: 180px;
        height: auto;
        padding-top: 0px;
        line-height: 28px;
        text-align: left;
        float: left;
        color: #666;
        font-size: 14px;
        padding-left: 20px;
    }

}
