/*招聘列表*/

.recruit_list span {
	margin: 0 10px 0 10px;
}

.blue span,
.blue a {
	color: #215fcb;
}

.gren span,
.gren a {
	color: #228822;
}


/*招聘公司*/

.com_logo {
	height: 120px;
	border-bottom: solid 1px #EEEEEE;
}

.com_logo .co_logo {
	width: 300px;
	height: 120px;
	float: left;
}

.com_logo .co_logo img {
	margin: 0 0 0 50px;
	width: 180px;
	height: 120px;
}

.com_title {
	/*padding-top: 5px;*/
}

.com_title h1 {
	font-size: 24px;
	line-height: 45px;
}

.com_title p {
	height: 20px;
	line-height: 20px;
}

.com_cent {}

.com_cent table h1 {
	font-size: 16px;
	background: #0175ce url(../images/to2.gif) -75px center no-repeat;
	color: #fff;
	padding: 5px 20px;
	width: 100px;
}

.com_cent .com_con {
	padding: 20px;
	line-height: 20px;
}

.com_job_list {
	border: solid 1px #eee;
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.com_job_list tr{
	border-bottom: solid 1px #eee;
	height: 36px;
}
.com_job_list th {
    padding: 0 10px;
    text-align: left;
    background: #f5f5f5;
    color: #555;
}
.com_job_list td{
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
.com_job_list a{
	color: #006BBE;
}

/*招聘职位*/
.com_job .leftnav{
    float: left;
    background-color: #fafafa;
    width: 208px;
    height: 420px;
    position: relative;
}
.com_job .leftnav li{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 20px;
	border-bottom: 1px solid #EEEEEE;
}
.com_job .job_list .active{
	background: #006BBE url(../images/to2.gif) -5px center no-repeat;;
	color: #FFFFFF;
}
.com_job .job_list .active a{
	color: #FFFFFF;
}
.com_job .rightcon{
	float: right;
	width: 756px;
}
.job-info-name {
    font-size: 18px;
    font-weight: normal;
    color: #15C;
    margin: 10px 0;
}
.znzw{
	padding: 10px 0 5px 0;
}
.znzw h1{
	font-size: 16px;
}
.znzw p{
	line-height: 20px;
}
.rightcon hr{
	border-top: 1px solid #006BBE;
}
.searchBtn1 {
	width: 100px;
	height: 30px;
    background: #42bffd;
    border: 1px solid #42bffd;
    margin-top: 30px;
    cursor: pointer;
    line-height: 21px;
    vertical-align: middle;
    color: #FFF;
}
.searchBtn1:hover {
    background-position: 0 -36px;
    background: #006BBE;
    border: 1px solid #006BBE;
}

/*学生简历*/
.search{
	margin: 15px 0 15px 0 ;
}

/*单位注册*/
.unitret{
	height: 60px;
	border-bottom: 2px solid #9fbdd6;
}
.unitret img{
	width: 45px;
	margin-left: 20px;
}
.unitret .dwzc{
	position: absolute;
	height: 60px;
	line-height: 50px;
	font-size: 16px;
	margin-left: 10px;
}
.main form{
	margin-top: 30px;
}
.main form table{
	margin: 0 auto;
}
.main form table input{
	margin-left: 20px;
	width: 240px;
	height: 30px;
}
.main form table tr{
	height: 50px;
}
.fr{
	width: 140px;
	font-size: 14px;
	line-height: 50px;
	float: right;
}
.fr span{
	margin-right: 5px;
	color: red;
}
.fl{
	line-height: 50px;
	float: left;
}
.fl span{
	color: #888888;
}
.btnct{
	text-align: left;
	height: 80px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    white-space: nowrap;
    padding: 6px 28px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary {
    color: #ffffff;
    background-color: #3091e5;
    border-color: transparent;
	margin-left: 40px;
    margin-right: 10px;
}

