
.invite {
    width: 100%;
    height: 100%;
    /*max-height: 1080px;*/
    margin: 0 auto;
    position: relative;
    background-size: 100% 100%;
   /* background: url(/Public/SchoolProblem/images/back.png) no-repeat bottom ;*/
}



/*   招聘岗位   */
.invite .invite_tit {
    float: left;
    /*width: 236px;*/
    width: 100%;
    height: 3.33rem;
    line-height: 3rem;
    margin-top: 7.5rem;
    text-align: center;
    animation-delay:.1s;
    -webkit-animation-delay:.1s;

}
.invite .invite_tit span{
    width: 7.8rem;
    display: block;
    height: 3.33rem;
    background: url(../images/invite_tit.png) no-repeat center;
    margin: 0 auto;
    font-family: PingFang SC;
    font-weight: bold;
    font-size: .8rem;
    color: #FFFFFF;
    background-size: 100% 100%;
}


.invitelist {
    width: 58%;
    float: left;
    height: 30%;
    margin-left: 26%;
    margin-top: 3rem;
    box-sizing: border-box;
}

.invitelist li {
    float: left;
    width: 25%;
    height: 1.83rem;
    text-align: center;
    line-height: 1.83rem;
    border-radius: 1rem;
    background-color: #f7f7f7;
    margin-left: 1.13rem;
    margin-bottom: 1.43rem;
}

.invitelist li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: .53rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #666666;
}

.invitelist .invitesel a {
    color: #FFFFFF;
}

.invitelist li a:hover {
    background-color: #434fa5;
    color: #FFFFFF;
    border-radius: 1rem;
}

.invitelist .invitesel {
    background-color: #434fa5;
}

.immediately {
    float: left;
    width: 100%;
    height: 2.01rem;
    text-align: center;
    line-height: 2.3rem;
    margin-top: 2.4rem;
}

.immediately a {
    font-size: .66rem;
    font-family: PingFang SC;
    font-weight: bold;
    border-radius: 1.5rem;
    display: block;
    background-color: #434fa5;
    box-sizing: border-box;
    width: 12.1rem;
    height: 2.3rem;
    color: #FFFFFF;
    opacity: .4;
     margin: 0 auto;
}

.immediately:hover {
    opacity: 1;
}

.immediately a span {
    padding: 1rem;
    box-sizing: border-box;
    width: 1rem;
    height: 1rem;
    background: url(../images/fly.png) no-repeat center;
    z-index: 99;
    background-size: 100% 100%;
}
.immediately a:hover{
    opacity: 1;
}