@import url("reset.css");
@import url("text.css");
@import url("home.css");
/* CSS Document */
html {
	background: #fff url(img/home.gif) repeat-x 0 -700px;
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	font: 11px/22px "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
	padding: 0 5px;
	background: url(img/bg.gif) repeat-y 50% 0;
}
a:link, a:visited {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
.clear {
	clear: both;
}

/* Layout */
.container {
	width: 930px;
	margin: 0 auto;
}
.header {
	height: 68px;
	background: url(img/home.gif) repeat-x 0 -180px;
}
.main {
	width: 930px;
	overflow: hidden;
}
.footer {
	width: 946px;
	line-height: 23px;
	background: #fff url(img/footer.gif) no-repeat 50% 0;
	padding-top: 15px;
	position: absolute;
	margin: -5px 0px 0px -11px;
}

/* header */
.header h1 {
	float: left;
}
.header h1 a {
	display: block;
	width: 300px;
	height: 68px;
	background: url(img/home_logo.gif) no-repeat 0 -260px;
}
.header h1 img {
	display: none;
}

.header .geo {
	float: right;
	margin: 10px;
}
.header .geo a {
	color: #85898a;
	margin-right: 10px;
}
.header .geo a:hover {
	color: white;
}

/* main */
.wrapper {
	background: #fff url(img/content_bg.gif) repeat-x 0 100%;
	border-top: 5px solid #b2b2b2;
}
.wrapper_sidebar {
	background: url(img/right.gif) repeat-y 100% 0;
	border-top: 5px solid #b2b2b2;
}
.block {
	display: block;
	min-height: 150px;
	padding: 15px 25px 25px;
}
.content {
	background: #fff url(img/content_bg.gif) repeat-x 0 100%;
	float: left;
	width: 670px;
	overflow: hidden;
}
.sidebar {
	float: right;
	width: 260px;
	overflow: hidden;
}
.sidebar a:link, .sidebar a:visited {
	color: #9f0004;
	text-decoration: none;
}
.sidebar a:hover {
	color: #00469b;
	text-decoration: underline;
}
.hr {
	margin: 15px 0;
	border-bottom: 3px double #eee;
}

.hrbing {
	margin: 15px 0;
	border-bottom: 3px double #eee;
	padding: 15px 0 20px 0px;
}

/*.main_left {
	background: url(img/content_shadow.gif) no-repeat 0 0;
	width: 720px;
	margin-top: -30px;
	padding: 0 10px;
	float: left;
	position: relative;
}
.main_right {
	width: 180px;
	margin-right: 10px;
	padding: 10px 0;
	float: right;
}
*/
/* footer */
.footerlink {
	float: left;
	margin-top: 5px;
}
.footerlink li {
	float: left;
	margin-left: 20px;
}
.footerlink li a {
	color: #424242;
}
.copyright {
	text-align: right;
	color: #a0a0a0;
	font-size: 11px;
	float: right;
	margin-right: 20px;
	line-height: 18px;
	margin-top: 5px;
}
.copyright em {
	font-style: italic;
}

/****************/
.job_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 25px;
}
.job_table th, .job_table td {
	border: 1px solid #c1dad7;
	padding: 4px 8px;
	vertical-align: top;
}
.job_table th {
	font-size: 14px;
	color: #4f6b72;
	width: 60px;
}
.job_table th.spec {
	background: #fff url(img/bullet1.gif) no-repeat;
}

.job_table th.specalt {
	background: #f5fafa url(img/bullet2.gif) no-repeat;
}
.job_table td.alt {
	background: #F5FAFA;
}
.job_table td a {
	color: #4f6b72;
	display: block;
}
.job_table td a:hover {
	background: #f5fafa url(img/bullet1.gif) no-repeat 100% 50%;
	color: #9f0004;
	display: block;
}
.job_table ol li {
	list-style-type: decimal;
}

.job_dl {
	width: 880px;
	overflow: hidden;
	margin-left: -12px;
}
.job_dl dl {
	width: 199px;
	height: 150px;
	position: relative;
	padding: 0 10px;
	border-right: 1px solid #e1e5e9;
	float: left;
}
.job_dl dd {
	text-indent: 6px;
}
.job_dl dd a {
	display: block;
}
.job_dl dd.detail {
	position: absolute;
	bottom: 0;
}
.job_dl dd.detail a {
	background: url(img/viewmore.gif) no-repeat 0 25%;
	text-indent: 18px;
	margin-left: 6px;
}
.ajax_back a {
	display: block;
}

.table_ps {
	width: 100%;
}
.col_p, .col_s {
	width: 50%;
	vertical-align: top;
}
.col_p {
	/*border-right: 1px dashed #ccc;*/
	padding-right: 20px;
}
.col_p  a{
	text-align:center;
}
.col_s {
	padding-left: 20px;
}
.table_ps dl {
	display: block;
	clear: both;
}
.table_ps dt, .table_ps dd {
	float: left;
}
.table_ps dt {
	width: 90px;
	height: 120px;
}
.table_ps strong {
	font-size: 13px;
	font-weight: 700;
}
.table_ps p {
	color: #666;
	text-indent: 0;
}
