#join{
    display: block;
    overflow: hidden;
    margin-bottom: 40px ;
}

#join  .joinUL  .text{
    padding: 20px 25px 20px 25px;
    border: 1px #c7c7c7  solid;
    position: relative;
    margin: 0 0 16px 0;
}

#join  .joinUL  .text:hover{
    background:#f9f9f9;
}
#join  .joinUL  .text h2{
    width: 100%;
    white-space: normal;
    display: inline-block;
    line-height: 21px;
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    margin: 0 0 10px 0;
    border-bottom:1px #c7c7c7  dashed ;
    padding: 0 0 9px 0;

}
#join  .joinUL  .text a:hover{
    color: #0169b7;
}
#join  .joinUL  .text span em{
    color: #c8c8c8;
    font-size: 12px;
    font-style: normal;
}
#join  .joinUL  .text span {
    color: #c8c8c8;
    font-size: 12px;
    text-align: right;
    float: right;
    padding-left: 20px;
}

#join  .joinUL  .text span.time{
    background: url("../images/colok.png") no-repeat left center;
    background-size: 13px;
    position: absolute;
    top: 24px;
    right:15px;
}

#join  .joinUL  .text p.work{
    color: rgba(171, 171, 171, 1);
    width: 19%;
    display: inline-block;
    margin:3px 0;
}

#join  .joinUL  .text p span{
    float: none;
    padding-left: 2px;
    color: rgba(171, 171, 171, 1);
    font-size: 14px;
}

#join  .joinUL  .text p.work.block{
    width: 100%;
}





