@charset "UTF-8";




.recruitment{
    max-width: 965px;
    width: 100%;
    margin:60px auto;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 50px -15px;
    text-align: center;
}
.recruitment h2{
    margin-bottom:50px ;
    color: #0a3a89;
    font-size: 26px;
    text-align: center;
}
.recruitment ul{
    margin-bottom: 30px;
}
.recruitment ul li.on{
    background-color: #f7f7f7;
}
.recruitment ul li:hover{
    background-color: #f7f7f7;
}
.recruitment ul li:nth-of-type(1):hover{
    background-color: transparent;
}
.recruitment ul li .top{
    width: 90%;
    margin: auto;
    cursor: pointer;
}
.recruitment ul li .top:after{
    content: '';
    display: block;
    clear: both;
}
.recruitment ul li .top div{
    float: left;
    width: 33%;
    height: 50px;
    color: #000;
    font-size: 16px;
    line-height: 50px;
}
.recruitment ul li:nth-of-type(1) .top div{
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 18px;
}
.recruitment ul li .top div:nth-of-type(1){
    text-align: left;
}
.recruitment ul li .top div:nth-of-type(2){
    text-align: center;
}
.recruitment ul li .top div:nth-of-type(3){
    text-align: right;
}
.recruitment ul li .bottom{
    display: none;
    width: 90%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #333;
    text-align: center;
}
.recruitment ul li .bottom:after{
    content: '';
    display: block;
    clear: both;
}
.recruitment ul li .bottom div{
    width: 40%;
}
.recruitment ul li .bottom .left{
    float: left;
}
.recruitment ul li .bottom .right{
    float: right;
}
.recruitment ul li .bottom i{
    display: inline-block;
    width: 1px;
    margin: auto;
    background-color: #dcdcdc;
}
.recruitment ul li .bottom div h3{
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
}
.recruitment ul li .bottom div p{
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
}
.recruitment a{
    padding: 5px 23px;
    border: 1px solid #dadada;
    color: #333;
    font-size: 14px;
    border-radius: 20px;
}


