@charset "UTF-8";




.recruitment{
    margin:60px auto;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 50px -15px;
    text-align: center;
}
.recruitment h2{
    margin-bottom:50px ;
    color: #004685;
    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%;
    color: #000;
    font-size: 14px;
    padding: 15px 0px;
}
.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;
    padding-right: 50px;position: relative;
}
.recruitment ul li .top div:nth-of-type(3):before{
	content: "";
   position: absolute; right: 0px; top:12px;
   display: inline-block;
    width: 25px; height: 25px;
    background: url(../img/acnk.png) no-repeat  center;
    background-size: 100% auto;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.recruitment ul li.on .top div:nth-of-type(3):before{
    transform: rotate(180deg);
-ms-transform: rotate(180deg); 
-webkit-transform: rotate(180deg); 
}
.recruitment ul li:nth-of-type(1) .top div:nth-of-type(3){
    background: none;padding-right: 0px;
}
.recruitment ul li:nth-of-type(1) .top div:nth-of-type(3):before{
    display: none;
}
.recruitment ul li .bottom{
    display: none;
    width: 90%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #333;
    text-align: left;
}
.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;
    margin-left: 9%;
    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;
    display: inline-block;
}

@media screen and (max-width:768px) {
.xiamoxx{display: none;}
}