/**
 * Index 样式
 * ------------------------------------------------------------------------
* Author：Wanyi Bai <wanyibai@gmail.com>
 */
html, body {
	font: normal 14px "微软雅黑" !important;
	color: #777;
	background: #FFF;
}
html, body {
	min-width: 1200px;
	position: relative;
	z-index: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
* {
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, iframe {
	margin: 0px;
	padding: 0px;
}

textarea {
	resize: none;
	overflow-y: auto
}
ol, ul {
	list-style: none;
}
li {
	vertical-align: bottom;
}
fieldset, img {
	border: none;
}
img, input, select, button {
	vertical-align: middle;
}
img {
	border: 0;
	vertical-align: middle
}
a img, img {
	-ms-interpolation-mode: bicubic
}
.img-responsive {
	max-width: 100%;
	height: auto
}
*:focus {
	outline: none;
}
.fl {
	float: left;
	display: inline;
	overflow: hidden;
}
.fr {
	float: right;
	display: inline;
	overflow: hidden;
}
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.header {
	margin-bottom: 20px;
}
.footer {
	margin-top: 20px;
}
.layout {
	margin: 0px auto;
	width: 1200px;
	min-width: 1200px;
}
.sub-nav {
	margin: 0px auto;
	width: 1160px;
	height: 40px;
	padding: 0px 20px;
	background: #FFFFFF url(../Images/tabs-h2-style.png) no-repeat left center;
	margin-bottom: 20px;
	border-bottom: 1px dashed #C6CDD4;
}
.sub-nav h2 {
	color: #0066CC;
	font: bold 16px/40px "微软雅黑" !important;
	padding-right: 40px;
}
.sub-nav div {
	padding: 0px 10px;
}
.sub-nav div a {
	font: normal 14px/40px "微软雅黑" !important;
	color: #555;
	text-decoration: none;
}
.sub-nav div a:hover {
	color: #F60;
	text-decoration: underline;
}
.left {
	width: 300px;
	height: 1080px;
	background: #EDEDED;
}
.center {
	width: 890px;
	height: 1080px;
	padding-left: 10px;
}
.tabs-t {
	height: 34px;
	border-bottom: 1px solid #C6CDD4;
}
.tabs-t li {
	height: 32px;
	padding: 0px 20px;
	border-top: 2px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #C6CDD4;
	font: bold 14px/32px "微软雅黑" !important;
	color: #333;
	cursor: pointer;
}
.tabs-t li.thistab {
	border-top: 2px solid #0066CC;
	border-left: 1px solid #C6CDD4;
	border-right: 1px solid #C6CDD4;
	border-bottom: 1px solid #FFFFFF;
}
.tabs-t li.single {
	padding: 0px;
}
.tabs-t li.single h2 a {
	font: bold 14px/32px "微软雅黑" !important;
	color: #333;
	text-decoration: none;
	background: #FFFFFF url(../Images/tabs-h2-style.png) no-repeat left center;
	padding-left: 20px;
}
.tabs-c {
	padding: 10px;
}
.tabs-c li {
	background: #FFFFFF url(../Images/tabs-li-style.png) no-repeat left center;
	padding-left: 20px;
	height: 29px;
	line-height: 29px;
	white-space: nowrap;
}
.tabs-c li.lefts {
	width: 250px;
	padding-right: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tabs-c li.link {
	background: #FFFFFF;
	width: 250px;
	padding-right: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tabs-c li.double {
	width: 250px;
	padding-right: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tabs-c li.pic {
	width: 130px;
	height: 136px;
	padding: 0px;
	padding-right: 10px;
}
.tabs-c li.pic div {
	width: 130px;
	height: 54px;
	font-size: 12px;
	line-height: 1.5em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;
}
.tabs-c a {
	color: #555;
	text-decoration: none;
}
.tabs-c a:hover {
	color: #F60;
	text-decoration: underline;
}
.date {
	float: right;
	font-size: 12px;
}
.m-table {
	margin: 10px auto;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
}
.m-table a {
	color: #555;
	text-decoration: none;
}
.m-table a:hover {
	color: #F60;
	text-decoration: underline;
}
.m-table th {
	height: 20px;
	background: #F4EDFF;
	padding: 8px 10px;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	font: normal 14px "微软雅黑" !important;
}
.m-table td {
	height: 20px;
	background: #FFF;
	padding: 7px 10px;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.m-table th span {
	padding: 0px 10px;
	font-size: 12px;
	font-weight: normal;
}
.left-nav {
	width: 280px;
	margin: 10px auto;
	padding-bottom: 40px;
}
.left-nav h2 {
	font: bold 16px/32px "微软雅黑" !important;
	color: #99510F;
	text-shadow: 0 1px 1px #FFF;
	padding-left: 40px;
	background: #EDEDED url(../Images/left-title-bg.png) no-repeat left center;
}
.left-nav a {
	width: 128px;
	height: 38px;
	display: block;
	color: #555;
	text-decoration: none;
}
.left-nav a:hover {
	color: #99510F;
	background: #E8F9FF;
}
.left-nav ul li {
	width: 128px;
	height: 38px;
	text-align: center;
	line-height: 40px;
	background: #FFF;
	margin: 10px 10px 0px 0px;
	border: 1px solid #C6CDD4;
}
.left-news {
	width: 280px;
	margin: 10px auto;
}
.left-news h2 {
	font: bold 16px/32px "微软雅黑" !important;
	color: #99510F;
	text-shadow: 0 1px 1px #FFF;
	padding-left: 40px;
	background: #EDEDED url(../Images/left-title-bg.png) no-repeat left center;
	border-bottom: 1px solid #CCCCCC;
}
.left-news h2 span {
	padding-right: 10px;
}
.left-news h2 span a {
	font: normal 12px/32px "微软雅黑" !important;
}
.left-news a {
	color: #555;
	text-decoration: none;
}
.left-news a:hover {
	color: #2A0000;
	text-decoration: none;
}
.left-news ul {
	padding: 10px 0px;
	border-bottom: 1px dashed #C6CDD4;
}
.left-news ul li {
	width: 260px;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 20px;
	background: #EDEDED url(../Images/left-li-style.png) no-repeat left top;
}
.left-news ul li span {
	font-size: 12px;
	padding-left: 20px;
}
.s-title {
	width: 240px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.s-number {
	width: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.s-edu {
	width: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.s-salary {
	width: 140px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.s-company {
	width: 320px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.s-name {
	width: 240px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.s-address {
	width: 360px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.s-tel {
	width: 240px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#mento_cloud {
	width: 886px;
	height: 210px;
	margin: 0px;
	border-top: 0px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

