body{color: #333; font-size: 14px;font-family: "Microsoft Yahei",Arial, Helvetica, sans-serif,"黑体";}
*{padding: 0; margin: 0; border: none; list-style: none;}
a{color: #333;text-decoration:none;}

.nav_more_group .nav_detail_group{
	overflow: hidden;
    width: 660px;
    padding-left: 300px;
    margin: auto;
    font-size: 14px;
    color: #000;
    position: relative;
    text-overflow: ellipsis;
    height: 100%;
    white-space: nowrap;
}
.nav_more_group .nav_detail_group span{
    float: none;
}
.nav_more_group .nav_detail_group a{
    float: none;
}
.nav_detail_group .my_apply{
    position: absolute;
    right: 0;
}
.nav_detail_group a{
    cursor: pointer;
}

/*top*/
.top{height: 50px;background: #0066B3;}
.banxin{width: 960px; margin: 30px auto; }
.top img{margin-top: 15px;}


/*head*/
.head{height: 80px; font-size: 18px;line-height: 80px;border-bottom: 1px solid #ccc;overflow: hidden;}
.banxin .logo1{float: left;vertical-align: middle;}
.banxin .logo1 img{margin-top: 20px;}
.jituan{float: left;margin-left: 15px;}
.jituan span{display: block; width: 2px;height: 40px; background: #ccc;margin-top: 20px;float: left;}
.jituan p{float: right;margin: 0 30px 0 15px;}
.head .nav{float: left;padding: 0;}
.nav .cur a{color: #328FCC;}
.nav li{float: left;margin-right: 40px;}
.log{float: right;}

/*banner*/

.banner img{margin-top: -10px; width: 100%; /*display: block;*/}


/*con*/
.con{ height: 300px; position: relative;}

.job_sousuo{width: 960px; height: 70px;  box-shadow: 0 0 10px rgba(0,0,0,0.3);border-radius: 4px; background: #fff;padding: 20px; box-sizing: border-box;}


.job_sousuo .left{float: left;width: 150px; margin-right: 80px;/* margin-top: 8px;*/}


.limg{float: left;margin: 10px;margin-right: 20px;}
/*.left span{text-align: right;}*/



.job_sousuo .center{float: left;width: 560px;height: 30px;border-bottom: 1px solid #ccc;overflow: hidden;}
.cimg {width: 30px;height: 30px;  float: left; margin-right: 10px;margin-top: 5px;}
.center img{display: block; width: 70%;}
.input{float: left; width: 200px; height: 40px;color: #333;outline: none;background: none;}


.job_sousuo .right{float: right; background: #169bd5;border-radius: 5px; text-align: center;color: #fff;}
.job_sousuo .right a{color: #fff;width: 100px; height: 30px;display: block;line-height: 30px;}


.gonggao{width: 960px; height: 200px;  box-shadow: 0 0 10px rgba(0,0,0,0.3);border-radius: 4px;margin-top: 30px; padding: 20px;background: #fff;box-sizing: border-box;}
.gonggao h1{font-weight: 200px;font-size: 16px;margin-bottom: 10px;}
.gonggao p{font-size: 14px;line-height: 40px;}
.gonggao p a{color: #333;}
.gonggao p a:hover{
	color:#2764a0;
}

.ma_box{position: relative;}
.ma{width: 90px; position: absolute;right: 50%;margin-right: -600px; top:30px;}
.ma p{line-height: 30px;}


/*foot*/
.foot{margin-top: 80px;background: #0066B3;}
.footin{margin: 0 auto;width: 1348px;}

.footer{margin-top:30px;}

/*提示信息框*/
.bg{width: 100%;height: 100%;background-color:rgba(1,1,1,0.8);position: fixed;z-index: 990;left:0;top:0;display: table;}
.write_wrap{display: table-cell;vertical-align: middle;}
.write{width: 100%;height: 100%; position: fixed;left: 0; top: 0;   background: rgba(0,0,0,0.3);}
.writein{width: 480px; z-index:999; margin:auto;}
.writein .writein_title{height: 55px; background: #0066B3; color: #fff; line-height: 55px; text-align: center; font-size: 16px;}
.writein .writein_message{position: relative;min-height: 115px; background: #fff; color: #333; line-height: 1.5;  font-size: 14px;padding: 15px 20px;}
.writein .writein_choice{text-align: right;position: absolute;bottom: 0px;right: 0;}
.write3{height: 60px; background: #eee; line-height: 55px;}
.write3 p{float: right;margin-top: 10px;}
.write3 a{display: block; width: 97px; height: 40px; background: #0066B3;float: left;color: #fff; text-align: center; line-height: 40px; border-radius: 4px; margin-right: 10px;}
.write3 a:first-child{background:#3da4f1 ;}

.select_ul{width:auto;min-width: 100%;}
.select_ul li{white-space: nowrap;}
.select_list .select_value{
    padding-right: 35px;
    text-indent: 3px;
    height: 32px;
    line-height: 32px;
    border: none;
    border-left: 1px solid #0066b3;
}

.grey_999{color:#999!important;}
.grey_999_bg{background:#999!important;}

.custom_radio{
    display: inline-block;
    font-size: 0;
}
.custom_radio:before{
    content: url(/chn/job/v3/images/radio_off.png);
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding-right: 10px;
}
.custom_radio.radio_on:before{
    content: url(/chn/job/v3/images/radio_on.png);
}
.custom_radio input{
    display: none;
}
.custom_radio span{
    vertical-align: middle;
    font-size: 14px;
}