/*========================================
文件名称：layout.css
文件作用：设定网页基本布局
更新历史：2009-10-11 11:32 CNNewJohn@Mingchennet.com 明晨网络
========================================*/
@charset "utf-8";
/*========================================
样式重设
========================================*/
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
fieldset, img {
    border: 0;
}
:focus {
    outline: 0;
}
address, caption, cite, code, dfn,em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
	padding:0;
	margin:0;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
input, button, textarea,select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
input{vertical-align:middle;}
code, kbd, samp, tt {
    font-size: 100%;
}
input, button, textarea, select {
    *font-size: 100%;
	font:100% Tahoma,Helvetica,Arial,sans-serif;
}
ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}
sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}
:link, :visited , ins {
    /*text-decoration: none;*/
}
a{
color:#0000CC;}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
/*========================================
浮动清除
========================================*/
.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;} 
.clearfix {display: block;}
.clear { clear:both; visibility:hidden; height:0; overflow:hidden;}

/*========================================
定义色调
========================================*/
/*文字基色*/
body{color:#666666;}
/*搜索框内文*/
#kw{color:#585858;}
/*搜索按钮背景及文字*/
#sbtn{background-color: #F2F2F1;color: #6B9F1F;}
/*超级链接*/
a,a:link{color:#6B9F1F; background-color:#FFF; padding:1px;}
a:hover{color:#FFF;background-color:#6B9F1F;}
/*========================================
外部容器，流动布局，自动居中
========================================*/
body {
    font:12px/1.5 Verdana;	
	text-align:center;
}
#wrapper{
	margin:0 auto;
	width:980px;	
}
/*========================================
空白间隙填充层
========================================*/
.fixblank{
	display: block;
	height:10px; 	
}

/*========================================
布局，浮动 200+(10+)500(+10)+260=980
========================================*/
.f_left{float:left; width:200px; overflow:hidden;}
.f_mid{
	float:left;
	margin-left:10px;
	width:500px;
	overflow:hidden;
}
.f_right{float:right; width:260px;overflow:hidden;}
/*========================================
布局，浮动710(+10)+260=980
========================================*/
.f_left4{float:left; width:710px;overflow:hidden;}
.f_right4{float:right; width:260px;overflow:hidden;}
/*========================================
布局，浮动 320+(10+)320(+10)+320=980
========================================*/
.f_left1{float:left; width:320px;overflow:hidden;}
.f_mid1{
	float:left;
	margin-left:10px;
	width:320px;
	overflow:hidden;
}
.f_right1{float:right; width:320px;overflow:hidden;}
/*========================================
布局，浮动 650(+10)+320=980
========================================*/
.f_left2{float:left; width:650px;margin-right:10px;overflow:hidden;}
.f_right2{float:right; width:320px;overflow:hidden;}
/*========================================
清除背景
========================================*/
.nobg a,.nobg a:hover{
	background:none;	
	}
/*========================================
水平居中的容器
========================================*/
.center_cont{
	margin:0 auto;}
/*========================================
搜索框
========================================*/
#kwform{
	text-align:left;
}
#kw{
	width: 400px;
	}
#kw,.skwtext{
	border: 1px solid #CFCFCF;	
	height:24px;
	padding-top:4px;
	font-size:16px;
	vertical-align:middle;
	/*css hack ie 6*/
	*padding-top:0;
	*height:28px;
	*line-height:28px;
	}
#sbtn,.smt{
	border: 1px solid #CFCFCF;	
	height: 30px;		
	font-weight:bold;
	width:70px;
	background-color:#F2F2F1;
	color:#669900;
	}
/*========================================
页脚
========================================*/
#footer{
	margin-top:10px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E3E3;
}
/*========================================
搜索框上子栏目列表
========================================*/
#sublist{
	text-align:left;
	font-size:14px;
	margin-bottom:5px;}
#sublist .current{
	font-weight:bold;
	color:#F58A00;
	text-decoration:none;
}
/*========================================
首页
========================================*/
.job_index_main h1{
	margin-top:50px;
	margin-bottom:50px;}
.index_form{
	width:500px;
	margin:0 auto;}
/*========================================
首页搜索框下推荐热门链接
========================================*/
.index_hotlink{
	width:500px;
	margin:0 auto;
	padding:10px;}
/*========================================
首页页脚
========================================*/
.index_footer{
	margin-top:100px;}
/*========================================
页脚链接列表
========================================*/
.footer_link{
	height:30px;
	line-height:30px;}
/*========================================
页眉
========================================*/
#top{
	margin-top:10px;
	}
/*========================================
logo
========================================*/
#logo{
	float:left;
	width:300px;}
/*========================================
页眉搜索框
========================================*/
.top_form{
	float:left;}
/*========================================
页面主体
========================================*/
#main{
	margin-top:10px;}
/*========================================
box模型
========================================*/
.box{
	border:solid 1px #ACCCE6;
	background-color:#EDF7FF;
	text-align:left;}
.boxtitle{
	color:#5D99CA;	
	padding-left:10px;
	height:25px;
	line-height:25px;
	font-size:14px;}
.boxtitle a{color:#5D99CA;}
.boxcontent{
	background-color:#FFFFFF;
	margin:5px;
	padding:5px;
	}
/*========================================
box模型，嫩绿色调
========================================*/
.box_green{
	border:solid 1px #9AD97F;
	background-color:#E2F9DA;
}
.box_green .boxtitle,.box_green .boxtitle a{
	color:#59B133;}
/*========================================
box模型，翠绿色调
========================================*/
.box_green1{
	border:solid 1px #669900;
	background-color:#669900;
}
.box_green1 .boxtitle,.box_green1 .boxtitle a{
	color:#ffffff;
	background-color:#669900;}
/*========================================
box模型，黄绿色调
========================================*/
.box_green2{
	border:solid 1px #a2b700;
	background-color:#a2b700;
}
.box_green2 .boxtitle,.box_green2 .boxtitle a{
	color:#ffffff;}
/*========================================
box模型，草绿色调
========================================*/
.box_green3{
	border:solid 1px #43a102;
	background-color:#43a102;
}
.box_green3 .boxtitle,.box_green3 .boxtitle a{
	color:#ffffff;}
/*========================================
box模型，淡橙色调
========================================*/
.box_orange{
	border:solid 1px #F7CF9E;
	background-color:#FCF0DA;}
.box_orange .boxtitle,.box_orange .boxtitle a{
	color:#E57B01;}
/*========================================
box模型，橙色调
========================================*/
.box_orange1{
	border:solid 1px #F58A00;
	background-color:#F58A00;}
.box_orange1 .boxtitle,.box_orange1 .boxtitle a{
	color:#FFF;
	background-color:#F58A00;}
/*========================================
box模型，灰色调
========================================*/
.box_gray{
	border:solid 1px #CCCCCC;
	background-color:#CCCCCC;}
.box_gray .boxtitle,.box_gray .boxtitle a{
	color:#000;}
/*========================================
box模型，浅灰色调
========================================*/
.box_gray1{
	border:solid 1px #EFEFEF;
	background-color:#EFEFEF;}
.box_gray1 .boxtitle,.box_gray1 .boxtitle a{
	color:#000;}	
/*========================================
box模型，无边框
========================================*/
.box_noborder{
	border:none;
	background-color:#FFFFFF;}
.box_noborder .boxtitle,.box_noborder .boxtitle a{
	color:#000000;
	font-weight:bold;}

/*========================================
招聘首页，频道信息介绍
========================================*/
.subintro{
	text-indent: 2em;
	line-height:20px;
	color:#333;}
.num{
	color:#669900;
	font-size:18px;
	font-weight:bold;}
h1{
	font-size:16px;
	font-weight:bold;
	color:#F58A00;
	padding:0;
	margin:0;
	}
p{margin:0;padding:0;}
/*========================================
招聘首页，职位列表
========================================*/
.job_index_list li{
	padding:0;
	margin:0;
	height:28px;
	line-height:28px;
	background-image:url(point_green.png);
	background-repeat:no-repeat;
	background-position:0 8px;	
	width:275px;
	overflow:hidden;
	padding-left:20px;
	}
.job_index_list li b{
	font-size:14px;
}
.job_index_list .a_2{
	margin-left:10px;}
	
.news_index_list .a_2{
	margin-left:0;}
.news_index_list li b{
	margin-left:10px;
}
	
.job_index_list ul{
	padding:0;
	margin:0;}
.job_index_list h4{
	padding:0;
	margin:0;
	font-weight:bold;
	height:25px;
	line-height:25px;}
/*========================================
最近被关注的职位列表
========================================*/
#job_list_lastview{	
	overflow:hidden;  
	width:290px; 
	height:165px;  }
#news_list_lastview{	
	overflow:hidden;  
	width:290px; 
	height:305px;  }
/*========================================
css醒目，非HTML强调
========================================*/
.cte{
	color:#F58A00;
	margin-right: 10px;	
	}
/*========================================
高级搜索分类列表展示
========================================*/
.cate_s_list{
	padding:3px;}
.cate_s_list .text{
	border: 1px solid #CFCFCF;
	height:21px;
	padding-top:4px;
	font-size:12px;
	vertical-align:middle;
	/*css hack ie 6*/
	*padding-top:0;
	*height:21px;
	*line-height:21px;
	}
.cate_s_list span{
	display:block;
	padding:1px;
	}
.cate_s_list .smt{
	margin:5px;
}
/* 模拟select 的外框 */
.GUC_select{border:1px solid #ccc;width:170px;overflow:hidden;height:21px;}
/* 模拟select 的箭头 这里用div 制作 没用图片 */
.GUC_arrow{float:right;width:0;height:0;border:5px solid #fff;border-top:5px solid #ccc;margin:8px 5px 0 0;cursor:pointer;}
.adseek_tb td{height:25px;}
/*========================================
分类列表展示
========================================*/
.cate_index_list h4{
	padding:0;
	margin:0;
	font-weight:bold;
	height:25px;
	line-height:25px;}
.cate_index_list li{
	padding:0;
	margin:0;
	padding-right:5px;
	height:23px;
	line-height:23px;
	float:left;
　　white-space:nowrap;
}
/*========================================
友情链接
========================================*/
#friendlink{
	border:solid 1px #E3E3E3;
	margin-top:10px;
	padding:10px;
	text-align:left;}
/*========================================
频道首页合作伙伴logo展示
========================================*/
#partnerlogo{
	text-align:center;}
/*========================================
列表页顶部提示
========================================*/
#s_tipbar{
	background-color:#669900;
	color:#FFF;
	height:25px;
	line-height:25px;
	overflow: hidden;
}
#s_tipbar .s_count{
	float:right;
	text-align:right;
	padding-right:20px;
	}
#s_tipbar h1{
	float:left;
	color:#FFF;
	padding-left:20px;
}
/*========================================
列表页职位列表
========================================*/
.job_list_info{
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	color:#666;
	padding-bottom: 10px;
	margin-bottom:10px;
}
.job_list_info h2{
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;

	}
.job_list_info b{
	margin:0;
	padding:0;
	height:25px;
	line-height:25px;}
.job_list_info .intro{
	text-indent:2em;
	line-height:21px;	
	
	}
.job_list_info  em{
	float:right;
	font-size:30px;
	font-style:italic;
	padding-right:30px;}
.news_list_info em{
	float:left;
	font-size:16px;
	font-style:normal;
	padding:0;
	}
.news_list_info h2 a{
	font-weight:normal;
	color:#333;
	text-decoration:none;
	font-size:16px;
}
.news_list_info .update{
	margin-top:10px;}
/*========================================
列表页分页
========================================*/
.page {
	text-align:center;
	padding:5px;
	margin: 10px;
}
.page a,.page span{
	padding:5px;
	background-color:#F7F7F7;
	border:solid 1px #D7D7D7;
	text-decoration:none;
	margin-right:5px;}
.page a:hover{
	background-color:#6B9F1F;}
.page .current{background-color:#6B9F1F;color:#FFF;}
.page #pageno{border:solid 1px #D7D7D7;height:14px;}
.page .button{border: 1px solid #CFCFCF;	
	height: 18px;		
	font-weight:bold;	
	background-color:#CFCFCF;
	color:#669900;}
/*========================================
招聘详情页
========================================*/
.job_content{
	text-align:left;
}
.job_content .title,.tianqi_content .title{
	float:left;
	font-size:16px;
	color:#F58A00;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
}

.job_content .jobinfo,.job_content .cominfo{
	line-height:23px;	
}
.job_content .jobinfo li,.job_content .cominfo li{
	height:23px;
}
.job_content .jobinfo{padding-left: 10px;}

/*========================================
详情页右侧相关信息
========================================*/
.more_info .info_tip{
	font-weight:bold;
	height: 25px;	
	line-height: 25px;
	overflow:hidden;
}
.more_info li{
	padding-left:10px;}
/*========================================
网页搜索，结果展示
========================================*/
#result_list{
	text-align:left;}
#result_list .intro{
	margin-right:100px;
	}

.tianqi_table .th{
	background-color:#FFF7D6;
	height:38px;
	text-align:center;
	}
.tianqi_table .current{
	background-color:#EFEFEF;	
	}
.tianqi_table .current a{
	background-color:#EFEFEF;	
	}
.tianqi_table .current a:hover{
	background-color:#6B9F1F;
	color:#FFF;
	}
.tianqi_table{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E8E6E7;
	border-right-color: #E8E6E7;
	border-left-color: #E8E6E7;
	}
.tianqi_table td{
	border-bottom-width: 1px;	
	border-bottom-style: solid;	
	border-bottom-color: #E8E6E7;
	text-align:center;
	height:38px;	
	}

	
	
