﻿@charset "utf-8";
.view-search {
	width: 960px;
	height: 36px;
	margin-bottom: 20px;
}
.view-search-fl {
	width: 650px;
	float: left;
	line-height: 36px;
	color: #666;
    padding-left: 5px;
}
.view-search-fl .icon {
	font-size: 20px;
	margin-right: 6px;
	color: #888;
}
.view-search-fr {
	width: 230px;
	float: right;
}
.view-search-title {
	display: inline;
    float: left;
    height: 36px;
    line-height: 36px;
    padding-right: 12px;
    text-align: right;
    width: 30px
}
.view-search-form {
    display: inline;
    float: left;
    width: 186px;
}
/* 选择器 */ 
.selector-wrapper {
    width: 186px;
    height: 36px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *float: left;
    background: #fff;
}
.selector-button, .selector-text {
    width: 184px;
    height: 36px;
    line-height: 36px\9;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    padding: 0 20px 0 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.selector-text {
    width: 230px;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
}
.selector-button:focus, .selector-text:focus {
    border: 1px solid #61b988;
}
.selector-down {
    font-size: 22px;
    position: absolute;
    top: 0;
    top: 3px\9;
    right: 7px;
    line-height: 36px;
}
/*选择器结束*/
.view-main {
	width: 960px;
	height: auto;
	overflow: hidden;
}
.no-view {
    text-align: center;
    padding: 30px 0;
    color: #f5694b;
}
.no-view .icon {
    font-size: 18px;
    margin-right: 8px;
}
.no-view a {
    color: #66be8c;
    margin-left: 10px;
}
.no-view a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.view-people-title, .view-bg {
    width: 945px;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    padding: 0 5px 0 10px;
    color: #666;
}
.view-people-title {
    background: #f5f5f5;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
}
.view-bg {
    border-bottom: 1px #eaeaea solid;
    padding: 15px 0 15px 10px;
}
.view-bg:hover {
    background: #f6fffa;
}
.title-view-name, .people-name, .edu-level, .work-experience, .recent-post, .view-post, .view-time {
    display: inline;
    float: left;
    margin-right: 10px;
}
.jobs-content {
	width: 960px;
	height: auto;
}
.title-view-name {
	width: 140px;
}
.people-name {
	width: 140px;
}
.people-name .picture, .people-name .name-length {
	display: inline-block;
	float: left;
	margin-right: 8px;
}
.people-name .picture {
	width: 32px;
	height: 32px;
}
.people-name .picture img {
	width: 30px;
	height: 30px;
	border: 1px #e7e7e7 solid;
}
.people-name .picture:hover img {
	border: 1px #66be8c solid;
}
.people-name .name-length {
	max-width: 64px;
	color: #66be8c;
}
.people-name .name-length:hover,  .recent-post a:hover, .view-post a:hover {
	color: #2d9d5e;
}
/*.people-name .name-length:visited {
	color: #660033;
}*/
.people-name .icon {
	font-size: 18px;
}
.icon.man {
	color: #30aef6;
}
.icon.woman {
	color: #f22de2;
}
.people-name .name-length, .recent-post, .view-post a {
	overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.edu-level {
	width: 54px;
}
.work-experience {
	width: 84px;
}
.recent-post {
	width: 200px;
}
.recent-post a {
    color: #666;
}
.view-post {
	width: 280px;
}
.view-post a {
    color: #666;
    display:inline;
    float: left;
    max-width: 220px;
}
.view-post .icon, .recent-post .icon {
    font-size: 20px;
    float: left;
    padding-left: 8px;
}
.icon.urgent {
    color: #f00;
}
.icon.post-top {
    color: #2d9d5e;
}
.view-time {
	width: 124px;
	margin-right: 0;
}
.flige {
	width: 960px;
	padding-top: 20px;
	text-align: right;
}

