@charset "utf-8";
/** 招聘信息 **/
.sub_rec{border: 1px #e8e7e7 solid;}
.rec_Tit td{
    background: #003786;
    font-weight:bold;
    color:#ffffff;
    height:52px;
    border-bottom:1px #003786 solid;
    font-size: 16px;
}
.rec_not{
    background:#f7f7f7;
    padding:20px;
    color:#666;
    line-height:24px;
    border-bottom:1px #d2d2d2 solid;
}
.rec_bt{
    height:38px;
    text-align:left;
  display:none;
}
.rec_menu .rec_TB{
    height:46px;
    line-height:46px;
    border-bottom:1px #efefef dotted;
    background:#FFF;
    cursor:pointer;
}
.rec_menu_over .rec_TB{
    height:46px;
    line-height:46px;
    border-top:1px #f4f4f4 solid;
    background:#f4f4f4;
}
.rec_menu .rec_TB td{color: #717171;font-size: 16px;}
.rec_menu .rec_TB td a, .rec_menu_over .rec_TB td{color: #000000;font-size: 16px;}
.rec_menu_over .rec_TB td a{color: #003786;}
.close_rec{cursor:pointer;}
.btn_subrec{width: 120px;height: 36px;line-height: 36px;background: #acacac;float: left;position: relative;color: #ffffff;text-align: center;}
.btn_subrec a{width: 100%;height: 100%;float: left;color: #ffffff;font-size: 20px;}
.btn_subrec:hover{background: #003786;}
.btn_subrec:hover a{color: #ffffff !important;}

#my-popup{height: 480px;width: 660px;z-index: 9999;left: 50%;margin-left: -330px;}

