﻿@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #333;
	background:#fafafa;
}
.thrCol h1, h2, h3, h4, h5 {
	margin:0; padding:0;
	line-height:2.5em;
}
.thrCol p {
	margin:0; padding:0;
}
.thrCol img {
	border:none;
}
.thrCol #container { 
	width: 912px;
	background: #fff;
	padding:0;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
} 
.thrCol #header { 
	background: #fff;
	margin:0 0 8px 0;
} 
.thrCol #header h1 {
	margin: 0; /* 将 #header div 中最后一个元素的边距设置为零将避免边距重叠（即 div 之间出现的无法解释的空白）。如果 div 周围有边框，则不必将边距设置为零，因为边框也会避免边距重叠 */
	padding: 10px 0; /* 使用填充而不使用边距将可以使元素远离 div 的边缘 */
}
.thrCol #header #topMenu {
	background: #69c;
	width:100%;
	height:27px;
}
.thrCol #header #topMenu ul {
	margin:0;
	padding:5px 10px;
}
.thrCol #header #topMenu ul li {
	display:inline;
	float:left;
	padding:0 10px;
	color:#FFFFFF;
	font-size:14px;
}
.thrCol #header #topMenu ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
.thrCol #header #mainImage {
	width:100%;
	background:#00CCFF;
}


.thrCol #sidebar1 {
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	border-top: #90adb7 solid 5px;
	text-align:center;
	width: 174px; /* 在符合标准的浏览器中或者在 Internet Explorer 中的标准模式下，此 div 的实际宽度除了包括宽度外，还包括填充和边框 */
	padding:0 5px 50px 5px; /* 填充使 div 的内容与边缘保持一定的距离 */
}
.thrCol #sidebar1 ul {
	margin:0;
	padding:5px 10px;
}
.thrCol #sidebar1 ul li {
	padding:0 10px;
	color: #0c3746;
	font-size:14px;
	list-style:none;
	line-height:2em;
	background:url(images/menuLine.jpg) no-repeat bottom;
}
.thrCol #sidebar1 ul li:hover {
	background: url(images/menuLine1.jpg) no-repeat bottom;
}
.thrCol #sidebar1 ul li a {
	color:#0c3746;
	text-decoration:none;
}
.thrCol #sidebar1 ul li a:hover {
	color: #90adb7;
}
.thrCol #sidebar2 {
	float: right; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 150px; /* 在符合标准的浏览器中或者在 Internet Explorer 中的标准模式下，此 div 的实际宽度除了包括宽度外，还包括填充和边框 */
	background: #fff; /* 将显示背景色，其宽度等于栏中内容的长度，*/
	padding: 0;
}
.thrCol #sidebar2 ul {
	margin:0;
	padding:5px 10px;
}
.thrCol #sidebar2 ul li {
	padding:5px 10px;
	color:#0c3746;
	font-size:14px;
	list-style:none;
	line-height:2.5em;
}
.thrCol #sidebar2 ul li img {
	float:left;
	margin-right:5px;
}
.thrCol #sidebar2 ul li a {
	color:#0c3746;
	text-decoration:none;
}

.thrCol #mainContent { 
	margin: 0 0 0 0;
	padding: 0 160px 150px 195px; /* 请记住，填充是 div 方块内部的空间，边距则是 div 方块外部的空间 */
	background:url(images/mainback.gif) repeat-y;
}
.thrCol #mainContent #breadCrumb {
	font-size:12px;
	padding:5px 0 10px 0;
}
.thrCol #mainContent h1 {
	font-size:18px;
	color:#0c3746;
	font-family:黑体;
	font-weight:normal;
	line-height:1.2em;
	margin:0 0 15px 0;
	border-bottom:dotted 1px #0c3746;
	height:50px;
	padding:0 0 0 15px;
	background:url(images/h1dot.gif) no-repeat left top;
}
.thrCol #mainContent h1 img {
	float:left;
	margin-right:10px;
}
.thrCol #mainContent h2, h3, h4 {
	font-size:14px;
}
.thrCol #mainContent h3, h4 {
	font-weight:normal;
	font-style:italic;
}
.thrCol #mainContent p {
	font-size:12px;
	line-height:2em;
}
.thrCol #JScontentPic {
	float:right;
	width:200px;
	background:url(images/zhaopin.gif) no-repeat;
	height:250px;
	padding:70px 0 0 55px;
}
.thrCol #JScontentPic a{
	font-size:14px;
	color:#748391;
	text-decoration:none;
}

.thrCol #footer { 
	padding:0; /* 此填充会将它上面 div 中的所有元素左对齐。 */
	background:#fff;
	text-align:center;
} 
.thrCol #footer a{
	color:#FFFFFF;
	text-decoration:none;
}
.thrCol #footer #bottomMenu p{ 
	padding:0;
	background:#2d4f5b;
	line-height:2em;
	color:#fff;
} 
.thrCol #footer p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 10px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	color:#333;
	font-size:12px;
}
.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin:0;
}