.mainBox{
    background: #fff;
    padding: 20px;
}
/* 列表 start */
.listStyle li{
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    padding: 20px 20px 0;
    position: relative;
    overflow: hidden;
    width: 1080px;
    height: 135px;
}
.listStyle li:hover{
    background: url(../images/cd_liBg.png) no-repeat;
}
.listStyle li.pb30{
    padding-bottom: 30px;
}
.listStyle li .topCon .imgBoxs{
    width: 105px;
    height: 70px;
    margin-right: 15px;
}
.listStyle li .topCon .imgBoxs img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.listStyle li .minCon{
    width: 777px;
}
.listStyle li .minCon a{
    background: url(../images/recruitList_titleIcon.png) no-repeat left;
    padding-left: 28px;
    display: block;
    height: 24px;
    font-size: 18px;
    width: 700px;
    line-height: 24px;
    margin-bottom: 15px;
}
.listStyle li .minCon a:hover{
    color: #0052D9;
}
.listStyle li .midCon p{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.listStyle li .midCon .tabIcon1{
    width: 30%;
    color: #999;
}
.listStyle li .midCon .tabIcon1:nth-of-type(3){
    width: 15% !important;
}
.listStyle li .midCon .tabIcon1:nth-of-type(4){
    width: 15% !important;
}
.listStyle li .midCon .tabIcon1 em{
    color: #333;
}
.listStyle li .midCon .tabIcon1 .money{
    color: #FF393A;
    font-size: 14px;
    font-weight: bold;
}
.listStyle li .rightCon{
    width: 178px;
}
.listStyle li .midCon{
    height: 50px;
    line-height: 50px;
    border-top: 1px dashed #EEEEEE;
}
.listStyle li .rightCon .btns{
    display: block;
    width: 60px;
    height: 30px;
    background: url(../images/jrcp_btnOn.png) no-repeat;
}
.listStyle li .rightCon .btns.on{
    width: 60px;
    height: 30px;
    background: url(../images/jrcp_btn.png) no-repeat;
}
.listStyle li .rightCon .delBtn{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/deleteIcon.png) no-repeat;
    margin-left: 10px;
}
.listStyle li .timeBox{
    color: #999;
    font-size: 14px;
}
.listStyle li .rightCon .closeStatus{
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/closePic.png) no-repeat;
    top: 13px;
    right: 98px;
}
.listStyle li .bottomCon{
    border-top: 1px dashed #eee;
    height: 43px;
    line-height: 43px;
    background-color: #F5F9FD;
    width: 1098px;
    padding-left: 20px;
    position: absolute;
    left: 1px;
    border-radius: 0 0 8px 8px;
}
.listStyle li .bottomCon label span{
    line-height: 49px;
}
.listStyle li .bottomCon label input{
    margin-top: 17px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}
.listStyle li .bottomCon .moreBtn{
    padding-right: 20px;
    background: url(../images/moreArr.png) no-repeat right center;
}
.listStyle li .bottomCon a{
    color: #0052D9;
}