@charset "utf-8";
/*公共头部开始*/
.header{
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    font-size: 16px;
    min-width:1100px;
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(209,237,237,.5);
}
.topnav{
    margin:0 auto;
    text-align: left;
    min-width: 1300px;
}
.l{
    float: left;
    position: relative;
}
.header .logo{
    float: left;
    padding-right: 11px;
    margin-top: 10px;
    width: 150px;
    position: relative;
    top:-2px;
}
.header .logo img {
    width: 100%;
    display: block;
}
.header .city{
    min-width: 72px;
}
.header .nav-item{
    float: left;
    height: 47px;
    position: relative;
}
.header .nav-item .iconDown{
    display: inline-block;
    width: 16px;
    height: 24px;
    background: url("../img/down.png") center center;
    vertical-align: middle;
}
/*.header .hidBox{*/
    /*width:111px;*/
    /*position: absolute;*/
    /*top:47px;*/
    /*background: #fff;*/
    /*text-align: center;*/
    /*!*box-shadow: 0px 2px 20px 2px #e7e7e7;*!*/
    /*display: none;*/

/*}*/
/*.header .hidBox li{*/
    /*border: 1px solid #e7e7e7;*/
    /*border-top: none;*/
/*}*/

.logo-line{
    position: absolute;
    height: 18px;
    border-left: 1px solid #ccc;
    top:15px;
}
.header .nav-item a{
    display: inline-block;
    height: 100%;
    padding: 0 13px;
    position: relative;
}
.header .city a{
    height: 28px;
    line-height: 28px;
    padding: 0 24px 0 12px;
    font-size: 18px;
    border-radius: 2px;
    margin: 10px 0;
    color: #424242;
}
.header .nav-item.active{
    border-bottom: 2px solid #55CBC4;
}
.header .nav-item.active>a{
    color:#55CBC4;
}
.header .nav-item.active a .iconDown{
    display: inline-block;
    width: 16px;
    height: 24px;
    background: url("../img/downhover.png") center center;
    vertical-align: middle;
}
.header a:hover{
    color:#55CBC4;
}
.header a:hover .iconDown{
    display: inline-block;
    width: 16px;
    height: 24px;
    background: url("../img/downhover.png") center center;
    vertical-align: middle;
}
.r{
    float: right;
}
.r_nav{
    display: inline-block;
    color: #999;
}
.r_style{
	position:relative;

}
.r_style .r_nav:hover .logout{
	display:block;
}
.logout{
	position:absolute;
	width:60px;
	line-height:40px;
	text-align:center;
	left:0;
	background:#fff;
	bottom:-37px;
	display:none;
	font-size:16px;
}
.header .r a{
    font-size: 14px;
}
.pipe{
    margin: 0 5px;
    color: #cccccc;
    font-size: 10px;
}
.city-model{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 1001;
    display: none;
}
.city-model-dialog{
    width: 528px;
    height: 510px;
    margin: 100px auto;
}
#cboxTopLeft,#cboxTopCenter,#cboxTopRight,#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight{
    float: left;
    width:13px;
    height: 13px;
    background: #3a3a3a;
    opacity: .5;
    filter:alpha(opacity=50);
}
#cboxTopCenter,#cboxBottomCenter{
    width: 502px;
}
#cboxMiddleLeft,#cboxMiddleRight{
    height: 484px;
}
#cboxContent{
    position: relative;
    float: left;
    width: 502px;
    height: 484px;
    overflow: hidden;
    background: #fff;
}
#cboxLoadedConter{
    width: 502px;
    height: 440px;
    overflow: hidden;
    margin-top: 44px;
}
#changeCityBox{
    width: 422px;
    padding: 30px 40px;
}
.popup {
    font: 14px/22px "Hiragino Sans GB","Microsoft Yahei",SimSun,Arial;
    color: #555;
    padding: 30px;
    overflow: hidden;
}
.popup p{
    margin: 0 0 25px;
}
.changeCityBox .checkTips{
    margin-bottom: 14px;
}
.changeCityBox .tab{
    font-size: 16px;
    display: inline-block;
    width: 100px;
    height: 50px;
    color: #999;
    text-align: center;
    line-height: 50px;
    border: 1px solid #dec4e6;
    border-radius: 1px;
}
.changeCityBox .checkTips .tab{
    margin: 0 12px;
    cursor: pointer;
}
.changeCityBox .tab:hover,
.changeCityBox .tab.focus{
    border: 2px solid #55CBC4;
    color:#555;
    width: 98px;
    height: 48px;
    line-height: 48px;
}
.changeCityBox ul{
    list-style: none;
    padding-left: 24px;
    margin: 0;
}
.changeCityBox li{
    float: left;
    width: 102px;
    margin: 11px 12px;
}
.changeCityBox .changeCity-footer{
    color: #777;
    font-size: 14px;
    margin: 14px 0 0;
}
.city-cboxTitle{
    font-size: 18px;
    color: #fff;
    background: #55CBC4;
    height: 44px;
    width: 100%;
    text-indent: 1em;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 44px;
    float: left;
    display: block;
}
.cboxClose{
    position: absolute;
    top:-10px;
    right: 15px;
    font-size: 36px;
    cursor: pointer;
    color: #fff;
    width:19px;
    height: 19px;

}
/*公共头部结束*/

/*职位列表和轮播图开始*/
.mid-bar{
    margin-top: 68px;
    padding-bottom: 24px;
}
.container{
    width: 1140px;
    height: 100%;
    padding: 15px 30px;
    max-width: 1080px;
    margin: 0 auto;
    background: #fff;
    position: relative;

}
.intern-type{
    height: 496px;
    width: 260px;
    font-size: 14px;
    position: relative;
}
.mid-bar .intern-type>div {
    height: 38px;
    line-height: 38px;
    /* overflow: hidden; */
    padding: 0 15px;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px transparent;
    /*border-bottom: solid 1px #9CC5E4;*/
    position: relative;
}
.mid-bar .intern-type>div.type-head {
    background: url(../img/icon_index_type.png) no-repeat 220px center;
}
.mid-bar .intern-type>a{
    display: block;
    float: left;
    width: 75px;
    height: 75px;
    border: 1px solid #ddd;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 12px;

}
.mid-bar .intern-type>a:nth-child(even){
    margin-right: 32px;
    margin-left:15px;
}
.mid-bar .intern-type>a>img:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.mid-bar .intern-type>a>img{
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 5px auto 0 ;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.more-adv{
    position: absolute;
    right: 0;
    bottom: -12px;
    width: 100px!important;
    line-height: 18px;
    height: 18px!important;
    border: none!important;
    border-radius: inherit!important;
}
.more-adv:hover{
    color: #6aa2e4;
}
.mid-bar .intern-type>div.type-head, .mid-bar .intern-type>div.type-item a, .mid-bar .intern-type>div>.type-list a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    line-height: 36px;
}
.mid-bar .intern-type>div.type-item a, .mid-bar .intern-type>div>.type-list a {
    display: inline-block;
    padding-right: 12px;
}
.mid-bar .intern-type>div.type-item a:first-child, .mid-bar .intern-type>div.type-list a:first-child {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.mid-bar .intern-type>div>.type-list {
    position: absolute;
    left: 259px;
    width: 600px;
    padding: 6px 12px 0 16px;
    border: solid 1px #9CC5E4;
    background: #fff;
    top: 0;
    z-index: 9;
    display: none;
    margin-top: -12px;
}

.mid-bar .intern-type>div.type-item:hover {
    background: #fff;
    border: solid 1px #9CC5E4;
    border-right: none;
}
.mid-bar .intern-type>div>.type-list a:hover, .mid-bar .intern-type>div.type-item a:hover {
    text-decoration: underline;
}
.mid-bar .intern-type>.type-item:hover>.type-list {
    display: block;
}
.mid-bar .intern-type>div.type-item:hover::after {
    content: '';
    display: block;
    height: 36px;
    width: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    right: -2px;
    z-index: 10;
}
.mid-bar .banner {
    height: 455px;
    width: 800px;
    position: absolute;
    top: 25px;
    right: 30px;
}
.mid-bar .container .search-bar {
    width: 800px;
    float: right;
    height: 80px;
    padding-bottom: 20px;
}
.mid-bar .container .search-bar .search-container {
    width: 800px;
    height: 46px;
    position: relative;
    border: 2px solid #9cc5e4;
}
.mid-bar .container .search-bar .search-container * {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    outline: none;
}
.mid-bar .container .search-bar .search-container form {
    display: block;
    height: 100%;
    width: 100%;
}
.mid-bar .container .search-bar .search-container select{
    display: none;
}
.mid-bar .container .search-bar .search-container .select_box{

    color:#999999;
    width:150px;
    line-height:46px;
    float:left;
    position:relative;
    font-size: 16px;
    text-align: center;
}
.mid-bar .container .search-bar .search-container .select_showbox{
    height:46px;
    background:url(../img/search_ico.png) no-repeat 140px center;
    /*text-indent:1.5em;*/
}
.mid-bar .container .search-bar .search-container .select_showbox.active{
    background:url(../img/search_ico_hover.png) no-repeat 140px center;
}
.mid-bar .container .search-bar .search-container .select_option{
    border:2px solid #9cc5e4;
    border-top:none;
    display:none;
    left:-2px;
    top:46px;
    position:absolute;
    z-index:1;
    background:#fff;
    width: 150px;
}
.mid-bar .container .search-bar .search-container .select_option li{
    width:150px;
    cursor:pointer;
}
.mid-bar .container .search-bar .search-container .select_option li.selected{
    background-color:#F3F3F3;
    color:#999;
}
.mid-bar .container .search-bar .search-container .select_option li.hover{
    background:#BEBEBE;
    color:#fff;
}
.mid-bar .container  .search-bar .search-container form input {
    display: block;
    width: 644px;
    padding: 0 16px;
    line-height: 46px;
    font-size: 16px;
    height: 100%;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:none;
    background:none;
    float:left
}
.mid-bar .container .search-bar .search-container form .form-button {
    display: block;
    width: 156px;
    background: #9cc5e4;
    height: 100%;
    position: absolute;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    right: 0;
    top: 0;
    cursor: pointer;
}
.mid-bar .container .search-bar span, .mid-bar .container .search-bar span a {
    color: #9cc5e4;
    text-decoration: none;
    line-height: 28px;
    font-size: 14px;
    margin: 5px 0 10px;
}
.mid-bar .container .search-bar span a {
    display: inline-block;
    padding: 0 3px;
}
.mid-bar .container .search-bar p{
    text-align: right;
    margin-top: 36px;
}
.mid-bar .container .search-bar p a{
    color: #9cc5e4;
    text-decoration: underline;
}
.slider-container {
    width: 800px;
    float:left;
    margin-top: 12px;
}
#slider {
    width: 800px;
    height:350px;
    position:relative;
    overflow:hidden;
}
#slider #imgs {
    position:absolute;
    top: 0;
    left: 0;
    height:350px;
}
#slider #imgs li{
    float:left;
    z-index:0;
}
#slider #indexs {
    width: 100%;
    position:absolute;
    bottom:0;
    left:0;
}
#slider #indexs li {
    width: 33.2%;
    height: 44px;

    float: left;
    line-height: 44px;
    display: inline-block;
    font-size: 14px;
    background: rgba(0,0,0,.4);
    color: #fff;
    border-right: solid 1px rgba(255,255,255,.1);
    text-align: center;
    cursor: pointer;

}
#slider #indexs li:hover,#slider #indexs li.hover {
    background:rgba(0,0,0,.6);
}
/*职位列表和轮播图结束*/

/*名企招聘开始*/
.company-list{
    margin-bottom: 24px;
	position: relative;
}
.company-container {
    height: 160px;
    width: 1140px;
    margin: 0 auto;
    position: relative;
    padding:15px 25px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.company-list>.company-container .line-tit{
    border-left: 3px solid #7ABDFF;
    height: 15px;
    color: #333;
    line-height: 15px;
    font-size: 14px;
    padding-left: 5px;
}
.company-item {
	line-height: 90px;
    height: 90px;
    width: 90px;
    display: block;
    float: left;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #eee;
    text-align: center;
    text-decoration: none;
    position: relative;
    background: no-repeat center/cover;
    overflow: hidden;
}
.company-item:last-child{
    margin-right: 0;
}
.company-item img{
    width: 90px;
}
.company-item .mask {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100%;
    transition: top .3s ease;
}
.company-item:hover .mask{
    top: 0;
}
.company-item .mask p {
    /*opacity: 0;*/
    position: relative;
    z-index: 10;
    padding: 0 8px;
    word-break: break-all;
    margin-bottom: 0;
}
.company-item .mask .company-t {
    font-size: 14px;
    line-height: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
}
.company-item .mask .company-d {
    font-size: 12px;
    line-height: 16px;
    color: #eee;
}
/*名企招聘结束*/

/*职位列表开始*/
.intern-list .container {
    padding-bottom: 128px;
}
.intern-nav > .intern-nav-item{
    height: 40px;
    width: 100%;
    background: #fafafa;
    font-size: 0;
}
.intern-nav > .intern-nav-item .cur{
    display: inline-block;
    font-size: 14px;
    padding:0 12px;
    color: #333;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    /*border-right: 1px solid #333;*/
}
.intern-nav > .intern-nav-item span{
    display: inline-block;
    height: 15px;
    margin-bottom:-2px;
    border-left: 2px solid #696969;
}
.intern-nav > .intern-nav-item .cur.active {
    background: #fff;
    color: #6aa2e4;
}
.intern-nav .view-more{
    color: #999;
    line-height: 40px;
    display: inline-block;
    font-size: 12px;
    padding: 0 12px;
    text-decoration: none;
    float: right;
}
.intern-content {
    width: 1080px;
    overflow: hidden;
    background: #FFFFFF;
    display: none;
}
.intern-content.active{
    display: block;
}
.intern-content>.intern-content-item {
    float: left;
    width: 1080px;
    min-height: 110px;
    cursor: default;
}

.intern-content>.intern-content-item>.intern-content-href >.intern-logo .intern-logo-img {
    /*position: absolute;*/
    /*top: 22px;*/
    /*left: 452px;*/
    float: left;
    margin-top: 20px;
    width: 68px;
    height: 68px;
    border: solid 1px #eaeaea;
    background: no-repeat center/cover;
}
.intern-content>.intern-content-item>.intern-content-href>.intern-details{
    float: left;
    margin-left: 15px;
}
.bgs {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.intern-content>.intern-content-item>.intern-content-href {
    float: left;
    height: 110px;
    width: 525px;
    padding-left: 13px;
    border-bottom: dashed 1px #eaeaea;
    position: relative;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.intern-content>.intern-content-item>.intern-content-href:hover{
    box-shadow: 3px 3px 6px rgba(102, 102, 102, 0.5);

}
.intern-content>.intern-content-item>.intern-content-href:nth-child(2n) {
    padding-right: 0;
}
.intern-content>.intern-content-item>.intern-content-href span, .intern-content>.intern-content-item>.intern-content-href a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.intern-content>.intern-content-item>.intern-content-href .intern-title, .intern-content>.intern-content-item>.intern-content-href .intern-title a {
    padding-top: 12px;
    font-size: 18px;
    /*width: 400px;*/
    font-weight: 500;
    color: #333;
}
.intern-content>.intern-content-item>.intern-content-href .intern-title a {
    display: inline-block;
    padding-top: 0;
    line-height: 32px;
}
.intern-content>.intern-content-item>.intern-content-href .intern-sub, .intern-content>.intern-content-item>.intern-content-href .intern-sub a {
    line-height: 28px;
    font-size: 14px;
    color: #666;
}
.intern-content>.intern-content-item>.intern-content-href .link {
    color: #6aa2e4 !important;
}
.intern-content>.intern-content-item>.intern-content-href .intern-info > span {
    display: inline-block;
    vertical-align: top;
    padding-right: 24px;
}
.intern-list .intern-more {
    position: relative;
    margin-top: 22px;
    border: 1px solid #6aa2e4;
    color: #6aa2e4;
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 43px 0 18px;
    text-decoration: none;
}
.intern-list .intern-more:hover {
   background: #6aa2e4;
    color: #fff;
}
.intern-list .intern-more > span {
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 14px;
    top: 14px;
}
/*职位列表结束*/


/*新闻开始*/
.content{
    width: 950px;
    margin: 0 auto;
}
.content-list{
    background: #fff;
    margin-top: 68px;
    position: relative;
    padding: 15px 30px;
}
.content .content-list .item {
    position: relative;
    display: inline-block;
    height: 140px;
    padding-left: 200px;
    border-bottom: 1px dashed #eaeaea;
    margin-bottom: 20px;
    cursor: pointer;
}
 .content .content-list .item .art {
    position: absolute;
    width: 180px;
    height: 120px;
    left: 0;
    top: 0;
    overflow: hidden;
}
.content .content-list .item .art .art-icon {
    position: absolute;
    width: 180px;
    height: 120px;
    left: 0;
    top: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.content .content-list .item .art .art-icon:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.content .content-list .item .til {
    position: relative;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding: 10px 0;
}

.content .content-list .item .msg {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
    color: #666;
    word-wrap: break-word;
    padding-right: 10px;
    opacity: 0;
}
.content .content-list .item .msg-normal {
    height: 40px;
    opacity: 1;
}
.content .load-more, .content .load-more.no-more:hover {
    position: relative;
    margin-top: 60px;
    height: 48px;
    line-height: 48px;
    border: 1px dashed #eaeaea;
    background-color: #fafafa;
    text-align: center;
    font-size: 16px;
    color: #999;
    cursor: pointer;
}
.con_left .content .load-more:hover {
    background-color: #eaeaea;
    border-color: #cccccc;
    color: #666;
}
/*新闻结束*/

/*条件筛选*/
.dw_search {
    position: relative;
    height: 38px;
    margin-bottom: 10px;
    /*padding: 14px 15px;*/
    /*background-color: #F5F5F5;*/
    /*border: 1px solid #DDD;*/
    border-top: 0 none;
    z-index: 2;
}
.dw_search .el {
     position: relative;
     float: left;
     height: 34px;
     line-height: 34px;
     /* overflow: hidden; */
     margin-right: 10px;
     border: 2px solid #55CBC4;
 }
.dw_search .ipty {
    position: relative;
    float: left;
    width: 242px;
    height: 34px;
    padding: 0 5px 0 28px;
    background-color: #FFF;
}
.dicon {
    color: #55CBC4;
    font-weight: bold;
}
.dw_search .search_but {
    position: absolute;
    width: 27px;
    height: 34px;
    cursor: pointer;
    top: 0;
    left: 5px;
    color: #ddd;
}
.dw_search .addbut input {
    float: left;
    width: 74px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    background-color: #EFEFEF;
    border: 0 none;
}
.dw_search .mytxt {
    padding: 0;
}
.dw_search .mytxt {
    float: left;
    width: 100%;
    height: 34px;
    font: 14px/34px "Microsoft YaHei";
    color: #000;
    text-align: left;
    border: 0 none;
}
.dw_search .addbut {
    float: left;
    width: 98px;
    height: 34px;
    font-family: "Microsoft YaHei";
    color: #333;
    cursor: pointer;
    background-color: #EFEFEF;
    border-left: 1px solid #DDD;
}
.dw_search .val {
    float: left;
    width: 150px;
    height: 34px;
    font: 14px/34px "Microsoft YaHei";
    color: #333;
    padding: 0 0 0 10px;
    background-color: #FFF;
    border: 0 none;
}
.dw_search .add {
    float: left;
    width: 38px;
    height: 34px;
    font: 14px/34px "Microsoft YaHei";
    color: #333;
    cursor: pointer;
    background-color: #EFEFEF;
    border-left: 1px solid #DDD;
}

/*.dw_search .add em, .dw_search .addbut em {*/
    /*float: right;*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*margin: 12px 14px 0 0;*/
    /*background-position: -75px -85px;*/
/*}*/
.dw_search .add em{
    margin-left: 10px;
}
.dw_search .s_but {
    float: right;
    width: 82px;
    height: 38px;
    font-size: 16px;
    color: #fff;
    background: #55CBC4;
    cursor: pointer;
}

    /*兼职页面开始*/
.detail-wrapper{
    width:960px;
    margin: 68px auto;
}
.detail-wrapper .filter-wrapper{
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    padding: 15px 30px;
    margin-top: 20px;
    color: #686e71;
    font-size: 12px;
}
.detail-wrapper .work-search-form{
    position: relative;
}
.detail-wrapper .work-search-form .work-search{
    padding: 3px 0 18px;
    background: #fff;
    border-radius: 4px 4px 0 0;
}
label, .placeholder {
    font-size: 14px;
}
.work-search-input{
    vertical-align: middle;
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 50px;
}

.work-search-input input[type=text]{
    min-height: 32px;
    margin: 0;
    padding: 7px 8px;
    outline: none;
    /*color: #333;*/
    /*background-color: #fff;*/
    /*background-repeat: no-repeat;*/
    /*background-position: right center;*/
    border: 1px solid #ccc;
    /*border-radius: 3px;*/
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in ;
    vertical-align: middle;
    font-size: 18px;
    width: 600px;
}
.search-button {
    padding: 7px;
    width: 90px;
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,0.9);
    white-space: nowrap;
    background-color: #eaeaea;
    background-image: -moz-linear-gradient(#fafafa, #eaeaea);
    background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
    background-image: linear-gradient(#fafafa, #eaeaea);
    background-repeat: repeat-x;
    /*border-radius: 3px;*/
    border: 1px solid #ddd;
    border-bottom-color: #c5c5c5;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
    vertical-align: middle;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
}
.search-button:hover,
.search-button:active {
    background-position: 0 -15px;
    border-color: #ccc #ccc #b5b5b5;
}
.search-button:active {
    background-color: #dadada;
    border-color: #b5b5b5;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.15);
}
.search-button:focus,
.work-search-input input:focus{
    outline: none;
    border-color: #51a7e8;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(81,167,232,.5);
}

/*label[for=search] {*/
    /*display: block;*/
    /*text-align: left;*/
/*}*/
/*#search label {*/
    /*font-weight: 200;*/
    /*padding: 5px 0;*/
/*}*/
#search input[type=text] {
    font-size: 14px;
    width: 605px;
}
.work-select-screen{
    font-size: 18px;
    line-height: 35px;
}
.select,.size-M .select{
    font-size: 14px;
}
.work-filter {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.work-filter .work-filter-select {
    font-size: 14px;
    margin: 0 0 0 88px;
    min-height: 44px;
}
.work-filter .work-filter-select:first-child{
    border-bottom: 1px dashed#ddd;
}
.work-filter .work-filter-select .work-filter-title {
    float: left;
    height: 100%;
    color: #666;
    font-style:normal ;
    text-align: center;
    font-size: 16px;
    width: 80px;
    margin: 6px 0 0 -80px;
}
.work-filter .work-filter-select .selectContent{
    padding: 5px 10px 0 0;
}
.work-filter .work-filter-select .selectContent .ulStyle{
    position: relative;
    width: 780px;
}
.work-filter .work-filter-select .ulMainStyle{
    width: 94%;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 10px;
    padding: 5px 10px 0px;
    border: 1px solid #ccc;
    display: none;
}
.ulMain{
    top: 40px;
}
.ulsec{
    top:79px;
}
.ulThr{
    top:118px;
}

/*.work-filter .work-filter-select .ulMainStyle li{*/
    /*color: #666;*/
    /*margin-left: 3px;*/
    /*padding: 0 10px;*/
    /*float: left;*/
    /*margin-bottom: 5px;*/
    /*cursor: pointer;*/
/*}*/
.work-filter .work-filter-select .selectContent{
    position: relative;
}
.work-filter .work-filter-select .selectContent.active{
    position: relative;
    height:34px ;
    overflow: hidden;
}
/*.work-filter .work-filter-select .selectContent .ulStyle>li>a:hover{*/
    /*overflow: inherit;*/
/*}*/
.unfold{
    position: absolute;
    right: 0;
    top: 8px;
}
.unfold a{
    color: #55CBC4;
}
.work-filter .work-filter-select .selectContent>ul>li,.work-filter .work-filter-select .ulMainStyle li{
    float: left;
    text-align: center;
    padding-bottom: 10px;
    cursor: pointer;
}
.work-filter .work-filter-select .selectContent>ul>li>a,.work-filter .work-filter-select .ulMainStyle li a{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    padding: 0 10px;
}

.work-filter .work-filter-select .selectContent>ul>li.active>a,.work-filter .work-filter-select .selectContent>ul>li:hover>a,.work-filter .work-filter-select .ulMainStyle li.active a,.work-filter .work-filter-select .ulMainStyle li:hover a{
    background: #55CBC4;
    color: #fff;
}
.select-l2-arrow {
    position: absolute;
    border:6px solid;
    border-color: transparent transparent #ccc transparent;
    height: 0;
    width: 0;
    font-size: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    display: none;
}
.select-l2-arrow.act,.work-filter .work-filter-select .ulMainStyle.act{
    display: block;
}
.sel1{
    top: 28px;
    left: 155px;
}
.sel2{
    top: 28px;
    left: 326px;
}
.sel3{
    top: 28px;
    left: 470px;
}
.sel4{
    top: 28px;
    left: 576px;
}
.sel5{
    top: 28px;
    left: 666px;
}
.sel6{
    top: 67px;
    left: 50px;
}
.sel7{
    top: 67px;
    left: 168px;
}
.sel8{
    top: 67px;
    left: 300px;
}
.sel9{
    top: 67px;
    left: 408px;
}
.sel10{
    top: 67px;
    left: 488px;
}
.sel11{
    top: 67px;
    left: 580px;
}
.sel12{
    top: 67px;
    left: 720px;
}
.combo {
    width: 146px;
    float: left;
    font-size: 14px;
    border: 1px solid #d8d8d8;
    margin: 2px 10px 0 0;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
}
/*��������ѡ�����*/

/*校招企业*/
.work-list-wrap{
    margin: 20px auto;
    width: 960px;
    min-height: 584px;
}
.work-list{
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 15px 30px;
    border-radius: 2px;
    margin-top: 20px;
    color:#666;
}
.work-list .summary{
    height: 40px;
    line-height: 40px;
    padding-bottom: 5px;
}
.work-list .select-total{
    font-size: 12px;
    color: #999;
}
.work-list .select-total .num{
    color: #f9a115;
}
.work-list .sortInfo{
    font-size: 12px;
}
.work-list .summary a{
    margin-left: 12px;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    line-height: 14px;
}
.work-list .summary a.active{
    color: #55CBC4;
}
.work-list .summary a:hover{
    color: #55CBC4;
}
.work-list ul.items{
    border-bottom: 1px solid #ddd;
}
.work-list ul.items li{
    padding: 20px 0 0;
    height: 100px;
    list-style: none;
    border-top: 1px solid #ddd;
    position: relative;
    cursor: default;
}
.work-list ul.items li .check{
    float: left;
    margin-right:15px;
    margin-top: 28px;
}
.work-list ul.items li>div{
    display: inline-block;
}
.po-name > .names {
    margin-bottom: 25px;
    height: 25px;
    line-height: 0;
    font-size: 0;
}
.po-name .names > a {
    float: left;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.4285;
    color: #000000;
    max-width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.po-name {
    width: 256px;
    margin-right: 20px;
}
.po-name > .part {
    font-size: 14px;
    color: #b8b8b8;
}
.part > a {
    color: #6aa2e4;
    text-decoration: none;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
 .po-detail {
    vertical-align: bottom;
    color: #b8b8b8;
}
 .other-essential{
     margin-left: 50px;
     color: #b8b8b8!important;
 }
/*a.other-essential:hover{*/
    /*color: #6aa2e4;*/
/*}*/
.po-detail .addr {
    font-size: 16px;
    margin: 0 0 18px 0;
    max-width: 300px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.addr > span {
    margin-left: 10px;
}
.po-detail > .xz {
    font-size: 14px;
}
.xz > i {
    margin: 0 10px 0 0;
}
.xz > .line {
    margin: 0 10px;
    color: #ddd;
}
.com-logo {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}
.com-logo > a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid #f5f5f5;
    background-color: #ffffff;
}
.com-logo > a > img {
    width: 100%;
    height: 100%;
}
/*.work-list ul.items a.item-pic{*/
    /*position: relative;*/
    /*width: 120px;*/
    /*height: 100%;*/
    /*margin-right: 25px;*/
/*}*/
/*.work-list ul.items a.item-pic img{*/
    /*height: 100%;*/
    /*margin:0 auto;*/
    /*width: 100%;*/
/*}*/
/*.work-list ul.items .item-info{*/
    /*position: relative;*/
    /*height: 100%;*/
    /*float: left;*/
/*}*/
/*.work-list ul.items .item-info h4{*/
    /*width: 260px;*/
    /*height: 28px;*/
    /*line-height: 24px;*/
    /*font-size: 20px;*/
    /*font-weight: 500;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*float: left;*/
/*}*/
/*.work-list ul.items .item-info h5{*/
    /*width: 425px;*/
    /*color: #e7e7e7;*/
    /*font-size: 18px;*/
    /*font-weight: 400;*/
    /*line-height: 1;*/
    /*margin-left: 50px;*/
    /*padding: 0;*/
    /*text-align: right;*/
    /*float: left;*/
/*}*/
/*.work-list ul.items .item-info h5 span{*/
    /*font-size: 16px;*/
    /*font-style: normal;*/
    /*width: 85px;*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*color: #212121;*/
/*}*/
/*.work-list ul.items .item-info .item-price{*/
    /*width: 120px;*/
    /*border-right: none;*/
    /*position: relative;*/
    /*font-size: 16px;*/
    /*text-align: right;*/
    /*padding: 0;*/
/*}*/
/*.work-list ul.items .item-info h5 b{*/
    /*border-right: none;*/
    /*color: #FB703E;*/
    /*font-size: 24px;*/
    /*font-weight: bold;*/
/*}*/
/*.work-list ul.items .item-info a.item-address{*/
    /*padding-top: 10px;*/
    /*margin-bottom: 10px;*/
    /*display: block;*/
    /*clear: both;*/
    /*font-size: 14px;*/
    /*line-height: 28px;*/
    /*color: #61687c;*/
    /*font-family: arial;*/

/*}*/
/*.work-list ul.items .item-info a.item-address:hover{*/
    /*text-decoration: underline;*/
/*}*/
/*.work-list ul.items .item-info p.item-features{*/
    /*position: absolute;*/
    /*bottom: 0;*/
/*}*/
.dw_tlc{
    height: 42px;
    line-height: 42px;
    padding: 10px;
    background-color: #f8f8f8;
}
.chall{
    float: left;
    width: 80px;
    height: 42px;
    font-size: 16px;
    color: #666;
}
.dw_tlc .op{
    float: right;
    text-align: center;
    padding-left: 15px;
}
.btn_sq{
    float: right;
    width: 100px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    margin: 7px 0 0 30px;
    border-radius: 3px;
    color: #FFFFFF;
    background-color: #ffc88e;
    border: 1px solid #ffc88e;
}

.apply_btn_choose{
    float: right;
    width: 100px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    margin: 7px 0 0 30px;
    border-radius: 3px;
    color: #FFFFFF;
	background-color: #f98914;
    border: 1px solid #ffc88e;
}

.pageNav{
    float: none;
    clear: both;
    font-size: 0;
    font-family: Arial,Helvetica,sans-serif;
    padding: 18px 0;
    text-align: center;
}

.laypage_main{
    font-size: 0;
    clear: both;
    color: #666;
}
.laypage_main *{
    display: inline-block;
    overflow: hidden;
    padding: 3px 8px;
}

.pageNav span,.pageNav a,.pageNav b{
    font-size: 14px;
    margin-right: 5px;
    overflow: hidden;
    padding: 3px 8px;
}
.pageNav a{
    border: 1px solid #ccdbc4;
    cursor: pointer;
}
.laypage_main a{
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    color: #666;
}
.laypage_main a,.laypage_main span{
    margin: 0 3px 6px;
    padding: 0 10px;
}
.laypage_main span{
    height: 26px;
    line-height: 26px;
}
.laypageskin_default span{
    height: 28px;
    line-height: 28px;
    color: #999;
}
.laypageskin_default a{
    border: 1px solid #ccc;
    background-color: #fff;
}
label{
    cursor: none;
}
.laypage_main *{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
.laypage_main input,.laypage_main button{
    border: 1px solid #ccc;
    background-color: #fff;
}
.laypage_main input{
    width: 40px;
    height: 26px;
    line-height: 26px;
    margin: 0 5px;
    padding: 0 5px;
}
.laypage_main button{
    height: 28px;
    line-height: 28px;
    margin-left: 5px;
    padding: 0 10px;
    color: #666;
}
/*����ְλ������ʾ����*/
/*更多网申*/
.net-list-wrap{
    min-height: 567px;
}
.net-list {
    width: 960px;
    margin: 38px auto;
    background-color: #fff;
    border: 1px solid #eaeaea;
    position: relative;
}
.solt-top {
    height: 48px;
    line-height: 48px;
    position: relative;
    font-size: 14px;
    color: #999;
    background-color: #fafafa;
    border-bottom: 1px solid #eaeaea;
}
.solt-top>span {
    display: inline-block;
    width: 120px;
    text-align: center;
    border-right: 1px solid #eaeaea;
    cursor: pointer;
    float: left;
}
.solt-top>span.active {
    background-color: #fff;
    border-bottom: none;
    height: 49px;
    color: #333;
}
.net-list table {
    border-collapse: collapse;
    width: 100%;
}
.com-table {
    height: 120px;
    cursor: default;
}
.list-one {
    width: 120px;
    text-align: center;
}
.list-one img {
    width: 79px;
    height: 79px;
    border: 1px solid #eaeaea;
    vertical-align: middle;
}
.list-two {
    width: 450px;
    font-size: 14px;
}
.list-three {
    width: 300px;
    text-align: right;
    padding-right: 20px;
    font-size: 12px;
    color: #999;
}

.list-three a {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 102px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background-color: #9CC5E4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.list-two>p {
    color: #999;
}
.list-two>p:nth-of-type(1) {
    padding: 8px 0;
    font-size: 16px;
}
.list-two span {
     color: #666;
 }
/*底部开始*/
#footer{
    min-width: 1024px;
    background-color: #fff;
    clear: both;
    height: 67px;
    border-top: 1px solid #ebebeb;
    position: relative;
    z-index: 9;
    margin-top: 81px;
}
#footer .wrapper{
    width: 1024px;
    margin: 0 auto;
    position: relative;
}
#footer .footer-icon{
	position: absolute;
    left: 106px;
    top: 17px;
    z-index: 1;
    display: block;
    height: 40px;
}
#footer .inner-wrapper {
    padding-top: 12px;
    text-align: center;
    height: 14px;
    line-height: 14px;
    white-space: nowrap;
}
#footer .inner-wrapper a{
    color: #555;
    font-size: 14px;
    text-decoration: none;
    margin-right: 14px;
}
#footer .inner-wrapper .cpc-footer-weixin{
    display: inline-block;
    position: relative;
}
#footer .inner-wrapper .cpc-footer-weixin .rbox{
    border: 1px solid #e2e2e2;
    text-align: center;
    background-color: #fff;
    width: 150px;
    position: absolute;
    top:-160px;
    left:0;
    display: none;
}
#footer .inner-wrapper .cpc-footer-weixin:hover .rbox{
    display: block;
}
#footer .inner-wrapper .cpc-footer-weixin img{
    width: 150px;
}
#footer .copyright {
    clear: both;
    height: 12px;
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 14px;
    color: #d5d5d5;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
#footer .copyright span{
    padding-right: 0;
    font-size: 12px;
    color: #afafaf;
}
/*底部结束*/
/*兼职页面结束*/

/*职位详情页面开始*/
.detail-body{
    background: #fff;
}
.position-head{
	margin-top: 48px;
	background-color: #E9F1F5;
	padding: 30px 0 11px;
	width: 100%;
	min-width: 1024px;
}
.position-head .position-content {
    position: relative;
    width: 1024px;
    height: 164px;
    margin: 0 auto;
}
.position-head .position-content .position-content-l {
    float: left;
}
.position-head .position-content .position-content-l .job-name {
    margin: 0 0 13px;
}
.position-head .position-content .position-content-l .job-name .company {
    margin: -2px 0 8px 0;
    font-size: 14px;
    color: #555;
    position: relative;
    left: 2px;
}
.position-head .position-content .position-content-l .job-name .name {
    position: relative;
    font-size: 36px;
    color: #333;
    line-height: 36px;
}
.position-head .position-content .position-content-l .job_request {
    margin-top: 2px;
    font-size: 18px;
    color: #555;
}
.position-head .position-content .position-content-l .job_request p {
    margin-bottom: 8px;
}
.position-head .position-content .position-content-l .job_request p .salary {
    color: #fd5f39;
}
.position-head .position-content .position-content-l .job_request .publish_time {
    padding-top: 10px;
    font-size: 14px;
    color: #999;
}
.position-head .position-content .position-content-r {
    position: absolute;
    right: 0;
    bottom: 0;
}
.position-head .position-content .position-content-r .resume-select {
    margin: 16px 0 11px;
    text-align: right;
}

.p-corp-detail-apply {
    line-height: 50px;
    position: relative;
}
.p-corp-detail-apply .jd-collection{
    display: inline-block;
    float: left;
    height: 46px;
    width: 104px;
    margin-left: 20px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #55CBC4;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    color: #55CBC4;
}
.p-corp-detail-apply .jd-collection:hover{
    border-color: #5aadcb;
    color: #5aadcb;
}
.p-corp-detail-apply .jd-collection.collected{
    border: 1px solid #c6ced0;
    color: #999;
}
.p-corp-detail-apply .jd-collection.collected .icon-shoucang:before{
    color: #c6ced0;
}
.icon-shoucang:before{
    font-size: 26px;
    vertical-align: -4px;
}
.position-head .position-content .position-content-r .resume-select .job-video{
    font-size: 16px;
    color: #2B8EB8;
}
.position-head .position-content .position-content-r .tool-icon {
    float: right;
}
.position-head .position-content .position-content-r .tool-icon .report_button i {
    font-size: 22px;
    color: #b3bbbd;
}
.position-head .position-content .position-content-r .tool-icon .jd_share {
    position: relative;
    display: inline-block;
    margin-left: 3px;
    border-left: 1px solid #e1e1e1;
    padding-left: 9px;
    line-height: 14px;
}
.position-head .position-content .position-content-r .tool-icon .jd_share i {
    font-size: 20px;
    color: #b3bbbd;
    cursor: pointer;
}
.detail-container{
    width: 1024px;
    margin: 0 auto;
    padding-bottom: 150px;
}
.detail-container .content_l{
    width: 696px;
    padding-right: 52px;
    padding-top: 26px;
    position: relative;
}
.job_detail dt {
    padding-right: 35px;
    position: relative;
}
.job_detail dd {
    padding: 15px 0 10px;
    color: #333;
    word-wrap: break-word;
}
.job-advantage .advantage {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.job-advantage .job_fit_tags {
    margin-top: 13px;
    color: #333;
    font-size: 14px;
}
.job_fit_tags li {
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 90px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    float: left;
    background: #E9F1F5;
    color: #7b929f;
}

.job_bt {
    font-size: 14px;
    line-height: 22px;
}
.job_detail dd.job_bt {
    margin-bottom:10px;
    padding-bottom: 0;
}
.job_bt h3.description {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 16px;
    margin-bottom: 22px;
    margin-top: 5px;
}
.job_bt p {
    margin: 1em 0;
}
.job_bt ol {
    padding-left: 2em;
    list-style-type: decimal;
}
.job_bt .list-paddingleft-2 {
    padding-left: 30px;
}
.job_bt .online-list{
    position: relative;
    letter-spacing: 0;
    font-size: 0;
    background-color: #fff;
}
.job_bt .online-list .list-item {
    position: relative;
    padding-right: 20px;
    width: 212px;
    display: inline-block;
    margin-bottom: 20px;
}
.job_bt .list-item>a {
    display: block;
}
.job_bt .list-item .img {
    position: relative;
    width: 214px;
    height: 118px;
    border: 1px solid #f5f5f5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
}
.job_detail .job-address {
    padding-top: 25px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.job_detail .job-address .address {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.job-address .oneline{
    line-height: 32px;
    padding: 6px 0;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
}
#mapContainer{
    width: 696px;
    height: 120px;
}
.job_detail dd.jd_publisher {
    padding: 5px 0 10px;
    position: relative;
    margin-top: 38px;
    margin-bottom: 40px;
}
.job_detail dd p{
    margin-bottom: 0;
 }
.p-corp-detail-user{
    height: 70px;
    padding: 14px 10px 14px 0;
    position: relative;
    z-index: 1;
}
.p-corp-detail-user .img{
    float: left;
    width: 50px;
    height: 50px;
}
.p-corp-detail-user .img img{
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 3px;
}
.p-corp-detail-user p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}
.p-corp-detail-user .info{
    margin-left: 68px;
}
.p-corp-detail-user .name{
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #74b35c;
}
.p-corp-detail-user .chartImg{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    display: inline-block;
}
.p-corp-detail-user .chart-name{
    color: #74D5DF;
    display: inline-block;
    height: 20px;
    vertical-align: bottom;

}
.p-corp-detail-user .info-plus{
    color: #999;
    margin-left: 25px;
}
.p-corp-detail-user .info-plus b{
    color: #74b35c;
}
.p-corp-detail-chart{
    position: relative;
    margin-top: 10px;
    display: none;
}
.p-corp-detail-chart img{
    position: absolute;
    top:-15px;
    left:10px;
}
.p-corp-detail-chart .input-txt{
    border: 1px solid #72D3DD;
    width: 300px;
    height: 125px;
    padding: 9px 7px;
    background-color: #fcfcfc;
}
.p-corp-detail-chart .dj-btn{
    display: inline-block;
    width: 60px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    margin-left: 10px;
    vertical-align: 8px;
    color: #72D3DD;
    border: 1px solid #72D3DD;
}
.p-corp-detail-chart .dj-btn:hover{
    background: #72D3DD;
    color: #fff;
    border: 1px solid #fff;
}
.content_r {
    float: left;
    width: 245px;
    margin-left: 31px;
    margin-top: 45px;
}
.job_company>dt {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: -10px;
}
.job_company dt a {
    color: #555;
}
.job_company .b2 {
    border: 2px solid #f2f2f2;
}
.job_company dt div {
    position: absolute;
    left: 90px;
    bottom: 5px;
    padding: 20px 0;
}
.job_company dt h2 {
    margin-left: 21px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
    color: #555;
}
.job_company dt span {
    text-align: center;
    z-index: 22;
    color: #57bb25;
    bottom: 45px;
    padding: 0 3px;
    font-size: 12px;
    line-height: 18px;
}
.job_company>dd {
    padding: 10px 0;
}
.job_company .c_feature li {
    position: relative;
    margin: 0 0 16px;
    color: #737373;
    line-height: 25px;
}
.job_company .c_feature i ,.jobs_similar i{
    display: inline-block;
    margin-right: 15px;
}
.job_company .c_feature a {
    color: #737373;
}
.jobs_similar {
    padding-top: 8px;
}
.jobs_similar_header {
    margin: 14px 0;
}
.jobs_similar_header span {
    position: relative;
    display: inline-block;
    padding: 0 10px 7px 0;
    margin-right: -4px;
    margin-bottom: -2px;
    color: #555;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.jobs_similar_header span:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 83px;
    display: inline-block;
    width: 162px;
    border-bottom: 1px solid #e8e8e8;
}
.jobs_similar_detail .similar_list {
    margin-top: -12px;
}
.similar_list_item {
    width: 245px;
    vertical-align: top;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}
.similar_list_item a {
    display: block;
    padding: 12px 0 14px;
}
.similar_list_item_logo {
    width: 60px;
    margin-right: 12px;
}
.similar_list_item_logo img {
    vertical-align: middle;
    display: block;
    border: 2px solid #f2f2f2;
}
.similar_list_item_logo, .similar_list_item_pos {
    /*width: 167px;*/
    float: left;
}
.similar_list_item_pos h2 {
    margin: 0;
    color: #333;
    padding: 0;
    font-size: 16px;
    width: 167px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.similar_list_item_pos p {
    color: #e6775c;
    margin: -2px 0 0 0;
    padding: 0;
    font-size: 16px;
}
.similar_list_item_pos .similar_company_name {
    width: 167px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #999;
}
.jobs_similar_footer {
    display: inline-block;
    color: #555;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
}

.jobs_similar_footer:hover{
    color: #2B8EB8!important;
}





/*.p-wrap-main{*/
    /*padding-left:32px;*/
    /*padding-right: 192px;*/
    /*padding-bottom: 84px;*/
    /*background: #fff;*/
    /*border: 1px solid #e7e7e7;*/
/*}*/
/*.p-corp-detail-title{*/
    /*padding: 50px 0 20px;*/
    /*border-bottom: 4px solid #f4f4f4;*/
/*}*/
/*.p-corp-detail-title h1{*/
    /*font:36px/40px 'microsoft yahei',tahoma;*/
/*}*/
/*.p-corp-detail-title h1 .type{*/
    /*height: 16px;*/
    /*line-height: 16px;*/
    /*padding: 0 3px;*/
    /*display: inline-block;*/
    /*vertical-align: text-top;*/
    /*background: #57bb25;*/
    /*color: #fff;*/
    /*font:12px/16px simsun;*/
    /*margin-top: 6px;*/
    /*margin-left: 10px;*/
/*}*/
/*.p-corp-detail-title h1 .job1{*/
    /*background: #f1a497;*/
/*}*/

/*.p-corp-detail-title .detail{*/
    /*margin-top: 20px;*/
    /*color: #bbb;*/
    /*margin-bottom: 0;*/
/*}*/

/*a.i-assist-link{*/
    /*color: #7ab1cc;*/
/*}*/
/*a.i-assist-link:hover{*/
    /*text-decoration: underline;*/
/*}*/
/*.p-corp-detail-tag{*/
    /*margin: 30px 0;*/
/*}*/
/*.p-corp-detail-tag dl{*/
    /*margin-bottom: 8px;*/
/*}*/
/*.p-corp-detail-tag dt,.p-corp-detail-info dt{*/
    /*float: left;*/
    /*width: 96px;*/
    /*color: #bbb;*/
    /*font: 16px/32px 'microsoft yahei',tahoma;*/
/*}*/
/*.p-corp-detail-tag dd{*/
    /*margin-left: 96px;*/
    /*font-size: 0;*/
    /*line-height: 0;*/
/*}*/
/*.p-corp-detail-tag .tag{*/
    /*display: inline-block;*/
    /*margin: 0 8px 12px 0;*/
    /*background: #f1f3f7;*/
    /*padding: 0 10px;*/
    /*line-height: 32px;*/
    /*font-size: 14px;*/
    /*color: #9297a0;*/
    /*border-radius: 3px;*/
/*}*/
/*.p-corp-detail-title .tit{*/
    /*color: #F1A497;*/
    /*margin-left:20px;*/
/*}*/



 .i-item .title {
    float: left;
    width: 48px;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    text-align: right;
}
 .i-item .item-input {
    float: left;
    padding-bottom: 20px;
    padding-left: 12px;
}
 .i-item textarea {
    width: 524px;
    background-color: #f9f9f9;
}
.input-txt {
    height: 150px;
    padding: 9px 7px;
    border:1px solid;
    border-top-color: #c6c6c6;
    border-right-color:#eee;
    border-bottom-color: #eee;
    border-left-color: #c6c6c6;
}
.i-item .error-tip {
    display: none;
    margin-top: 3px;
    color: red;
}
 .i-item .action {
    margin-left: 60px;
    position: relative;
}
.write-box .i-item .send-btn {
    width: 48px;
}
.dj-btn-main {
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    font-size: 14px;
    font-family: simsun,serif;
    background-repeat: repeat-x;
    border: 1px solid #e7a33b;
    background-color: #fbd329;
    color: #333;
    background-image: -webkit-linear-gradient(top,#fee989,#ffd41e);
    background-image: -moz-linear-gradient(top,#fee989,#ffd41e);
    background-image: -o-linear-gradient(top,#fee989,#ffd41e);
    background-image: linear-gradient(to bottom,#fee989,#ffd41e);
}
.i-item .action .success-tip {
    position: absolute;
    left: 106px;
    top: -12px;
    display: none;
    width: 134px;
    height: 54px;
    background-image: url(//assets.dajieimg.com/up/msgcenter/image/success-tip.png);
    text-indent: -1000em;
}
 .i-item .action .server-err{
    display: none;
    margin-left: 10px;
    color: red;
}

.p-corp-detail-info{
    margin: 55px 0 30px;
}
.p-wrap-main .p-wrap-title{
    font:24px/26px 'microsoft yahei',tahoma;
}
.p-corp-detail-info dl{
    padding: 20px 0 0 0;
}
.p-corp-detail-info dd{
    margin-left: 96px;
    border-bottom: 1px dotted #c7c7c7;
    padding-bottom: 20px;
}
.p-corp-part-time th{
    background: #eaeef3;
}
.p-corp-part-time th,.p-corp-part-time td{
    width: 56px;
    height: 30px;
    border: 1px solid #7AB1CC;
    text-align: center;
    color: #666;
}
.p-corp-part-time tbody tr td i {
    display: inline-block;
    width: 18px;
    height: 18px;
    color: #7AB1CC;
}


.p-btn-smart{
    border-color: #55CBC4;
    background: #55CBC4;
    color: #fff;
}
.p-btn-200{
    display: inline-block;
    width: 200px;
    text-align: center;
    padding: 0;
}
.p-btn-xxl{
    float: left;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-family: 'microsoft yahei',tahoma;
    border-radius: 3px;
}
.p-btn-xxl:hover{
    opacity: .8;
}

/*去除百度logo*/
.BMap_cpyCtrl
{
    display:none;
}
.anchorBL{
    display:none;
}
/*岗位解读开始*/
#model{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 999;
    display: none;
}
.work-flash{
    position: relative;
    margin: 100px auto;
    width: 650px;
}
#boxClose{
    position: absolute;
    top: -28px;
    right: -26px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: url("../img/close.png")right bottom no-repeat;
    transform:rotate(-90deg);
    transition:transform .5s linear;
}
#boxClose:hover{
    transform:rotate(90deg);
    transition:transform .5s linear;
}
/*岗位解读结束*/
/*职位详情页面结束*/

/*公司详情页开始*/
.detail-wrapper .company-banner{
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-top: 20px;
    color: #686e71;
    padding: 15px 30px;
    line-height: 26px;
    font-family: arial,verdana,helvetica,'PingFang SC','HanHei SC',STHeitiSC-Light,Microsoft Yahei,sans-serif;
}
.detail-wrapper .info-primary{
    height: 100px;
    overflow: hidden;
}
.company-logo{
    display: inline-block;
    vertical-align: top;

}
.detail-wrapper .info-primary .company-logo{
    width: 100px;
    height: 100px;
    margin-left: 0;
    float: left;
}
.detail-wrapper .info-primary .company-logo img{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 0;
}
.company-banner .company-name{
    font-size: 24px;
    color: #000;
    font-weight: 400;
    padding: 3px 0 15px;
}
.company-banner .info-primary h3, .company-banner .info-primary p {
    margin-left: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company-banner .info-primary p{
    margin-bottom: 0;
}
.vline{
    display: inline-block;
    width: 1px;
    height: 12px;
    vertical-align: middle;
    background: #e0e0e0;
    margin: 0 10px;
}
.company-banner .info-primary .vline{
    background: #878d9b;
}
.company-banner .info-primary p i.icon-iconfontlianjie{
    font-size: 14px;
}
.company-banner .info-primary .icon-tishi,.company-banner .info-primary .icon-xingxing,.company-banner .info-primary .icon-xingxing1{
    width: 26px;
    height: 26px;
    font-size: 26px;
    float: right;
    color: #878d9b;
}
.icon-xingxing,.icon-xingxing1{
    margin-right: 5px;
    font-size: 24px!important;
    line-height: 22px;
}
.company-banner .info-primary .icon-xingxing1{
    color: #FFE600;
}
.job-box{
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    margin-top: 20px;
    color: #666;
}
.job-box .company-tab{
    height: 48px;
    line-height: 48px;
    background: #aedaff;
    font-size: 16px;
}
.job-box .company-tab .cur{
    float: left;
    margin: 0px 20px;
    box-sizing: border-box;
    display: inline-block;
    height: 80%;
    color: #61687c;
    position: relative;
}
.job-box .company-tab .cur.active{
    border-bottom: 2px solid #fff;
    color: #fff;
}
.job-box .company-tab .cur:hover{
    border-bottom: 2px solid #fff;
    color: #fff;
}

.company-detail-container{
    background: #fff;
    min-height: 583px;
}
.company-detail-container .box{
    display: none;
    padding: 15px 30px;
    position: relative;
}
.company-detail-container .box.active{
    display: block;
}
.company-detail-container .box h3{
    line-height: 40px;
    font-weight: 400;
    color: #424a5e;
    font-size: 18px;
    padding-bottom: 12px;
}
.pos-select-normal {
    border-bottom-width: 0;
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 22px;
    right: 20px;
    z-index: 999;
}
.pos-select-normal div {
    position: relative;
    float: left;
    margin-left: -1px;
    width: 114px;
    z-index: 101;
}
.pos-select-normal select{
    border-color: #999;
    color: #999;
    padding: 3px 4px;
}
.pos-select-normal select option{
    color: #999;
}
.company-detail-container .box .heng{
    display: block;
    width: 19px;
    border-top: 2px solid #AEDAFF;
    margin-bottom: 12px;
}
.company-detail-container .box .fold-text{
    color: #61687c;
    line-height: 36px;
}
.intern-nav-item {
    height: 40px;
    width: 100%;
    background: #fafafa;
    font-size: 0;
}
.intern-nav-item .cur {
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding: 0 12px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    /* border-right: 1px solid #333; */
}
.intern-nav-item .cur:first-child{
    padding-left: 0;
}
.intern-nav-item .cur.active {
    background: #fff;
    color: #6aa2e4;
}
.intern-nav-item span {
    display: inline-block;
    height: 15px;
    margin-bottom: -2px;
    border-left: 2px solid #696969;
}
.filter-ul{
    margin-bottom: 20px;
    display: none;
}
.filter-ul.active{
    display: block;
}
.filter-ul>li{
    padding:15px 0;
    border-bottom: 1px dotted #e8e8e8;
}
.filter-ul .col-8{
    width: 66.66667%;
}
.filter-ul .c-money, .filter-ul .pos-name {
    font-size: 18px;
    text-decoration: none;
    display: block;
}
.filter-ul .c-money{
    text-align: right;
}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.filter-ul .pos-name .pos-text {
    max-width: 80%;
    margin-right: 16px;
    color: #2B8EB8;
    display: inline-block;
}
.col-4 {
    width: 33.33333%;
}
.col-9 {
    width: 75%;
}
.c-money {
    color: #F37C1B;
}
/*��˾��Ƶ��ʼ*/
.flash{
    position: relative;
    text-align: center;
    margin-top: 25px;
    width: 898px;
}
#playImg{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -50px;
    opacity: .8;
    cursor: pointer;
}
.jb-box {
    width: 500px;
    height: 360px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    margin: -180px 0px 0px -250px;
    display: block;
}
.jb-box p{
    margin-bottom: 0;
}
.jb_close {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    -webkit-transform: scale(1.2, 1);
    -moz-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    -o-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
}
.jb_title {
    background: #02a0e9;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}
.inf {
    width: 400px;
    margin: 20px auto 0;
}
.inf_msg {
    width: 380px;
    height: 160px;
    padding: 10px;
    resize: none;
    outline: none;
    border-radius: 6px;
    margin: 10px 0 0 0;
    border: 1px solid #ddd;
}
.inf_pre {
    outline: none;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 25px;
    background: #02a0e9;
    color: #fff;
    border: none;
    float: right;
    border-radius: 6px;
    margin: 20px 0 0 0;
}
/*��˾��Ƶ����*/
/*公司详情页结束*/

/*现场招聘开始*/
.campusHire-content{
    width: 1120px;
    margin: 68px auto;
    background: #FFFFFF;
    padding: 26px;
	min-height:735px;
}
/*搜索开始*/
.box719{
    margin:0 auto;
}
.marginR8{
    margin-right: 8px;
}
.margin6{
    margin-right: 6px;
}
.dropdown-97{
    width: 97px;
    cursor: pointer;
}
select.sel{
    width:97px;
    min-height: 35px;
    line-height: 35px;
    border: none;
    background: url("../img/btn_spirit.png")no-repeat 0 -40px;
    -webkit-appearance: none;
    font-weight: 400;
    text-align: center;
    padding-left: 5px;
    font-size: 14px;
    overflow: hidden;
}
select.industry{
    width: 197px;
    background-position: 0 0;
}
.devKeyName {
    width: 97px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0px 1px 2px rgba(204,204,204,0.9);
    background: #fff;
    cursor: text;
}
.box719 .line {
    height: 35px;
    line-height: 35px;
}
.hasDatepicker {
    width: 97px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background: url(../img/btn_spirit.png) no-repeat left -40px;
    color: #333;
}
/*去除input的自带图标*/
.scene-main input::-webkit-outer-spin-button,.scene-main input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    -moz-appearance:textfield;
    margin: 0;
}
.scene-main input::-webkit-clear-button {display: none;}
.scene-main input::-webkit-calendar-picker-indicator{opacity: 0}

.search{
    width: 118px;
    height: 35px;
    background: #7ABDFF;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}
.search:hover{
    background: #72a9e4;
}
.solt-list {
    width: 1120px;
    margin: 38px auto;
    background-color: #fff;
    position: relative;
}
.solt-top{
    width:100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #999;
    background-color: #fff;
}
.solt-top .newset{
    display: inline-block;
    width: 120px;
    text-align: center;
    border: 1px solid #eaeaea;
    cursor: pointer;
    float: left;
    border-bottom: none;
    height: 48px;
    color: #333;
    background: #fff;
}
.solt-top .searchCount{
    color: #828487;
    margin-left: 20px;
    font-size: 16px;
    line-height: 48px;
}
.solt-top .searchCount .txPink{
    color: #ff544a;
}
.solt-top .shareBox .jiathis_style {
    display: inline-block;
    vertical-align: middle;
}
.solt-content{
    border: 1px solid #eaeaea;
    border-bottom: none;
}
.solt-content .rmRow {
    border-bottom: 1px solid #eaeaea;
    padding: 8px 0;
    width: 100%;
    display: inline-block;
    line-height: 28px;
}
.solt-content .rmRow .rmTd1 {
    float: left;
    width: 135px;
    padding-top: 15px;
    text-align: center;
}
.solt-content .rmRow .rmTd1 span{
    font-size: 14px;
}
.solt-content .rmRow .rmTd1 .spFuture{
    color: #00c775;
    font-size: 24px;
}
.solt-content .rmRow .rmTd1 .past-due,.rmTd3 .rmDetail-past-due{
    color: #ddd;
    font-size: 24px;
}
.rmTd3 .rmDetail-past-due{
    line-height: 63px;
}
.solt-content .rmRow .rmTd1 .spNow{
    color: #ff5858;
    font-size: 24px;
}

.solt-content .rmTd2 {
    float: left;
    width: 668px;
    padding-top: 5px;
    padding-left: 15px;
    border-right: 1px dotted #e1e1e1;
	border-left: 1px dotted #e1e1e1;
}
.solt-content .rmTd2 .rmTitle,.solt-content .rmTd2 .rmdue{
    font-size: 16px;
    color: #171717;
}
.solt-content .rmTd2 .rmTitle:hover{
    color: #4CB6ED;
}
.solt-content .rmTd2 .campusIcon,.solt-content .rmTd2 .xuanIcon{
	font-size:12px;
    margin-left: 10px;
    color: #fff;
    padding: 1px 3px;
}
.solt-content .rmTd2 .campusIcon{
    background: #4CB6ED;
}
.solt-content .rmTd2 .xuanIcon{
    background: #F1A497;
}

.solt-content .rmTd2 .rmAddr {
    max-width: 547px;
    color: #282828;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.solt-content .rmTd3{
    float: left;
    width: 298px;
    text-align: center;
}
.solt-content .rmTd3 .rmDetail,.solt-content .rmTd3 .signUp{
    padding: 5px 15px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    line-height: 63px;
    cursor: pointer;
}
.solt-content .rmTd3 .rmDetail{
    background: #5DD382;
}
.solt-content .rmTd3 .rmDetail:hover{
    background: #59ba6d;
}
.solt-content .rmTd3 .signUp{
    background: #4CB6ED;
    margin-right: 15px;
}
.solt-content .rmTd3 .signUp:hover{
    background: #469fd6;
}
.txGrey62{
    color: #626262;
}
.addr{
    color: #004c91;
}

.stumodel,.entmodel,.company-window,.stu-window,.send-resume,.report-model{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 9999;
    display: none;
}
.deliver-resume {
    width: 434px;
    background: #fff;
    padding: 0 0 10px 0;
    border: solid 6px #dfedfd;
    overflow: hidden;
    position: relative;
    margin: 100px auto;
}
.de-hed {
    width: 100%;
    line-height: 45px;
    color: #333;
    font-size: 24px;
    text-align: center;
    padding: 36px 0 10px;
    position: relative;
}
.de-h-p {
    padding: 0 15px;
}
.close-de{
    position: absolute;
    right: 10px;
    top: -2px;
    cursor: pointer;
    font-size: 25px;
    -webkit-transform: scale(1.2,1);
    -moz-transform: scale(1.2,1);
    -ms-transform: scale(1.2,1);
    -o-transform: scale(1.2,1);
    transform: scale(1.2,1);
}
.de-sale {
    position: relative;
    color: #555;
    font-size: 12px;
    padding-left: 25px;
	padding-right: 15px;
}
.resume-list-p{
   /*float: left;*/
}
.resume-list {
    padding: 5px 0 5px 25px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    width: 368px;
}
.not-available{
    font-weight: 400;
    color: #ff5151;
}
.resume-con {
    display: block;
    background-color: #fafafa;
    border: solid 1px #eee;
    padding-left: 8px;
    line-height: 36px;
}
.de-look {
    color: #555;
    float: right;
    margin-right: 15px;
}
.de-look a {
    color: #555;
    cursor: pointer;
    position: relative;
    z-index: 3;
}
.de-look a:first-child{
    margin-right: 5px;
}
.de-meanwhile{
    float: left;
}
.deli-pre{
    display: block;
    border: none;
    outline: none;
    background: #accef1;
    color: #fff;
    cursor: pointer;
    padding: 8px 0;
    width: 390px;
    font-size: 18px;
    margin: 15px auto;
    /* border-radius: 6px; */
}
.resume-check{
    float: left;
    margin-top: 12px ;
    margin-right: 5px;
}
.model-dialog{
    width: 428px;
    border: 10px solid #5E5E5E;
    background: #fff;
    height: inherit;
    position: relative;
    margin: 100px auto;
}
.model .model-top{
    height: 44px;
    background:#30A9DE;
}

.cboxClose{
    position: absolute;
    top:-10px;
    right: 15px;
    font-size: 36px;
    cursor: pointer;
    color: #fff;
    width:19px;
    height: 19px;
}
.cboxTitle{
    background: #7ABDFF;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
}
.model-content{
    width: 250px;
    margin: 18px auto 0;
}
.tilEdit,.boxWork{
    position: relative;
    margin-left: 30px;

}
.conWork {
    border-left: 2px solid #eee;
    padding-left: 15px;
    line-height: 22px;
    color: #999;
    font-size: 14px;
    padding-bottom: 10px;
}
.conWork p{
    color: #999!important;
}
.conWork p .icon-bianji{
    float: right;
    margin-right: 50px;
    cursor: pointer;
}
.conWork.padbot0{
    padding-bottom: 0;
}
.edit-txt{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding: 0 5px;
    border: 1px solid #999;
}
.model-content i.m-icon {
    background: url(../img/myResume.png) no-repeat -235px -25px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: -8px;
}
.model-content i.cen-icon{
    top: 0;
}
.model-content i.bot-icon{
    bottom: 0;
}
.model-content p{
    text-align: center;
    margin: 10px 0 10px 0;
    font-size: 14px;
    color: #9FA3AF;
}
.model-content .stusucc{
    font-size: 26px;
    color: #7ABDFF;
}
.model-content .audit{
    font-size: 26px;
    color: #FF0000;
    padding-bottom: 10px;
}
.entmodel .model-content,.stu-window .model-content{
    width: 100%;
    margin: 18px auto 0;
 }
.entmodel .model-content p,.stu-window .model-content p,.entmodel .model-content .post-job{
    margin: 10px 0 10px 20px;
    font-size: 16px;
    text-align: left;
    color: #000000;
}
.entmodel .model-content p span{
    display: inline-block;

}
.entmodel .model-content .post-job span{
    display: inline-block;
    width: 112px;
    vertical-align: top;
}
.entmodel .model-content .post-job .job-detail{
    display: inline-block;
    width: 285px;
}
.entmodel .model-content .post-job .job-detail input{
    margin-left: 5px;
    margin-right: 3px;
}
.entmodel .model-content .post-job .job-detail input:first-child{
    margin-left: 0;

}
.model-content .m-bottom{
     padding: 10px 10px 10px;
     overflow: hidden;
}
.model-content .m-bottom button{
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    float: right;
    font-size: 14px;
    color: rgb(51, 51, 51);
    user-select: none;
    border-image: initial;
    padding: 5px 15px;
    margin: 0px 0px 0px 10px;
    outline: none;
}
.entmodel .model-content .m-bottom .model-sure,.stu-window .model-content .m-bottom .stu-sure{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.entmodel .model-content .m-bottom .model-cancel,.stu-window .model-content .m-bottom .stu-cancel{
    border: 1px solid #9FA3AF;
}
/*现场招聘结束*/

/*现场招聘详情页开始*/
.campusHireDetail-content{
    width: 1120px;
    margin: 68px auto;
}
.detailHead{
    height: 204px;
    padding-top: 20px;
	position:relative;
    box-sizing: border-box;
    background: url("../img/31562759dd13a5f.jpg")no-repeat;
}
.detailDateBg {
    float: left;
    width: 102px;
    margin-left: 20px;
    height: 103px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
}
.detailDate {
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #a6a6a6;
    background: #3B9AE2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}
.detailDateTip {
    line-height: 69px;
    color: #333;
    font-size: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.detailTit{
    float: left;
    margin-left: 30px;
}
.detailBtn{
	position:absolute;
	right:25px;
	bottom:25px;
}
.detailBtn a:first-child{
    margin-right: 15px;
}
.detailBtn button{
    width: 100px;
    background: #3B9AE2;
    color: #fff;
    padding:6px 5px;
    font-size: 14px;
    cursor: pointer;
}
.detailImage{
    position:absolute;
    right:25px;
    top:20px;
}
.detailImage img{
    width: 80px;
}
.spDetailRMTitle {
    font-size: 26px;
    color: #2f2f2f;
    text-shadow: 1px 0px 0px #fff;
    font-weight: inherit;
}
.detailTit p{
    font-size: 14px;
    margin-bottom: 8px;
}
.spDetailAddr .icon-shijian{
    font-size: 14px;
    vertical-align: text-bottom;
    margin-right: 5px;
    color: #3B9AE2 ;
}
.mainContent{
    width: 1120px;
    margin: 20px auto;
}
.rmDetail{
    background: #fff;
    padding: 15px 30px;
    border: 1px solid #e1e1e1;
}
.rmDetailTit {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
}
.rmDetailTit .cur{
    margin-right: 20px;
}
.rmDetailTit .active{
    border-bottom: 2px solid #8fc1ff;
    color: #8fc1ff;
}

.rmDetailTit .shareBox{
    float: right;

    font-size: 14px;
}
.rmDetailTit .jiathis_style{
    display: inline-block;
    vertical-align: middle;
}
.rmDetailTit .icon-xiangqing{
    font-size: 20px;
    vertical-align: middle;
}
.rmDetailText {
    padding: 20px 20px 20px 0;
    line-height: 30px;
    font-size: 14px;
    min-height: 500px;
    display: none;
}
.rmDetailText.active{
    display: block;
}
.rmDetailText .txt,.rmDetailText p{
    text-indent: 2em;
}

.detailTable thead, .detailTable tr {
    border-top: 1px solid #AFC4E1;
}
.detailTable {
    border-bottom: 1px solid #AFC4E1;
    margin-left: 28px;
    margin-top: 15px;
}
.detailTable td, .detailTable th,.detailTable td a {
    padding: 5px 10px;
    font-size: 14px;
    /*font-family: Verdana;*/
    color: #607EA5;
}
.detailTable td{
    text-align: center;
    vertical-align: middle;
}
.detailTable tr:nth-child(even) {
    background: #D3DFED;
}
.detailTable tr:nth-child(odd) {
    background: #FFF
}
/*现场招聘详情页结束*/

/*测试中心开始*/
.test-main{
    width: 1120px;
    margin: 0 auto;
	min-height: 803px;
}
.test-list{
    width: 1120px;
    margin-top: 68px;
    padding: 30px 30px 0;
    background: #FFFFFF;
    border: 1px solid #e7e7e7;
}
.q-start {
    width: 459px;
    padding: 34px 38px;
    border: 5px solid #8fc1ff;
    position: relative;
    margin-bottom: 35px;
    float: left;
}
.q-start:nth-child(2n+1){
    margin-right: 30px;
}
.q-start h3 {
    font-size: 24px;
    text-align: center;
    background: #FFFFFF;
    position: absolute;
    left: 170px;
    top: -25px;
    width: 199px;
    height: 35px;
    z-index: 9;
}
.ceping-pics {
    width: 110px;
    /*height: 126px;*/
    /*background: url(../img/disc.png) no-repeat 0 0;*/
    float: left;
}
.behavior-type .ceping-pics {
    /*background: url(../img/mbit.png) no-repeat 0 0;*/
}
.psychology .ceping-pics {
    /*background: url(../img/EQ.png) no-repeat 0 0;*/
}
.Iq-type .ceping-pics {
    /*background: url(../img/iq.png) no-repeat 0 0;*/
}
.q-start-content {
    font-size: 12px;
    width: 317px;
    float: left;
    margin-left: 32px;
    display: inline;
    line-height: 24px;
}
.q-start-content h5 {
    font-size: 14px;
    font-weight: bold;
}
.q-start-content img {
    display: block;
    width: 100%;
    height: 180px;
}
.start-btn {
    float: right;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #8bb7ff;
    width: 97px;
    height: 31px;
    line-height: 31px;
    margin-top: 20px;
    border:2px solid #84aff4;
    margin-left: 10px;
}
.start-btn:hover{
    background: #7da5e9;
    transition: background .3s linear;
}
/*测试中心结束*/

/*测试内容开始*/
.test-content{
    width: 960px;
    margin: 0 auto 30px;
    background: url("/img/test-bg.jpg") no-repeat;
    padding-top: 205px;
}
.test-content-list{
    width: 960px;
    background: #FFFFFF;
    padding: 0 70px;
    box-sizing: border-box;
}
.jiathis_style{
    float: right;
    margin-top: 15px;
}
.jiathis_style.campusHire-det{
    margin-top: 6px;
}
.surveyhead {
    line-height: 20px;
    text-align: center;
    width: 96%;
    padding: 40px 2% 10px;
}
.surveyhead h1{
    font-size: 24px !important;
    font-weight: bold;
    vertical-align: middle;
    margin: 0;
    padding: 15px 0;
    line-height: 24px;
    color: #19a8ee;
}
.surveydescription {
    color: #555555;
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin-left: 0;
    margin-top: 20px;
}
.surveycontent {
    margin: 0;
    width: 100%;
}
.div_question {
    border: 2px solid white;
    padding: 4px;
    clear: both;
    margin: 2px auto 10px;
    width: 96%;
    height: auto;
}
.div_title_question_all {
    padding-top: 2px;
    font-size: 15px;
    color: #444444;
    font-weight: bold;
    height: auto;
    line-height: 20px;
}
.div_title_question {
    overflow: hidden;
    zoom: 1;
}
.div_question strong{
	float:left;
}
.div_table_radio_question,.div_table_radio_question0 {
    padding-top: 5px;
    padding-left: 24px;
    padding-bottom: 2px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 15px;
    color: #333333;

}
.div_table_radio_question0{
    margin-top: -13px;
    margin-left: 5px;
}
.ulradiocheck li {
    line-height: 30px;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}
.jqRadio {
    vertical-align: middle;
    height: 16px;
    width: 18px;
    display: inline-block;
    position: absolute;
    top: 6px;
}
.ulradiocheck li input {
    position: absolute;
    top: 6px;
}
.ulradiocheck li label {
    display: block;
    padding-left: 20px;
    vertical-align: middle;
    cursor: pointer;
}
.submit-div{
    padding-top: 6px;
    padding-bottom: 10px;
}
.submit-div .submitbutton {
    border: 1px solid #0492d6;
    background: #13a5ec;
    display:block;
    line-height: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    overflow: visible;
    padding: 0 24px;
    width: 82px;
    height: 32px;
    margin: 0 auto;
}
 input.submitbutton:hover {
    background: #1eb0f6;
    color: #fff !important;
}
/*测试内容结束*/

/*在线学堂开始*/
/*去除input的自带图标*/
.online-nav-bgc input::-webkit-outer-spin-button,.online-nav-bgc input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    -moz-appearance:textfield;
    margin: 0;
}
.online-nav-bgc input::-webkit-clear-button {display: none;}
.online-nav-bgc input::-webkit-calendar-picker-indicator{opacity: 0}
.online-nav-bgc{
    width: 100%;
}
.online-container {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding-top: 68px;
}
.online-preach {
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}
.online-preach .til {
    position: relative;
    font-size: 24px;
    color: #2e2e2e;
    font-weight: 400;
    padding: 0 20px;
}
.online-preach .til .icon {
    width: 28px;
    height: 28px;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    bottom: -5px;
    background:url("../img/player.png") no-repeat;
}
.online-preach .online-list {
    position: relative;
    letter-spacing: 0;
    font-size: 0;
    background-color: #fff;
    padding: 20px;
}
.pad0{
    padding-top: 0;
}
.online-preach .online-list .list-item {
    position: relative;
    padding-right: 20px;
    width: 216px;
    display: inline-block;
}
.online-preach .list-item>a {
    display: block;
}
.online-preach .online-list .list-item .img {
    position: relative;
    width: 214px;
    height: 118px;
    border: 1px solid #f5f5f5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
}
.more-vidao01{
    position: relative;
    font-size: 24px;
    color: #2e2e2e;
    font-weight: 400;
    padding-right:20px;
}
.more-vidao01 a{
    position: absolute;
    right: 32px;
    bottom: 22px;
    width: 117px!important;
  
}
.today-mask {
    width: 216px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 1;
    opacity: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.today-name{
    position: absolute;
    height: 48px;
    width: 48px;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;

    color: #fff;
    z-index: 2;
    opacity: 1;
}
.list-item>a .thover {
     -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
     transition: opacity 1s;
}
.list-item a:hover .today-mask .today-name{
    opacity: 1;
}
.list-item a:hover .today-mask{
    opacity: .6;
}
.online-preach .online-list .name {
    position: relative;
    font-size: 14px;
    padding:10px 8px 5px 8px ;
    margin-bottom: 10px;
    /*background: #f0f0f0;*/
    /*border-bottom-right-radius: 4px;*/
    /*border-bottom-left-radius: 4px;*/
}
.online-preach .online-list .name p{
    margin-bottom: 0;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.online-preach .online-list .list-item:nth-child(5n) {
    padding-right: 0;
}
/*在线学堂结束*/

.select-box {
    height: 31px;
    display: inline-block;
}
.select-border-0 {
	border: 0;
	font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
    font-weight: normal;
    width: 100%;
}
.grey-btn{
    float: right;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #b5b5b5;
    width: 97px;
    height: 31px;
    line-height: 31px;
    margin-top: 20px;
    border:2px solid #b5b5b5;
    margin-left: 10px;
}
.test-result{
	font-size:22px;
	color:#fd5499;
}
.none{
	margin: 10px;
	padding: 5px 0 0 20px;
	color:#a29797;
	font-size:18px;
}
.test-ul{
	width:260px;
}
.a-class{
	color:blue;
}
.company-list>.company-container .more-com{            
    position: absolute;
    right: 25px;
    bottom: 5px;
    color: #999;
    font-size: 12px;
}
.more-com:hover{
    color: #6aa2e4;
}

/*安全提醒开始*/
.tCompany-reminder {
    line-height: 20px;
    font-size: 13px;
    color: #fff;
    padding: 5px 0;
    background-color: #75bffbc7;
   /* margin-top: 48px; */
    width: 100%;
    min-width: 1024px;
}
.tCompany-reminder .in {
    position: relative;
    width: 977px;
    margin: 0 auto;
    padding-right: 25px;
}
.tCompany-reminder .close {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 0;
    right: 0;
    background: url("/css/images/close-save.png") center no-repeat;
}
/*安全提醒结束*/