@charset "utf-8";
/**
 * 
 * @authors your name (you@example.org)
 * @date    2017-03-31 13:39:25
 * @version $id$
 */
/*.xw_l{
    width:739px;
    border:1px solid #ddd;
    margin:30px auto 0;
}*/
.recruit_sec{
    margin-left:15px;
    margin-bottom:20px;
}
.recruit_sec>h3{
    font-size: 16px;
    color:#333;
    height:30px;
    line-height:30px;
}
.recruit_sec li{
    float:left;
    width:140px;
    height:140px;
    cursor: pointer;
    overflow: hidden;
    margin:0 2px;
    position:relative;
 }
 .recruit_sec li img{
    width:170px;
    height:auto;
    background-position:50% 50%;
 }
 .recruit_sec .post{
    position:absolute;
    bottom:-50px;
    left:0;
    width:100%;
    height:80px;
    background:#d71718;
    opacity:0.7;
    color:#fff;
    padding:0 8px;
    text-align: justify;
    line-height: 15px;
 }
 .post h3{
    height:30px;
    line-height:30px;
 }
 .post .details{
    height:45px;
    overflow: hidden; 
 }
 .items{
    margin-top:10px;
 }
.items span{
    display: block;
    width:100%;
    text-align: right;
 }
