html,body{
    width: 100%;
    min-width: 1200px;
}
.app{
    background-color: #f1f3ff;
    width: 100%;
    min-width: 1200px;
}
.header{
    width: 100%; 
    position: relative;
}
.header .banner{
    width: 100%;
}
.header a{
    position: absolute;
    display: block;
    width: 1200px;
    height: 85px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.mqRecruit{
    width: 1200px;
    margin: 0 auto;
}
.mqRecruit h2{
    text-align: center;
    margin: 30px 0;
}
.mqRecruit ul{
    display: flex;
    flex-wrap: wrap;
}
.mqRecruit ul li{
    margin: 8px 3px;
}
.mqRecruit ul li img{
    width: 293px;
    height: 70px;
}
.adList{
    width: 1200px;
    margin: 10px auto;
}
.adList a{
    display: block;
    width: 100%;
    height: 120px;
    margin: 6px 0;
}
.jobList{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.jobList ul {
    display: flex;
    flex-wrap: wrap;
}
.jobList ul li{
    width: 392px;
    height: 127px;
    margin: 10px 0;
    margin-right: 12px; 
}
.jobList ul li:nth-child(3n){
    margin-right: 0;
}
.jobList ul li a{
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    line-height: 32px;
    text-align: left;
}
.list_top{
    display: flex;
    justify-content: space-between;
}
.jobList .info{
    color: #b3b2bc;
    border-bottom: 1px solid #f0f0f0;
 
}
.red_color{
    color: red;
}
.policy{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.policy h2{
    text-align: center;
}
.policy_list{
    width: 100%;
    border-top: 2px solid #1b43da;
    background-color: #fff;
    margin-top: 30px;   
    padding: 30px 20px;
    position: relative;
    box-sizing: border-box;
}
.policy_list ul{ 
    display: flex;
    flex-wrap: wrap;  
}
.policy_list ul li{
    width: 50%;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.policy_list ul li a{
    color: #333;
}
.More{
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #3a59dd;
}
.fooert{
    width: 100%;
    margin-top: 60px;
}