@charset "utf-8";
/* CSS Document */
.social{
	overflow:hidden;
	margin:20px 5px;
	width:712px;	
	}
.social li{
	overflow:hidden;
	margin-bottom:20px;
	}
.job_tle,.job_con,.job_con1{
	height:20px;
	line-height:20px;
	padding:5px 0;
	float:left;
	border:1px solid #999;
	}
.job_tle{
	width:100px;
	text-align:center;
	}
.job_con{
	width:598px;
	padding:5px;
    }
.job_con1{
	width:252px;
	}
.job_t{
	height:84px;
	line-height:84px;
	}
.job_c{
	height:84px;
	overflow:auto;
	}
.job_con a{
	background-color:#ffbd41;
	border:1px solid #e6ac57;
	position:relative;
	overflow:hidden;
	width:65px;
	height:20px;
	color:white;
	background-image:url(../images/job.png);
	background-repeat:no-repeat;
	background-position:74px 2px;
	padding:0 20px 0 10px;
	display:none;
	}
.job_con a:hover{
	background-color:#0e79e5;
	border:1px solid #0e79e5;
	}