body,
html,
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Microsoft Yahei;
}
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	text-align: left;
}

#header {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/img_1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.nelnav {
	width: 100%;
	height: 41px;
	background-color: #004fa1;
}
.nelnav ul {
	width: 935px;
	height: 41px;
	margin: 0 auto;
}
.nelnav ul li {
	float: left;
	width: 121px;
	height: 100%;
}
.nelnav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 41px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
.nelnav ul li.active {
	width: 150px;
	background-color: #298cfb;
}
.nelnav ul li.active a {
	color: #ffffff;
}

.main {
	margin: 0 auto;
	width: 935px;
	/* height: 526px;
	background: url(images/flash.jpg) top center no-repeat;
	*/
	
	position: relative;
	/* overflow: hidden;
	*/
}
.content {
	width: 935px;
	/* position: absolute; */
	/* top: 438px; */
	
	overflow: hidden;
	/*padding-top: 409px;*/
	/* height: 100%; */
	
	border: 1px solid #00489d;
}
.nelmain {
	margin:15px 44px 15px 44px;
	font-size:12px;
	color:#000;
	line-height:24px;
}
.nelmain .title{
	font-size: 20px;
	border-bottom: 1px dashed #00489d;
	font-weight: bold;
	color: #004fa1;
	padding-bottom: 13px;
}
.nelmain .info{
	margin-top:15px;
}
.nelmain .info .h1{
	font-size:14px; 
	font-weight:bold;
}
.nelmain .info .table_row{
	margin-top:8px;
	padding-bottom:8px;
	border-bottom: 1px dashed #00479d;
}
.table_row .jobtitle{
	font-weight:bold;
	font-size:14px;
	color:#004fa1;
	}
.table_row a.btn_jobinfo{
	color: #02329e;
	text-decoration: none;
}
.table_row .jobinfo{
	display:none;
	color:#3e3a39;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
.clearfix {
	display: inline-block;
}
#footer {
	width: 100%;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size:12px; color:#333;
}

/* ====================================================================*/

