@charset "utf-8";

/* CSS Document *margin-top:52px !important; */
.center_right_top {
	width: 945px;
	height: 40px;
	border-bottom: 1px #dfdfdf solid;
	line-height: 40px;
}

.center_right_top ul .li_01 {
	font-family: "微软雅黑";
	font-size: 18px;
	width: 300px;
	float: left;
}

.center_right_top ul .li_02 {
	color: #a9a9a9;
	text-align: right;
}

.center_right_bottom {
	width: 910px;
}

.center_right_bottom ul .li_01 {
	width: 890px;
	height: 30px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #62a1e4;
	margin-top: 20px;
	background: url(../../images/fr/center_line.png) repeat-x bottom;
	padding-left: 20px;
}

.center_right_bottom ul span {
	line-height: 30px;
}

/*招聘信息*/
.join_title {
	width: 896px;
	height: 35px;
	line-height: 35px;
	color: #000;
	font-weight: bold;
	text-align: center;
	background-color: #dfdfdf;
}

.join_li_01 {
	width: 96px;
	float: left
}

.join_li_02 {
	width: 170px;
	float: left
}

.join_li_04 {
	width: 50px;
	float: left
}

.join_con {
	width: 896px;
}

.join_con ul {
	text-align: center;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #dfdfdf;
}

.join_but {
	width: 896px;
	height: 30px;
	line-height: 30px;
}

.join_but ul li {
	background-color: #ff9000;
	color: #fff;
	height: 30px;
	line-height: 30px;
	width: 100px;
	float: right;
	text-align: center
}

/*培训信息*/
.train_li_01 {
	width: 556px;
	float: left
}

.train_li_02 {
	width: 170px;
	float: left
}

.train_li_03 {
	width: 120px;
	float: left
}

.train_li_04 {
	width: 50px;
	float: left
}

/*******条件部分*****start******/
.condition {
	width: 100%;
}

.contentDiv {
	width: 100%;
	padding: 10px 0;
}

.table_a {
	border: 1px solid #ddd;
	border-bottom: 0;
}

.table_a th,.table_a td {
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	height: 35px;
	text-align: center;
}

.table_a th {
	background: #E9E9E9;
	font-weight: normal;
}

.table_a .whiteBg td {
	background: #fff;
}

.table_a .grayBg td {
	background: #f4f4f2;
}

/** warnningRed */
.warnningRed {
	border: 1px solid #FF9292;
}

/** IE7解决select提示样式 */
.select_warnningGray {
	display: block;
	height: 22px;
	line-height: 22px;
	border: 1px solid #ffffff;
}

/** IE7解决select提示样式 */
.select_warnningRed {
	display: block;
	height: 22px;
	line-height: 22px;
	border: 1px solid #FF9292;
}

/* 等待遮罩效果 2011-12-26 by yinghai */
.loaddata_mask {
	width: 100%;
	height: 100%;
	background: url(../../images/loading.gif) no-repeat center;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	filter: alpha(opacity =                       50);
	-khtml-opacity: 0.50;
	-moz-opacity: 0.50;
	opacity: 0.50;
}

/**遮罩层样式提到共通*/
.default_mask {
	width: 100%;
	height: 100%;
	background: url(../../images/loading.gif) no-repeat center;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	filter: alpha(opacity =                                 70);
	-moz-opacity: 0.70;
	opacity: .70;
}

.btn {
	color: #000000;
	background: url(../../images/ba/topBtnBg.jpg) no-repeat;
	width: 70px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
}

a.btn:hover {
	color: coral;
}