*{margin:0;padding:0;}
body{margin-left:0px;margin-top:0px;margin-right:0px;margin-bottom:8px;font-size:14px;color:#333333;font-family:"microsoft yahei";background-color:#f4f4f4;_margin:0; _height:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
progress{display:inline-block;vertical-align:baseline;}
h1,h2,h3,h4,h5,form,p,ul,input{margin:0px;padding:0px;}
input,select{vertical-align:middle;}
input,textarea{font-family:"microsoft yahei";font-size:14px;color:#333333;word-wrap:break-word;word-break:break-all;}
button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"],input[type="file"]{ cursor: pointer;}
li,ul,dl,ol{list-style-type:none;vertical-align:middle;}
textarea{overflow:auto}
textarea:focus,input:focus {outline: none;}
ul {padding:0px; margin:0px;}
li{padding:0px;margin:0px;line-height:180%;list-style-type:none;}
table{border-collapse:collapse;border-spacing:0}
em,i{font-style:normal}
:focus{outline:0}
img{border:0;}
.substring{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nowrap{white-space:nowrap;}
input{font-family: "microsoft yahei";outline: none;}
input:focus{outline: none;}
a{text-decoration: none;color:#333333;cursor:pointer;}
a.underline:hover{text-decoration: underline;}
h1,h2,h3,h4,h5,h6{ font-size:24px; font-weight: normal;}
.clear{clear:both;height:0px;font-size:0px;line-height:0px;}
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
.f-left{float:left;}
.f-right{float:right;}
.content{width:1200px;margin:auto;}

/*header-top*/
.header-top{
    width: 100%;
    height: 42px;
    background-color: #5f90ff;
}
.header-top-p{
    font-size: 13px;
    color: #fff;
    line-height: 42px;
}
.header-top-p .header-top-a{
    font-size: 13px;
    color: #fff;
    margin: 0 5px;
}
.header-top-p .header-top-a:hover{
    text-decoration: underline;
}
.header-top-p .header-top-x{
    font-size: 13px;
    color: #fff;
}
/*header-top  end*/
.header-bottom{
    height: 90px;
    background-color: #fff;
}
.header-logo{
    height: 67px;
    margin: 11px 0;
}
.header-logo img{
    height: 100%;
}
.header-nav{
    height: 90px;
}
.header-nav .header-nav-a{
    font-size: 16px;
    color: #444444;
    margin: 0 20px;
    line-height: 86px;
}
.header-nav .header-nav-a.active{
    color: #5f90ff;
    border-bottom: 5px solid #5f90ff;
}
.header-nav .header-nav-a:hover{
    color: #5f90ff;
    border-bottom: 5px solid #5f90ff;
}
.index1{
    width: 100%;
    margin-top: 20px;
}
.index1-left{
    width: 868px;
}
/*lunbo*/
.shuffling{
    width: 868px;
    height: 350px;
    position: relative;
}
.shuffling .lubo{
    width:868px;
    clear: both;
    position: relative;
    height:350px;
}
.shuffling .lubo .lubo_box{
    position: relative;
    width:868px;
    height:350px;
}
.shuffling .lubo .lubo_box li{
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height:350px;
    /*opacity:0;*/
    /*filter:alpha(opacity=0);*/
}
.shuffling .lubo .lubo_box li:first-child{
width:100%;
}
.shuffling .lubo .lubo_box li a{
    display: block;
    width: 100%;
    height: 100%;
}
.shuffling .lubo .lubo_box li img{
    width: 100%;
    height: 350px;
}
/*圆点*/
.shuffling .cir_box{
    overflow: hidden;
    position: absolute;
    z-index: 100;
    display: none;
}
.shuffling .cir_box li{
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 50px;
}
.shuffling .cir_on{
    background: #00ecc2 !important;
}
/*左右按钮*/
.lubo_btn{
    position: absolute;
    z-index: 100;
    top: 37%;
    width: 868px;
    height: 64px;
}
.lubo_btn .left_btn{
    background: url("http://www.xsjy.org.cn/jscss/left-jt.png") no-repeat;
    width: 41px;
    height: 64px;
    position: absolute;
    left: 0;
}
.lubo_btn .right_btn{
    background: url("http://www.xsjy.org.cn/jscss/right-jt.png") no-repeat;
    width: 41px;
    height: 64px;
    position: absolute;
    right: 0;
}
/*lunbo end*/
/*search*/
.search{
    background-color: #fff;
    margin-top: 15px;
    padding: 20px 25px;
}
.search-wrap{
	background-color: #FFFFFF;
    height: 45px;
}
.search-wrap .search-box{
    border: 2px #5f90ff solid;
	border-right: 0;
	height: 41px;
	background-color: #fff;
	width: 686px;
}
.search-wrap .search-box .search-type{
    width: 86px;
	position: relative;
	z-index: 10;
}
.search-wrap .search-box .search-type .search-type-show{
    padding-left: 13px;
	line-height: 41px;
	position: relative;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	*position: static;
	background-color: #ffffff;
	border-right: 2px #f2f2f2 solid;
}
.search-wrap .search-box .search-type .search-type-show .search-icon {
    position: absolute;
	top: 19px;
	right: 11px;
	width: 0;
	height: 0;
	border-width: 4px;
	border-color: #ADADAD transparent transparent transparent;
	border-style: solid dashed dashed dashed;
}
.search-wrap .search-box .search-type .search-type-drop {
    position: absolute;
	top: 41px;
	left: -2px;
	background-color: #ffffff;
	border: 2px #5f90ff solid;
	border-top: 0;
	width: 85px;
	height: 40px;
	overflow: hidden;
	display: none;
}
.search-wrap .search-box .search-type .search-type-drop a {
    display: block;
	font-size: 14px;
	color: #333;
	padding-left: 13px;
	line-height: 40px;
	text-decoration: none;
}
.search-wrap .search-box .search-text {
    height: 41px;
	overflow: hidden;
	width: 600px;
}
.search-wrap .search-box .search-text input {
    padding: 10px 10px;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	border: 0;
	width: 568px;
}
.search-wrap .search-submit {
    height: 45px;
	width: 129px;
	overflow: hidden;
}
.search-wrap .search-submit .search-submit-btn {
    font-size: 16px;
	text-align: center;
	width: 129px;
	height: 45px;
	line-height: 41px;
	border: 0px;
	color: #FFFFFF;
	cursor: pointer;
	background: url("http://www.xsjy.org.cn/jscss/img2.png") 30px center #5f90ff no-repeat;
	padding-left: 55px;
	padding-right: 25px;
}
.autocomplete-w1 {
    position: absolute;
    top: 0px;
    left: -6px;
    margin: 8px 0 0 6px;
    _background: none;
    _margin: 0;
    line-height: 160%;
}
.inputbg{
    width: 813px;
    height: 41px;
    border: 2px #5f90ff solid;
    position: relative;
    background-color: #FFFFFF;
}
.inputbg .selecttype{
    width: 54px;
    height: 41px;
    line-height: 41px;
    background-color: #fff;
    border-right: 2px #f2f2f2 solid;
    padding-left: 15px;
    padding-right: 15px;
    background-image: url(http://www.xsjy.org.cn/jscss/img4.png);
    background-repeat: no-repeat;
    background-position: 65px center;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}
.inputbg .selecttype_down{
    background-color: #fff;
    border: 2px #5f90ff solid;
    border-top: 0px;
    position: absolute;
    left: -2px;
    top: 41px;
    display: none;
}
.inputbg.open .selecttype_down {
    display: block;
}
.inputbg .selecttype_down .down_list{
    width: 54px;
    height: 41px;
    line-height: 41px;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}
.inputbg .inoputbox{
    position: absolute;
    left: 87px;
    top: 0px;
    width: 530px;
    height: 41px;
}
.inputbg .inoputbox input{
    width: 255px;
    height: 20px;
    border: 0px;
    padding-top: 11px;
    padding-left: 10px;
}
.inputbg .sobut{
    font-size: 16px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 128px;
    height: 41px;
    line-height: 41px;
    border: 0px;
    color: #FFFFFF;
    cursor: pointer;
    background: url("http://www.xsjy.org.cn/jscss/img2.png") 30px center #5f90ff no-repeat;
    padding-left: 55px;
    padding-right: 25px;
}
.hot-search{
    width: 100%;
}
.hot-search .hot-search-a{
    height: 24px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding: 0 20px;
    border-radius: 100px;
    margin-right: 25px;
    margin-top: 15px;
}
.hot-search .hot-search-a.active{
    background-color: #5f90ff;
    color: #fff;
}
.hot-search .hot-search-a:hover{
    background-color: #5f90ff;
    color: #fff;
}
.autocomplete {
    border: 2px solid #5f90ff;
	background: #FFF;
	cursor: default;
	text-align: left;
	max-height: 350px;
	overflow: auto;
	margin: -5px 6px 6px -1px;
	_height: 350px;
	_margin: 0;
	_overflow-x: hidden;
}
/*search  end*/
.index1-right{
    width: 314px;
}
.login-card{
    background-color: #fff;
    padding: 0 20px;
}
.card-div{
    width: 100%;
    padding-top: 10px;
	padding-bottom: 20px;
}
.ren-div{
    width: 100%;
}
.ren-div .ren-img{
    width: 79px;
    height: 80px;
}
.ren-div .ren-img img{
    width: 100%;
    height: 100%;
}
.ren-div .ren-text{
    margin-left: 35px;
}
.ren-div .ren-text .ren-text-p1{
    font-size: 16px;
    color: #3f3f3f;
    margin-top: 15px;
}
.ren-div .ren-text .ren-text-p2{
    font-size: 14px;
    margin-top: 10px;
    color: #3f3f3f;
}
.ren-btn{
    padding: 0 18px;
    margin-top: 25px;
}
.ren-btn .ren-login{
    width: 107px;
    height: 38px;
    background-color: #fc600e;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
}
.ren-btn .ren-login:hover{
    background-color: #fc450c;
}
.ren-btn .ren-reg{
    width: 107px;
    height: 38px;
    background-color: #7d99af;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
}
.ren-btn .ren-reg:hover{
    background-color: #678daf;
}
/*最新动态*/
.recent-news{
    width: 100%;
    margin-top: 30px;
    height: 147px;
    overflow: hidden;
}
.recent-news-tt{
    font-size: 14px;
    color: #3e3e3e;
    text-align: center;
    background: url("http://www.xsjy.org.cn/jscss/img20.png") center center #fff no-repeat;
    height: 25px;
    line-height: 25px;
    margin-bottom: 6px;
}
.recent-news-mm{
    width: 100%;
}
#scrollDiv{
    width: 100%;
    height: 95px;
    overflow: hidden;
}
#scrollDiv li{
    background: url("http://www.xsjy.org.cn/jscss/img3.png") 0 center no-repeat;
    padding-left: 15px;
    font-size: 14px;
    line-height: 31px;
}
#scrollDiv li .recent-news-name{
    font-size: 14px;
    color: #5f90ff;
    width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#scrollDiv li .recent-news-name:hover{
    text-decoration: underline;
}
#scrollDiv li .recent-news-a{
    font-size: 14px;
    color: #5f90ff;
}
#scrollDiv li .recent-news-a:hover{
    text-decoration: underline;
}
#scrollDiv li span{
    font-size: 14px;
    color: #595959;
    margin: 0 5px;
}
/*最新动态  end*/
/*最新公告*/
.notice{
    background-color: #fff;
    margin-top: 15px;
    padding: 20px;
    overflow: hidden;
    height: 452px;
}
.notice-tt{
    width: 100%;
}
.notice-tt .notice-h3{
    font-size: 18px;
    color: #151515;
    line-height: 25px;
}
.notice-tt .notice-more{
    font-size: 13px;
    color: #5e5e5e;
    line-height: 25px;
}
.notice-tt .notice-more:hover{
    text-decoration: underline;
}
.notice-mm{
    width: 100%;
    margin-top: 12px;
}
.notice-mm .notice-a{
    font-size: 14px;
    color: #5a5a5a;
    display: block;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice-mm .notice-a:hover{
    color: #5f90ff;
    text-decoration: underline;
}
/*最新公告  end*/
/*广告*/
.adver5{
    width: 100%;
    margin-top: 15px;
}
.adver2{
    width: 100%;
    margin-top: 5px;
}
.adver{
    width: 100%;
    margin-top: 15px;
}
.adver5-items{
    width: 232px;
    height: 76px;
    background-color: #fff;
    text-align: center;
    line-height: 76px;
    margin-right: 10px;
    margin-bottom: 10px;
	position: relative;
}
.adver5-items:hover{
    cursor: pointer;
}
.adver5-items.no{
    margin-right:0;
}
.adver5-items img{
    display: inline-block;
    vertical-align: middle;
}
.adver2-items{
    margin-right: 15px;
    width: 592px;
    height: 80px;
    overflow: hidden;
}
.adver2-items.no{
    margin-right:0;
}
.adver2-items img{
    width: 100%;
    height: 100%;
}
.adver1-items{
    width: 100%;
    overflow: hidden;
    height: 80px;
}
.adver1-items img{
    width: 100%;
}
/*广告位通栏ad188_78*/
.index_3{margin:0 auto;width:1200px;margin-top: 15px;}
.index_3 .ad188_78{float:left;width:232px;height:76px;}
.index_3 .ad188_78 .imgbox{width:188px;border:1px #EEEEEE solid;height:78px;position:relative;}
.index_3 .ad188_78  img{border:0px;}
.index_3 .ad188_78  .showinfo{display:none;width:229px;position:absolute;left:-1px;top:-1px;border:2px #5f90ff solid;z-index:5;filter:progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=120,strength=3);/*ie*/-moz-box-shadow:0px 0px 10px #CCCCCC;/*firefox*/-webkit-box-shadow:0px 0px 10px #CCCCCC;/*safari或chrome*/box-shadow:0px 0px 10px #CCCCCC;/*opera或ie9*/}
.index_3 .ad188_78.hover .showinfo{display:block;}
.index_3 .ad188_78  .showinfo .comname{margin-top:76px;width:214px;line-height: 30px;text-align: left;font-size:12px;background-color:#FFFFFF;height:30px;padding-top:5px;padding-left:15px;}
.index_3 .ad188_78  .showinfo .jobslist{background-image:url(/web/20180813163646im_/http://xsjy.org.cn/Application/Home/View/ljl/public/images/117.png);background-repeat:repeat-y;background-position:20px  0px;background-color:#FFFFFF;font-size:12px;padding-bottom:5px;}
.index_3 .ad188_78  .showinfo .jobslist .jli{height:22px;line-height:22px;width:185px;padding-left:35px;text-align: left;padding-right:10px;background-image:url(/web/20180813163646im_/http://xsjy.org.cn/Application/Home/View/ljl/public/images/117.png);background-repeat:no-repeat;background-position:-277px 7px;}
.index_3 .ad188_78  .showinfo .jobslist .jli:hover{background-position:-277px -21px;}
.index_3 .ad188_78  .showinfo .jobslist .jli:hover a{color:#FF5A00}
.index_3 .ad188_78  .showinfo .count{width:229px;height:25px;background-color:#FFFFFF;font-size:12px;padding-top:10px;}
.index_3 .ad188_78  .showinfo .count .v{width:135px;float:left;line-height: 25px;text-align: left;padding-left:15px;color:#000000}
.index_3 .ad188_78  .showinfo .count .more{width:60px;text-align:right;float:left;line-height: 25px;}
/*广告 end*/
.index2{
    width: 100%;
    margin-top: 15px;
   /* background: url("http://www.xsjy.org.cn/jscss/img22.png") center center #fff repeat-y;*/
}
/*紧急招聘*/
.urgent{
    width: 49.7%;
    overflow: hidden;
}
.urgent-tt{
    padding-top: 25px;
    height: 25px;
}
.urgent-tt .urgent-h3{
    font-size: 20px;
    color: #2b2b2b;
    border-left: 4px solid #5f90ff;
    height: 25px;
    line-height: 24px;
    padding-left: 23px;
}
.urgent-more{
    font-size: 13px;
    color: #5e5e5e;
    line-height: 25px;
    padding-right: 25px;
}
.urgent-more:hover{
    text-decoration: underline;
}
.urgent-mm{
    padding: 0 25px;
    margin-top: 25px;
    padding-bottom: 25px;
    height: 180px;
    overflow: hidden;
}
.urgent-div{
    background: url("http://www.xsjy.org.cn/jscss/img3.png") 0 center no-repeat;
    font-size: 14px;
    color: #343434;
    padding-left: 25px;
    line-height: 30px;
    width: 95%;
}
.urgent-div .urgent-name{
    width: 255px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #343434;
}
.urgent-div .urgent-name:hover{
    color:#5f90ff;
    text-decoration: underline;
    cursor: pointer;
}
.urgent-div .urgent-zw{
    text-align: right;
    font-size: 14px;
    color: #ff5a00;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 35px;
}
.urgent-div .urgent-zw:hover{
    text-decoration: underline;
    cursor: pointer;
}
.urgent-div .urgent-time{
    font-size: 14px;
    color: #b9b9b9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*紧急招聘  end*/
/*名企展示*/
.module{
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
}
.module-tt{
    padding-top: 25px;
    padding-right: 25px;
}
.module-tt .module-h3{
    font-size: 20px;
    color: #2b2b2b;
    border-left: 4px solid #5f90ff;
    height: 25px;
    line-height: 24px;
    padding-left: 23px;
}
.module-tt .com-more{
	font-size: 13px;
	color: #5e5e5e;
	line-height: 25px;
}
.module-tt .com-more:hover{
    text-decoration: underline;
}
.module-tt .module-more{
    text-align: right;
    width: 50px;
    height: 25px;
    background-image: url(http://www.xsjy.org.cn/jscss/122.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 16px;
    background-position: 0px 2px;
    line-height: 25px;
}
.module-tt .module-more:hover{
    color:#5f90ff;
    background-position: 0px -29px;
}
.module-mm{
    padding: 0 30px;
    margin-top: 35px;
    padding-bottom: 35px;
}
/*名企左侧轮播*/
.company-lunbo{
    width: 278px;
    height: 435px;
    overflow: hidden;
}
.silder-box{
    position: relative;
    margin: 0 auto;
}
.silder-box-1{
    width: 278px;
    height: 435px;
}
.silder{
    width: 278px;
    height: 435px;
}
.silder ul li{
    width: 278px;
    height: 435px;
    background-color: #fff;
}
.partner-img{
    width: 278px;
    height: 435px;
}
.partner-img img{
    width:100%;
    height:100%;
}
.silder-button {
    top: 185px;
    width: 40px;
    height: 53px;
    position: absolute;
    cursor: pointer;
}
.silder-button.btl {
    left: 0;
    background: url("http://www.xsjy.org.cn/jscss/img21.png") 0 0 no-repeat;
}
.silder-button.btr {
    right: 0;
    background: url("http://www.xsjy.org.cn/jscss/img21.png") right 0 no-repeat;
}
/*名企左侧轮播 end*/
.company-mm{
    width: 862px;
}
.company-items{
    margin-left: 20px;
    width: 152px;
    height: 143px;
    margin-top: 5px;
    overflow: hidden;
}
.company-items .company-img{
    width: 150px;
    height: 106px;
    border: 1px solid #f3f3f3;
    text-align: center;
    line-height: 108px;
    overflow: hidden;
}
.company-items .company-img img{
    display: inline-block;
    vertical-align: middle;
	width:100px;
}
.company-items .company-text{
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
}
.company-items .company-text .company-name{
    font-size: 14px;
    color: #343434;
}
.company-items .company-text .company-name:hover{
    text-decoration: underline;
}
/*名企展示 end*/
/*推荐简历*/
.module.open_ajax .ajax_loading{display:block;}
.resume-items{
    width: 220px;
    height: 256px;
    border: 1px solid #eeeeee;
    margin-right: 5px;
    overflow: hidden;
}
.resume-items.no{
   /*margin-right:0;*/
}
.resume-items:hover{
    cursor: pointer;
    z-index: 1;
    box-shadow: 0px 0px 8px rgba(136, 136, 136, 0.5);
    -moz-box-shadow: 0px 0px 8px rgba(136, 136, 136, 0.5);
    -webkit-box-shadow: 0px 0px 8px rgba(136, 136, 136, 0.5);
    transform: scale(1.0);
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    position:relative;
    border:1px solid #5f90ff;
}
.resume-items:hover .resume-div1 .resume-nn .resume-name{
    color:#5f90ff;
}
.resume-div1{
    height: 131px;
    border-bottom: 1px solid #eeeeee;
    padding: 0 30px;
}
.resume-div1 .resume-nn .resume-name{
    font-size: 18px;
    color: #2b2b2b;
    line-height: 131px;
}
.resume-div1 .resume-nn .resume-name:hover{
    color:#5f90ff;
}
.resume-div1 .resume-img{
    width: 100px;
    height: 99px;
    overflow: hidden;
    position: relative;
    margin: 16px 0;
}
.resume-div1 .resume-img img{
    width: 100%;
    height: 100%;
}
.resume-div1 .resume-img .resume-zg{
    background: url("http://www.xsjy.org.cn/jscss/img10.png") no-repeat;
    width: 100px;
    height: 99px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.resume-div2{
    border-bottom: 1px solid #eeeeee;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
}
.resume-div2 .resume-p{
    font-size: 14px;
    color: #373737;
    width: 49%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.resume-div3{
    width: 100%;
    height: 83px;
}
.resume-div3 .resume-view{
    width: 145px;
    height: 36px;
    background-color: #5f90ff;
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    margin: 23px auto;
}
.resume-div3 .resume-view:hover{
    background-color: #407fff;
}
/*推荐简历  end*/
/*最新招聘*/
.position-items{
    width: 220px;
    height: 288px;
    border: 1px solid #eeeeee;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 20px;
    text-align: center;
}
.position-items:hover{
    cursor: pointer;
    z-index: 1;
    box-shadow: 0px 0px 8px rgba(136, 136, 136, 0.5);
    -moz-box-shadow: 0px 0px 8px rgba(136, 136, 136, 0.5);
    -webkit-box-shadow: 0px 0px 8px rgba(136, 136, 136, 0.5);
    transform: scale(1.0);
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    position:relative;
    border:1px solid #5f90ff;
}
.position-items:hover .position-name .position-name-a{
    color:#5f90ff;
}
.position-items.no{
   /* margin-right:0;*/
}
.position-name{
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 25px;
}
.position-name .position-name-a{
    font-size: 18px;
    color: #2b2b2b;
}
.position-welfare{
    padding: 0 10px;
    margin-top: 25px;
}
.position-welfare .position-welfare-span{
    height: 24px;
    border: 1px solid #5f90ff;
    font-size: 12px;
    color: #5f90ff;
    line-height: 24px;
    padding: 0 5px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 3px;
}
.position-com{
    font-size: 14px;
    color: #808080;
    margin-top: 10px;
	display: inline-block;
}
.position-com img{
    position: relative;
    top: 2px;
    margin-left: 5px;
}
.position-wage{
    font-size: 20px;
    color: #ff5a00;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.position-p{
    font-size: 14px;
    color: #808080;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.position-p span{
    margin-left: 15px;
}
.position-btn{
    width: 142px;
    height: 42px;
    background-color: #5f90ff;
    display: block;
    margin: auto;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    border-radius: 5px;
    margin-top: 20px;
}
.position-btn:hover{
    background-color: #407fff;
}
/*最新招聘 end*/
.index3{
    margin-top: 15px;
    width: 100%;
}
/*资讯  tab*/
.message{
    width: 868px;
    background-color: #fff;
	margin-top:15px;
}
.message-tab{
    height: 73px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 36px;
}
.message-tab .message-tab-a{
    font-size: 18px;
    color: #2b2b2b;
    line-height: 72px;
    padding: 0 3px;
    margin-right: 40px;
}
.message-tab .message-tab-a.active{
    border-bottom: 2px solid #5f90ff;
    color: #5f90ff;
}
.message-tab .message-tab-a:hover{
    border-bottom: 2px solid #5f90ff;
    color: #5f90ff;
}
.message-box{
    margin-top: 25px;
}
.message-div{
    padding: 0 30px;
}
.message-items{
    width: 100%;
    margin-bottom: 25px;
}
.message-items .message-img{
    width: 185px;
    height: 106px;
    overflow: hidden;
	background-color: #ccc;
}
.message-items .message-img img{
    width: 100%;
    height: 100%;
}
.message-items .message-text{
    margin-left: 20px;
    width: 555px;
}
.message-items .message-text .message-name{
    font-size: 14px;
    color: #444444;
}
.message-items .message-text .message-name:hover{
    color:#5f90ff;
}
.message-items .message-text .message-nr{
    font-size: 14px;
    color: #939292;
    width: 100%;
    line-height: 25px;
    height: 72px;
    overflow: hidden;
    margin-top: 13px;
}
/*资讯  tab  end*/
/*热门资讯*/
.hot-news{
    width: 343px;
    background-color: #fff;
}
.hot-title{
    height: 73px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 25px;
}
.hot-title .hot-h2{
    font-size: 18px;
    color: #444444;
    line-height: 73px;
}
.hot-title .hot-more{
    font-size: 13px;
    color: #525252;
    line-height: 73px;
}
.hot-mm{
    padding: 15px 25px;
}
.hot-p{
    line-height: 43px
}
.hot-p:hover  .hot-a{
    color:#5f90ff;
}
.hot-p .hot-num{
    background: url("http://www.xsjy.org.cn/jscss/img13.png") 0 center no-repeat;
    height: 40px;
    width: 25px;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    padding-left: 8px;
}
.hot-p .hot-num.lan{
    background: url("http://www.xsjy.org.cn/jscss/img14.png") 0 center no-repeat;
}
.hot-p .hot-num.hui{
    background: url("http://www.xsjy.org.cn/jscss/img13.png") 0 center no-repeat;
}
.hot-p .hot-a{
    font-size: 14px;
    color: #555555;
}
/*热门资讯 end*/
/*友情链接*/
.link{
    background-color: #fff;
    margin-top: 15px;
    padding: 0 20px;
}
.link-tt{
    padding-top: 25px;
    font-size: 20px;
    color: #444444;
}
.link-mm{
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
}
.link-img{
    width: 100%;
}
.link-img .link-img-items{
    width: 150px;
    height: 50px;
    border: 1px solid #eeeeee;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    margin-right: 15px;
}
.link-img .link-img-items.no{
    margin-right:0;
}
.link-img .link-img-items img{
    display: inline-block;
    vertical-align: middle;
}
.link-text{
    width: 100%;
    margin-top: 20px;
}
.link-text .link-text-a{
    font-size: 14px;
    color: #555555;
    margin-right: 48px;
    line-height: 32px;
}
.link-text .link-text-a:hover{
    text-decoration: underline;
}
/*友情链接 end*/
/*蓝色条框*/
.footer-blue{
    background: url("http://www.xsjy.org.cn/jscss/img16.png") repeat-x;
    height: 210px;
    margin-top: 15px;
    text-align: center;
}
.footer-blue .footer-blue-h1{
    font-size: 36px;
    color: #ffffff;
    padding-top: 42px;
}
.footer-blue .footer-blue-btn{
    width: 207px;
    height: 41px;
    border: 1px solid #afc8ff;
    display: block;
    font-size: 20px;
    color: #ffffff;
    line-height: 41px;
    margin: auto;
    margin-top: 41px;
}
/*蓝色条框  end*/
/*footer*/
.footer{
    width: 100%;
    background-color: #fff;
}
.footer-top{
    width: 1200px;
    margin: auto;
    padding: 32px 0;
}
.footer-items1{
    width: 560px;
}
.footer-about{
    margin: 0 36px;
}
.footer-about .footer-about-p{
    font-size: 16px;
    color: #404040;
}
.footer-about .footer-about-div{
    margin-top: 13px;
}
.footer-about .footer-about-div .footer-about-a{
    font-size: 14px;
    color: #797979;
    display: block;
    line-height: 40px;
}
.footer-about .footer-about-div .footer-about-a:hover{
    color:#5f90ff;
    text-decoration: underline;
}
.footer-items2{
    width: 370px;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    height: 186px;
}
.footer-scan{
    margin: 35px 0;
    margin-left: 66px;
}
.footer-scan .footer-scan-p1{
    font-size: 16px;
    color: #828282;
}
.footer-scan .footer-scan-p2{
    font-size: 16px;
    color: #828282;
    margin-top: 8px;
}
.footer-scan .footer-scan-div{
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-top: 15px;
}
.footer-scan .footer-scan-div img{
    width: 100%;
    height: 100%;
}
.footer-code{
    margin: 28px 0;
    margin-left: 20px;
}
.footer-code .footer-code-div{
    width: 101px;
    height: 94px;
    border: 3px solid #efefef;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
}
.footer-code .footer-code-div img{
    width: 101px;
    height: 94px;
}
.footer-items3{
    width: 268px;
    text-align: center;
}
.footer-contact{
    height: 80px;
    width: 84px;
    margin: auto;
    margin-top: 10px;
}
.footer-contact img{
    width: 84px;
    height: 80px;
}
.footer-contact-p{
    font-size: 14px;
    color: #7c7c7c;
    margin-top: 15px;
}
.footer-contact-n{
    font-size: 30px;
    color: #ff4200;
    margin-top: 6px;
}
.footer-bottom{
    border-top: 1px solid #eaeaea;
    text-align: center;
    height:91px;
    padding: 32px 0;
}
.footer-bottom .footer-bottom-p{
    font-size: 14px;
    color: #797979;
    line-height: 30px;
}
/*footer end*/
/*红包职位*/
.al-job{margin: 0 auto;width:1200px;margin-top:15px;background-color:#fff;}
.index_5 .ntit {height: 25px;padding-top: 25px;}
.index_5 .ntit .lt {width: 150px;float: left;font-size: 20px;color: #333333;}
.index_5 .jobs .jli.j1 {top: -1px;left: -1px;}
.index_5 .jobs .jli {width: 300px;height: 85px;border: 1px #EEEEEE solid;position: absolute;z-index: 1;background-color: #FFFFFF;}
.index_5 .jobs .jli .jobs_gourp {padding: 0 20px;margin-top: 10px;}
.al-job .ntit .lt{padding-left:27px;width:127px;background:url(/web/20180813163646im_/http://xsjy.org.cn/Application/Home/View/ljl/public/images/216.png) 0 4px no-repeat;}
.al-job .ntit .rt{width:500px;float:right;font-size:14px;padding-right:6px;padding-top:5px;text-align:right;}
.al-job .ntit .al-txt{padding-right:20px;color:#ff0000;}
.al-job .jobs{width:1201px;height:426px;position:relative;background-color: #fff;margin-top:35px;}
.al-job .jobs .jli .jcom_name_box{font-size:16px;padding-left:20px;line-height:21px;margin-top:15px;position:relative;}
.al-job .jobs .jli .jcom_name_box .j-n-money{position:absolute;top:1px;right:20px;font-size:12px;}
.al-job .jobs .jli .jcom_name_box .j-n-money .j-m-l{float:left;height:20px;line-height:20px;background:#5f90ff;color:#FFF;padding:0 5px;}
.al-job .jobs .jli .jcom_name_box .j-n-money .j-m-r{float:left;padding:0 5px;height:18px;line-height:18px;border:1px solid #5f90ff;background:#FFF;color:#5f90ff;}
.al-job .jobs .jli .jcom_name_box .line_substring{margin-right:5px;float:left;max-width:140px;white-space:nowrap;_white-space:normal;_width:140px;_height:21px;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;_background:transparent;color:#5f90ff;}
.al-job .jobs .jli .jobs_gourp .a_job{line-height:21px;display:block;float:left;max-width:210px;padding-right:10px;white-space:nowrap;_white-space:normal;_width:210px;_height:21px;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;_background:transparent;}
.index_5 .jobs .jli:hover{border:1px #5f90ff solid;z-index:99;background-color:#FFFCF3;filter:progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=120,strength=3);/*ie*/-moz-box-shadow:0px 0px 10px #CCCCCC;/*firefox*/-webkit-box-shadow:0px 0px 10px #CCCCCC;/*safari或chrome*/box-shadow:0px 0px 10px #CCCCCC;/*opera或ie9*/}
.index_5 .jobs .jli:hover .jname a{color:#FF5A00}
.index_5 .jobs .jli.j1{top:-1px;left:-1px;}
.index_5 .jobs .jli.j2{top:-1px;left:300px;}
.index_5 .jobs .jli.j3{top:-1px;left:600px;}
.index_5 .jobs .jli.j4{top:-1px;left:900px;}
.index_5 .jobs .jli.j5{top:85px;left:-1px;}
.index_5 .jobs .jli.j6{top:85px;left:300px;}
.index_5 .jobs .jli.j7{top:85px;left:600px;}
.index_5 .jobs .jli.j8{top:85px;left:900px;}
.index_5 .jobs .jli.j9{top:170px;left:-1px;}
.index_5 .jobs .jli.j10{top:170px;left:300px;}
.index_5 .jobs .jli.j11{top:170px;left:600px;}
.index_5 .jobs .jli.j12{top:170px;left:900px;}
.index_5 .jobs .jli.j13{top:255px;left:-1px;}
.index_5 .jobs .jli.j14{top:255px;left:300px;}
.index_5 .jobs .jli.j15{top:255px;left:600px;}
.index_5 .jobs .jli.j16{top:255px;left:900px;}
.index_5 .jobs .jli.j17{top:340px;left:-1px;}
.index_5 .jobs .jli.j18{top:340px;left:300px;}
.index_5 .jobs .jli.j19{top:340px;left:600px;}
.index_5 .jobs .jli.j20{top:340px;left:900px;}






.notice-mm .urgent-name{
    width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #343434;
}
.notice-mm .urgent-name:hover{
    color:#5f90ff;
    text-decoration: underline;
    cursor: pointer;
}
.notice-mm .urgent-zw{
    text-align: right;
    font-size: 14px;
    color: #ff5a00;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 35px;
}






































/*
     FILE ARCHIVED ON 16:36:46 Aug 13, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:26:43 Aug 24, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.483
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.015
  esindex: 0.01
  cdx.remote: 41.563
  LoadShardBlock: 84.031 (3)
  PetaboxLoader3.datanode: 147.199 (4)
  PetaboxLoader3.resolve: 101.838 (2)
  load_resource: 183.556
*/