/* CSS Document */
body{
    margin:0 auto;
	width:100%;
	font-family:"宋体";
	font-size:12px;
	text-align:center;
}

#header{
    width:100%;
    /*height:171px;*/
}
#main{
   width:100%;
   /*height:956px;*/
   margin:auto;
}
#footer{
	width:100%;
	height:89px;
}
.topleft{
	float:left;
	clear:left;
	overflow:hidden;
}
.topright{

	overflow:hidden;
}
.divleft{
	

	overflow:hidden;
}
.divright{
	
	clear:both;
	overflow:hidden;
}
.divbox{
	border:1px solid #C3CECD;
	width:355px;
	height:130px;
	overflow:hidden;
}
.divboxDottedline{
	border:1px dotted #C3CECD;
	float:left;
	overflow:hidden;
	clear:left;
}
.cGray, a.cGray:link, a.cGray:visited{
	color:#666;
}
a{
	color:#000;
	text-decoration:none;/*无下划线*/
}
.txtbox{
	width:144px;
	height:15px;
	border:1px solid #6FC;
	color:#9b9b9b;
	padding-left:5px;
	line-height:15px;
}
strong
{
	color: #319AAF;
}
a:hover
{
	color:Red;
	text-decoration:underline;/*有下划线*/
}
.td
{
	width: 100%; 
	border-bottom-style: dotted; 
	border-bottom-width: 1px; 
	border-bottom-color:Black;
}
li
{
	width:100%; 
	vertical-align:middle;
	font-size:12px;
}
li a
{
	float:left; 
}
li span
{
	float:right; 
	color:#666;
}
.divlink
{
	margin-top:20px; 
	background-color:#fcfbf9; 
	margin-bottom:20px; 
	padding-bottom:6px; 
	padding-top:6px;
	width:100%;
}
.divlink1
{
	margin-top:-30px; 
	/*margin-bottom:20px; */
	padding-bottom:6px; 
	padding-top:6px;
}
.divtool
{
	text-align:left; 
	float:left; 
	clear:left; 
	margin:10px auto;
}
#jobleft
{
	float:left;
	width:175px;
	background-color:#F3F3F3;
	padding-top:40px;
}
#jobright
{
	float:right;
	width:577px;
}
.divli
{
	width:105px; 
	height:35px;
	display:block;
	line-height:35px;
	padding-left:65px;
	background:url('../images/jobbg.jpg') no-repeat;
	text-align:left;
}