/*招聘理念*/
.recruitIdea {
    width: 100%;
    /*border: 1px solid #0faef0;*/
    border-radius: 5px;
    margin: 10px auto;
    padding: 20px 10px;
    background-color: white;
}

.recruitIdea:hover {
    background: #47afef;
    color: white;
}

.recruitImg {
    width: 75px;
    height: 75px;
    padding: 10px;
    border-radius: 50%;
    background-size: 50px 50px;
    background-color: white;
    box-shadow: 0px 0px 5px #cccccc;
    margin: auto;
}
.recruitImg img{
    max-width: 100%;
}
.recruitTitle {
    font-weight: 600;
    font-size: 20px;
    margin: 10px auto;
}

.recruitTips {
    font-size: 16px;
}

/*招聘岗位*/
.recruit {
    padding: 10px;
}

.recruitAllInfo {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 15px;
    margin: 10px auto;
    cursor: pointer;
    transition: all .2s;
}

.recruitAllInfo:hover {
    box-shadow: 0 0 10px #cccccc;
    transform: scale(1.01);
    color: #000;
}

.recruitCon {
    width: 100%;
    padding: 10px;
    border: 1px solid #47afef;
    border-radius: 5px;
}

.recruitlogo {
    width: 20%;
}

.recruitInfo {
    width: 80%;
    padding-left: 15px;
}

.recruitWhat {
    font-size: 24px;
    margin: 0 auto 5px;
}

.recruitWhere {
    font-size: 16px;
}

.moreRecruit {
    width: 130px;
    height: 50px;
    color: white;
    background: #47afef;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
}

.moreRecruit:hover {
    background: white;
    border: 1px solid #47afef;
    color: #47afef;
}

/*way*/
.wayRecruit {
    background: #f6f6f6;
    padding: 50px 0;
}



/*recruit*/
.recruitDetail {
    padding: 20px;
}

.position {
    margin-right: 15px;
}

.address {

}
.jobDescription{
    margin-top: 30px;
}
.descTopRight{
    width: 85%;
    border-bottom: 1px dotted #737474;
    height: 0;
}
.descTopLeft{
    width:15%;
    font-size: 24px;
    margin: 10px 0;
}
.descTop{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    justify-content:space-between;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
}
.buttonRecruit{
    width: 85px;
    height: 40px;
    background: #47afef;
    color: white;
    border-radius: 4px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
}
.buttonRecruit:hover{
    width: 85px;
    height: 40px;
    background: white;
    border: 1px solid #47afef;
    color: #47afef;
}
