/*基本样式*/
* {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    color: #333333;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

body,
html {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

body {
    background-repeat: no-repeat;
}

.recruit_list {
    float: left;
    width: 7.5rem;
    height: auto;
    margin-bottom: .15rem;
    background: #FFFFFF;
    padding-bottom: .2rem;
    border-top: 0.01rem solid #E4E4E4;
    border-bottom: 0.01rem solid #E4E4E4;
}

.recruit_list ul {
    float: left;
    width: 7.3rem;
    height: auto;
    padding-left: .1rem;
}

.recruit_list ul li {
    float: left;
    width: 7.3rem;
    height: auto;
    padding: .3rem 0rem;
    background: #ffffff;
    margin-bottom: .15rem;
    border-bottom: 0.01rem solid #E4E4E4;
}

.recruit_list ul li a {
    float: left;
    width: 7.3rem;
    height: 100%;
}

.recruit_list ul li .title {
    float: left;
    width: 7.1rem;
    height: .4rem;
    margin-left: .25rem;
    line-height: .4rem;
    font-size: .34rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bolder;
}

.recruit_list ul li .price {
    float: right;
    width: 2.5rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .3rem;
    color: #f57627;
    text-align: right;
    margin-right: .25rem;
}

.recruit_list ul li .city {
    float: left;
    width: 3.5rem;
    height: .6rem;
    margin-left: .25rem;
    line-height: .6rem;
    font-size: .28rem;
    color: #999999;
}

.recruit_list ul li .jian {
    float: right;
    width: .16rem;
    height: .3rem;
    background: url(/images/hunter/jian.png) no-repeat;
    background-size: 100% 100%;
    margin-right: .2rem;
    margin-top: .15rem;
}

/*猎头视角*/

.labour {
    float: left;
    width: 7.5rem;
    height: auto;
    margin-top: .15rem;
    background: #FFFFFF;
    border-top: 0.01rem solid #E4E4E4;
    border-bottom: 0.01rem solid #E4E4E4;
}

.labour .headline {
    float: left;
    width: 7.5rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .3rem;
    text-align: left;
    color: #000000;
    background: url(/images/hunter/yuan.png) no-repeat left .2rem center;
    background-size: auto 15%;
    text-indent: .5rem;
}

.labour .labour_list {
    float: left;
    width: 7.5rem;
    height: auto;
    margin-bottom: .2rem;
}

.labour .labour_list ul {
    float: left;
    width: 100%;
    height: auto;
}

.labour .labour_list ul li {
    float: left;
    width: 100%;
    height: .7rem;
    line-height: .7rem;
}

.labour .labour_list ul li a.titles {
    float: left;
    width: 5rem;
    height: .7rem;
    font-size: .28rem;
    color: #999999;
    line-height: .7rem;
    margin-left: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.labour .labour_list ul li span {
    float: right;
    width: 1.6rem;
    height: .7rem;
    font-size: .28rem;
    color: #999999;
    line-height: .7rem;
    margin-right: .25rem;
}

.labour table {
    float: left;
    width: 7rem;
    height: auto;
    margin-left: .25rem;
    border-collapse: collapse;
    border: solid 1px #eeeeee;
}

.labour table td {
    width: 1.25rem;
    border: solid 1px #eeeeee;
    height: .8rem;
    position: relative;
}

.labour table td a {
    float: left;
    width: 100%;
    height: 100%;
}

.labour table td img {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 7%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*行业猎头*/
.labour .peripheryss_list {
    float: left;
    width: 7rem;
    height: auto;
    margin-left: .25rem;
    margin-bottom: .2rem;
}

.labour .peripheryss_list ul {
    float: left;
    width: 100%;
    height: auto;
}

.labour .peripheryss_list ul li {
    float: left;
    width: 48%;
    height: .7rem;
    line-height: .7rem;
    background: #f2f2f2;
    border-radius: .2rem;
    margin-bottom: .1rem;
}

.labour .peripheryss_list ul li:nth-child(odd) {
    margin-right: 4%;
}

.labour .peripheryss_list ul li a.titles {
    float: left;
    width: 100%;
    height: .7rem;
    font-size: .28rem;
    color: #666666;
    line-height: .7rem;
    text-align: center;
}

/* 新增样式 */
.main_layer {
    padding: .2rem .2rem 0;
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px .1rem #d8d8d8;
    margin: 0 0 .1rem;
}	
	
.top-banner{
	position:relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 .1rem;
}

.top-city{
    position: absolute;
    top: .15rem;
    right: 4%;
    width: 14%;
    color: #fff;
    text-align: center;
    font-size: .24rem;
}

.top-banner img{
	
	border-radius:.1rem;
}

.top-name{
	position: absolute;
    top: 5%;
    left: 3%;
    width: 80%;
	height:auto;
    color: #fff;
    text-align: left;
    font-size: .3rem;
	font-weight:bolder;
}

.list_lh{
	position: absolute;
    top: 20%;
    left: 3%;
    width: 94%;
	height:70%;
    color: #333;
    text-align: left;
    font-size: .24rem;
	overflow: hidden;
}


.list_lh ul{
	float:left;
	width:100%;
	height:auto;
}

.list_lh ul li {
	float:left;
	width:100%;
	height:auto;
	line-height:.55rem;
	color: #333;
    text-align: left;
    font-size: .24rem;
	margin-bottom:.05rem;
	background:rgb(195,223,255);
	border-radius:.05rem;
}

.list_lh ul li a{
	float:left;
	width:100%;
	height:auto;
	line-height:2.4rem;
	color: #333;
}

.list_lh ul li a span{
	float:left;
	width:75%;
	height:auto;
	line-height:.55rem;
	color: #333;
    text-align: left;
    font-size: .24rem;
	text-indent:.1rem;
	white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
}

.list_lh ul li a label{
	float:right;
	width:23%;
	height:auto;
	padding-right:2%;
	line-height:.55rem;
	color: #f57627;
    text-align: right;
    font-size: .24rem;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.back_top {
    position: fixed;
    right: .1rem;
    bottom: 20%;
    display: none;
    width: 1.32rem;
    z-index: 99;
}

.header {
    margin: 0rem;
    padding: .5rem 0;
    background: #fff;
    box-shadow: 0 1px .1rem #d8d8d8;
    position: relative;
    left: 0;
    top: 0;
	height: 0.95rem;
    line-height: .95rem;
    background: #ffffff;
}

.header .back {
    display: inline-block;
    position: absolute;
    top: 0.04rem;
    left: 0;
    height: 0.95rem;
    line-height: .95rem;
    width: 0.6rem;
    font-family: h5icon;
    vertical-align: bottom;
    font-size: .4rem;
    color: #a9a6a6;
}

.header .back:before {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: h5icon;
    text-decoration: none;
    vertical-align: bottom;
    content: "\e006";
}

.header .home {
    display: inline-block;
    position: absolute;
    right: 0;
    top: .5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    width: 2.5rem;
    background: url("../images/home.png") no-repeat left center;
    background-size: 75% auto;
}

.header .login_register {
    position: absolute;
    top: .05rem;
    right: 0;
    height: .95rem;
    line-height: 0.9rem;
    font-size: .3rem;
    color: #6e6e6e;
}

.header .login_register a {
    display: inline-block;
    height: 0.95rem;
    line-height: .95rem;
    margin: 0 0.1rem;
    font-size: .3rem;
}

.header .login_register .login_but {
    color: #05a2e5;
}

.header .login_register .register_but {
    color: #999;
}

.header .header_title {
	    margin-top: -0.456rem;
    padding: 0 .5rem;
    font-size: .4rem;
    color: #262626;
    text-align: center;
    height: .95rem;
    line-height: .95rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header .header_title .logo {
    height: 3.5rem;
}

.footer {
    padding:.2rem;
}

.footer .copy {
    text-align: center;
    font-size: .3rem;
    color: #6e6e6e;
    padding: 0 0 .1rem;
}

.nav{
margin-top:0rem;
}

.main_layer .main_title {
    font-size: .3rem;
    color: #333;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 13px;
    margin: 0 0 .2rem 0;
}

.main_layer .columns a {
    float: left;
    width: 48%;
    margin: 0 2% 0.26rem 0;
}

.main_layer .r_read a {
    display: block;
    font-size: .3rem;
    color: #999;
    margin: 0 0 .2rem 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}