/*===== 清除默认的margin的属性值 =====*/

img{border: none;}
body,
blockquote,
dd,
dl,
figure,
form,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {margin:0;}
ul li{list-style: none;}
/*===== 统一设置列表的margin和padding，以及列表表形式 =====*/
.clefix{content:".";display:block;clear:both;visibility: hidden;height:0 !important;}
menu,
ul,
ol {list-style:none;margin:0;padding:0;}

/*===== 全局定义字体以及页面背景 =====*/
body {line-height:1.5;background-color:#FFFFFF;}
body,h1,h2,h3,h4,h5,h6,input,button,select,textarea {font-size: 14px;} /* 设置字体大小 */

input[type="button"], 
input[type="submit"],
input[type="reset"] {font-size: 16px;} /* 设置字体大小，这部分跟前面写在一起，IE6中会无效 */

/*===== 字体控制 =====*/
body,
input,
button,
select,
optgroup,
option,
textarea,




/*===== 设置iframe的背景色以及去除个别浏览器iframe底部的几个像素 =====*/
iframe {background-color:#FFFFFF;vertical-align:middle;}

/*===== 设置文本链接样式 =====*/
a {color:#000000;text-decoration: none;cursor:pointer;}
/*a:hover {text-decoration:underline;color:#f2ad1a;}*/

/*===== 去除个别浏览器图片底部的几个像素，以及设置图片形式链接无边框 =====*/
img {vertical-align:middle;}
a img {border:0 none;}

/*===== 设置表单元素的样式 =====*/

fieldset {margin:0;padding:0;}
legend {color:windowtext;} /* 设置表单域部分的字体颜色为系统窗体文本颜色 */
button,
input.ie6 {overflow:visible;padding:.1em .25em;cursor:pointer;} /* 尽量统一按钮的大小，鉴于IE6不支持【属性选择符】，所以使用一个类名来控制 */
input[type="button"],
input[type="submit"],
input[type="reset"] {overflow:visible;padding:.1em .25em;cursor:pointer;} /* 尽量同意按钮的大小，如果采用input方式做的按钮 */
input[type="text"],
select,
textarea {background-color:#FFFFFF;} /* 统一文本输入框、下拉、文本框的背景色，避免被用户设置系统颜色而破坏页面色彩 */
select {border:1px inset;} /* 统一下拉的边框 */
textarea {overflow:auto;vertical-align:text-bottom;*vertical-align:auto;border:1px solid;resize:vertical;} /* 滚动条为auto，与周边的元素对齐方式，其中hack部分是IE6&7中vertical-align影响范围清除，resize为上下可拉动，避免左右拉动破坏页面布局，如有需要可以设置为none */

/*===== 设置表格元素的样式 =====*/
/* 合并表格的间隙，去掉单元格之间的间距，如有需要合并单元格为细线表格，可增加 border-collapse:collapse; */
td, th, caption,input {padding:0;} /* 去除单元格以及caption表头的padding值 */
.top{width:1200px; margin:0 auto;}
.logo{float:left;}
.nav{float:right;}
.nav ul{}
.nav ul li{ float:left; width:110px; font-family:"微软雅黑"; font-size:18px; text-align:center;}
.nav ul li a{ display:block; width:110px; line-height:78px; font-family:"微软雅黑"; font-size:18px; text-align:center;}
.nav ul li a:hover{ display:block; color:#FFF; background:#0172d8;}
.nav ul li a.xt{color:#FFF; background:#0172d8}

.banner{ width:100%; background:url(../images/banner_02.jpg) no-repeat center center; height:395px;}

.content{ width:1000px; margin:0 auto; padding-top:30px;}
.content p{ font-family:"微软雅黑"; font-size:13px; line-height:25px;}
.content p strong{ color:#0172d8;}

.left{ float:left;  width:280px; font-size:14px; text-align:center; padding:0 25px 0 0;}
.left ul li{ line-height:50px; background-color:#ededed; margin-bottom:1px; color:#fff;}
.left .title{ background-color:#0172d8; font-size:16px; font-weight:bold;}
.right{ float:left; width:695px; margin-bottom:100px;}
.right2{ float:left; width:695px; margin-bottom:100px;}


.newsContent{
			width: 900px;
			margin: 0 auto;
			
		}
		
#main{width: 1000px; height: auto; overflow: hidden; margin: 0 auto; margin-bottom:100px;}
	#citylist{width: 280px; height: auto; float: left; }
	#citylist li{list-style: none; margin-bottom: 1px;background: #e5e5e5;line-height: 38px;text-align: center; color:#0172d8;}
	#citylist li a{ font-family: "microsoft yahei";overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;color:#000000;font-size: 14px;padding-left: 10px;text-align: left;display: block; text-align:center;}
	#citylist li:hover{background: #0172d8;color: #fff;}
	#citylist li.cur{background: #0172d8;color: #fff;}
	.jobs{width: 700px; float: right;}
	.jobs a{ color:#0172d8;}
	.cityname{border: 2px solid #6BA9DE; border-left: 0; border-right: 0; color: #333; font-size: 14px;}
	.cityname td{ height: 30px; background:#0172d8; color:#FFF; font-size:14px; font-weight:bold; padding-left:10px;}
	
	
	.wh{height: 1px;}   /*用于解决溢出隐藏，表格宽度设置无效*/
   .wh td{border: none;}
   .job-wrap{width: 1000px;margin: 0 auto; margin-bottom:100px;}
   .job-left{width: 280px;float: left;}
   .job-left li{list-style: none; margin-bottom: 1px;background: #e5e5e5;line-height: 38px;text-align: center;}
   .job-left li a{  font-family: "microsoft yahei";overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;color:#000000;font-size: 14px;padding-left: 10px;text-align: left;display: block; text-align:center; color:#0172d8;}
  
   .job-right{width: 700px;float: right;}
   .clearfix{content: '.';height: 0;visibility: hidden;clear: both;display: block;}
   .job_list{ display:none;width: 700px;font-size: 14px;table-layout: fixed;}
   .job_list .dept-name td{ cursor:pointer;font-family: "microsoft yahei";  color: #1F1F1F;  font-weight: bold;  height: 30px;  line-height: 30px; font-size:16px;}
   .job_list .job-item td{  color: #333333;  border-bottom: 1px dashed #ccc;  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;}
   .job_list .job-item td a{text-decoration: none;color: #0172d8;}