html {
	background: #e7e8eb;
}
body {
	*padding-top: 100px;
}
.navbar-fixed-top {
	width: 100%;
	height: 52px;
	padding: 10px 0;
	overflow: visible;
	box-shadow: 0 2px 15px rgba(0,0,0,0.25);
	border-top: 4px solid #66be8c;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1030;
}
.container-fluid {
	width: 1200px;
	height: 52px;
	line-height: 52px;
	margin: 0 auto;
}
.container-fluid .brand {
	width: 196px;
	height: 52px;
	display: inline-block;
	float: left;
}
.brand img {
	width: 196px;
	height: 52px;
}
.container-fluid .pull-right {
	width: 300px;
	float: right;
	text-align: right;
	color: #5b5b5b;
}
.pull-right .icon {
	font-size: 16px;
	margin-right: 6px;
}
.container-fluid .pull-right a {
	color: #5b5b5b;
	margin: 0 10px;
}
.pull-right a:hover, .pull-right a:active {
	color: #f5694b;
}
/*顶部导航样式结束*/
/*主体内容样式-开始*/
.wrapper {
	width: 1198px;
	height: auto;
	margin: 100px auto 40px;
	border: 1px #d9d9d9 solid;
	background: #fff;
}
.wrapper-left {
	width: 180px;
	height: auto;
	padding: 30px 0;
}
.wrapper-right {
	width: 976px;
	height: auto;
	min-height: 600px;
	border-left: 1px #e7e7e7 solid;
	padding: 30px 20px 30px 21px;
}
.backstage-title {
	height: 27px;
	line-height: 27px;
	margin-bottom: 10px;
	padding-left: 65px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.backstage-title .icon {
	position: absolute;
	top: 2px;
	left: 35px;
	font-size: 20px;
	color: #333;
}
.backstage-nav {
	color: #666;
}
.backstage-nav li {
	line-height: 48px;
	border-bottom: 1px #e7e7e7 solid;
}
.backstage-nav li a {
	color: #666;
	display: block;
	padding-left: 50px;
}
.backstage-nav .icon {
	font-size: 18px;
	margin-right: 8px;
}
.backstage-nav li a:hover {
	color: #66be8c;
	background: #f6f6f6;
}
.backstage-nav .cur {
	color: #fff;
	font-weight: bold;
	background: #66be8c;
}
/*员工管理样式-开始*/
.employee-top {
	width: 972px;
	height: 36px;
}
.select-search{
	width: 300px;
	height: 34px;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
}
.search-type{
    width: 90px;
    height: 34px;
    line-height: 34px;
    position: relative;
    cursor: pointer;
    display: inline;
    float: left;
    border-right: 1px #e9e9e9 solid;
    padding: 0 10px;
    color: #666;
}
.seachname { width: 60px;}
.searcharrow {
    font-size: 18px;
    color: #666;
    float: right;
}
.searchpop {
    width: 110px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-top: none;
    border-radius: 0 0 3px 3px;
    color: #999;
    display: none;
    z-index: 2;
    position: absolute;
    left: -1px;
    top: 31px;
}
.searchpop ul {
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 34px;
    max-height: 136px;
}
.searchpop ul li{
    height: 34px;
    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-search .inpsearch{
	width: 110px; 
	height: 34px;
	line-height: 34px\9;
	border: none; 
	*border: 0;
	padding-left: 10px;
}
.select-search .inpbut{
	width: 60px; 
	height: 34px; 
	background: #66be8c;  
	color: #fff; 
	border-radius: 0 3px 3px 0; 
	border: none; 
	*border: 0;
	cursor: pointer; 
	font-size: 14px;
}
.select-search .inpbut:hover{
	background: #2d9d5e;
}
.select-screen {
	width: 524px;
	height: 36px;
	padding-left: 20px;
}
.select-target-title {
	text-align: right;
	padding-right: 10px;
	width: 60px;
	float: left;
	display: inline;
	height: 36px;
	line-height: 36px;
}
.employee-form {
	width: 450px;
	display: inline;
	float: left;
}
.employee-form .empl-select {
	float: left;
	margin-right: 10px;
	display: inline;
}
.emp-comon-btn {
	float: right;
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align:center;
	display: block;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}
.emp-comon-btn .icon {
	font-size: .9em;
	vertical-align: top;
	*vertical-align: middle;
	margin-right: 6px;
}
.add-yg {
	color: #fff;
	background: #66be8c;
}
.add-yg:hover, .license-btn:hover {
	background: #2d9d5e ;
}
.no-employee {
	height: 36px;
	line-height: 36px;
	color: #f5694b;
	text-align: center;
	padding: 20px 0;
}
.no-employee .icon {
	font-size: 24px;
	margin-right: 10px;
	vertical-align: middle;
}
.no-employee a {
    color: #66be8c;
	font-weight: bold;
    margin-left: 10px;
}
.no-employee a:hover, .no-employee a:active {
    text-decoration: underline;
	color: #2d9d5e;
}
.employee-main {
	width: 976px;
	height: auto;
	padding-top: 20px;
	
}
ul.tabs {
    width: 976px;
    height: 46px;
    border-left: 1px #e3e3e3 solid;
    margin-bottom: 20px;
}
ul.tabs li {
    height: 46px;
    overflow: hidden;
    background: #f9f9f9;
    float: left;
}
ul.tabs li a {
    width: 323px;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    color: #666;
    display: block;
    text-align: center;
    border: 1px #e3e3e3 solid;
    border-left: none;
    font-weight: bold;
}
ul.tabs li a span {
    margin-left: 8px;
}
ul.tabs li a:hover {
    color: #666;
    background: #f1f1f1;
}
ul.tabs li.active a {
    height: 43px;
    color: #66be8c;
    border-bottom: 2px #66be8c solid;
    background: #fff;
}

.tab-container, .tab-content, .empl-content {
    width: 976px;
    height: auto;
}
.tabs-title, .employee-bg, .social-title, .social-bg {
    width: 958px;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    padding: 0 6px 0 10px;
    color: #666;
}
.tabs-title, .social-title, .social-cpf-title {
    background: #f5f5f5;
    font-weight: bold;
}
.employee-bg, .social-bg, .social-money-sum, .social-cpf-bg {
    border-bottom: 1px #eaeaea solid;
}
.employee-bg:hover, .social-bg:hover, .social-cpf-bg:hover, .pay-cpf-content:hover {
    background: #f6fffa;
}
.all-choose, .serial-number, .employee-name, .employee-sex, .department, .position, .tel-number, .phone-number, .entry-time, .status, .operating {
    display: inline;
    float: left;
    margin-right: 10px;
}
.choose {
    cursor: pointer;
}
.all-choose input[type='checkbox'] {
  display: none;
}
.all-choose .check {
  display: inline-block;
  background: #fff;
  width: 14px;
  height: 14px;
  border: 1px solid #d8d8d8;
  margin-right: 8px;
  vertical-align: -4px;
  *vertical-align: -3px;
}
.all-choose .check .icon {
  font-size: 14px;
  color: #fff;
  display: none;
  margin-top: -14px;
}
@-moz-document url-prefix(){
.all-choose .check .icon { margin-top: -15px;}
}
/* 仅firefox 识别 */
.all-choose .check.active {
  background: #66BE8C;
  border-color: #66BE8C;
  vertical-align: -1px;
  *vertical-align: 1px;
}
.all-choose .check.active .icon {
  display: block;
  *line-height: 14px;
  *height: 14px;
  *margin-top: 1px;
  cursor: pointer;
}
.employee-name a, .department, .position, .full-name a {
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.all-choose {
    width: 98px;
}
.serial-number {
	width: 60px;
}
.employee-name {
    width: 110px;
    height: 45px;
}
.employee-name a {
    color: #66be8c;
    display:inline;
    float: left;
    max-width: 70px;
}
.employee-name .icon {
    font-size: 20px;
    float: left;
    padding-left: 8px;
}
.employee-name .urgent {
    color: #f00;
}
.employee-name .post-top {
    color: #2d9d5e;
}
.employee-name a:hover, .input-behind a:hover, .full-name a:hover {
    color: #f5694b;
    text-decoration: underline;
}
.employee-sex, .status {
	width: 40px;
}
.department {
    width: 74px;
}
.position {
    width: 90px;
}
.tel-number {
    width: 130px;
}
.phone-number {
    width: 110px;
}
.entry-time {
    width: 106px;
}
.operating {
    width: 100px;
    margin-right: 0;
}
.operating .icon, .social-operate .icon {
    font-size: 20px;
}
.operating a, .social-operate a {
    padding: 0 5px;
    color: #b5b5b5;
    display: inline-block;
    cursor: pointer;
}
.operating a:hover, .social-operate a:hover {
    color: #f5694b;
}
.empl-bottom {
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}
.empl-btom-right {
    width: 460px;
    float: right;
    text-align: right;
    font-size: 12px;
}
/*设置员工状态样式*/
.statuspop {
	width: 510px; 
	background: #fff; 
	height:auto;
	overflow: hidden;
}
.statuspop input, .statuspop textarea , .statuspop select{
	color: #666;
}
.status-textarea {
	width: 378px;
	height: 72px;
	line-height: 24px;
	border: 1px solid #e3e3e3;
	padding: 5px 10px;
	border-radius: 3px;
}
.rpopinput1:focus, .status-textarea:focus {
	border: 1px solid #66be8c;
}
.rp-fit {
	width: 400px;
	float: left;
}
.rp-fit li{
	width: 76px; 
	height: 34px; 
	line-height: 34px; 
	float: left; 
	border: 1px #e3e3e3 solid; 
	border-radius: 3px; 
	text-align: center; 
	margin: 0 10px 0 0;
	padding: 0 7px;
	color: #999;
	cursor: pointer;
	overflow: hidden;
	word-break: keep-all;
	text-overflow: ellipsis;
}
.rp-fit li input{
	display: none;
}
.rp-fit li:hover , .rp-fit .cur{
	height: 32px; 
	line-height: 32px; 
	width: 74px; 
	border: 2px solid #66be8c;
	background:url(http://static.jjoobb.cn/images/company/resume/job-pitchon.png) no-repeat top right;
	color: #666;
}
.popstatus-text{
	width: 400px;
	height: 140px;
	color: #999;
	float: left;
}
.popstatus-text .num-tips{
	text-align: right;
	height: 26px;
	line-height: 26px;
	padding:0 5px;
}
.popstatus-text .num-tips .msg{
	color: #f5694b;
	display: none;
}
.popstatus-text p em {
	color: #f5694b;
	font-weight: bold;
}
.popstatus-text p .icon{
	font-size: 16px;
	padding-right: 10px;
}
.rpoplay{
	height: auto;
	overflow: hidden; 
	margin-bottom: 10px;
}
.rpoptit{
	width: 80px;
	height: 32px;
	line-height: 32px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
	color: #666;
}
.rpopinput1{
	width: 220px; 
	height: 33px; 
	line-height: 33px\9;
	border: 1px solid #e3e3e3;
	padding-left:10px;
	cursor: pointer;
	border-radius: 3px;
	background: url(http://static.jjoobb.cn/images/global/calendar.png) 200px center no-repeat;
}
/*员工管理样式-结束*/
/*基本信息样式-开始*/
.basic-fl {
	width: 660px;
	height: auto;
	float: left;
}
.basic-title {
	height: 24px;
	line-height: 24px;
	padding: 0 0 6px 10px;
	border-bottom: 1px #e9e9e9 solid;
	font-size: 16px;
	margin-bottom: 15px;
}
.basic-title .icon {
	font-size: 20px;
	margin-right: 10px;
	color: #999;
}
.basic-main {
	width: 660px;
	height: auto;
	padding-bottom: 30px;
}
.basic-form {
	width: 50%;
	height: 36px;
	float: left;
	position: relative;
}
/*.basic-form .double-click {
	display: none;
}
.basic-form:hover .double-click {
	width: 200px;
	height: 14px;
	line-height: 14px;
	background: #e9e9e9;
	text-align: center;
	color: #666;
	font-size: 10px;
	display: inline-block;
	position: absolute;
	left: 100px;
	bottom: -12px;
}*/
.basic-form-title {
	width: 90px;
	line-height: 36px;
	padding-right: 10px;
	text-align: right;
	color: #666;
	float: left;
	display: inline-block;
}
.basic-form-box {
	width: 200px;
	height: 36px;
	line-height: 36px;
	float: left;
	display: inline-block;
	overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.basic-form .hide-p {
	width: 200px;
	height: 36px;
	float: left;
}
.form-infor { width: 200px;}
.dbclick-tip {
	width: 400px;
	height: 24px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	color: #66be8c;
	font-weight: bold;
}
.basic-fr {
	width: 280px;
	height: auto;
	float: right;
	padding-top: 50px;
}
.license-box {
	width: 220px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 40px;
}
.license {
	width: 220px;
	height: 150px;
	background:url(http://static.jjoobb.cn/images/jobhr/SocialInsurance/license.png) no-repeat center top;
	margin-bottom: 15px;
}
.license-file {
	width: 140px;
	height: 36px;
	margin: 0 auto;
	text-align:center;
	position: relative;
}
#uploadfile {
    filter: alpha(opacity=0);
    opacity: 0;
    height: 36px;
    width: 140px;
    z-index: 3;
    cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}
.license-btn {
	height: 36px;
	line-height: 36px;
	width: 140px;
	display: block;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	color: #fff;
	background: #66be8c;
}
.license-btn .icon {
	font-size: 18px;
	margin-right: 6px;
}
.license-bottom {
	background: #f5f5f5;
	border: 1px #eee solid;
	padding: 15px;
}
.license-bottom h3 {
	font-size: 24px;
	margin-bottom: 15px;
	color: #999;
}
.license-bottom li {
	line-height: 28px;
	color: #666;
}
.license-bottom .dbclick-point {
	color: #66be8c;
	font-weight: bold;
	padding-top: 20px;
	font-size: 16px;
	
}
.stage-select {
	width: 180px;
	height: 34px;
	padding: 0 0 0 8px;
	cursor: pointer;
	border: 1px #66be8c solid;
	border-radius: 3px;
	background: #fff;
}
.stage-area-select {
	width: 80px;
	height: 34px;
	padding: 0 0 0 8px;
	float: left;
	display: inline-block;
	margin-right: 8px;
	cursor: pointer;
	border: 1px #66be8c solid;
	border-radius: 3px;
	background: #fff;
}
/*基本信息样式-结束*/
/*社保记录样式-开始*/
.social-fl, .countpay-fl {
	width: 640px;
	height: auto;
	float: left;
}
.social-title, .social-bg {
	width: 624px;
}
.social-content {
	width: 640px;
	height: auto;
	overflow: hidden;
}
.full-name, .social-name, .cpf-name, .accessible, .total-money, .social-operate {
    display: inline;
    float: left;
    margin-right: 10px;
}
.full-name {
	width: 110px;
}
.full-name a {
	color: #66be8c;
}
.social-name, .cpf-name, .accessible, .total-money {
	width: 90px;
}
.social-operate {
	width: 90px;
	margin-right: 0;
}
.social-operate a {
	margin: 0 3px;
}
.social-money-sum {
	width: 620px;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	text-align: center;
}
.social-money-sum span {
	width: 310px;
	display: inline-block;
	float: left;
	text-align: right;
}
.social-money-sum a {
	float: right;
	color: #66be8c;
	text-align: right;
	width: 300px;
	display: inline-block;
}
.social-money-sum a:hover, .social-money-sum a:active {
	color: #2d9d5e;
}
.social-page {
	width: 460px;
	margin: 0 auto;
	padding-top: 20px;
}
.social-fr, .countpay-fr {
	width: 300px;
	height: auto;
	float: right;
}
.social-fr-box, .countpay-fr-box {
	padding: 10px;
	background: #f5f5f5;
	border: 1px #eee solid;
}
.default-rule {
	height: 24px;
	line-height: 24px;
	padding: 0 8px 6px;
	border-bottom: 1px #ddd solid;
}
.default-rule h3 {
	font-size: 18px;
	float: left;
	color: #666;
	font-weight: bold;
}
.default-rule span {
	float: right;
	text-align: right;
}
.default-rule .icon {
	font-size: 18px;
	margin-right: 6px;
}
.default-rule .edit-social {
	color: #f5694b;
}
.default-rule .save-social {
	color: #66be8c;
}
.social-fr-main, .social-fr-edit {
	width: 262px;
	padding: 15px 8px 0;
	height: auto;
}
.social-fr-main .form-item {
	margin-bottom: 5px;
}
.social-fr-edit .form-item {
	margin-bottom: 10px;
}
.rule-title, .count-list-title {
	text-align: right;
	padding-right: 15px;
	width: 80px;
	float: left;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	color: #999;
}
.social-rule-form {
	width: 166px;
	display: inline;
	float: left;
	height: 36px;
	line-height: 36px;
}
.form-label-radio {
	display: inline-block;
	margin-right: 10px;
	padding: 0 10px;
	line-height: 34px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	cursor: pointer;
	background: #fff;
}
.form-label-radio.checked {
	padding: 0 9px;
	line-height: 32px;
	border: 2px solid #66be8c;
	background: url(http://static.jjoobb.cn/images/personal/resume/corner.png) top right no-repeat #fff;
}
.calculate {
	width: 300px;
	height: 40px;
	margin-top: 20px;
}
.calculate .icon, .count-btn .icon {
	font-size: 18px;
	margin-right: 8px;
}
.calculate a, .again-count .count-btn {
	display: block;
	text-align:center;
	line-height: 40px;
	color: #fff;
	background: #66be8c;
	border-radius: 3px;
}
.calculate a:hover, .calculate a:active, .again-count .count-btn:hover, .again-count .count-btn:active {
	color: #fff;
	background: #2d9d5e;
}
/*社保记录样式-结束*/
/*社保计算器样式-开始*/
.countpay-top {
	width: 976px;
	height: auto;
	padding-bottom: 30px;
}
.countpay-title {
	height: 24px;
	line-height: 24px;
	color: #666;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.count-top-main {
	width: 640px;
	height: auto;
}
.count-list-title {
	width: 100px;
}
.count-list-form {
	width: 520px;
	display: inline;
	float: left;
}
.area-select {
	float: left;
	margin-right: 10px;
	display: inline;
}
.count-input {
	width: 228px;
	float: left;
}
.social-scope {
	float: left;
	display: inline-block;
	line-height: 36px;
	color: #999;
	margin-left: 15px;
}
.social-scope em {
	margin: 0 8px;
}
.scope-list {
	padding-left: 110px;
	color: #777;
}
.scope-list li {
	line-height: 30px;
	font-size: 12px;
}
.scope-list li em {
	width: 54px;
	text-align: right;
	display: inline-block;
}
.scope-list li span {
	width: 120px;
	padding: 0 10px 0 15px;
	color: #aaa;
	display: inline-block;
}
.cpf-select {
	padding-left: 115px;
	line-height: 30px;
}
.cpf-select label, .select-cpf-sose label {
	cursor: pointer;
}
.again-count {
	width: 120px;
	height: 40px;
	margin: 10px auto 0;
}
.again-count .count-btn {
	width: 120px;
	height: 40px;
	border: none;
	cursor: pointer;
}
.countpay-fr-box {
	padding: 15px;
	line-height: 24px;
}
.countpay-fr-box h3 {
	height: 24px;
	padding: 0 8px 10px;
	font-size: 20px;
	color: #999;
	border-bottom: 1px #ddd solid;
}
.countpay-fr-box p {
	padding-bottom: 10px;
	margin-top: 20px;
	color: #666;
}
/*社保与公积金缴费明细样式-开始*/
.countpay-bottom {
	border-top: 1px #ccc dashed;
	padding-top: 20px;
	width: 976px;
}
.social-cpf-title, .social-cpf-bg {
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    color: #666;
}
.social-cpf-bg {
    height: 40px;
    line-height: 40px;
}
.pay-project-box {
	width: 976px;
	height: auto;
	overflow: hidden;
}
.pay-project-main {
	width: 800px;
	height: auto;
	overflow: hidden;
	float: left;
}
.pay-project-sose {
	width: 160px;
	height: 49px;
	padding-top: 78px;
	float: right;
}
.pay-project-sose li {
	line-height: 25px;
	text-align: center;
	color: #666;
}
.pay-project {
	width: 140px;
	float: left;
	display: inline-block;
	margin: 0 10px;
	text-align: center;
}
.pay-cpf-content {
	width: 976px;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
	color: #666;
	border-bottom: 1px #eaeaea solid;
}
.pay-cpf-lh {
    height: 48px;
    line-height: 48px;
}
.cpf-project {
	width: 160px;
	height: 48px;
	float: right;
}
.cpf-project li {
	line-height: 24px;
	text-align: center;
}
.personal-company {
	width: 640px;
	padding: 0 174px 0 160px;
}
.per-com-sum {
	width: 300px;
	float: left;
	display: inline;
	text-align: center;
	color: #666;
}
.pay-cpf-total {
	width: 976px;
	height: 24px;
	text-align: center;
	padding: 20px 0 5px;
}
/*社保与公积金缴费明细样式-结束*/
/*社保计算器样式-结束*/
/*新增员工页面样式-开始*/
.addnew-main {
	width: 660px;
	height: auto;
	padding: 15px 0 20px;
}
.add-form-title, .view-emp-title {
	width: 100px;
	line-height: 36px;
	padding-right: 10px;
	text-align: right;
	color: #666;
	float: left;
	display: inline-block;
}
.addnew-form {
	width: 212px;
	float: left;
	display: inline-block;
	margin-right: 8px;
}
.addnew-form-area {
	width: 300px;
}
.add-sex-form  {
	width: 102px;
	padding-left: 20px;
}
.addnew-form .form-control {
	width: 190px;
}
.addnew-form .ipt-date {
    cursor: pointer;
    background: url(http://static.jjoobb.cn/images/global/calendar.png) 180px center no-repeat;
}
.select-cpf-sose {
	padding-left: 110px;
}
.select-cpf-sose label {
	margin-right: 50px;
}
.select-cpf-sose input {
	width: 14px;
	height: 14px;
}
.addnew-input {
	float: left;
	width: 190px;
}
.addnew-form .area-select {
	float: left;
	margin-right: 10px;
	display: inline;
}
.photo-box {
	width: 202px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 40px;
}
.my-photo {
	width: 202px;
	height: 202px;
	margin-bottom: 15px;
}
.my-photo img {
	width: 200px;
	height: 200px;
	border: 1px #eee solid;
}
/*新增员工页面样式-结束*/
.view-main {
    height: auto;
    padding: 0 0 20px;
    width: 660px;
}
.view-main .view-emp-title {
	color: #999;
}
.view-employee-name, .view-employee-box {
	height: 36px;
	line-height: 36px;
}
.view-employee-box {
	float: left;
	width: 50%;
}
.view-employee {
	width: 210px;
	height: 36px;
	float: left;
	display: inline-block;
	overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.view-name {
	padding-left: 45px;
}
.view-employee .name {
	font-size: 20px;
	color: #666;
	font-weight: bold;
	display: inline-block;
}
.view-employee em {
	margin: 0 20px;
}




/*主体内容样式-结束*/
