.hiring ul{
    padding: 0px 40px;
}
.hiring ul li{
    width: 420px;
    padding: 0px 30px;
    margin: 0px 30px 30px;
    background: #fff;
    height: auto;
    float: left;
}
.hiring ul li:hover{
    box-shadow: 0 3px 9px 0 rgba(125,125,125,0.4);
}
.hiring .yc_con .y_tit{
   font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 16px;
    padding: 20px 0px;

}
.hiring .yc_con .y_bottom .ms
,.hiring .yc_con .y_bottom .h-tit
,.hiring .yc_con .y_bottom .y-tit1{
    margin-bottom: 27px;
}
.hiring .yc_con .y_bottom .y-tit1 i{
    display: inline-block;
    font-size: 12px;
    color: #999999;
    line-height: 12px;
    font-style: normal;
}
.hiring .yc_con .y_bottom .y-tit1 i img{
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.hiring .yc_con .y_bottom{
    font-size: 14px;
    color: #666666;
    text-align: left;
}

.hiring .yc_con .y_bottom span{
    display: block;
    text-align: left;
}
.hiring .yc_con .y_bottom p {
    height: 192px;
    overflow: hidden;
}
.hiring .yc_con .y_bottom p span,.win p span{
    display: block;
    line-height: 24px;
    height: auto;
    color: #666;
}
.hiring .yc_con .y_bottom .xq{
    width: 420px;
    height: 14px;
    border-bottom: 1px solid #D8D8D8;
    padding: 22px 0px 30px;
}
.hiring .yc_con .y_bottom .xq span{
    display: block;
    text-align: right;
    font-size: 14px;
    line-height: 14px;
    color: #00B38A;
    cursor: pointer;
}
.time{
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    color: #00B38A;
    text-align: center;
}
.win{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
}
.ban{
    height: 100%;
    line-height: 1px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.win .win_box{
    width: 421px;
    height: 367px;
    background: #fff;
    padding: 20px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -203.5px;
    left: 50%;
    margin-left: -230.5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.40);
}
.win .w-tit{
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-bottom: 1px solid #DEDEDE;
    font-size: 18px;
    color: #666666;
    margin-bottom: 20px;
    position: relative;
}
.win .close1{
    display: block;
    width: 50px;
    height: 54px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.win img{
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
}
.win p{
    overflow-y: scroll;
    height: 290px;
}
.win p span{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: left;
}
