﻿@charset "utf-8";
html {
    background: #f9f9f9;
}
#wrapper {
    width: 1198px;
    height: auto;
    margin: 20px auto;
    border: 1px #e7e7e7 solid;
    background: #fff;
}
/*左边导航菜单css样式*/
.wrapper-left {
    width: 180px;
    height: auto;
    padding: 30px 0;
}
.wrapper-title {
    height: 27px;
    line-height: 27px;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
}
.wrapper-title .icon {
    font-size: 22px;
    color: #333;
    margin-right: 10px;
}
.wrapper-nav {
    color: #666;
}
.wrapper-nav li {
    line-height: 48px;
    border-bottom: 1px #e7e7e7 solid;
}
.wrapper-nav li a {
    color: #666;
    display: block;
    padding-left: 40px;
}
.wrapper-nav li a .beta {
    position: absolute;
    right: 20px;
    top: -10px;
    font-size: 26px;
    color: #f5694b;
}
.wrapper-nav .icon, .today-job .icon {
    font-size: 18px;
    margin-right: 8px;
}
.wrapper-nav li a:hover {
    color: #66be8c;
}
.wrapper-nav .cur, .buy-tip a:hover, .for-talent-tip a:hover {
    color: #66be8c;
    font-weight: bold;
}
/*左边导航菜单结束*/
.wrapper-right {
    width: 961px;
    height: auto;
    min-height: 400px;
    border-left: 1px #e7e7e7 solid;
    padding: 25px 28px;
}
.buy-tip {
    width: 700px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #f5694b;
    padding-top: 30px;
    margin: 0 auto;
}
.buy-tip a {
    color: #66be8c;
    margin-left: 10px;
}
.buy-tip .icon, .for-talent-tip .icon {
    font-size: 24px;
    margin-right: 8px;
}
.for-talent-tip {
    width: 700px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #f5694b;
    padding: 20px 0;
    margin: 0 auto;
}
.for-talent-tip a {
    color: #66be8c;
    margin: 0 10px;
}
.search-form {
    width: 700px;
    height: auto;
    padding: 40px 0 50px;
    margin: 0 auto;
}
.search-box {
    width: 696px;
    height: 40px;
    border: 2px #66be8c solid;
    border-radius: 3px;
    margin-bottom: 10px;
}
.search-box input {
    border: none;
    box-sizing: content-box;
    height: 40px;
    line-height: 40px\9;
}
.search-input {
    background: #fff;
    padding: 0 10px;
    float: left;
}
.hunter-input { width: 574px;}
.talent-input { width: 470px;}
.btn-search {
    float: right;
    width: 100px;
    background: #66be8c;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.btn-search:hover { background: #56b07d;}
.search-record {
    line-height: 24px;
    color: #666;
}
.search-record a {
    display: inline-block;
    color: #666;
    margin-right: 10px;
    cursor: pointer;
}
.search-record a:hover,
.change-talent a:hover,
.talent-name a:hover { color: #f5694b;}
.search-tips {
	width: 940px;
	height: auto;
	overflow: hidden;
	padding: 0 10px 10px;
    color: #999;
}
.search-tips li {
	line-height: 24px;
}
.search-tips .tips {
	font-weight: bold;
	color: #66be8c;
}
.search-tips .tips-ct {
	color: #666;
}

/*人才搜索页面添加app链接图片*/
.search-appLink {
    display: block;
    width: 960px;
    height: 80px;
    margin-bottom: 30px;
}

.search-banner {
    width:960px;
    height:60px;
    margin-bottom: 30px;
}

.talent-intro, .talent-main {
    width: 960px;
    height: auto;
    overflow: hidden;
}
.hunter-title {
    height: 24px;
    padding-bottom: 6px;
    line-height: 24px;
    color: #474747;
    border-bottom: 1px #ddd solid;
    font-weight: bold;
    margin-bottom: 20px;
}
.hunter-title .icon {
    font-size: 20px;
    margin-right: 10px;
}
/*=====人才搜索页面样式 ▼=====*/
.change-talent {
    float: right;
    text-align:right;
    width: 66px;
    font-weight: normal;
}
.change-talent a { color:#666;}

.search-type{
    width: 98px;
    height: 40px;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    display: inline;
    float: left;
    border-right: 2px #66be8c solid;
    padding: 0 10px;
    color: #666;
}
.seachname { width: 80px;}
.searcharrow {
    font-size: 18px;
    color: #66be8c;
    float: right;
}
.searchpop {
    width: 118px;
    background: #fff;
    border: 2px solid #66be8c;
    border-top: none;
    border-radius: 0 0 3px 3px;
    color: #999;
    display: none;
    z-index: 2;
    position: absolute;
    left: -2px;
    top: 40px;
}
.searchpop ul {
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 36px;
    max-height: 180px;
}
.searchpop ul li{
    height: 36px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
}
.searchpop li a {
    color: #999;
    display: block;
    padding: 0 10px;
}
.searchpop ul li.selected,
.searchpop li a:hover{
    color: #fff;
    background: #66be8c;
}
.searchpop .icon {
    font-size: 16px;
    margin-right: 6px;
} 
/* 选择器 */ 
.select-wrapper{
    width: 98px;
    height: 40px;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    display: inline-block;
   *display: inline;
    float: left;
    border-left: 2px #66be8c solid;
}
.selector-text {
    width: 92px;
    height: 40px;
    background: #fff;
    color: #666;
    cursor: pointer;
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.select-down {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    color: #66be8c;
}  

/*选择器结束*/
.right-talent {
    width: 960px;
    height: auto;
}
.details-talent {
    width: 300px;
    height: 62px;
    float: left;
    display: inline;
    margin: 0 18px 20px 0;
}
.talent-pic {
    width: 62px;
    height: 62px;
    float: left;
    display: inline;
    margin-right: 10px;
}
.talent-pic img {
    width: 60px;
    height: 60px;
    border: 1px #eee solid;
}
.talent-content {
    width: 226px;
    height: 62px;
    line-height: 28px;
    float: left;
    padding-top: 4px;
}
.talent-name {
    height: 28px;
    color: #999;
}
.talent-name a {
    display: inline-block;
    font-weight: bold;
    color: #666;
	max-width: 70px;
	vertical-align: top;
	*vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
}
.talent-name .icon {
    font-size: 18px;
    margin: 0 8px;
}
.talent-name .icon.man {
    color: #30aef6;
}
.talent-name .icon.woman {
    color: #f22de2;
}

.talent-name .workyear { font-size: 14px;}
.talent-jobs {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    height: 24px;
}
/*=====人才搜索页面样式 ▲=====*/
/*=====高级人才搜索页面样式 ▼=====*/
.talent-intro li {
    color: #666;
    line-height: 22px;
    padding-bottom: 20px;
}
/*=====高级人才搜索页面样式 ▲=====*/
/*智能提醒css样式*/
.gra-keyword {
    z-index: 778;
}
.suggest {
    position: absolute;
    top: 100%;
    display: none;
    overflow: hidden;
    background: #fff;
    border: 2px solid #66be8c;
    border-top: none;
    border-radius: 0 0 3px 3px;
}
.talent-suggest {
    width: 490px;
    left: -2px;
}
.hunter-suggest {
    width: 596px;
    left: -2px;
}
.suggest-list {
	
    height: 34px;
    line-height: 32px;
    padding: 0 10px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.suggest-list .search-text {
	display: inline-block;
	float: left;
	max-width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
}
.suggest-list .statistical {
	float: right;
	display: inline-block;
	color: #999;
	max-width: 100px;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
}
.suggest-list:first-child {
    border-top: none;
}
.suggest-list:hover, .suggest-list:hover .statistical, .suggest .cur {
	color: #fff;
	background-color: #66be8c;
}
/*智能提醒css样式结束*/

#ResumeLIst.load {
    height: 50px;
    background: url(//static.jjoobb.cn/images/global/loading.gif) no-repeat center;
}

/*分类搜索*/
.cs-list-item {
    overflow: hidden;
    padding: 10px 0;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.cs-list-item:hover {
    background: #fbfbfb;
}

.cs-p-tit {
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
}
.cs-p-tit .inner {
    width: 160px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: -50%;
    margin-top: -24px;
}
.cs-p-tit .floor {
    color: #ccc;
    font-size: 16px;
    display: block;
}
.cs-p-tit a {
    color: #444;
    font-weight: bold;
}

.cs-list-item a:hover {
    color: #66be8c;
}

.cs-c-tit {
    float: right;
    width: 800px;
    
}
.cs-c-tit a {
    color: #666;
    margin-right: 10px;
    white-space:nowrap;
}
.cs-c-tit a:hover {
    text-decoration: underline;
}
