@charset "utf-8";
/* CSS Document */

/**
 * job168网制作规范
 * 制作部门：网站设计部
 * 制作人员：huanghaishen
 * 制作时间:2016-04-08
 * 更新时间:2016-04-08
 *
 * 样式目录:* 第一部分 基础样式部分
 *     ∟reset
 *     ∟pub Class
 * 第二部分 用例样式部分
 *     ∟common Class
 * 第三部分 页面模式部分
 */

/* ☆ reset =======================================================================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size: 12px;
	line-height: 20px;
	font-family:'Microsoft YaHei';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	text-decoration: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ☆ pub Class=======================================================================================================*/
.clearfix {zoom: 1;}
.clear {clear:both;}
.red {color:red;}
.icon,.logo{background:url(../images/icon.png) no-repeat;}
.fl {float:left;}
.fr {float:right;}
.tl {text-align:left;}
.tc {text-align:center;}
.tr {text-align:right;}
/* ☆ common Class=======================================================================================================*/
#topNav {
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #ccc;
	background: url(../images/repeat3.jpg) repeat-x left top;
}

#topNavInner {
	width: 1000px;
	margin: 0 auto;
}

.topNavInnerA,.topNavInnerB {
	display: inline-block;*display: inline;*zoom:1;
}

.topNavInnerA {
	float: left;
}

.topNavInnerB {
	float: right;
	color: #444;
}

.topNavInnerB a {
	color: #444;
}

.headerLogo {
	width:1000px;
	height:60px;
	margin:0 auto;
}

.logo {
	display: block;
	width: 200px;
	height:60px;
	background-position: 0px 8px;
}

.headertel {
	display: block;
	width: 300px;
	height:60px;
	font:normal 14px/60px 'Microsoft YaHei';
	color:#333;
	text-align:right;
}

.headertel span {
	font:normal 26px/60px 'Microsoft YaHei';
	color:#f47b05;
}

.headerNav {
	height: 50px;
	margin: 0 auto;
	background: #00b38a;
}

.common-nav {
	display:block;
	width:1000px;
	margin:0 auto;
    height: 50px;
    font-size: 16px;
}

.common-nav li {
    float: left;
}

.common-nav li a {
    color: #333;
	display:block;
	height: 50px;
	padding: 0 20px;
	font:normal 16px/50px 'Microsoft YaHei';
	color: #fff;
}

.common-nav li.active a {
    color: #fff;
	background:#159c7d;
}

.searchWrap{
	margin:10px 0;
}

.search {
	width: 1000px;
	height:44px;
	position: relative;
}

.searchCond {
	position:absolute;
	left:0;
	top:0;
	width:110px;
	height:40px;
	line-height:40px;
	background-color:#fff;
	border:2px solid #00b38a;
	text-align:center;
	background-position: -500px -230px;
    font-size: 14px;
	cursor:pointer;
}

.searchCondSublist{
	display:none;
	position:absolute;
	top:40px;
	left:-2px;
	width:110px;
	background:#fff;
	border:2px solid #00b38a;
	border-top:none;
	z-index:99;
}

.searchCondSublist a{
	display:block;
	text-align:center;
	height:40px;
	font:normal 14px/40px Microsoft YaHei;
	color:#222;
}

.searchCondSublist a:hover{
	background:#eee;
}

.searchInput {
	position: absolute;
	width: 615px;
	height: 40px;
	font:normal 14px/40px Microsoft YaHei;
	border:2px solid #00b38a;
	top:0;
	left:112px;
	padding:0 20px;
}

.searchBtn {
	position: absolute;
	display: block;
	width: 120px;
	height: 44px;
	color: #fff;
	text-align: center;
	background-color: #00b38a;
	border: none;
	left: 770px;
	top: 0;
	font:normal 16px/44px 'Microsoft YaHei';
	background-position:-552px 12px;
	text-indent:30px;
	cursor:pointer;
}

.searchMore {
	display:block;
	float: right;
	width:110px;
	height:40px;
	text-align:center;
	color: #00b38a;
	font:normal 14px/40px 'Microsoft YaHei';
}

.hotsearch {
	padding:10px 0 0 0;
}

.hotsearch span {
	color:#909090;
}

.hotsearch a {
	color:#777777;
	margin:0 10px 0 0;
}

.hotsearch a:hover {
	color:#00b38a;
}

.pageBox {
    clear: both;
    height: 28px;
    padding: 25px 0;
    text-align: center;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix::after {
    clear: both;
    overflow: hidden;
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.pageLink li {
    display: inline;
    margin: 0 3px;
}


.pageLink li a:hover, .pageLink a.linkOn {
    background-position: 0 -34px;
    color: #ffffff;
    text-decoration: none;
}
.pageLink li a {
    background-position: 0 0;
    color: #707070;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 24px;
    padding-left: 8px;
    vertical-align: top;
}
.pageLink li a, .pageLink li a span {
    background-image: url("../images/bg_btn.png");
    background-repeat: no-repeat;
}

.pagelabel input {
    height: 15px;
    text-align: center;
    width: 25px;
}

.userAction {
	width: 200px;
	float: right;
	text-align: right;
}

.userLogin,.userReg {
	width: 52px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 32px;
	color: #535353;
	margin: 20px 0 0 0;
	display: inline-block;*display: inline;*zoom:1;
}

.userLogin {
	background-position: -569px -50px;
	margin: 0 15px 0 0;
}

.userReg {
	background-position: -569px -93px;
}

.nav {
	height: 50px;
	background: #00b38a;
}

.navInner {
	width: 1000px;
	margin: 0 auto;
}

.navInner a {
	display: inline-block;*display: inline;*zoom:1;
	height: 50px;
	font: bold 14px/50px 'Microsoft YaHei';
	color: #fff;
	text-align: center;
	padding: 0 20px;
	float: left;
}

.navInner a:hover,.navInner a.curr {
	background: #9ac039;
}

.loginAreaWrap {
	position: absolute;
    width: 250px;
    height: auto;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 250px;
}

.loginArea {
	width: 250px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.loginBox {
	background: #fff;
}

.loginBox p {
	font: bold 14px/32px 'Microsoft YaHei';
	color: #333;
}

.loginBox p.regtip {
	font: normal 12px/32px 'Microsoft YaHei';
	color: #333;
}

.loginBox p.regtip a {
	font: bold 14px/32px 'Microsoft YaHei';
	color: #00b38a;
}

.loginAreaWrap{height: auto;}

.cloginInput {
	width: 95%;
	display: block;
	border-radius: 2px;
	border: 1px solid #cecece;
	background: #fff;
	padding: 5px;
	height: 22px;
	line-height: 22px;
	margin: 0 0 15px 0;
}

.cloginCodeInput {
	width: 50%;
	display: block;
	border-radius: 2px;
	border: 1px solid #cecece;
	background: #fff;
	padding: 5px;
	height: 22px;
	line-height: 22px;
	margin: 0 0 15px 0;
	float: left;
}

.cLoginTip {
	color: #555;
}

.cLoginTip a {
	color: #4368ae;
	width: 100px;
	text-align:right;
	display: inline-block;*display: inline;*zoom:1;
}

.cLoginTip label {
	width: 100px;
	display: inline-block;*display: inline;*zoom:1;
}

.cLoginTip input {
	vertical-align: bottom;
}

.cLoginBoxBtn {
	width: 100%;
	display: block;
	border: none;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	float:left;
	vertical-align: middle;
	background: #00b38a;
	color: #fff;
}

.mainContWrap {
	background: #f7fbf4;
}

.mainCont {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}

.mainContSchool {
	width: 1020px;
	margin: 0 auto;
	padding: 10px;
	position:relative;
}

.footer {
	background:#f7fbf4;
	width: 100%;
	text-align: center;
	line-height: 24px;
	color: #696969;
}

.cbottomNav {
	border-top: 5px solid #00b38a;
	margin:0 auto;
	padding: 15px 0 0 0;
}

.footer a {
	color: #696969;
}
.indexWrap{width:1000px;margin:0 auto;}
.index_ico{background-image:url(/images/2017/index_icon.gif);background-repeat:no-repeat;}
.ifooter{background:#fff;border-top:1px solid #ebebeb;padding:26px 0 0 0;}
.ifooter .ifooterInner{width:1152px;margin:0 auto;padding:0 30px;color:#6b6b6b;}
.ifooter .ifooterInner a{color:#6b6b6b;}
.ifooter .ifooterInner .icontact{width:400px;float:left;margin:0 40px 0 50px;border-right: 1px dashed #c3c3c3;}
.ifooter .ifooterInner .icontact .title{width:66px;height:85px;float:left;background-position:-175px -371px;margin:10px 0 0 0;}
.ifooter .ifooterInner .icontact .cont{line-height:26px;font-size:14px;margin:0 0 0 20px;float:left;}
.ifooter .ifooterInner .icontact .cont h1{font-size:18px;color:#ff9900;margin:0;padding:0;}
.ifooter .ifooterInner .nav{width:80px;float:left;font-size:12px;margin:0 20px 0 0;background:#fff;}
.ifooter .ifooterInner .nav span{font-weight:bold;display:block;line-height:32px;}
.ifooter .ifooterInner .nav a{display:block;line-height:24px;}
.ifooter .ifooterInner .qrcodes{float:left;margin:0 30px 0 0;text-align:center;width:120px;}
.ifooter .ifooterInner .firstqrcode{margin:0 30px 0 100px;}
.ifooter .ifooterInner .qrcodes .img{width:100px;height:100px;border:1px solid #ccc;margin:0 auto;}
.ifooter .ifooterInner .qrcodes .text{line-height:22px;font-size:12px;border:none;}
.ifooter .ifooterInner .qrcodes .wx{background-position:-60px -366px;}
.ifooter .ifooterInner .qrcodes .zdqz{background-position:-61px -270px;}
.ifooter .ifooterInner .qrcodes .zdzp{background-position:-155px -270px;}
.ifooter .ifooterInner .copyright{text-align:center;line-height:26px;padding:20px 0 0 0;font-size:14px;}
.header_min{background:#fafafa;height:30px;line-height:30px;color:#9c9c9c;width:100%;font-size:12px;}
.header_min a{color:#fff;}
.header_min .header_left{float:left;text-align:left;width:40%;}
.header_min .header_right{float: right;text-align: right;width: 50%;}
.header_min .header_right .hellowname{color:#b8e0ff;-o-text-overflow: ellipsis;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display:inline-block;*display:inline;*zoom:1;max-width:380px;vertical-align:top;_vertical-align: middle;*vertical-align: middle;}
.header_min .header_right .bell{color:#fff;display:inline-block;*display:inline;*zoom:1;height:17px;line-height:17px;margin:0 15px 0 0;}
.header_min .header_right .bell i{display:inline-block;*display:inline;*zoom:1;width:18px;height:17px;vertical-align:middle;background:url(/images/common/hhs_sprit.png) no-repeat 0 -77px;}
/* ☆ 页面模式部分=======================================================================================================*/
.contBlock {
	margin: 0 0 15px 0;
}

.contBlockyx{margin: 0;}

.contBlock .title {
	border-left: 4px solid #3e63b3;
	padding: 0 0 0 5px;
	font: normal 16px/18px 'Microsoft YaHei';
	height: 18px;
	color: #424242;
}


.contBlock .title a {
	display: inline-block;*display: inline;*zoom:1;
	float:right;
	font-size:12px;
	color: #555;
}

.contBlock .subMenu {
	font-size: 12px;
	display: inline-block;*display: inline;*zoom:1;
	padding: 0 0 0 10px;
}

.contBlock .subMenu a {
	color: #444;
}

.contBlock .subMenu a.curr {
	color: #3f63b1;
	font-weight:bold;
}

.contBlock .subTitle {
	width: 100%;
	font-size: 12px;
	display: inline-block;*display: inline;*zoom:1;
}

.contBlock .subTitle a {
	color: #656565;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 0;
	display: inline-block;*display: inline;*zoom:1;
	width: 100%;
}

.subee {
	color: #656565;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 0;
	display: inline-block;*display: inline;*zoom:1;
	width: 100%;
}

.subee a{color:#656565;}
.subee a.more{color:#888;font-weight:normal;}

.contBlock .list {
	margin: 10px 0 0 0;
}

.dlquer1 dl,.dlquer3 dl,.dlquer3s dl,.dlquer2 dl,.dlquer25 dl {
	padding: 0 0 0 10px;
	margin: 3px 0;
	float: left;
	background: url(../images/icon.png) no-repeat;
	background-position: 0 -97px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.dlquer1{padding:2%;width:96%;}

.dlquer1 dl {
	width: 100%;
	padding: 2px 0;
}

.dlquer1 dl {
	font-size: 14px;
}

.dlquer3 dl {
	width: 29%;
}

.dlquer4 {
	width: 48%;
}

.dlquer25 dl {
	width:24%;
}

.dlquer4  dl {
	margin: 0 0 5px 0;
}

.dlquer4 .linkc1,.dlquer1 .linkc1 {
	display: inline-block;*display: inline;*zoom:1;
	float:left;
	width: 374px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.dlquer4 .linkc2,.dlquer1 .linkc2 {
	display: inline-block;*display: inline;*zoom:1;
	float:right;
	width: 80px;
}

.dlquer4 {
	width: 48%;
}

.dlquer4  dl,.dlquer5  dl {
	margin: 0 0 5px 0;
}

.dlquer5 {
	width: 30%;
}

.dlquer6 {
	width: auto;
}

.dlquer5 .linkc1 {
	display: inline-block;*display: inline;*zoom:1;
	float:left;
	width: 200px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.dlquer5 .linkc2 {
	display: inline-block;*display: inline;*zoom:1;
	float:right;
	width: 70px;
}

.dlquer2 dl {
	width: 45%;
	margin: 3px 20px 3px 0;
}

.dlquer3s dl {
	width: 20%;
	margin: 3px 80px 3px 0;
}

.linkc1,.linkc2,.linkc4,.linkc6,.linkc7 {
	display: inline-block;*display: inline;*zoom:1;
}

.linkc1 {
	color: #1a4091;
}

.linkc1:hover {
	text-decoration: underline;
}

.linkc2 {
	color: #525252;
	margin: 0 0 0 10px;
}

.linkc3 {
	color: #222;
}

.linkc4 {
	color: #f60;
	font-weight: bold;
	float: right;
}

.linkc5 {
	color: #1a4091;
	float: left;
	display: inline-block;*display: inline;*zoom:1;
}

.linkc6 {
	float: left;
	color: #424242;
}

.linkc7 {
	float: right;
	color: #9c9c9c;
}

.Orange {
    color: #FA6E0F;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.pschoool {
	width: 100%;
}

.pschoool td,.pschoool th {
	padding: 5px;
	text-align: center;
}

.schooljyl {
	color: #f60;
}

a.abtn{display:block;height:120px;width:46px;overflow:hidden; position:absolute;z-index: 998;top: 0;border:1px solid #ccc;background-color:#fff;}
a.aleft{float:left;left: 0;background-position: 10px -145px;}
a.agrayleft{cursor:default;left:0;background-position: 10px -267px;}
a.aright{float:right;right: 0;background-position: -80px -145px;}
a.agrayright{cursor:default;right: 0;background-position: -80px -267px;}
.scrolllist{width:100%;height:122px;margin:0 auto 15px auto; position:relative;}
.scrolllist .imglist_w{width:912px;height:122px;overflow:hidden; position:absolute;top: 0;left: 44px;z-index: 997;/*必要元素*/}
.scrolllist .imglist_w ul{width:30000px;position:absolute;left:0px;top:0px;}
.scrolllist .imglist_w li{width:150px;float:left;margin:0;border:1px solid #ccc;border-right:none;}
.scrolllist .imglist_w li a{color:#3366cc;text-decoration:none;float:left;}
.scrolllist .imglist_w li  img{width:150px;height:120px;}
.scrolllist .imglist_w li a:hover img{filter:alpha(opacity=86);-moz-opacity:0.86;opacity:0.86;}

.zphMain {
	position: relative;
	overflow: hidden;
	margin: 10px 0 0 0;
	border: 1px solid #ddd;
}

.zphMainInner {
	width: 1005px;
	position: absolute;
	left: 0;
	top: 0;
}

.zphMainInner .zhpone {
	display: block;
	width: 314px;
	padding: 0 10px;
	height: 85px;
	float: left;
	border-right: 1px solid #ccc;
	position: relative;
}

.zphMainInner .zhpone span{cursor:pointer;}

.zphNo {
	width: 40px;
	height: 85px;
	float: left;
	font: bold 40px/85px 'Microsoft YaHei';
	color: #9bbf39;
}

.zphwhere {
	float: left;
}

.zphwhere {
	width: 270px;
	font-size:14px;
	font-weight:bold;
	margin: 10px 0 0 0;	
	line-height: 24px;
}

.zphwhere  a{color: #404040;}

.joinbtn {
	display: inline-block;
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #169bd5;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    border-radius: 4px;
}

.joinbtn .num {
	display: inline-block;*display: inline;*zoom:1;
	position: absolute;
	top: -15px;
	right: -10px;
	padding: 2px 6px;
	line-height: 16px;
	text-align: center;
	background: #169bd5;
	border: 1px solid #a7ddf4;
	color: #fff;
	font-size: 12px;
}

.zphDate {color: #3e63b4;}

.jobfairlist {padding-bottom:15px;}
.jobfairlist .listtit{color:#7f7f7f;font-weight:bold;font-size:14px;height:39px;}
.jobfairlist .list{border-bottom:1px dashed #cccccc;color:#7f7f7f;height:39px;line-height:39px;overflow:hidden;}
.jobfairlist .list a.zname{color:#333;}
.jobfairlist .list img{width:12px;height:18px;vertical-align:middle;margin-left:15px;}

.schoolpic{width:710px;height:250px;background:#fff;position:absolute;top:25px;left:50%;margin:0 0 0 -510px;}
.slideView1 {overflow:hidden;position:relative;left:0px;}
.slideView1 .slideMain p img {width:710px; height:250px}
.slideView1 .slideMain {margin: 0px;padding: 0px;position: relative;left: 0px;top: 0px;}
.slideView1 .slideMain p {float:left}
.slideView1 .slideTab {position:absolute;bottom: 3px;height: 11px;overflow: hidden;position: absolute;right: 4px;z-index: 1;}
.slideView1 .slideTab a {float:left; width: 13px; border:none;height: 9px; text-align:center; background:url(/images/icons.png) no-repeat 0 0; cursor:pointer;}
.slideView1 .slideTab a:hover, .slideView1 .slideTab a.current {background:url(/images/icons.png) no-repeat 0 -69px;_background:url(/images/icons.png) no-repeat 0 -68px;}

.schoolLogo {
	position: relative;
	overflow: hidden;
	height: 134px;
}

.schoolLogoInner {
	width: 1025px;
	position:absolute;
	left: 0;
	top: 0;
}

.schoolLogoInner a {
	display: block;
	float: left;
	width: 240px;
	height: 60px;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
}

.profileInfo {
	color: #333;
}

.profileLitT {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	font: bold 16px/20px 'Microsoft YaHei';
}

.profileInfo span.zphuername {
	font: normal 18px/20px 'Microsoft YaHei';
}

.profileLit {
	width: 48%;
	display: inline-block;*display: inline;*zoom:1;
	float: left;
	margin: 10px 0;
	line-height: 24px;
}

.profileLit a {
	color: #444;
	font: normal 12px/20px 'Microsoft YaHei';
}

.profileCtl {
	width: 100%;
	margin: 20px 0 0 0;
}

.profileCtl a {
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	font: normal 12px/30px 'Microsoft YaHei';
}

.profileCtl1 {
	background: #00b38a;
	color: #fff;
}

.profileCtl2 {
	background: #fff;
	color: #f60;
	border: 1px solid #00b38a;
}

.shcoolIndex_1 {
	
}

.shcoolNews{width: 350px;float:left;height:262px;}

.shcoolAbout {
	width: 375px;
	height:262px;
	float: left;
	border-left:none;
}
.schoolimg {
	display:block;
	width:100px;
	height:100px;
	float: right;
	margin: 0 0 0 10px;
	padding: 5px;
	border: 1px solid #ccc;
}

.shcoolevent {
	margin: 0;
}

.shcoolpeople {
	width: 290px;
	height:262px;
	float: left;
}

ul.shcoolevent li a {
	padding:5px 0;
    display: block;
    width: 100%;
    height: 130px;
	border-bottom:1px dotted #ccc;
}

#position {
    overflow: hidden;
    font-family: Microsoft YaHei;
    line-height: 30px;
}

#position a {color:#222;}

.sp {
    width: 200px;
    height: 130px;
    overflow: hidden;
}

.sp-txt {
    width: 745px;
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 15px;
}

.sp-txt h2 {
    font-size: 20px;
    color: #333;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-bottom: 8px;
    overflow: hidden;
	font-family: 'Microsoft YaHei';
}

.sp-txt .txt {
    width: 100%;
    color: #666;
}

.sp-txt .txt span img {
	vertical-align: middle;
}

.sp-txt .txt p {
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
}

.cloginBox {
	position: absolute;
	width: 250px;
	height: 210px;
	padding: 20px;
	background: #fff;
	right: 0;
	top: 25px;
	z-index: 33;
}

.cloginBox,.cloginBox a {
	color: #333;
}

.profileInfo {
	display: inline-block;
	padding: 0 0 0 10px;
	line-height: 22px;
	color: #666;
	
}

.profileInfo p span {
	display: inline-block;
	width: 150px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;		  
	overflow: hidden;
	white-space: nowrap;
}

.avatar {
	width: 90px;
	height: 90px;
}

.moneys {
	color: #666;
    display: block;
    padding: 15px 0 15px 0;
}

.profileNav {
	margin: 10px 0;
}

.resumeCtl {
	display: block;
    width: 118px;
    float: left;
    border-right: 1px solid #ccc;
    height: 50px;
    line-height: 26px;
    margin: 0 0 5px 0;
    padding: 3px;
    text-decoration: none;
    text-align: center;
    color: #000;
}

.resumeCtl b {
	display: block;
    font-family: 'Arial';
    font-size: 28px;
    color: #f60;
}

a.enterUser {
		display: inline-block;
		text-align: center;
		width: 148px;
		height: 30px;
		line-height: 30px;
		margin: 0 auto;
		background-color: #0180cf;
		font-size: 14px;
		color: #fff;
		border-radius: 3px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;transition: all .3s;
}

a.exitUser {display: block;text-align: center;width: 148px;height: 30px;line-height: 30px;margin: 5px auto 0 auto;background-color:#ff4f4f;font-size: 14px;color: #fff;border-radius: 3px;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;
}

.newDetailL{width:220px;border:1px solid #ddd;float:left;background:#fff;}
.newDetailR{width:730px;border:1px solid #ddd;float:right;padding:20px;margin:0 0 10px 0;background:#fff;}
.newsClassR{width:770px;border:1px solid #ddd;float:right;margin:0 0 10px 0;background:#fff;}
.newsClassC{border:1px solid #ddd;margin:0 0 10px 0;background:#fff;}
.newDetailR2{width:730px;padding:20px;margin:0 0 10px 0;}
.newDetailImg{float:right;}
.newDetailImg a{display:block;width:240px;height:60px;border:1px solid #ddd;float:left;margin:0 8px 10px 0;}
.zx_show_cont_h1{font-size:24px;font-weight:normal;line-height: 35px;color:#14171b;text-align:center;font-family:'Microsoft YaHei';color:#333;}
.newshot{padding:10px 10px 0 5px;border-bottom:1px solid #ddd;margin:0;}
.hotnewsList a{display:block;height:22px;line-height:22px;padding:5px 0;width:94%;-o-text-overflow: ellipsis;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;color: #1a4091;}
.zphItem {border-bottom:1px dotted #ddd;margin:10px 0 0 0;padding:0 0 10px 0;}
.zphItem a{color: #3e63b3;font-size:12px;font-weight:bold;}
.zx_main_source{height:55px; line-height:55px; border-bottom:1px dotted #e1e1e1; text-align:center}
.zx_main_source_r{margin-left:15px;}
.zx_main_source ul li{color:#282b2d; padding-right:27px; float:left;}
.zx_main_source em{color:#999;font-style:normal;}
.zx_main_source span{display:inline-block; }
.zx_main_source ul .sour_share{_padding-top:18px;}
.zx_main_source ul .sour_share em{}
.zx_main_source ul .sour_share span{float:left;}
.zx_main_source a{ color:#1369c0;}
.zx_main_source a:hover{color:#CD0200;}
.zx_art_content{ font-size:14px;color:#666; line-height:30px; padding-top:20px;}

.txtScroll-top{overflow:hidden; position:relative;}
.txtScroll-top .hd{height:30px;line-height:30px;font-weight:bold;color:#3e63b3;}
.txtScroll-top .hd .left{float:left;width:190px;}
.txtScroll-top .hd .right{float:right;width:60px;text-align:center;}
.txtScroll-top .bd{height:218px;}
.txtScroll-top .infoList li{height:30px; line-height:30px;}
.txtScroll-top .infoList li a{color:#555;}
.txtScroll-top .infoList li .date{float:right; color:#666;text-align:center;width:60px;}

.newsClass{padding:5px;color:#333;font-size:14px;border-bottom:1px solid #ddd;line-height:24px;font-weight:bold;background:#fff;}

.page {
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	text-align: center;
}

.page a {
	display: inline-block;*display: inline;*zoom:1;
	padding: 4px 12px;
	border: 1px solid #d2d2d2;
	color: #474747;
	margin: 0 0 5px 0;
}

.page a:hover,.page a.curr {
	background: #1178c3;
	color: #fff;
}

.tdlist {
    border-bottom: 1px dashed #cccccc;
    color: #7f7f7f;
    line-height: 22px;
    overflow: hidden;
	padding:3px;
}

.vm{vertical-align:middle}

.tdlist a{color:#3e63b3;}

.listtit {
    color: #7f7f7f;
    font-weight: bold;
    font-size: 14px;
    height: 39px;
	line-height: 39px;
    border-bottom: 1px solid #ededed;
	background:#eee;
	padding:3px;
}

.imgItem {margin:5px 0;}

.hiretable{margin:0 0 10px 0;}
.hiretable th{ height:31px; line-height:31px; font-size:14px; font-weight:bold; text-align:center; background:#eee;padding:5px;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.hiretable td{ border-bottom:1px solid #CDD0D7; line-height:1.2em;height:30px; text-align:center; vertical-align:middle; font-size:12px; color:#5E5E5E;padding:5px;}
#fanye{ width:auto; height:25px; float:right; font-size:12px; line-height:2em; margin-top:10px; margin-right:10px; display:inline; padding-bottom:20px;}
.borderright {border-right: 1px solid #CDD0D7;}
#fanye a{display:block; float:left; text-decoration:none; color:#000; font-size:12px;}
#fanye a:hover{text-decoration:underline; color:#900;}

.comWrap{background:#fff;width:100%;}
.comClass{background:#f5f5f5;padding:10px;display: inline-block;*display: inline;*zoom:1;width: 980px;}
.comClass b{font-size:14px;display: inline-block;*display: inline;*zoom:1;}
.comClass span{padding:0 0 0 15px;display: inline-block;*display: inline;*zoom:1;}

.detailmain{ width:100%; margin-top:9px;}
.leftsidebar{ width:200px; border:1px solid #C9C9C9; float:left; padding-bottom:25px;margin:0 0 0 10px;}
.leftsidebar p{ height:32px; width:100%; border-bottom:1px solid #C9C9C9; font-size:14px; text-indent:14px; line-height:32px; color:#1E52A6; font-weight:bold; background:url(../images/repeat3.jpg) repeat-x 0 0;}
.leftsidebar p a{ color:#1e52a6;}
.leftsidebar ul{ padding:10px 0 0 13px; color:#335390; line-height:1.5em;}
.leftsidebar ul a{ font-size:12px; color:#335390; display:list-item; font-weight:normal;}
.leftsidebar ul a:hover{ color:#ff6803;}
.leftsidebar ul li{ list-style-type:square; font-size:12px; font-weight:bold;} 
.rightcontent{ width:780px; float:right;}
.boxpos{ width:94%; margin:0 auto;}
.postitle{ width:400px; height:35px; line-height:35px; font-size:14px; font-weight:bold; color:#ff6803;}
.subpostitle{ width:100%; border-top:1px dashed #D1D1D1; padding-top:12px; height:23px; line-height:24px; font-weight:bold; padding-bottom:23px; background:url(../images/title3.jpg) no-repeat 0 12px; text-indent:5px; color:white; }
.subpostitle2{ width:100%; padding-top:12px; height:23px; line-height:24px; font-weight:bold; padding-bottom:15px; background:url(../images/title3.jpg) no-repeat 0 12px; text-indent:5px; color:white; font-size:12px; }
.poscontent{ padding-left:15px;  padding-bottom:20px; line-height:2em; font-size:12px;}

.poscontent p{ width:49%; float:left; font-size:12px; line-height:20px;}

.appbtn{width:80px; height:30px;line-height:30px;float:right;margin-top:-35px; font-size:14px; font-weight:bold;background: #f60;    text-align: center;}
.appbtn a{color:#fff;}

.rollImg{
	position: absolute;
    width: 736px;
    height: 236px;
    left: 0;
    top: 10px;
    background: #fff;
}

#slideView1 {
	overflow:hidden;
	position:relative;
	left:0px;
	/*z-index:-1;*/
}
#slideView1 .slideMain p img {
	width:736px; height:236px
}
#slideView1 .slideMain {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
#slideView1 .slideMain p {
	float:left
}
#slideView1 .slideTab {
	position:absolute;
	bottom: 3px;
    height: 11px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    z-index: 1;
}
#slideView1 .slideTab a {
	float:left; width: 13px; border:none;height: 9px; text-align:center; background:url(http://www.job168.com/images/icons.png) no-repeat 0 0; cursor:pointer; 
}
#slideView1 .slideTab a:hover, .slideView1 .slideTab a.current {
	background:url(http://www.job168.com/images/icons.png) no-repeat 0 -69px;
	_background:url(http://www.job168.com/images/icons.png) no-repeat 0 -68px;
}

.zph_det_tit {
    line-height: 40px;
    padding-bottom: 5px;
}

.zphcont {background:#fff;}

.zph_det_tit h1 {
    font-family: "Microsoft YaHei";
    font-size: 20px;
	color:#138c6b;
}

.jlbtext{
	background:#f7f7f7;
	padding:10px 50px;
	font-family: "Microsoft YaHei";
    font-size: 14px;
	line-height:250%;
}

.fairs_introduction_h1 {
    height: 30px;
	margin:15px 0 0 0;
    background: #f7f7f7;
    padding-top: 10px;
    position: relative;
}

.fairs_introduction_h1 span {
    display: inline-block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    padding-left: 16px;
    padding-right: 20px;
    position: absolute;
    left: 0px;
    border-left: 4px solid #00b38a;
    height: 22px;
    line-height: 22px;
}

.fairs_introduction_p {
    font-size: 14px;
    line-height: 25px;
    color: #282828;
    padding: 20px 0px;
}

.fairs_introduction_p strong {
	color:#2c81d6;
}
.kctable{border:none;width:80%;margin:0 auto;}
.kctable td,.kctable th{border-right:5px solid #fff;border-bottom:5px solid #fff;padding:5px;line-height:20px;font-size:14px;}
.kctable th{background:#56b02c;color:#fff;}
.kctable td{background:#c7f9ee;}
.kctable td a{color:#000;}
.kctable td.tcvm{text-align:center;vertical-align:middle;}
.kctable tr.bgs{background:#f1f1f1;}

.chatform {
	width: 600px;
	padding:30px 0;
	margin: 0 auto;
	font-size:14px;
	font-family:'Microsoft YaHei';
}

.chatform table {
	width:400px;
	margin: 0 auto;
}

.chatform table td {
	padding: 5px 0;
}

.chatInput {
	border: 1px solid #ccc;
	padding: 5px;
	width: 300px;
}

.chatbutton {
	width: 100%;
    min-width: 100px;
    padding: 10px;
    font-size: 100%;
    font-family: 'Roboto',Verdana,Arial,sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	background: #18a6df;
	border: none;
}

.jlbimg{background:#ebf4fb;padding:3px;border:1px solid #d4e2ed;margin:0 0 1.8em 0;display:block;}
.xqtitle2{width:1000px;height:681px;background:url(../images/xqtitle2.jpg) no-repeat center top;position:relative;}
.xqtitle2_text{position:absolute;left:240px;line-height:22px;font-size:14px;color:#666;}

.searchBtnzx{
    display: block;
    width: 120px;
    height: 44px;
	margin:0 auto;
    color: #fff;
    text-align: center;
    background-color: #00b38a;
    border: none;
    font: normal 16px/44px 'Microsoft YaHei';
    background-position: -552px 12px;
    cursor: pointer;
}

.othermore{
	display: inline-block;
    float: right;
    color: #fff;
    background: #00b38a;
    padding: 0 8px;
    font-weight: normal;
}

.newsClass span{
	float:right;
}

.zphdt{
    line-height: 40px;
    padding-bottom: 5px;
	font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #525252;
    font-weight: normal;
	background:#fff;
	padding:0 20px;
	margin:0 0 10px 0;
	text-align: center;
}

.schoolbanner{height:300px;background-position:center center;background-repeat:no-repeat;position:relative;}
.sintro{width:700px;height:185px;line-height:24px;float:left;font-size:14px;}
.sintro a{color:#f00;}
.sthum{float:left;margin:0 10px 0 0;}
.szylist{width:300px;height:185px;float:right;overflow:hidden;}
.szylist .indexBoxCont{padding:0;}
.CTable{width:100% !important;background:#FFF;clear:both; border-spacing:0; border-collapse:collapse;}
.CTable td{text-align:center;font-size:14px;padding:2px 0;}
.yun_news{width:100%;}
.yun_news li{width:48%;line-height:23px; float:left;margin:0 10px 0 0;}
.yun_news li a{width:300px; display:block;height:28px; line-height:28px; overflow:hidden; float:left; font-size:14px; background:url(http://www.hr135.com/app/template/default/images/n_icon.jpg) no-repeat 5px 12px; padding-left:13px;color: #505050;}
.yun_news li em{ float:right;color:#a19c9c;font-style: normal;}
.sadlist a{display:block;margin:0 0 15px 0;}
.sintroLong{font-size:14px;line-height:200%;}
.snewDetail{border: 1px solid #ddd;padding: 20px;margin: 0 0 10px 0;background: #fff;}
.xjlist{width:690px;float:left;background:#fff;}
.xjguide{width:315px;float:right;}
.xjlist .listwrap{padding:15px 20px 5px 20px;float:left;width:650px;}
.xjlist .listwrap dl{width:100%;float:left;border-bottom:1px dashed #ccc;position:relative;padding:0 0 10px 0;margin:0 0 10px 0;}
.xjlist .listwrap dl dt{float:left;width:94px;border:1px solid #cfcfcf;text-align:center;}
.xjlist .listwrap dl dt .yearmonth{float:left;width:100%;background:#00b38a;color:#fff;font-size:14px;height:34px;line-height:34px;}
.xjlist .listwrap dl .disable .yearmonth{background:#b5b5b5;}
.xjlist .listwrap dl dt .day{float:left;width:100%;height:60px;line-height:60px;font-size:54px;}
.xjlist .listwrap dl .name,.xjlist .listwrap dl .time,.xjlist .listwrap dl .addr{float:left;width:544px;line-height:150%;margin:0 0 0 10px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.xjlist .listwrap dl .name{font-size:18px;color:#555555;}
.xjlist .listwrap dl .name b{color:#333333;}
.xjlist .listwrap dl .time,.xjlist .listwrap dl .addr{color:#999999;font-size:14px;margin:10px 0 0 10px;}
.xjlist .listwrap dl .time img,.xjlist .listwrap dl .addr img{vertical-align:sub;}
.xjlist .listwrap dl .fav a{display:block;position:absolute;width:90px;height:30px;line-height:30px;right:0;top:20px;border-radius:200px;font-size:14px;text-indent:30px;background-image:url(../images/heart.png);background-repeat:no-repeat;background-position:10px center;background-color:#ff7200;color:#fff;border:1px solid #ff7200;}
.xjlist .listwrap dl .faved a{background-color:#fff;color:#ff7200;background-image:url(../images/heart_2.png);}
.xjlist .listwrap dl .disable a{background-color:#b5b5b5;border:1px solid #b5b5b5;}
.xjlist .xpageWrap{float:left;width:100%;text-align:center;margin:0 0 15px 0;}
.xjlist .xpage li {display:inline-block;*display:inline;*zoom:1;margin:0 3px;}
.xjlist .xpage li a{display:inline-block;*display:inline;*zoom:1;font-size:14px;height:34px;line-height:34px;padding:0 15px;border:1px solid #00b38a;color:#00b38a;}
.xjlist .xpage li a:hover {text-decoration: none;background:#e1f7f2;}
.xjlist .xpage li a.linkOn {background:#00b38a;color:#fff;}
.xjccalendar{padding:17px 0;background:#fff;}
.xjccalendar .calendar-title{width:282px;height:40px;line-height:40px;text-align:center;background:#00b38a;position:relative;margin:0 auto;}
.xjccalendar .calendar-title .month{width:100%;font-size:16px;color:#ffffff;font-size:16px;}
.xjccalendar .calendar-title .last,.xjccalendar .calendar-title .next{width:40px;height:40px;position:absolute;top:0;cursor:pointer;background-repeat:no-repeat;background-position:center center;}
.xjccalendar .calendar-title .last{background-image:url(../images/arrow_left.png);left:0;}
.xjccalendar .calendar-title .next{background-image:url(../images/arrow_right.png);right:0;}
.calendar-table{border:1px solid #cfcfcf;border-top:none;margin:0 auto;width:282px;}
.calendar-table th,.calendar-table td{width:40px;height:40px;text-align:center;font-size:14px;margin:0;padding:0;color:#666666;}
.calendar-table .date,.calendar-table .header-inner{display:block;cursor:pointer;border-radius:200px;border:1px solid transparent;width:30px;height:30px;line-height:30px;margin:5px auto 0 auto;}
.calendar-table .has{border:1px solid #00b38a;}
.calendar-table .last,.calendar-table .next{color:#999999;}
.xjclc{background:#fff;padding:15px;margin:15px 0 0 0;}
.xjclc .title{height:30px;line-height:30px;text-align:center;font-size:18px;font-weight:bold;color:#00b38a;margin:0 0 15px 0;}
.xjclc .title img{vertical-align:sub;}
.xjclc .lcwrap{width:232px;padding:0 0 0 30px;border-left:1px dashed #00b38a;position:relative;margin:0 auto;}
.xjclc .lcwrap .block{position:relative;margin:0 0 15px 0;}
.xjclc .lcwrap .block .no{width:30px;position:absolute;left:-45px;top:0;}
.xjclc .lcwrap .block .no img{width:100%;}
.xjclc .lcwrap .block .tit{font-size:16px;color:#333333;font-weight:bold;margin:0 0 10px 0;line-height:150%;}
.xjclc .lcwrap .block .info{font-size:14px;color:#999999;line-height:200%;}
.xjhzwrap{background:#fff;padding:20px 30px;}
.xjhzwrap .block{display:none;}
.xjhzwrap .infotxt{font-size:14px;line-height:200%;color:#333333;}
.xjhzwrap .zxbtn{display:block;width:160px;height:42px;line-height:42px;background:#00b38a;color:#ffffff;text-align:center;font-weight:bold;font-size:18px;border-radius:4px;margin:10px auto 0 auto;}
.xjhzwrap .commtitle{height:50px;position:relative;margin:15px 0 0 0;}
.xjhzwrap .commtitle .mline{width:520px;height:1px;background:#e5e5e5;position:absolute;left:50%;top:50%;margin:0 0 0 -260px;z-index:88}
.xjhzwrap .commtitle .txtouter{position:absolute;width:300px;top:0;left:50%;z-index:99;margin:0 0 0 -150px;}
.xjhzwrap .commtitle .txtouter .txt{width:160px;text-align:center;line-height:50px;background:#fff;color:#00b38a;font-size:26px;font-weight:bold;margin:0 auto;}
.xjhzwrap .pqtable{width:934px;margin:0 auto;}
.xjhzwrap .pqtable_t{width:934px;margin:15px auto 0 auto;}
.xjhzwrap .pqtable_t th,.xjhzwrap .pqtable td{height:48px;line-height:48px;padding:0 5px;}
.xjhzwrap .pqtable_t {border:1px solid #00b38a;}
.xjhzwrap .pqtable_t th{border-right:1px solid #00b38a;border-bottom:1px solid #00b38a;background:#00b38a;color:#fff;font-size:18px;}
.xjhzwrap .pqtable_t td.tdlist{height:48px;line-height:48px;}
.xjhzwrap .pqtable {border-left:1px solid #e2e2e2;border-top:1px solid #e2e2e2;}
.xjhzwrap .pqtable td{border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;color:#333333;font-size:14px;}
.xjhzwrap .pqtable td .addr{color:#999999;}
.xjhzcpwrap{position:relative;}
.xjhzcpwrap .box{width:33.33%;float:left;height:134px;margin:15px 0 0 0;}
.xjhzcpwrap .box .img{width:40px;height:40px;margin:0 auto;}
.xjhzcpwrap .box .info{line-height:150%;font-size:14px;color:#666666;text-align:center;}
.xjhzcpwrap .box .info h1{font-size:16px;color:#333333;margin:15px 0;}
.cpbj_t{width:958px;height:40px;line-height:40px;text-align:center;background:#e0fff8;font-size:20px;color:#333333;margin:15px auto 0 auto;}
.cpbj_info{width:958px;height:40px;line-height:40px;text-align:center;border:1px dashed #ddd;border-top:0;margin:0 auto;}
.cpbj_info .cptd{display:inline-block;*display:inline;*zoom:1;font-size:16px;color:#333333;padding:0 0 0 25px;background:url(../images/cpbj_ico.png) no-repeat left center;margin:0 10px;}
.cpbj_info .jx{font-size:18px;color:#ff0000;font-weight:bold;}
.cpbj_info .lx{font-size:14px;color:#666666;}
.xjhztitlebanner_1{display:none;height:200px;background:url(../images/xjhz__titlebanner1.jpg) no-repeat center center;}
.xjhztitlebanner_2{display:none;height:200px;background:url(../images/xjhz__titlebanner2.jpg) no-repeat center center;}
.xjhztitlebanner_3{display:none;height:200px;background:url(../images/xjhz__titlebanner3.jpg) no-repeat center center;}
.xjhztab{position:absolute;width:140px;position:absolute;top:10px;left:-140px;}
.xjhztab .tab{cursor:pointer;width:100%;height:38px;line-height:38px;text-align:center;font-size:14px;color:#028b52;background:#c6edd8;margin:0 0 5px 0;}
.xjhztab .curr{color:#ffffff;background:#00b369;}