﻿/*字体颜色*/
.job_list .con_left a,h4.job_tit1,ul.result_cont li span,.btndiv1 a:hover{color: #2076bd}

/*背景颜色样式*/
.job_seaerch .job_searchsub,.applyBtn,.show_jobcon .sqBtn,.show_jobcon .ctnewBtn,.compile1{background: #2076bd}
.applyBtn:hover,.job_seaerch .job_searchsub:hover,.show_jobcon .sqBtn:hover,.show_jobcon .ctnewBtn:hover,.compile1:hover,.colseDiv:hover{background:#358bc5}
.ui-widget-header{background: #2076bd!important}
/*招聘列表样式*/
.job_seaerch{overflow: hidden;height: 32px;background: #f6f6f6;padding: 15px 10px;}
.job_seaerch .ddlbox {margin-right: 10px;padding: 5px;color: #666;display: inline-block;float: left;width: 100px;_display: block;}
.job_seaerch #DepartmentIddropdown {width:150px;}
.job_seaerch .job_searchtxt{height: 19px;border: solid 1px #DDD;width:483px;padding: 5px;background: #FFF; margin-right: 10px;color: #333;display: block;float: left;}
.job_seaerch .job_searchsub{font-size: 14px;width: 108px;height: 30px;color: #FFF;border: none;cursor: pointer;display: block;float: left;}

.job_list li {line-height: 24px;margin-top: 10px;border-bottom: dotted 1px #DDD;}
.job_list .con_left{width: 750px;padding: 0 0 10px 0;float:left;}
.job_list .con_left h2{line-height: 32px;font-size: 16px}
.job_list .con_left a:hover{font-weight: bold;}
.job_list .con_left p{font-size: 14px;line-height: 24px;color: #888}
.job_list .con_right {float: right;margin: 15px 20px 0 0px;text-align: center;padding: 10px 0 0 0px;}
.applyBtn{font-size: 14px;width: 90px;height: 30px;display: block;color: #fff;text-align: center;line-height: 30px;border-radius: 5px;margin:0 auto;}
.applyBtn:hover{color: #fff}
/*弹窗显示后样式*/
.hid{display: none!important}
/*搜索出无匹配结果样式---*/
.zWupip{width:380px;height:110px;margin:0 auto;padding-top:20px;}
.zWupip p{font-size:14px;color:#555;padding-top:10px;text-align:center;line-height:30px}

/*招聘详细页面*/
.job_tit{/* height:45px; */line-height:45px;font-size:20px;text-align:center;font-weight:normal;}
.result_cont{margin-bottom:30px;border-bottom: 1px dashed #ccc;padding-bottom: 30px;font-size: 14px;line-height: 28px;}
ul.result_cont li{float: left;width:32%;line-height: 45px;padding-right: 10px;}
h4.job_tit1,ul.result_cont li span{font-size: 14px;;line-height: 32px;}



/*旧版的弹出窗*/
.ui-dialog{border-radius:0px!important; background:#FFF!important;border: 12px solid #d8d8d8!important; padding:0px!important;}
.ui-widget-header{ border:none!important;border-radius:0px!important;}
.compile1{ padding:2px 5px; color:#FFF!important}

.mydiv2{height:200px}
#bg,.popIframe {display:none;width:100%;height:100%;left:0;top:0;background:#000;z-index:100000;/*FF IE7*/filter:alpha(opacity=50);/*IE*/opacity:0.5;/*FF*/z-index:1;position:fixed!important;/*FF IE7*/position:absolute;/*IE6*/}
.popIframe {filter:alpha(opacity=0);opacity:0}
.colseDiv{float:right;background:#dedede;width:50px;height:28px;text-align:center;line-height:28px;display:block;color:#333;margin:10px 10px 0 0}
.colseDiv:hover{color:#fff;}
.show_jobcon{padding:20px 25px 0 55px;overflow:hidden}
.show_title{line-height:30px;font-weight:normal}
.show_title strong{color:#ee2200;padding:0 10px}
.show_select{height:20px;line-height:20px;font-size:14px;margin:15px 0;display:block}
.show_select select{font-size:14px;color:#666}
.show_jobcon table{line-height:40px;font-size:14px;border-bottom:dashed 1px #d9d9d9}
.sqBtn,.ctnewBtn{height:35px;display:block;line-height:35px;text-align:center;color:#FFF;font-size:16px;font-family:'Microsoft YaHei';margin:15px 10px;float:left;}
.show_jobcon .sqBtn{color:#FFF}
.show_jobcon .sqBtn:hover{color:#FFF}
.show_jobcon .ctnewBtn{width:102px;color:#FFF}
.show_jobcon .ctnewBtn:hover{color:#FFF}
.btndiv{margin:0px auto;width:330px; height:35px;}
.btndiv1 a{ display:block; line-height:35px; float:left; margin:0 10px;padding:0 15px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.woaring{text-align:center;padding:30px 0;}
.woaring em{font:24px/56px 'Microsoft YaHei','微软雅黑'; padding:0 0 0 40px;}
.porsonal{color:#F00;margin-left:10px}

@media only screen and (max-width: 768px){
	.job_seaerch form{width:500px;margin:0 auto;overflow: hidden;}
	.job_seaerch #DepartmentIddropdown{width:100px;}
	.job_seaerch .job_searchtxt{width: 150px;}
	.job_list .con_left{width:80%;}
}
@media only screen and (max-width:640px){
	.job_list .con_left{width:100%;float: none}
	.job_list .con_right{float: none;margin:15px auto;padding:0;}
	.pd20{padding:10px;}
 .job_seaerch .ddlbox{display: none}
 .job_tit{height: auto;line-height: 28px;}
 ul.result_cont li{width: 100%;}
 .ui-dialog{width: calc(100% - 30px) !important;left: 0;}
 .btndiv{width: 100%;height: auto;}
 .btndiv1 a{float: none;margin: 0 auto;}
}   