@charset "utf-8";
html, body {
	height: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#wrap {
	position: relative;
	height: 100%;
	width: 974px;
	margin: 0 auto;
	background: #fff;
}
#gov {
	font-family: 微软雅黑, Geneva, Arial, Helvetica, sans-serif, 宋体;
}
#gov #container {
	width: 974px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#gov #container-mail {
	width: 974px;
	background-color: #FFFFFF;
	min-height: 100%;
	_height: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container-mail  .w-font {
	font-size: 12px;
}

#m_ext {
	padding-top: 190px;
	padding-bottom: 64px;
	_height: 1%;
}
#gov #header {
	background-image: url(../images/bg_gov.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 34px;
	width: 974px;
	clear: both;
	margin-bottom: 20px;
	text-align: center;
}
#gov #header-mail {
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 974px;
	position: absolute;
}
#gov #header ul {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 1.8em;
	color: #FFFF33;
}
#gov #header li {
	list-style-type: none;
}
#gov #header a {
	color: #FFFF99;
	text-decoration: none;
}
#gov #header a:hover {
	text-decoration: underline;
}
#gov #sidebar1 {
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 238px; /* 填充使 div 的内容与边缘保持一定的距离 */
}
#gov #sidebar2 {
	width: 410px;
	float: left;
}
#gov #sidebar3 {
	float: left;
	width: 280px;
	margin-left: 30px;
}
#gov #sidebar4 {
	width: 720px;
	float: left;
}
#gov #mainContent {
	margin-left: 254px !important;
	margin-left: 251px;
	width: 720px;
}
#container-mail .left_td {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: right;
}
#container-mail .text {
	border: 1px solid #CCCCCC;
}
#container-mail h1 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #FF0000;
}
#container-mail h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#gov #footer {
	text-align: center;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: -60px;
	padding-top: 10px;
	font-size: 12px;
}
#gov .btn_group {
	margin-right: auto;
	margin-left: auto;
	padding-left: 360px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.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;
	float: left;
}
.gov_info {
	background-image: url(../images/bg_gov.gif);
	background-position: 0px -43px;
	height: 160px;
	width: 238px;
}
.gov_info ul {
	margin: 0px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.gov_info li {
	height: 35px;
	width: 211px;
	list-style-type: none;
}

/* jquery tab　样式 */
/* Skin */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.ui-tabs-hide {
	display: none;
}
}

/* Hide useless elements in print layouts... */
@media print {
.ui-tabs-nav {
	display: none;
	font-size: 14px;
	font-weight: bold;
}
}
/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
}
.ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 3px;
	background-image: url(../images/bg_gov.gif);
	background-position: 190px -415px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.ui-tabs-nav li {
	float: left;
	margin: 0 0 0 2px;
	font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
	float: left; /* fixes dir=ltr problem and other quirks IE */
	padding: 0 12px;
	background-image: url(../images/tabs.gif);
	background-repeat: no-repeat;
}
#container-1 .ui-tabs-nav a, #container-2 .ui-tabs-nav a {
	margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 0;
	background-position: 100% 0;
	text-decoration: none;
	white-space: nowrap; /* @ IE 6 */
	outline: 0;
	color: #999999;
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
	color: #999999;
}
#container-1 .ui-tabs-selected a, #container-2 .ui-tabs-selected a {
	position: relative;
	top: 1px;
	z-index: 2;
	margin-top: 0;
	background-position: 100% -23px;
	color: #cc0000;
}
.ui-tabs-nav a span {
	padding-top: 1px;
	padding-right: 0;
	height: 20px;
	background-position: 0 0;
	line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
	padding-top: 0;
	height: 27px;
	background-position: 0 -23px;
	line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
.ui-tabs-disabled {
	opacity: .4;
	filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
	color: #000;
}
.ui-tabs-panel {
	padding: 10px;
	background: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cc0000;
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}
*:first-child+html .ui-tabs-nav { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}


/* jquery tab　样式 */

[if IE 5]> <style type="text/css"> /* 将 IE 5* 的 css 方块模型修正放在这个条件注释中 */
#gov #sidebar1 {
width: 180px;
}
</style> <![endif][if IE]> <style type="text/css"> /* 请将所有版本的 IE 的 css 修复放在这个条件注释中 */
#gov #sidebar2, .thrColFix #sidebar1 {
padding-top: 30px;
}
#gov #container1 {
	background-image: url(../images/bg_gov.gif);
	background-repeat: no-repeat;
	background-position: 150px -417px;
	margin: 0px;
	padding: 0px;
}
/* 上面的专用 zoom 属性为 IE 提供避免错误所需的 hasLayout */

<![endif] #gov .text {
padding: 5px;
}
.h220 {
	height: 220px;
}
.h12 {
	height: 12px;
	font-size: 0px;
}
#gov .text {
	font-size: 14px;
}
#gov .text ul {
	margin: 0px;
	padding: 0px;
}
#gov .text li {
	list-style-type: none;
	background-image: url(../images/bg_gov.gif);
	background-position: 0px -32.3em;
	text-indent: 10px;
 *text-indent: 0px;
	line-height: 1.8em;
	background-repeat: no-repeat;
}
#gov a {
	color: #333333;
	text-decoration: none;
}
#gov a:hover {
	text-decoration: underline;
	color: #990000;
}
#gov a:visited {
	color: #000000;
	text-decoration: none;
}
.photo_news {
	height: 268px;
	width: 279px;
	background-position: -257px -44px;
	background-image: url(../images/bg_gov.gif);
}
#gov .photo_news .photos {
	width: 255px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#gov .department {
	height: 268px;
	width: 279px;
	background-image: url(../images/bg_gov.gif);
	background-position: -546px -43px;
}
#gov .department .content {
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
#gov .department .content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
}
#gov .department .content .l {
	float: left;
}
#gov .department .content .r {
	float: right;
}
#gov .department .content .b {
	clear: both;
}
#gov .department .content .b a {
	width: 259px;
	background-image: url(../images/bg_gov.gif);
	background-position: -367px -386px;
}
#gov .department .content .b a:hover {
	width: 259px;
	background-image: url(../images/bg_gov.gif);
	background-position: -367px -360px;
}
#gov .department .content a {
	height: 22px;
	width: 120px;
	display: block;
	background-image: url(../images/bg_gov.gif);
	background-position: 0px -386px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 22px;
}
#gov .department .content a:hover {
	text-decoration: none;
	background-image: url(../images/bg_gov.gif);
	background-position: -123px -386px;
}
.banner_l {
	height: 70px;
	width: 238px;
}
#gov img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gov .gov_mailbox {
	background-image: url(../images/bg_gov.gif);
	background-position: 0px -488px;
	height: 255px;
	width: 720px;
	background-repeat: no-repeat;
}
#gov .gov_mailbox .mid {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
#gov .gov_mailbox .title a, #gov .gov_topic .title a {
	font-size: 14px;
	font-weight: bold;
	color: #FF0033;
	line-height: 35px;
	padding-left: 80px;
}
#gov .gov_mailbox .mid .main_table td {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 25px;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
#gov .gov_mailbox .mid .main_table th {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 25px;
	font-size: 12px;
}
#gov .gov_mailbox .mid .main_table a {
	color: #CC0000;
}
#gov .gov_mailbox .btn {
	padding-top: 8px;
	padding-left: 520px;
}
#gov .gov_topic {
	background-image: url(../images/bg_gov.gif);
	background-repeat: no-repeat;
	background-position: 0px -752px;
	height: 156px;
	width: 720px;
}
#gov .gov_topic .content {
	padding-top: 20px;
}
#gov .gov_topic .roll_photos {
	margin-right: auto;
	margin-left: auto;
}
#gov .box_l {
	width: 238px;
	border: 1px solid #cccccc;
	background-image: url(../images/bg_newsbox.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
}
#gov .box_l .title {
	font-size: 14px;
	font-weight: bold;
	color: #a21607;
	text-indent: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.box_l .title img {
	top: -1px;
	position: relative;
	left: 5px;
}
#gov .box_l .text {
	padding: 8px;
}
#gov .box_l .text li {
	background-image: url(../images/bg_gov.gif);
	background-position: 0px -908px;
	font-size: 12px;
	text-indent: 10px;
}
.hr1 {
	float: left;
	height: 12px;
	width: 720px;
	font-size: 0px;
}
#gov .text .contact {
	font-size: 12px;
	display: block;
	height: 114px;
	_height: 120px;
	padding-left: 7px;
}
#gov .text .contact p {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#gov .movel {
	display: block;
	height: 66px;
	width: 19px;
	background-image: url(../images/bg_gov.gif);
	background-position: -257px -342px;
}
#gov .movel:hover {
	background-image: url(../images/bg_gov.gif);
	background-position: -284px -342px;
}
#gov .mover {
	display: block;
	height: 66px;
	width: 19px;
	background-image: url(../images/bg_gov.gif);
	background-position: -341px -342px;
}
#gov .mover:hover {
	background-image: url(../images/bg_gov.gif);
	background-position: -315px -342px;
}
#container-1 td, #container-1 tr {
	margin: 0px;
	padding: 0px;
}
#container-2 td, #container-2 tr {
	margin: 0px;
	padding: 0px;
}
#marqueeFrame {
	OVERFLOW: hidden;
	WIDTH: 650px;
	CURSOR: pointer
}
/*	提示框开始 */
#tooltip {
	BORDER-RIGHT: #111 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #111 1px solid;
	PADDING-LEFT: 5px;
	Z-INDEX: 3000;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #111 1px solid;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #111 1px solid;
	POSITION: absolute;
	BACKGROUND-COLOR: #FFFFCC;
	opacity: 0.85;
	font-weight: normal;
}
#tooltip H3 {
	MARGIN: 0px;
	font-family: "宋体";
	font-size: 12px;
}
#tooltip DIV {
	MARGIN: 0px
}

/*	提示框结束 */
