.release{
	margin-left: 10px;
}
.logoBox{
	border-bottom:1px solid #f2f2f2;
}
.resumeTopBox{
	margin:10px 0 20px 0;
}
.resumeTop ul{
	padding-bottom:10px;
}
.resumeTop ul li{
    padding: 10px 0;
	padding-left: 50px;
	position: relative;
    line-height: 24px;
	border-bottom: 1px solid #f2f2f2;
}
.resumeTop ul li span{
	position: absolute;
	left: 0px;
}
.resumeTop ul li a,.resumeTop ul li span{
	display: block;
	float: left;
}
.resumeTop ul li a,.resumeTop ul li span,.resumeTop ul li option{
	font-size: 14px;
}
.resumeTop ul li a,.resumeTop ul li span{
	padding:0 5px;
	margin:3px 0;
	margin-left: 10px;
}
.resumeTop ul li a{
	cursor: pointer;
}
.resumeTop ul li .currentA{
	background: #ff7129;
	color: #fff;
	border-radius: 3px;	
}
.resumeTop ul li a:hover{
	background: #ff7129;
	color: #fff;
	border-radius: 3px;
}
.resumeTop ul li select{
	border:1px solid #c6c6c6; 
	margin-left: 10px;
}
.currentBox a{
/*	display: block;
	background: #f2f2f2;
	float:left;
	font-size: 14px;
	margin:0 10px 10px 0;
	padding:5px 30px 5px 6px;
    border-radius: 3px;
	position: relative;*/
}
.currentBox a span{
    position: absolute;
    right: 4px;
    top: 5px;
    border-radius:10px;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
}
.currentBox a span:hover{
	background: #e6e6e6;
	color: #fff;
}

.trickTopBox{
	margin-bottom:20px;
}
.resumeList ul{
	border:1px solid #f3f3f3;
}
.resumeList ul li{
	border-bottom:1px solid #f3f3f3;
	line-height: 50px
}
.resumeList ul li:nth-child(1){
	background: #ff7129;
	color:#fff;
}
.resumeList ul li:nth-child(1) span a{
	color: #fff;
}
.resumeList ul li:last-child{
	border-bottom:none;
}
.resumeList{
	font-size: 16px;
}
.resumeList ul li span,.resumeList ul li span a{
	display: block;
	float: left;
}
.resumeList ul li span,.resumeList ul li span{
	text-align: center;
}
.resumeList ul li span:nth-child(1){
	width: 30px;
}
.resumeList ul li span:nth-child(2){
	width: 360px;
	text-align: left;
}
.resumeList ul li span:nth-child(3),.resumeList ul li span:nth-child(3) a{
	width: 100px;
	text-align: center;
}
.resumeList ul li span:nth-child(4){
	width: 80px;
}
.resumeList ul li span:nth-child(5){
	width: 80px;
}
.resumeList ul li span:nth-child(6){
	width: 80px;
}
.resumeList ul li span:nth-child(7){
	width: 80px;
}
.resumeList ul li span:nth-child(8){
	width: 88px;
}
.resumeList ul li span:nth-child(9){
	width: 100px;
}
.resumeList ul li span:nth-child(10){
	width: 80px;
}
.resumeList ul li span:nth-child(10) a{
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    background: #ff7129;
    color: #fff;
    width: 50px;
    font-size: 14px;
    margin: 12px 0 0 15px;
}
.resumeList ul li span:nth-child(10) a:hover{
	background: #ff5804;
}
.selectBox{
	padding:10px 0;
}
.selectBox span{
	display: block;
	float: left;
}
.selectBox span:nth-child(1){
	width:30px;
	text-align: center;
}

.pageList{
	margin-top:10px;
}
.pageList a{
	display: block;
	float: left;
	margin-right: 10px;
	padding:5px 10px;
	border:1px solid #ff7129;
	border-radius: 4px;
}

.pageList{
	margin-bottom: 10px;
}
.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;
}
.release span a{
	color:#fff;
}
.release:hover{
    width: 110px;
    height: 46px;
    border-radius: 23px;
    cursor: pointer;
    background-image: -moz-linear-gradient( 30deg, rgb(255,177,41) 0%, rgb(255,113,41) 100%);
    background-image: -webkit-linear-gradient( 30deg, rgb(255,177,41) 0%, rgb(255,113,41) 100%);
    background-image: -ms-linear-gradient( 30deg, rgb(255,177,41) 0%, rgb(255,113,41) 100%);
}
/*搜索*/
.searchBox input:nth-child(1) {
	float: left;
    margin-left: 20px;
    color: #c6c6c6;
    width: 322px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    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;
}