html{
    background-color: #f2f2f2;
}
.logo {
    width: 100px;
    height: 30px;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.layui-header {
    background-color: #393D49;
}

.layui-layout-left {
    position: absolute !important;
    top: 0;
    left: 0;
}
.footer {
    padding: 15px;
    height: 30px;
    text-align: center;
    color: #797979;
}
.footer a{
    color: #797979;
}

.index-kf{
    text-align: center;
}
.index-kf img{
    margin-top:10px;
    width:160px;
    height:160px;
}
.index-login-title{
    margin-top:30px;
}
.index-login-adv{
    width:240px;
    margin:30px auto;
}
.index-login-adv img{
    width:240px;
}

.job-title{
    color:#0053bb;
    font-weight: bold;
}
.job-salary{
    color:#fe4748;
    font-weight: bold;
}
.job-company{
    color:#444444;
}
.job-region{
    color:#888888;
}
.job-time{
    color:#888888;
}
.job-adv{
    margin-bottom:15px;
    text-align: center;
}
.job-adv img{
    width:240px;

}