.positiontalent {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.item-talent {
	height: 118px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 1px 1px 1px #e0e0e0;
	position: relative;
	border: 1px solid #e0e0e0;
	margin-top: 15px;
}
.checkbox-button {
	float: left;
	width: 29px;
	height: 100%;
	position: relative;
	padding: 0;
	border-right: 1px solid #e0e0e0;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
}
input[type="checkbox"] {
	margin-right: 4px;
	margin-top: -1px;
	cursor: pointer;
}
.hidden {
	display: none;
	visibility: hidden;
}
.checkbox-button .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icons.png) -1px -151px no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}
.info {
	float: left;
	width: 410px;
	margin: 15px 0px 15px 20px;
	overflow: hidden;
}
.info .name {
	height: 36px;
	line-height: 36px;
}
.item-talent .info p {
	height: 26px;
	line-height: 26px;
	margin-bottom: 4px;
	overflow: hidden;
	color: #e0e0e0;
	font-size: 14px;
}
.info .name a {
	color: #09458d;
	font-size: 18px;
}
.info .name a.same-jobs {
	color:#f5a331;
	font-size:10px;
}
.item-talent .info p span {
	color: #666;
}
.info .attrs span {
	color: #666;
	font-size: 14px;
}
.info p span + span {
	margin-left: 5px;
	margin-right: 5px;
}
.info .note span {
	color: #999!important;
}
.item-talent .handle {
	float: right;
	width: 210px;
	padding: 20px;
	background: url(data:image/gif;base64,R0lGODlhAQA8AIAAAODg4AAAACH5BAAAAAAALAAAAAABADwAAAIHhI+py+1ZAAA7) no-repeat left center;
	position: relaitive;
}
.item-talent .handle p {
	height: 24px;
	line-height: 24px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item-talent .handle .company {
	color: #666;
	font-size: 14px;
}
.item-talent .handle .buttons {
	height: 30px;
	margin-top: 5px;
	word-spacing: 10px;
}
.item-talent .handle .buttons .button {
	padding: 4px 10px;
}
.item-talent .badge.blue {
	border-top-color: #66abff;
}
.item-talent .badge.orange {
	border-top-color: #f57627;
}
.item-talent .badge {
	display: block;
	width: 0;
	height: 0;
	font-size: 12px;
	color: #fff;
	border-top: 40px solid transparent;
	border-top-color: transparent;
	border-left: 40px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
}
a.blue, .blue {
	color: #66abff !important;
}
.item-talent .badge em {
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: -38px;
	right: 4px;
}
.js-talent-up {
	width: 60px;
	height: 30px;
	position: absolute;
	background: url(../images/icona.jpg) no-repeat;
	right: 0px;
	top: 70px;
	cursor: pointer;
}
.js-talent-down {
	width: 60px;
	height: 30px;
	position: absolute;
	background: url(../images/iconb.jpg) no-repeat;
	right: 0px;
	top: 70px;
	cursor: pointer;
	display: none;
}
.descrition {
	width: 640px;
	height: 70px;
	position: absolute;
	left: 50px;
	top: 120px;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	overflow: hidden;
}
.descrition span {
	font-weight: 900;
	color: #666;
}
.hottitle {
	padding: 0 10px;
	font-size: 20px;
	height: 40px;
	color: #666;
	font-weight: 700;
	line-height: 40px;
	margin-top: 10px;
}
.mas {
	margin-top: 15px;
}
.talent-list {
	padding: 15px 20px;
	width: 220px;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin-top: 15px;
}
.talent-list ul li {
	line-height: 30px;
	font-size: 14px;
	color: #666;
	width: 220px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.talent-list ul li a {
	color: #666;
}
.talent-list ul li a:hover {
	text-decoration: none;
}
.info-golden{ 
    float: left;
    max-width: 150px;
    max-height: 118px;
    margin: 15px 0 20px;
    overflow: hidden;
}
 .item-hunter .info-golden p {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info-golden .name a {
    color: #09458d;
    font-size: 14px;
}