﻿body{
	background: #f2f2f2;
}
.trickTopBox{
	margin-top:10px;
}
.trickTop ul{
	padding-bottom:10px;
}
.trickTop ul li span{
	position: absolute;
	left: -5px;
}
.trickTop ul li{
    margin: 0 10px;
    padding: 10px 0 5px 0;
    padding-left: 50px;
	position: relative;
    border-bottom: 1px solid #f2f2f2;
}
.trickTop ul li a,.trickTop ul li span{
	display: block;
	float: left;
	margin-bottom: 5px;
}
.trickTop ul li a{
	cursor: pointer;
}
.trickTop ul li a,.trickTop ul li span,.trickTop ul li option{
	font-size: 14px;
}
.trickTop ul li a,.trickTop ul li span{
	padding:3px 5px;
	margin-left: 10px;
}
.trickTop ul li select{
	border:1px solid #c6c6c6; 
	margin-left: 10px;
}

/*招聘列表*/
.searchResultBox{
	margin-top:10px;
}
.searchResult>ul{
	border-bottom: 2px solid #ff6516;
}
.searchResult ul li{
	width:120px;
	text-align: center;
	line-height: 40px;
	font-size:16px;
	float: left;
	cursor: pointer;
}
.searchResult ul .currentLi{
	background: #ff6516;
	color: #fff;
}
.resultListBox{
    margin: 10px auto;
    background: none;
}
.resultLeft,.resultRight {
	background: #fff;
}
.resultLeft{
	width: 870px;
	padding-top:10px;
	display: none;
}
.resultNew{
	display: block;
}
.resultLeft ul{
	margin:0 10px;
    padding: 10px 10px 0 10px;
    padding-bottom: 15px;
	border-bottom:1px solid #f0f0f0;
}
.resultLeft ul:hover{
	background: #f2f2f2;
}
.resultLeft ul li{
	margin-top:16px;
}
.resultLeft ul span{
	font-size: 14px;
}
.resultLeft ul li:nth-child(1) span:nth-child(1),.resultLeft ul li:nth-child(2) span:nth-child(1){
	color:red;
}
.resultLeft ul li:nth-child(1) span:nth-child(2){
	float:right;
}
.resultLeft ul li:nth-child(2) span{
	margin-right: 10px;
	border-left: 1px solid #f3f3f3;
	padding-left: 10px;
}
.resultLeft ul li:nth-child(2) span:nth-child(1){
	margin-right: 10px;
	border-left: none;
	padding-left: 0;
}
.resultLeft ul li:nth-child(3) span{
	padding: 0px 5px;
    margin-right: 10px;
    border: 1px solid #ff7129;
    border-radius: 3px;
}
.resultLeft ul li:nth-child(3) span:last-child{
	float: right;
	border:none;
	margin-right: 0;
}
.resultLeft li span a:hover{
	color: #ff7129;
}
.resultRight{
	width: 220px;
}
.resultRight h2{
	text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #f6f6f6;
    margin: 0 10px;
    font-size: 18px;
}
.resultRight ul{
	margin:10px 10px 0 10px;
}
.resultRight ul li{
	margin-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
    padding-bottom: 5px;
    padding-left: 5px;
}
.resultRight ul li div a:hover{
	border-bottom:1px solid #ff7129;
	color:#ff7129;
}
.resultRight ul li:hover{
	background:#f2f2f2;
}
.resultRight ul li div{
	font-size: 14px;
	line-height: 22px;
}
.resultRight ul li div:nth-child(3){
	color:#ff6516;
}
.pageList{
	clear:both;
	padding: 0 0 10px 10px;
	background: #fff;
	width: 860px;
	margin-bottom: 10px;
}
.pageList a{
	display: block;
	float: left;
	margin-right: 10px;
	padding:5px 10px;
	border:1px solid #ff7129;
	border-radius: 4px;
}
.release {
    width: 110px;
    margin-left: 10px;
}
.release span a{
	color: #fff;
}
.logoRight .release:nth-child(1) div{
	background:url(../images/publishPng.png) 0 0 no-repeat;
}
.logoRight .release:nth-child(2) div{
	background:url(../images/publishPng.png) -2px -61px no-repeat;
}

/*搜索*/
.searchBox input:nth-child(1) {
	float: left;
    margin-left: 20px;
    color: #c6c6c6;
    width: 322px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 3px;
}
.searchBox input:nth-child(1) {
    border-right:none;
}
.searchImg{
    cursor: pointer;
    display: block;
    width: 46px;
    height: 46px;
    background: url(/site/wuhan_02/images/search.png) 4px 10px no-repeat;
    border: none;
}