@charset "utf-8";
/* CSS Document */

.jobBanner{
	overflow:hidden;
}
.jobBox{
	overflow:hidden;
	font-family:"微软雅黑", "宋体", "黑体", Verdana, Geneva, sans-serif;
	background:#eeeeee;
}
.jobLeft{
	width:200px;
	float:left;
	background:#eeeeee;
}
.jobLeft .title{
	background:#ff9900;
	text-align:center;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
}
.jobLeft .jobMenu{
	padding:10px;
}
.jobLeft .jobMenu .jClsH{
	font-size:14px;
	font-weight:bold;
	padding:8px 25px;
	margin-bottom:5px;
	background:#ffffff url(images/ico-job.png) no-repeat left;
	background-position:0px 0px;
}
.jobLeft .jobMenu ul{
	list-style:none;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.jobLeft .jobMenu ul .headline{
	background:#ffffff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:8px 10px;
	margin-bottom:5px;
}
.jobLeft .jobMenu ul li{
	
}
.jobLeft .jobMenu ul li a{
	display:block;
	padding:0px 10px;
	line-height:24px;
}
.jobLeft .jobMenu ul li a:hover{
	display:block;
	padding:0px 10px;
	line-height:24px;
	background:#333;
	color:#fff;
	text-decoration: none;
}
.jobRight{
	width:780px;
	float:right;
	background:#ffffff;
}
.jobRight .title{
	background:#ffcc00;
	color:#333;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	overflow:hidden;
}
.jobRight .title ul{
	list-style:none;
}
.jobRight .title ul li{
	float:left;
	border-left:#ffffff dotted 1px;
}
.jobRight .title ul li a{
	display:block;
	padding:0px 10px;
	background:#F90;
	color:#FFF;
}
.jobRight .title ul li a:hover{
	background:#ffcc00;
	color:#333333;
}
.jobRight .content{
	padding:10px 20px;
}
.jobRight .content h3{
	color:#F60;
}
.jobRight .content h4{
	color:#fff;
	font-size:18px;
	text-align:center;
	background: #F60;
	display:block;
	padding:10px;
}
.jobRight .content .txt{
	padding:10px 0px;
	line-height:24px;
	border-bottom:#ddd dotted 1px;
}
.jobRight .content .txt .jIndex{
	font-size:16px;
	margin-left:30px;
	list-style: disc;
}
.jobRight .content .txt .jIndex li{
	margin:8px;
}
.jobRight .content .txt ul{
	list-style:none;
	margin:5px;
}