@charset "UTF-8";

@font-face {
    font-family: hyqh25jf;
    src: url("../font/HYQiHei-25JF.otf");
}

.recruitment{
    padding: 60px 0;
}
.recruitment > div{
    width: 1470px;
    margin: auto;
}
.recruitment .title{
    margin-bottom: 55px;
    text-align: center;
}
.recruitment .title h2{
    margin-bottom: 10px;
    color: #333;
    font-size: 24px;
}
.recruitment .title p{
    color: #808080;
    font-family: hyqh25jf;
    font-size: 22px;
}
.recruitment .list li{
    overflow: hidden;
    width: 31.9%;
    margin-left: 2.15%;
    margin-bottom: 50px;
    padding: 60px 65px 35px;
    background-color: #fafafa;
    box-sizing: border-box;
    transition: 1.5s;
    cursor: pointer;
}
.recruitment .list li:nth-child(3n+1){
    margin-left:0;
}
.recruitment .list li h3{
    margin-bottom: 25px;
    color: #1e2120;
    font-size: 18px;
}
.recruitment .list li > div{
    margin-bottom: 35px;
}
.recruitment .list li div div{
    color: #939393;
    font-size: 16px;
}
.recruitment .list li div div + div{
    margin-left: 50px;
}
.recruitment .list li div div i{
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background: url("../img/biaoqian.png") no-repeat center;
}
.recruitment .list li div div i,
.recruitment .list li div div span{
    vertical-align: middle;
}
.recruitment .list li .p{
    margin-bottom: 30px;
    color: #686868;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.recruitment .list li .p p{
    display: inline !important;
}
.recruitment .list li > i{
    width:31px ;
    height: 31px;
    background: url("../img/i.png") no-repeat center;
}
.recruitment .list li em{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #367fb8;
}
.recruitment .list li > strong{
    width: 222px;
    height: 222px;
    background-color: rgba(255,255,255,.14);
    border-radius: 50%;
    transition: 1s;
}
.recruitment .list li > strong:nth-of-type(1){
    top: -100px;
    right: -20px;
    transform: rotate(-100deg);
    transform-origin: top;
}
.recruitment .list li > strong:nth-of-type(2){
    top: -50px;
    right: -140px;
    transform: rotate(-70deg);
    transform-origin: right;
}
.recruitment .list li > strong:nth-of-type(3){
    bottom: -160px;
    right: -80px;
    transform-origin: bottom;
    transform: rotate(60deg);
}
.recruitment .list li:hover{
    background-color: #367fb8;
}
.recruitment .list li:hover h3,
.recruitment .list li:hover div div,
.recruitment .list li:hover .p{
    color: white;
}
.recruitment .list li:hover div div i{
    background-image: url("../img/biaoqian1.png");
}
.recruitment .list li:hover > i{
    background-image: url("../img/i1.png");
}
.recruitment .list li:hover em{
        background-color: #0b59a6;
}
.recruitment .list li:hover > strong{
    transform: rotate(0deg);
}
.recruitment .view{
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    z-index: 20;
    overflow: auto;
}
.recruitment .view::-webkit-scrollbar{
    width: 2px;
    background-color: #e5e5e5;
}
.recruitment .view::-webkit-scrollbar-thumb{
    background-color: #0fa8e7;
}
.recruitment .view h3{
    font-size: 20px ;
    text-align: center;
    margin-bottom: 20px;
}
.recruitment .view > div{
    top: 50%;
    left: 50%;
    width: 1470px;
    max-width: 95%;
    margin-top: 5px;
    padding: 100px 0 45px;
    background-color: white;
    box-shadow: 0px -2px 20px -5px;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
}
.recruitment .view > div > .close{
    top: 35px;
    right: 35px;
    width: 38px;
    height: 38px;
    background: url("../img/close.png") no-repeat center;
    cursor: pointer;
}
.recruitment .view > div > div{
    width: 777px;
    margin: auto;
}

.recruitment .view > div .top{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
    font-size: 0;
    text-align: center;
}
.recruitment .view > div .top div{
    color: #939393;
    font-size: 16px;
}
.recruitment .view > div .top div + div{
    margin-left: 50px;
}
.recruitment .view > div .top div i{
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background: url("../img/biaoqian.png") no-repeat center;
}
.recruitment .view > div .top div i,
.recruitment .view > div .top div span{
    vertical-align: middle;
}
.recruitment .view > div .content{
    width: 777px;
    margin: auto;
    margin-bottom: 60px;
    color: #686868;
    font-size: 14px;
    line-height: 25px;
}
.recruitment .view > div .content .s{
    margin-top: 25px;
}
.recruitment .view > div .href{
    text-align: center;
}
.recruitment .view > div .href a{
    padding: 12px 45px;
    background-color: #0b59a6;
    color: white;
    font-size: 21px;
}
.recruitment .view > div em{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #0b59a6;
}

.view-form::-webkit-scrollbar{
    width: 2px;
    background-color: #e5e5e5;
}
.view-form::-webkit-scrollbar-thumb{
    background-color: #0fa8e7;
}
.view-form{
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1);
    z-index: 21;
    overflow: auto;
}
.view-form > div{
    top: 50%;
    left: 50%;
    padding: 50px 30px;
    width: 500px;
    max-width: 100%;
    background-color: white;
    box-shadow: 0px 0px 50px -20px;
    transform: translate(-50%,-50%);
}
.view-form > div h4{
    margin-bottom: 50px;
    font-size: 21px;
    text-align: center;
}
.view-form > div div{
    margin-bottom: 10px;
    color: #4c4c4c;
}
.view-form > div div span{
    display: inline-block;
    width: 17%;
    text-align: right;
}
.view-form > div div input,
.view-form > div div textarea{
    width: 82%;
    border: 1px solid #bfbfbf;
    text-indent: 1em;
    box-sizing: border-box;
}
.view-form > div div input{
    height: 38px;
}
.view-form > div div textarea{
    height: 123px;
    padding: 10px 0;
    vertical-align: top;
    resize: none;
}
.view-form > div div label{
    display: inline-block;
    margin-left: 18%;
    padding: 10px 40px;
    background-color: #f0f0f0;
}
.view-form > div div input[type=file]{
    display: none;
}
.view-form button{
    display: block;
    width: 181px;
    height: 47px;
    margin: 60px auto 0;
    background-color: #0b59a6;
    color: white;
    border: none;
    cursor: pointer;
}
.view-form .close{
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url("../img/close.png") no-repeat center/100%;
    cursor: pointer;
}