.banner{
    width: 100%;
    height: auto;
    display: inline-block;
}
.banner img{
    width: 100%;
}
.main {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 70px;
}
.main-top{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid#e8e8e8;
}
.main-left{
    float: left;
    line-height: 65px;
    letter-spacing: 1px;
}
.main-left img{
    float: left;
    margin-right: 6px;
    margin-top: 24px;
}
.main-left p{
    float: left;
}
.main-left p a{
    color: #434343;
}
.main-nav{
    float: right;
    line-height: 73px;
}
.main-nav li{
    float: left;
    margin-left: 26px;
}
.main-nav li a{
    font-size: 16px;
}
.main-nav li:hover{
    border-bottom: 2px solid#1e63ac;
}
.recruitment{
    width: 100%;
    height: auto;
    display: inline-block;
}
.lieven {
    width: 48%;
    height: auto;
    float: left;
    margin-left: 24px;
    margin-top: 20px;
    background: url(../images/lieven.png) no-repeat right #f5f5f5;
}
.lieven a {
    display: block;
    width: 100%;
    height: 164px;
    background: url(../images/lieven.png) no-repeat right #f5f5f5;
}
.left_text {
    color: black;
    width: 69%;
    height: 190px;
    float: left;
    padding-left: 20px;
    line-height: 24px;
    font-size: 14px;
    padding-bottom: 13px;
    display: inline-block;
}
.left_text h2 {
    color: #333;
    font-size: 20px;
    height: 50px;
    line-height: 3em;
}
.right_text {
    width: 23%;
    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;
    display: inline-block;
    margin-top: 12%;
}
.lieven {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0px;
    margin-top: 20px;
    background: url(../images/lieven.png) no-repeat right #f5f5f5;
}


}
