@CHARSET "UTF-8";

/* Basic **/
/** ,td,input,select,textarea  **/
body{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
}

/* reset */
form,ul,li,dt,ol,dl,dd,p {margin: 0;	padding: 0;}

p {line-height: 1.5em}

dt{}
dd {margin-left: 2em; min-height: 1em; _height:1em; color: #555;}

li {list-style: none;}

body {margin: 0;}

em {color: #FF0000;}

img {border-style: none;}

h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	line-height: 2.2em;
	font-family: 微软雅黑, 宋体, Arial;
	font-size: 18px;
	font-weight: normal;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #0099FF;
}

a:visited {
	color: #5F7EA5;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
	display: block;
}

/* End hide from IE Mac */ /* end of clearfix */ /** widgets **/
.clear {
	clear: both;
}

.dotline {
	border-bottom: 1px dotted rgb(220, 220, 220);
	background: bottom left repeat-x url(../images/dotline.gif);
}

.flashMsg {
	background-color: yellow;
	border: 1px solid red;
	padding: 10px;
	margin: 10px auto;
}

.flash-tips {
	background-color: yellow;
	border: 1px solid red;
	padding: 10px;
	margin: 10px auto;
}

.declare{
	background-color:#FEFAD8;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px auto;
	color:#4B3230;	
}

#footer .declare{
	border:none;
}

img.stdPhoto {
	border: 1px solid #aaa;
	padding: 4px;
}

/**** EmPaginator ****/
.paginator {
	text-align: right;
	height: 40px;
}

.paginator .EmPaginator {
	float: right;
}

/* standard EmPaginaro */
.EmPaginator {
	padding: 10px;
	height: 34px;
	text-align: right;
	float: right;
}

.EmPaginator span {
	display: block;
	float: left;
}

.EmPaginator span a {
	display: block;
	float: left;
	margin: 2px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	border: 1px solid #CCCCCC;
	color: #0099FF;
}

.EmPaginator span a:hover {
	text-decoration: none;
	background-color: #0099FF;
	color: #fff;
}

.EmPaginator span.disable a,.EmPaginator span.current a {
	border: none;
	color: #CCCCCC;
}

.EmPaginator span.disable a:hover,.EmPaginator span.current a:hover {
	background: none;
	color: #CCCCCC;
}

.EmPaginator span.current a {
	font-weight: bold;
	color: #FF6600;
}

.EmPaginator span.break {
	color: #CCCCCC;
	margin: inherit 5px;
}

/** EmTable **/
table.EmTable {
	border: none;
	border-top: 1px solid #CCCCCC;
}

table.EmTable td,table.EmTable th {
	border: none;
	padding: 2px 6px;
	line-height: 2em;
	border-collapse: separate;
	margin: 1px;
}

table.EmTable th {
	background-color: #ccc;
}

table.EmTable tr.tr1 {
	background-color: #efefef;
}

table.EmTable a {
	color: #BE241E;
}

/**** Icons ****/
.Icon-none,.Icon-date, .Icon-email, .Icon-home, .Icon-promote, .Icon-login
{
	background:transparent url('../images/icons.gif') no-repeat;
	min-height:20px;
	_height:20px;
	line-height: 20px;
	padding-left:26px;
	display: block;
	float: left;
}
.Icon-none{background:none; padding-left:0;}
.Icon-date{background-position: 0 -2220px;}
.Icon-email{background-position: 0 -240px;}
.Icon-home{background-position: 0 -220px;}
.Icon-promote{background-position: 0 -2700px;}
.Icon-login{background-position: 0 -1560px;}

/**** layout ****/
#header_line {
	width: 950px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom: 1px solid #ccc;
	white-space: pre;
}

#header {
	height: 90px;
	width: 950px;
	margin: 5px auto;
}

#header #header_logo {
	float: left;
	padding: 5px 5px;
	height: 80px;
	width:200px;
}

#header #header-site-title {
	height: 24px;
	float: right;
	background: url("../images/bar.title.2.gif") no-repeat right;
}

#header #header-site-title a {
	background: url("../images/bar.title.1.gif") no-repeat left;
	display:block;
	padding:0 15px 0 25px;
	line-height: 24px;
	color:#fff;
}

#header #header_banner {
	float: right;
	height: 90px;
	padding:0;
}

div.main_box {
	margin: 5px auto;
	width: 950px;
	clear: both;
}

div.wig {
	clear: both;
}

.main_box .main-bar {
	width: 700px;
	float: right;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	overflow: hidden;
}

.main_box .main-bar .wig {
	
}

.main_box .main-bar .wig .ph {
	border: none;
	background: none;
	border-bottom: 1px solid #ccc;
}

.main_box .main-bar .wig .ph h3 {
	background: none;
	padding: 0;
}

.main_box .main-bar .wig .pc {
	border: none;
}

.main_box .main-bar .wig .pf {
	
}

.main_box .left-bar {
	width: 230px;
	overflow: hidden;
}

.main_box .left-bar .wig {
	width: 230px;
	margin-bottom: 5px;
	overflow: hidden;
}

/********************** Layout-bar & widget ***********************/
div.widget {
	margin: 5px 0;
	border: 1px solid #AACCEF;
	border-width: 0 1px 1px 1px;
}

div.widget .widget-t {
	background: url(../images/wg_1.gif);
	height: 26px;
}

div.widget .widget-t h3 {
	background: url(../images/wg_1_h1.gif) no-repeat;
	padding-left: 15px;
	margin-left: 10px;
	line-height: 24px;
	color: #3E689A;
	font-size: 14px;
	font-weight: normal;
}

div.widget .widget-c {
	padding: 5px;
}

.layout-bar-horizontal div.widget {
	width: 180px;
	height: 200px;
	float: left;
	margin: 5px 5px 0 0;
}

/********************** block Global *********************************/
.ph {
	background: url(../images/wg_1.gif);
	height: 26px;
	border: 1px solid #AACCEF;
	border-width: 0 1px;
}

.ph h3 {
	background: url(../images/wg_1_h1.gif) no-repeat;
	padding-left: 15px;
	margin-left: 10px;
	line-height: 24px;
	color: #3E689A;
	font-size: 14px;
	font-weight: normal;
}

.pc {
	border: 1px solid #AACCEF;
	border-width: 0 1px 1px 1px;
}

.pf {
	display: none;
}

/**** Block: Header ****/ /* nav */
#nav {
	background: url(../images/nav.gif) no-repeat;
	margin: 5px auto 10px auto;
	height: 30px;
	width: 950px;
}

#nav UL {
	margin-left: 35px;
}

#nav LI {
	font-size: 14px;
	float: left;
	list-style: none;
	color: #FFFFFF;
	padding-left: 12px;
	margin-top: 9px;
	margin-bottom: 2px;
	padding-right: 8px;
	line-height: 17px;
	border-left: 1px solid #FFFFFF;
}

#nav li A {
	color: #FFFFFF;
}

#nav LI.nav_first {
	border-style: none;
}

/**** Block: Footer ****/ 

/** Footer_notes **/
#footer {
	clear:both;
	width: 950px;
	margin: 5px auto;
	color:#666;
}
#footer div{
		color:#666;
}
#footer a{
	color:#444;
	text-decoration: underline;
}
#footer a:HOVER{
	color:red;
}

#footer-notes{
	text-align: right;
	margin-top:5px;
	line-height: 25px;
}

/**** union-sites ****/
#union-sites{
	background-color: #efefef;
	padding:0 0 0 400px;
	height:40px;	
	overflow: hidden;
	background: url("../images/logo.union.25.gif") no-repeat left center;
}
#union-sites ul{
	float:right;
}

#union-sites li{
	float:right;
	width:78px;
	height:20px;
}
#union-sites li a{
	display:block;
	text-align: center;	
	padding:1px 5px 0 5px;	
	line-height:19px;
	color:#666;
	text-decoration: none;
}
/**** END union-sites ****/

/** Footer_links **/
#footer_links {
	clear: both;
	background: url(../images/sy_f2.gif);
	height: 30px;
	width: 946px;
	margin: 5px auto;
}

#footer_links ul {
	padding-left: 30px;
}

#footer_links ul li {
	float: left;
	padding: 5px;
	line-height: 20px;
}

#footer_links,#footer_links a {
	color: #FFFFFF;
}

/* --------------------------- Widgets /blocks ------------------------------ */

/** block: Login **/
.w-login {
	float: left;
	height: 190px;
	width: 230px;
}

.w-login .ph {
	
}

.w-login .ph h3 {
	background:transparent url('../images/icons.gif') no-repeat 0 -1560px;
	padding-left:26px;
	line-height: 20px;
	margin-top: 3px;
	float: left;
}

.w-login .pc {
	position: relative;
	height: 163px;
	padding-left: 20px;
	background-color: #F5F7FA;
}

.w-login .pf {
	display: none;
}

.w-login .logined LI {
	float: left;
	width: 40%;
	list-style: none;
	padding: 4px;
	text-align: center;
}

.w-login .logined H3 {
	padding-top: 10px;
}

.w-login form ul {
	padding-top: 10px;
}

.w-login form ul li {
	list-style: none;
	height: 24px;
	line-height: 24px;
}

.w-login form ul li LABEL {
	display: inline;
	white-space: pre;
}

.w-login form ul li DIV {
	display: inline;
}

.w-login form ul li input.input_text,.w-login form ul li input.input_password
	{
	width: 135px;
}

.w-login form ul li input.small {
	width: 60px;
}

/** END　block: login **/

/* --------------------------- PAGE INDEX ------------------------------ */

/**** block: reg ****/
.index_reg {
	float: left;
	height: 188px;
	width: 308px;
	border: 1px solid #AACCEF;
	margin: 0 0px 0 5px;
}

.index_reg .ph {
	background: none;
	border: none;
}

.index_reg h3 {
	background: url(../images/wg_2_.gif) no-repeat;
	background-position: 0 4px;
	line-height: 26px;
	margin-left: 10px;
	padding-left: 15px;
	color: #3E689A;
}

.index_reg .pc {
	border: none;
	background: none;
}

.index_reg .pc a {
	color: black;
}

/**** END  block: reg ****/

/**** block: search @_blocks/search.php ****/ 

/** tab **/
#tab_search {
	float: right;
	height: 190px;
	width: 400px;
	overflow: hidden;
	margin: 0;
	position: relative;
}

#tab_search ul.tab_t {
	position: absolute;
	top: 0px;
	left: 15px;
	height: 26px;
	overflow: hidden;
	z-index: 100;
}

#tab_search ul.tab_t li {
	float: left;
	line-height: 23px;
	text-align: center;
	width: 90px;
	height: 24px;
	border: 1px solid #AACCEF;
	border-width: 1px 1px 0 1px;
	cursor: pointer;
}

#tab_search li#tab_sjt {
	background-color: #FFF5EB;
}

#tab_search li#tab_srt {
	background-color: #FFFF66;
}

#tab_search ul.tab_c {
	position: absolute;
	top: 25px;
	height: 163px;
	width: 398px;
	border: 1px solid #AACCEF;
	overflow: hidden;
}

#tab_search ul.tab_c li {
	
}

/* sear for job */
#tab_search.sj ul.tab_c {
	background-color: #FFF5EB;
}

#tab_search.sj #tab_sjt {
	height: 25px;
}

#tab_search.sj #tab_sj {
	display: block;
}

#tab_search.sj #tab_sr {
	display: none;
}

/* sear for resume */
#tab_search.sr ul.tab_c {
	background-color: #FFFF66;
}

#tab_search.sr #tab_srt {
	height: 25px;
}

#tab_search.sr #tab_sr {
	display: block;
}

#tab_search.sr #tab_sj {
	display: none;
}

/************************************ PAGE Search *******************************************/
.sform input.input_text,.sform select.input_select,.sform .Em_selector_desc
	{
	border: 1px solid #ccc !important;
}

.sform input.input_text,.sform .Em_selector_desc {
	width: 95% !important;
	height: 20px !important;
	line-height: 20px !important;
}

.sform select.input_select {
	width: 95%;
}

.sform div.search_key {
	background: url("../images/search_key.gif") no-repeat;
	background-position: 5px 3px;
	height: 18px;
	padding: 2px 5px 2px 30px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0;
}

.sform div.search_key .input_text {
	width: 99%;
	background-color: transparent;
	border: none !important;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.1em;
	padding: 0;
}

/**** /block:Search ****/ 

/**** Joblist DL DT DD****/
.joblist dl {
	float: left;
	width: 210px; /* 186 */
	padding: 0 0 0 12px;
	margin: 5px 0 0 10px;
	background-image: url(../images/icon_list_1.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

.joblist dt,.joblist dd {
	font-weight:normal;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin: 0;
}

.joblist dt,.joblist dt a {
	color: #DF1010;
}

.joblist dd,.joblist dd a {
	color: #255BA5;
}

.joblist dd a {text-decoration: underline;}
.joblist dd a:visited{text-decoration: underline;color: #5F7EA5;}


/**** block:hot 推荐专区 ***/
.index_hot .ph h3{
	background:transparent url('../images/icons.gif') no-repeat 0 -1280px;
	padding-left:26px;
	line-height: 20px;
	margin-top: 3px;
	float: left;
	
}
.index_hot .pc {
	height: 200px;
	overflow: hidden;
	padding: 5px;
}


/**** END block hot ****/ 

/**** block:job 最新企业招聘 ***/
.index_job{
	float:left;
	width:735px;
}
.index_job .ph{
	border-bottom: 2px solid #1775B5;
	overflow: hidden;
}

.index_job .ph h3{
	background: url('../images/wg_1_h2.gif');
	line-height:26px;
	color:#fff;
	float:left;
	margin: 0;
	padding: 0 15px ;
}
.index_job .pc {
	padding: 5px;
	background-color: #fefefe;
	zoom: 1;
	min-height: 1010px;
	_height:1000px;
}
.index_job .joblist dl{
	border-bottom: 1px dotted #ddd;
}
.index_job .joblist dt{
	background-color: #f4f4f4;
}
.index_job .joblist dt,.index_job .joblist dt a {
	color: #222;
}
.index_job .joblist dd a:link,
.index_job .joblist dd a:visited
{text-decoration: none;}

.index_job .joblist dd a:hover{text-decoration:underline;}

/**** END block:job 最新企业招聘 ***/

/**** BLOCK: index_resume 人才简历 ***/
.index_resume{
	float:right;
	width:210px;
	overflow: hidden;
}
.index_resume .ph{
	border-bottom: 2px solid #A25000;
	overflow: hidden;
}
.index_resume .ph h3{
	background: url('../images/wg_1_h3.gif') no-repeat;
	line-height:26px;
	color:#fff;
	float:left;
	margin: 0;
	padding: 0 15px ;
}
.index_resume .pc {
	zoom: 1;
	min-height: 1020px;
	_height:1000px;
}

table.resumelist{width:100%; border-collapse: collapse; line-height: 26px;table-layout:fixed;}
table.resumelist a:link{color: #333;}
table.resumelist td {text-align:center;}
table.resumelist td div{height:26px; overflow: hidden;}
table.resumelist thead td{color:#255BA5; border-bottom: 1px solid #ddd; background-color: #fafafa}
table.resumelist tbody td{border-bottom: 1px dotted #ddd}
table.resumelist tbody .c1{padding-left:3px;}
table.resumelist tbody .cl{text-align: right; padding-right:3px;}
table.resumelist .ralt td{background-color: #fafafa }

/**** END BLOCK ****/ 

/**** block: Links ****/
.index_links .ph{
	border-bottom: 2px solid #1775B5;
	overflow: hidden;
}
.index_links .ph h3{
	background: url('../images/wg_1_h2.gif') no-repeat;
	line-height:26px;
	color:#fff;
	float:left;
	margin: 0;
	padding: 0 15px ;
}

.index_links .ph span{
	background:transparent url('../images/icons.gif') no-repeat 0 -3020px;
	padding-left:22px;
	line-height: 18px;
	float: right;
	display:block;
	padding-right:5px;
	margin-top: 3px;
}
.index_links .ph span a{
	color: #3E689A;
}

.index_links .pc {
	padding: 5px;
}

.index_links ul, .index_links li{
	margin: 0;padding: 0;list-style: none;
	margin: auto;
}

.index_links li{
	float: left;width: 16%;
	text-align: center;
	margin: 2px;
}

.index_links li a{
	color: #333;
}


/**** END block Links ****/

/* --------------------------- PAGE:personal ------------------------------ */
.main_box .personal_header {
	background-image: url(../images/admin_rc2.gif);
	width: 942px;
	height: 46px;
	background-repeat: no-repeat;
}

.personal_sidebar {
	float: left;
	width: 210px;
	_height: 600px;
	min-height: 600px;
	padding: 20px 0;
}

.personal_sidebar ul {
	padding: 5px 10px 10px 40px;
}

.personal_sidebar ul a {
	color: #000;
}

.personal_sidebar ul li {
	padding-left: 65px;
	line-height: 2em;
	background-image: url(../images/admin_05.gif);
	background-repeat: no-repeat;
	background-position: 40px 3px;
}

.personal_sidebar ul li.title {
	color: #336699;
	background-image: url(../images/admin_03.gif);
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 8px;
	line-height: 1.2em;
	font-size: 120%;
	font-weight: bold;
	background-position: 0px 3px;
}

.personal_content {
	float: right;
	margin-right: 20px;
	width: 680px;
	padding: 20px 0;
}

.info-panel {
	border: 1px solid #ccc;
	background-color: #efefef;
	padding: 5px 45px;
	background-image: url("../images/info.gif");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-top: 10px;
}

.personal_content .personal_photo {
	float: right;
}

.personal_content .personal_photo p {
	text-align: center;
}

.personal_content dl {
	padding-left: 2em;
}

.personal_content dt {
	color: #555;
	margin-top: 8px;
}

.personal_content dd {
	color: #333;
	margin-left: 2em;
}

.personal_content .upload_photo {
	width: 620px;
	margin: 10px auto;
}

.personal_content .upload_photo div.form {
	float: right;
	width: 380px;
}

.personal_content .upload_photo img.stdPhoto {
	float: left;
	width: 190px;
}

/* --------------------------- PAGE:reg_successfully ------------------------------ */
.main_box .reg_successfully {
	width: 500px;
	margin: 60px auto 150px auto;
}

.main_box .reg_successfully dl {
	margin: 0 0 0 3em; .
	clear: both;
}

.main_box .reg_successfully dl dt {
	color: #555;
	width: 100px;
	float: left;
	clear: left;
	height: 30px;
	line-height: 30px;
}

.main_box .reg_successfully dl dd {
	color: #333;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #333;
	width: 260px;
	padding-left: 20px;
	font-weight: bold;
	overflow: hidden;
}

.main_box .reg_successfully li {
	padding-left: 3em;
	margin: 1em 0;
}

/* --------------------------- PAGE:document.index ------------------------------ */

/* ---- wig-doc-index ---- */
div.wig-doc-index {
	float: left;
	width: 48%;
	height: 150px;
	margin: 5px 0 0 8px;
	clear: none;
	position: relative;
	overflow: hidden;
}

div.wig-doc-index a {
	color: #333;
}

div.wig-doc-index div.more {
	position: absolute;
	right: 5px;
	top: 3px;
	border-left: 1px solid #ccc;
	color: #888;
	padding-left: 10px;
	height: 1.2em;
	line-height: 1.2em;
}

div.wig-doc-index .ph {
	border: none !important;
}

div.wig-doc-index .ph h3 {
	background: none;
	background: url('../images/line.gif') no-repeat bottom !important;
	font-family: "宋体";
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0;
}

div.wig-doc-index .pc li {
	list-style: square;
	list-style-position: inside;
	line-height: 2em;
}

/* ---- wig-doc-cat-list ---- */
div.wig-doc-cat-list .pc {
	padding-left: 30px;
}

div.wig-doc-cat-list .pc li {
	list-style-image: url("../images/icon2.gif");
	list-style-position: inside;
	line-height: 2em;
}

div.wig-doc-cat-list .pc li a {
	color: #000;
}

/* ---- wig-doc-index2 ---- */
.wig-doc-index2 div.pc {
	border: none !important;
}

.wig-doc-index2 div.pc a {
	color: #000;
}

.wig-doc-index2 table td {
	border-bottom: 1px solid #dedede;
	line-height: 2.5em;
}

.wig-doc-index2 table td.title {
	padding-left: 20px;
	background: url('../images/icon_list_1.gif') no-repeat left;
}

.wig-doc-index2 table td.time {
	color: #aaa;
}

/* ---- doc-view ---- */
.doc-view .title {
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
}

.doc-view .title h1 {
	font-weight: normal;
	text-align: center;
}

.doc-view .info {
	text-align: center;
	color: blue;
	margin: 0 0 10px 0;
}

.doc-view .full_text p {
	line-height: 1.8em;
	margin: 0.5em 0;
}

/* --------------------------- PAGE:search list of JOBS ------------------------------ */
.wig-sform-job {
	margin: 8px 0;
	background-color: #eee;
	padding: 5px;
	border: 1px solid #ccc;
}

.wig-sform-job .ph h3 {
	background: none;
	border-bottom: 1px solid #ccc;
	color: red;
}