@charset "utf-8";
/* CSS Document */
.categories {
	background-color: #f5f5f5;
}
.categories .catList {
	padding: 25px 0;
}
.categories .catItem {
	float: left;
	padding-right: 14px;
	margin-bottom: 12px;
}
.categories .catItem a {
	background-color: #ffff;
	display: block;
	line-height: 36px;
	padding: 0 42px;
	color: #666666;
	font-size: 14px;
	height: 36px;
}
.categories .catItem a:hover, .categories .active a {
	background: url("../images/arrow3.png") right top no-repeat #0092d7;
	color: #ffffff;
}
 
.breadcrumb {
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
}
#breadcrumb a {
	color: #444;
	padding: 0 10px;
}
#breadcrumb a.active {
	color: #999;
}
.pageContainer {
	width: 756px;
}
.getJob {
	background-color: #0092d7;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	height: 36px;
	float: right;
	padding: 0 20px;
	display: block;
	position: relative;
	margin: 15px 0px;
}
.getJob:hover {
	background-color:#1B9BE3;
	color: #fff;
}
 
.card .title {
	font-size: 24px;
	color: #333333;
	font-weight: 600;
	margin-top: 20px;
}
.card a.more {
	float: right;
	line-height: 30px;
}
.card .title1{ 
	color: #0092d7;
	font-size: 18px;
	margin-bottom: 20px;
	 padding-left: 10px; border-left: 3px solid #0092d7;
}
.jobList{
	background: url("../images/jobbg.jpg") center 71px no-repeat;
}
.banner{
	margin-top: 60px;
}
.test{
	padding: 20px 0; font-size: 18px; color: #666666; line-height: 36px;
}
.list{}
.list a{
	display: block;
	-moz-box-shadow: 3px 5px 8px #e0e0e0;
	-webkit-box-shadow: 3px 5px 8px #e0e0e0;
	box-shadow: 3px 5px 8px #e0e0e0;
		-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 80px; 
	height: 80px;
	padding: 0 30px;
	position: relative;
	margin-bottom: 10px;
}
.list a span{ display: block;}
.list a .getJob{
	 display: none;
	position: absolute;
	margin: 0 0;
	top: 22px; 
	right: 30px;
}
.list a .address { float: right; font-size: 16px; color: #666666;}
.list a .job {  font-size: 20px;} 
.list a:hover .getJob{
	display: block;
}