/* CSS Document */
.tab { width:720px; height:320px; position:relative; background:url(../image/zhaopin_bg.jpg);}
/*设置容器高宽等*/
html > body #tab { width:412px;}
/*兼容IE6:IE6下宽度不够*/
.tab div { position:absolute; top:47px; left:0; width:720px; height:260px;}
/*设置容器高宽等*/
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
.tab block { display:block;}
/*选中的容器*/
.tab h2 { float:left; width:114px; height:47px; line-height:40px; margin:0 0 0 0; font-size:20px; cursor:pointer; text-align:center; color:#104e81; font-family:Microsoft YaHei;font-weight:normal;}
/*默认标题样式*/
.tab h2:hover{ background:url(../image/tuwen_bg.png);font-weight:bold;}
.tab up { background:#0292cf;color:#fff;}
/*选中的标题样式*/
/*修饰列表内容*/
.zhaopin_list{
	float:left;
	width:720px;
}
.zhaopin_list li{
	width:228px;margin-top: 10px; float:left; font-size:14px;line-height:24px; background:#60C3F1;margin-right:10px;
}
.zhaopin_list li:hover{
	background:#8AADBD;
}
.zhaopin_list li a{font-size:16px;color:#104e81;}
.zhaopin_list li a:hover {
    text-decoration: none;
}
.zhaopin_list_div{margin-left:24px;margin-top:15px;margin-bottom: 15px;}
.zhaopin_list_div p{height: 25px;overflow: hidden;}

.qiuzhi_list{width: 720px;}
.qiuzhi_list li{
	 float:left;margin-right:20px; border-bottom:1px dotted #c6c6c6; height:34px;overflow:hidden;
	  list-style: none;
    width: 340px;
    line-height: 34px;
    font-size: 14px;
    border-bottom: 1px dashed #dddddd;
}

.qiuzhi_list li em {
    display: inline-block;
    float: right;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    color: #999;
    height: 30px;
    line-height: 30px;
}

.tab li a { display:inline; font-size:14px; text-decoration:none; text-indent:10px; margin-right:10px;}

a.tab_title:link { color: #393939; text-decoration:none;}
a.tab_title:visited { color:#393939; text-decoration:none;}
a.tab_title:hover { color:#f00; text-decoration:none;}
a.tab_title:active { color:#393939; text-decoration:none;}
a.tab_menu:link { color:#393939; text-decoration:none;}
a.tab_menu:hover { color:#f00; text-decoration:underline;}


