.box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.banner{
    width: 100%;
    height: 250px;
    background: url(../images/recruit_banner.jpg) no-repeat center;
    margin-top: 100px;
}
.title{
    width: 100%;
    height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}
.title .w-1200{
    display: flex;
}
.title .title-item{
    width: auto;
    padding: 0 10px;
    height: 60px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 60px;
    /*margin-right: 40px;*/
    cursor:pointer;
}
.title-item.active{
    background: #113496;
    color: #ffffff;
}

.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}
.content.active{
    display: block;
}
.content .list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list .list-head{
    width: 100%;
    height: 50px;
    background: #f8f8f8;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    line-height: 50px;
    margin-top: 30px;
}
.list-head .list-li{
    width: 214px;
}

.list .list-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list-box .list-item{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    cursor: pointer;
}
.list-item.active{
    border-bottom: 1px solid #113496;
    border-top: 1px solid #113496;
}
.list-item .list-top{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 70px;
}
.list-top .top-li{
    width: 214px;
}
.list-top span{
    width: auto;
    height: 18px;
    background: #113496;
    padding: 0 5px;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    margin-top: 13px;
    margin-left: 5px;

}


.list-item .list-con{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}
.list-item.active .list-con{
    display: block;
}
.list-con .list-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.list-on .list-le{
    width: 1050px;
    height: auto;
    overflow: hidden;
    padding-left: 30px;
    box-sizing: border-box;
}
.list-name{
    width: 100%;
    height: 22px;
    border-left: 3px solid #113496;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.list-name span{
    color: #113496;
}
.list-le .list-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 5px;
}
.list-on .list-ri{
    width: 120px;
    height: 30px;
    background: #113496;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 17px;
}
.list-con .list-last{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 30px;
    box-sizing: border-box;
}
.list-last .list-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
}


.page{
    width: 100%;
    height: 50px;
    margin: 30px 0;
}



.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-box .con-top{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 30px;
}
.con-top .con-le{
    width: 567px;
    height: 300px;
    overflow: hidden;
}
.con-le .con-head{
    width: 100%;
    height: 45px;
    border-left: 5px solid #113496;
    box-sizing: border-box;
    padding-left: 15px;
    margin-top: 17px;
}
.con-head .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 42px;
    margin-top: 2px;
}
.con-head .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 10px;
}
.con-le .con-text1{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    margin-top: 52px;
}

.con-top .con-ri{
    width: 567px;
    height: 300px;
}
.con-box .con-on{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-on .con-item{
    width: 100%;
    height: 270px;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}
.con-item .con-img{
    width: 580px;
    height: 250px;
    position: absolute;
    top: 20px;
    left: 0;
}
.con-item:last-child{
    margin-bottom: 60px;
}
.con-item:nth-of-type(even) .con-img{
    top: 20px;
    left: 620px;
}
.con-item .con-ou{
    width: 730px;
    height: 240px;
    box-sizing: border-box;
    margin-left: 470px;
    padding: 0 20px 0 140px;
    background: #f3f3f3;
    overflow: hidden;
}
.con-item:nth-of-type(even) .con-ou{
    margin-left: 0;
    padding: 0 140px 0 20px;
}

.con-ou .con-head{
    width: 100%;
    height: 67px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.con-head .con-num{
    width: 470px;
    height: 67px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.list-li1 .list-num{
    width: 220px;
}
.con-num .num{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
    line-height: 67px;
}
.con-num .span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    color: #113496;
    line-height: 34px;
    position: absolute;
    bottom: 5px;
    left: 0;
}
.con-head .con-icon{
    width: 30px;
    height: 30px;
    margin-top: 19px;
}

.con-ou .con-line{
    width: 200px;
    height: 1px;
    background: #cccccc;
}


.con-ou .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
    margin-top: 47px;
}
.con-ou .con-p{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: 25px;
}

.con-ou .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
}
