body{
    font-family: "Microsoft Yahei", Arial, "Lantinghei SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-width: 1600px;
}
.tf-header .tf-header-menu-div .tf-top-search:before{
    background-position: -40px -49px;
}
 .tf-header.tf-white:not(.company) .tf-header-menu-div .tf-top-search{
  background-color:transparent;
}

.tf-recruit-wrap .tf-top{
    margin: 0px;
    background-color: #f5f5f5;
}
.tf-recruit-wrap .tf-banner-inner {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tf-group{
    width: 1400px !important;
}
*{
    box-sizing: border-box;
}
.tf-icons{
    background-image: url("../images/icons_zhaopin_y.png");
    display: inline-block;
    /*vertical-align: middle;*/
}
ul{
    padding: 0px;
    margin: 0px;
}
html,body{
    height: 100%;
    margin: 0px;
}
header{
    padding: 0px;
    margin: 0px;
}
header>div{
    height: 40px;
    background-color: #424242;
}
.tf-wrapper{
    position: relative;
    overflow: hidden;
    width:100%;
    min-height:calc(100% - 80px);
}
.tf-wrapper .tf-hot-wrapper{
    position: absolute;
    left: 0px;
    right: 0px;
    height:40px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.4);
}
.tf-wrapper .tf-hot-wrapper>.tf-hot-content{
   height: 100% !important;
}
.tf-select-div{
    position: relative;
    float: left;
}
.tf-wrapper .tf-search-wrapper>.tf-search-content>.tf-search-item select{
    height: 40px;
    width: 140px;
    outline: none;
    font-size: 13px;
    font-family: inherit;
    padding-left: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #dedede;
}
.tf-select-arrow {
    position: absolute;
    top: 17px;
    right: 10px;
    height: 0px;
    width: 0px;
    border-top: 4px solid #808080;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: 5px;
    box-sizing: border-box;
}
.tf-wrapper .tf-search-wrapper{
    background-color: #f5f5f5;
    border-bottom: 1px solid #dedede;
}
.tf-wrapper .tf-search-wrapper>.tf-search-content>.tf-search-item>input{
    height: 40px;
    width: 1084px;
    outline: none;
    padding-left: 15px;
    font-family: inherit;
    line-height: 27px;
    font-size: 13px;
    border: 1px solid #DEDEDE;
    float: left;
}
.tf-wrapper .tf-search-wrapper>.tf-search-content>.tf-search-item>button{
    width: 48px;
    height: 40px;
    background: #0066ff url(../images/icons_zhaopin_y.png)-183px 0px;
    color: #fff;
    border: 0px;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    font-family: '微软雅黑';
    line-height: 30px;
    /* border-radius: 2px; */
    float: left;
}
.tf-wrapper .tf-search-wrapper>.tf-search-content>.tf-search-item>* + *{
    margin-left: -4px;
}
.tf-wrapper .tf-hot-wrapper .tf-hot-job{
    color: #fff;
    line-height: 40px;
}
.tf-wrapper .tf-hot-wrapper .tf-hot-job>ul{
    display: inline-block;
    vertical-align: top;
    margin-left: 14px;
}
.tf-wrapper .tf-hot-wrapper .tf-hot-job>ul>li{
    padding: 0px 11px;
    list-style: none;
    float: left;

}
.tf-wrapper .tf-hot-wrapper .tf-hot-job-item:not(.tf-current-search-hotjob){
	cursor:pointer;
}
.tf-wrapper .tf-hot-wrapper .tf-hot-job-item:not(.tf-current-search-hotjob):hover{
	text-decoration: underline;
}
.tf-wrapper .tf-hot-wrapper .tf-current-search-hotjob{
	font-weight: bold;
}
.tf-wrapper>.tf-top .tf-banner-inner{
    background: url("../images/job_banner_001.jpg") center bottom no-repeat;
}
.tf-wrapper>.tf-top.RECRUITSCHOOL .tf-banner-inner{
    background: url("../images/job_banner_002.jpg") center bottom no-repeat;
}
.tf-wrapper>.tf-list,.tf-wrapper .tf-search-wrapper>.tf-search-content{
    width: 1400px;
    margin: 0 auto;
}
.tf-wrapper>.tf-list .pagination{
    padding-top: 20px;
    padding-bottom: 30px;
}
.tf-wrapper .tf-search-wrapper .tf-search-item {
    padding: 15px 0px;
}
.tf-footer{
    height: 36px;
    background-color: #424242;
}

/*.tf-wrapper>.tf-list .tf-left {*/
    /*width: 880px;*/
    /*float: left;*/
/*}*/
.tf-wrapper>.tf-list .tf-right {
    float: right;
    width: 285px;
    margin-left: 35px;
    height: 400px;
}
.tf-wrapper>.tf-list .tf-left .tf-left-top {
    height: 45px;
}
.tf-wrapper>.tf-list .tf-left .tf-selected-condition {
    height: 45px;
    line-height: 45px;
    float: left;
}
.tf-wrapper>.tf-list .tf-left .tf-condition-label {
    color: #999;
}
.tf-wrapper>.tf-list .tf-left .tf-result-count {
    float: left;
    line-height: 45px;
    font-size: 13px;
    font-weight: bold;
    font-family: '微软雅黑';
    color: #595959;
    margin-left: 10px;
}
.tf-employList-table .tf-employ-item{
    border: 1px solid #dedede;
    padding: 20px;
    width: 453px;
    float: left;
    margin-left: 20px;
    transition: box-shadow .3s;
}
.tf-employList-table>div>.tf-employ-item:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.tf-employList-table>div>.tf-employ-item:first-child{
    margin-left: 0px;
}
.tf-employList-table>div:not(:first-child){
    margin-top: 10px;
}
.tf-employList-table .tf-employ-item a{
    color: inherit;
    display: block;
    text-decoration: none;
    transition: none;
}
.tf-employList-table .tf-employ-item a:hover{
    text-decoration: none;
    background-color: #0036ff;
    color: #fff;
}
.tf-employList-table .tf-job-main {
    line-height: 30px;
    vertical-align: middle;
    height: 30px;
}
.tf-employList-table .tf-job-main .tf-tag{
    width: 25px;
    height: 33px;
    display: inline-block;
    background: url(../images/icons_zhaopin_y.png)-69px 0px;
    vertical-align: middle;
    margin-top: -10px;
    margin-left: 5px;
    display: none;
}
.tf-employList-table .tf-job-icon {
     display: inline-block;
    width: 20px;
    height: 30px;
    float: left;
    background-position: -55px -3px;
}
.tf-employList-table .tf-job-name {
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.tf-employList-table .tf-job-name:hover{
	text-decoration: underline;
}
.tf-zhaopin-icons{
    background-image:url(../images/icons_zhaopin_y.png);
	display: inline-block;
}
.tf-employList-table .tf-job-partTime {
    background-position: -104px -10px;
    width: 34px;
    height: 18px;
    position: relative;
    top: 4px;
    left: 10px;
}
.tf-employList-table .tf-job-info {
    line-height: 30px;
}
.tf-employList-table .tf-job-info span {
    color: #666;
    font-size: 13px;
    display: inline-block;
    margin-right: 24px;
    position: relative;
}
.tf-employList-table .tf-job-info span:after{
	content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    right: -14px;
    top: 8px;
    border-left: 1px solid #ccc;
}
.tf-employList-table .tf-job-info span:last-child::after{
	width:0;
	border:0;
}
.tf-employList-table .tf-item-right {
    float: right;
}
.pagination.pithy-style a, .pagination.pithy-style span{
    height: 38px;
    line-height: 38px;
    padding: 0px 16px !important;
}
.pagination.pithy-style .prev:not(.first),.pagination.pithy-style .next:not(.last){
    width: 40px;
}
.pagination.pithy-style .prev:not(.first):before{
    left: 2px;
    top: 14px;
}
.pagination.pithy-style .next:not(.last):after{
    right: 2px;
    top: 14px;
}
.pagination .current:not(.prev):not(.next) {
    background-color: #0027b8;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.36) inset;
    border-color: transparent;
}
.tf-employList-table  .tf-resume-delivery,.tf-employList-table .tf-job-detail {
    line-height: 34px;
    cursor: pointer;
    margin: 10px 0px;
    width: 95px;
    height: 35px;
    text-align: center;
    background-color: #0027b8;
    color: #ffffff;
    float: left;
    transition: all .3s ease-out;
}
.tf-employList-table .tf-job-detail {
    background-color: inherit;
    border: 1px solid #0027b8;
    color: #0027b8;
    margin-left: 10px;
}
.tf-employList-table  .tf-resume-delivery:hover,.tf-employList-table .tf-job-detail:hover,.tf-wrapper .tf-search-wrapper>.tf-search-content>.tf-search-item>button:hover{
    background-color: #0036ff;
    color: #fff;
    border-color: #0036ff;
}
.tf-right .tf-right-title {
    line-height: 45px;
    font-size: 13px;
    font-weight: bold;
    color: #595959;
}
.tf-right .tf-recommended-item{
	border-bottom:1px solid #f4f4f4;
	height: 60px;
    margin-bottom: 10px;
}
.tf-right .tf-recommended-item-main {
    line-height: 30px;
}
.tf-right .tf-recruitType-tag {
    border-radius: 2px;
    background-position: -170px -9px;
    width: 35px;
    height: 19px;
    float: left;
    margin-top: 6px;
    margin-right: 5px
}
.tf-right .tf-recommended-jobname {
    font-size: 13px;
    margin-left: 5px;
    color: #666;
    cursor: pointer;
}
.tf-right .tf-recommended-jobname:hover{
	text-decoration: underline;
}
.tf-right .tf-date-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    background-position: -260px -7px;
}
.tf-right .tf-date-text {
    color: #999;
    font-size: 12px;
    line-height: 20px;
}