﻿@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
	margin:0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
}
html {
	width:100%;
	text-align:center;
	background:#f0faf2;
}
body {
	display:inline-block;
	width:1003px;
	margin:0 auto;
	text-align:left;
}
img {
	border:none;
}
a {
	text-decoration:none;
	cursor:pointer;
}
strong {
	font-weight:bold;
}
ul, ol, li, dt, dd {
	list-style:none;
}
.clear {
	clear:both;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
/* ==页头代码== */
#header .topbar {
	height:74px; 
	border-top:5px solid #1c6d1e;
	background:#fff url(tjj_topbar_bg.gif) repeat-x top left;
}
#header .topbar p {
	height:30px;
	text-align:right;
}
#header .topbar p a {
	display:inline-block;
	padding-right:20px;
	font:12px/30px Arial, Helvetica, sans-serif;
	color:#fff;
}
#header .topbar p a:hover {
	color:#f60;
}
#header .topbar p .one {
	background:url(tjj_cel.gif) no-repeat 4px 6px;
	padding-left:20px;
}
#header .topbar p .rss {
	background:url(tjj_rss.gif) no-repeat 4px 8px;
	padding-left:26px;
}
#header .topbar h2 {
	padding:8px 20px 0 0;
	text-align:right;
}
#header .nav {
	height:30px;
	background:url(tjj_nav_bg.gif) repeat-x;
}
#header .nav a {
	padding:0 17px;
	font: 14px/30px Arial, Helvetica, sans-serif;
	color:#333;
}
/**********为概览细览的头部导航添加的样式**********/
#header .nav1 {
	height:30px;
	background:url(tjj_nav_bg.gif) repeat-x;
}
#header .nav1 a {
	padding:0 6px;
	font: 14px/30px Arial, Helvetica, sans-serif;
	color:#333;
}

#header .navmain{background:#f1f1f1;height:24px;text-align:center;font:12px/24px Arial, Helvetica, sans-serif;color:#7f9db9;}

#header .navmain a {
	padding:0 10px;
	font:14px/24px Arial, Helvetica, sans-serif;
	color:#666;
}

#header .banner {
	margin-top:5px;
}
#header .subnav {
	border-bottom:4px solid #e0f4e5;
	background:url(tjj_nav_bg.gif) repeat-x;
}
#header .subnav a {
	padding:0 10px 0 9px;
	font:14px/30px Arial, Helvetica, sans-serif;
	color:#333;
}
#header a:hover {
	color:#f60;
}
/* ==搜索== */
.search {
	height:22px;
	background:url(tjj_left_tit_bg.gif) repeat-x;
	padding:6px 10px;
	overflow:hidden;
}
.search span {
	display:inline-block;
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	color:#fff;
}
.search form {
	display:inline-block;
}
.search form input.rr {
	height:20px;
	width:200px;
	padding:0 5px 0 25px;
	margin-right:5px;
	border:1px solid #7f9db9;
	background:#fff url(tjj_search_ico.gif) no-repeat 4px 2px;
	font:12px/20px Arial, Helvetica, sans-serif;
}
.search form input.btn {
	width:62px;
	height:22px;
	border:none;
	background:url(tjj_btn_bg1.gif) no-repeat;
	text-align:center;
	font:bold 13px/22px Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
}
/* ==下拉列表== */
.search .tag_select {
	color:#000;
	width:68px;
	height:22px;
	background:url(xld_bg.gif) 0 -52px no-repeat;
	padding:0 6px;
	line-height:22px;
}
.search .tag_select_hover {
	color:#000;
	width:68px;
	height:22px;
	background:url(xld_bg.gif) 0 -76px no-repeat;
	padding:0 6px;
	line-height:22px;
}
.search .tag_select_open {
	color:#000;
	width:68px;
	height:22px;
	background:url(xld_bg.gif) 0 -100px no-repeat;
	padding:0 6px;
	line-height:22px;
}
.search .tag_options {
	position:absolute;
	background:url(d_tag_options.gif) no-repeat left bottom;
	width:49px;
	padding:0 0 1px;
	margin:0;
}
.search .tag_options li {
	background:url(d_tag_options_li.gif) repeat-y;
	width:49px;
	padding:0 6px;
	height:22px;
	text-decoration:none;
	line-height:22px;
	color:#000;
}
.search li.open_hover {
	background:url(xld_bg.gif) 0 0 no-repeat;
	color:#000;
}
.search .tag_options li.open_selected {
	background:url(xld_bg.gif) 0 -24px no-repeat;
	color:#FFF;
}
/* ==新闻头条== */
.ttnew {
	height:30px;
	border:1px solid #68bc80;
	border-top:none;
	padding:8px;
}
.ttnew span {
	display:inline-block;
	padding:0 10px;
	font:bold 20px/30px "黑体"; 
	border-right:2px solid #68bc80;
	color:#09674c;
}
.ttnew p {
	padding:0 15px;
	height:30px;
}
.ttnew a {
	color:#ae1710;
	font:bold 20px/30px "黑体"; LETTER-SPACING: -1px;
	padding-left:10px;
}
.ttnew a:hover {
	color:#f60;
}
.ttnew #demo3 {
	width:870px;
	height:30px;
	text-align:left;
	overflow:hidden;
}
/* ==页面主体== */
#content {
	display:inline-block;
	width:100%;
	padding-top:2px;
	margin-top:6px;
	background:#fff;
}
/* ==左边== */
#left {
	display:inline-block;
	padding:8px;
	width:240px;
	background:url(tjj_left_bg.gif) repeat-y;
}
#left .tit {
	height:33px;
	background:url(tjj_left_tit_bg.gif) repeat-x;
	padding-right:10px;
}
#left .tit h2 {
	background:url(tjj_left_strong_bg.gif) repeat-x;
}
#left .tit h2 span {
	display:inline-block;
	background:url(tjj_left_span_bg.gif) no-repeat top right;
	padding-right:38px;
}
#left .tit h2 span strong {
	display:inline-block;
	font:bold 14px/33px Arial, Helvetica, sans-serif;
	color:#09674c;
}
#left .tit h2 span .tzgg_ico {
	background:url(tjj_ico2.gif) no-repeat 4px 8px;
	padding-left:24px;
}
#left .tit h2 span .bljg_ico {
	background:url(tjj_ico3.gif) no-repeat 4px 8px;
	padding-left:24px;
}
#left .tit h2 span .wsbs_ico {
	background:url(tjj_ico4.gif) no-repeat 4px 8px;
	padding-left:24px;
}
#left .tit a {
	display:inline-block;
	padding-right:6px;
	background:url(tjj_ico1.gif) no-repeat right center;
	color:#0f8664;
	font:12px/22px Arial, Helvetica, sans-serif;
}
#left .tit a:hover {
	color:#f60;
}
/* ==左边-通知公告== */
#left .tzgg {
	border:1px solid #a1e1b3;
	background:#fff;
}
#left .tzggmain {
	padding:10px;
	height:156x;
}
#left .tzgg ul {
	width:218px;
	
	overflow:hidden;
}
#left .tzgg ul li a {
	background:url(li_ico.gif) no-repeat 4px 6px;
	font:13px/24px Arial, Helvetica, sans-serif;
	padding-left:12px;
	color:#333;
}
#left .tzgg ul li a:hover {
	color:#f60;
}
/* ==左边-在线办理结果查询== */
#left .bljg {
	margin-top:5px;
	border:1px solid #a1e1b3;
	background:#fff;
}
#left .bljg form {
	display:inline-block;
	padding:6px;
}
#left .bljg form input.rr {
	display:inline-block;
	float:left;
	border:1px solid #c0c0c0;
	border-right:none;
	width:150px;
	height:23px;
	padding:0 5px;
	font:12px/23px Arial, Helvetica, sans-serif;
}
#left .bljg form input.btn {
	display:inline-block;
	float:left;
	width:62px;
	height:25px;
	border:none;
	background:url(tjj_btn_bg2.gif) no-repeat;
	text-align:center;
	font:bold 14px/25px Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
}
/* ==左边-网上办事== */
#left .wsbs {
	margin-top:5px;
	border:1px solid #a1e1b3;
	background:#fff;
}
#left .wsbsmain {
	background:#f7f7f7;
	margin:6px;
}
#left .wsbsmain h2 {
	height:35px;
	background:url(tjj_wsbs_bg.gif) no-repeat;
	padding-left:26px;
	font:bold 13px/32px Arial, Helvetica, sans-serif;
	color:#ff8400;
}
#left .wsbsmain p {
	padding:2px 0 0 4px;
}
#left .wsbsmain p a {
	display:inline-block;
	height:27px;
	background:url(tjj_ico6.gif) no-repeat 4px 10px;
	padding:0 10px 0 12px;
	font:13px/27px Arial, Helvetica, sans-serif;
	color:#333;
}
#left .wsbsmain p a:hover {
	color:#f60;
}
#right {
	display:inline-block;
	width:737px;
	padding:5px 5px 0 0;
}
/* ==中间== */
#middle {
	display:inline-block;
	width:482px;
}
#middle h2 {
	height:35px;
	background:url(tjj_middle_tit_bg.gif) repeat-x;
	padding-right:10px;
}
#middle h2 span {
	display:inline-block;
	padding-left:26px;
	color:#09674c;
	font:bold 14px/35px Arial, Helvetica, sans-serif;
}
#middle h2 .news_ico {
	background:url(tjj_ico8.gif) no-repeat 4px 10px;
}
#middle h2 a {
	display:inline-block;
	color:#09674c;
}
#middle h2 a.al {
	background:url(tjj_ico1.gif) no-repeat right center;
	padding-right:6px;
	font:12px/35px Arial, Helvetica, sans-serif;
}
#middle h2 a.a2 {
	background:url(tjj_ico10.gif) no-repeat left center;
	padding-left:20px;
	font:bold 12px/35px Arial, Helvetica, sans-serif;
}
#middle h2 a:hover {
	color:#f60;
}
#middle .main {
	padding:10px 6px;
}
#middle .main ul li {
	height:24px;
	background:url(tjj_ico9.gif) no-repeat 4px 10px;
	padding:0 0 0 16px;
	color:#333;
}
#middle .main ul li a {
	font:13px/24px Arial, Helvetica, sans-serif;
	color:#333;
}
#middle .main ul li a:hover {
	color:#f60;
}
#middle .main ul li label {
	color:#1c6d1e;
	padding:0 2px;
}
#middle .main ul li span {
	display:inline-block;
	float:right;
	font:13px/24px Arial, Helvetica, sans-serif;
}
#middle .tjzl {
	margin-top:1px;
	height:30px;
	background:url(tjj_tjzl_ul_bg.gif) repeat-x;
}
#middle .tjzl ul li {
	display:inline-block;
	float:left;
	padding:0 18px;
	font:bold 14px/30px Arial, Helvetica, sans-serif;
	color:#09674c;
	cursor:pointer;
}
#middle .tjzl ul li.hover {
	background:#68bc80;
	color:#fff;
}
#middle .tjsj {
	margin-top:1px;
	height:15px;
	padding:8px 0;
	text-align:center;
	color:#09674c;
}
#middle .tjsj span {
	display:inline-block;
	width:2px;
	background:url(tjj_tjsj_fg.gif) no-repeat;
}
#middle .tjsj a {
	padding:0 15px;
	color:#09674c;
	font:bold 13px/15px Arial, Helvetica, sans-serif;
}
#middle .tjsj a:hover {
	color:#f60;
}
#middle form {
	display:inline-block;
	padding:20px 10px;
	background:#f4faf6;
}
/* ==长下拉列表== */
.td1 .tag_select {
	color:#000;
	width:196px;
	height:22px;
	background:url(xlc_bg.gif) 0 -52px no-repeat;
	padding:0 6px;
	line-height:22px;
}
.td1 .tag_select_hover {
	color:#000;
	width:196px;
	height:22px;
	background:url(xlc_bg.gif) 0 -76px no-repeat;
	padding:0 6px;
	line-height:22px;
}
.td1 .tag_select_open {
	color:#000;
	width:196px;
	height:22px;
	background:url(xlc_bg.gif) 0 -100px no-repeat;
	padding:0 6px;
	line-height:22px;
}
.td1 .tag_options {
	position:absolute;
	background:url(c_tag_options.gif) no-repeat left bottom;
	width:177px;
	padding:0 0 1px;
	margin:0;
}
.td1 .tag_options li {
	background:url(c_tag_options_li.gif) repeat-y;
	width:177px;
	padding:0 6px;
	height:22px;
	text-decoration:none;
	line-height:22px;
	color:#000;
}
.td1 li.open_hover {
	background:url(xlc_bg.gif) 0 0 no-repeat;
	color:#000;
}
.td1 .tag_options li.open_selected {
	background:url(xlc_bg.gif) 0 -24px no-repeat;
	color:#FFF;
}
/* ==中下拉列表== */
.td2 .tag_select {
	color:#000;
	width:100px;
	height:22px;
	background:url(xlz_bg.gif) 0 -52px no-repeat;
	padding:0 6px;
	line-height:22px;
}
.td2 .tag_select_hover {
	color:#000;
	width:100px;
	height:22px;
	background:url(xlz_bg.gif) 0 -76px no-repeat;
	padding:0 6px;
	line-height:22px;
}
.td2 .tag_select_open {
	color:#000;
	width:100px;
	height:22px;
	background:url(xlz_bg.gif) 0 -100px no-repeat;
	padding:0 6px;
	line-height:22px;
}
.td2 .tag_options {
	position:absolute;
	background:url(z_tag_options.gif) no-repeat left bottom;
	width:81px;
	padding:0 0 1px;
	margin:0;
}
.td2 .tag_options li {
	background:url(z_tag_options_li.gif) repeat-y;
	width:81px;
	padding:0 6px;
	height:22px;
	text-decoration:none;
	line-height:22px;
	color:#000;
}
.td2 li.open_hover {
	background:url(xlz_bg.gif) 0 0 no-repeat;
	color:#000;
}
.td2 .tag_options li.open_selected {
	background:url(xlz_bg.gif) 0 -24px no-repeat;
	color:#FFF;
}
/* ==短下拉列表== */
.td3 .tag_select {
	color:#000;
	width:68px;
	height:22px;
	background:url(xld_bg.gif) 0 -52px no-repeat;
	padding:0 6px;
	line-height:22px;
}
.td3 .tag_select_hover {
	color:#000;
	width:68px;
	height:22px;
	background:url(xld_bg.gif) 0 -76px no-repeat;
	padding:0 6px;
	line-height:22px;
}
.td3 .tag_select_open {
	color:#000;
	width:68px;
	height:22px;
	background:url(xld_bg.gif) 0 -100px no-repeat;
	padding:0 6px;
	line-height:22px;
}
.td3 .tag_options {
	position:absolute;
	background:url(d_tag_options.gif) no-repeat left bottom;
	width:49px;
	padding:0 0 1px;
	margin:0;
}
.td3 .tag_options li {
	background:url(d_tag_options_li.gif) repeat-y;
	width:49px;
	padding:0 6px;
	height:22px;
	text-decoration:none;
	line-height:22px;
	color:#000;
}
.td3 li.open_hover {
	background:url(xld_bg.gif) 0 0 no-repeat;
	color:#000;
}
.td3 .tag_options li.open_selected {
	background:url(xld_bg.gif) 0 -24px no-repeat;
	color:#FFF;
}
#middle form input.btn {
	width:62px;
	height:22px;
	border:none;
	background:url(tjj_btn_bg1.gif) no-repeat;
	text-align:center;
	font:bold 13px/22px Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
}
/* ==右边== */
#rbox {
	display:inline-block;
	width:245px;
}
#rbox .flashbox {
	border:1px solid #a8d7b5;
	padding:6px 0;
	text-align:center;
}
/* ==右边-政府信息公开== */
#rbox .zfxxgk {
	margin-top:8px;
	border:1px solid #ff8400;
}
#rbox .zfxxgk h2 {
	height:33px;
	background:url(tjj_zfxxgk_bg.gif) no-repeat;
	padding-left:50px;
	font:bold 14px/33px Arial, Helvetica, sans-serif;
	color:#ff8400;
}
#rbox .zfxxgk ul {
	padding:7px 10px;
}
#rbox .zfxxgk ul li {
	height:26px;
	background:url(tjj_zfxxgk_li_bg.gif) repeat-x;
}
#rbox .zfxxgk ul li a {
	background:url(tjj_ico11.gif) no-repeat 4px 2px;
    *background:url(tjj_ico11.gif) no-repeat 4px 0; /*IE6.7*/
	font:13px/26px Arial, Helvetica, sans-serif;
	padding-left:20px;
	color:#333;
}
#rbox .zfxxgk ul li a:hover {
	color:#f60;
}
/* ==右边-网上投诉受理== */
#rbox .wstssl {
	margin-top:8px;
}
/* ==右边-热点专题== */
#rbox .hotzt {
	margin-top:8px;
	border:1px solid #a8d7b5;
}
#rbox .hotzt h2 {
	height:34px;
	padding-right:10px;
	background:url(tjj_right_tit_bg.gif) repeat-x;
}
#rbox .hotzt h2 span {
	display:inline-block;
	background:url(tjj_rdzt_left.gif) no-repeat;
	padding-left:46px;
	font:bold 14px/34px Arial, Helvetica, sans-serif;
	color:#09674c;
}
#rbox .hotzt h2 a {
	display:inline-block;
	background:url(tjj_ico1.gif) no-repeat right center;
	padding-right:6px;
	font:12px/34px Arial, Helvetica, sans-serif;
	color:#09674c;
}
#rbox .hotzt h2 a:hover {
	color:#f60;
}
#rbox .hotzt ul {
	padding:8px 10px;
}
#rbox .hotzt ul li {
	height:26px;
	background:url(line.gif) repeat-x bottom left;
}
#rbox .hotzt ul li a {
	background:url(tjj_ico12.gif) no-repeat 4px 6px;
   *background:url(tjj_ico12.gif) no-repeat 4px 4px;  /*IE6.7*/
	font:13px/26px Arial, Helvetica, sans-serif;
	padding-left:20px;
	color:#333;
}
#rbox .hotzt ul li a:hover {
	color:#f60;
}
/* ==右边-政民互动== */
#rbox .zmhd {
	margin-top:8px;
	border:1px solid #a8d7b5;
}
#rbox .zmhd h2 {
	height:34px;
	background:url(tjj_right_tit_bg.gif) repeat-x;
}
#rbox .zmhd h2 span {
	display:inline-block;
	background:url(tjj_zmhd_left.gif) no-repeat;
	padding-left:46px;
	font:bold 14px/34px Arial, Helvetica, sans-serif;
	color:#09674c;
}
#rbox .zmhd td {
	height:34px;
	width:50%;
	background:url(tjj_zmhd_bg.gif) repeat-x;
}
#rbox .zmhd td a {
	display:inline-block;
	padding-left:40px;
	color:#09674c;
	font:bold 14px/34px Arial, Helvetica, sans-serif;
}
#rbox .zmhd td a:hover {
	color:#f60;
}
#rbox .zmhd td .jzxx_ico {
	background:url(tjj_jzxx_ico.gif) no-repeat 10px 8px;
}
#rbox .zmhd td .wsdc_ico {
	background:url(tjj_wsdc_ico.gif) no-repeat 10px 4px;
}
#rbox .zmhd td .gzft_ico {
	background:url(tjj_gzft_ico.gif) no-repeat 8px 4px;
}
#rbox .zmhd td .wtjd_ico {
	background:url(tjj_wtjd_ico.gif) no-repeat 12px 4px;
}
#rbox .zmhd td .jdts_ico {
	background:url(tjj_jdts_ico.gif) no-repeat 6px 4px;
}
#rbox .zmhd td .jyly_ico {
	background:url(tjj_jyly_ico.gif) no-repeat 12px 4px;
}
/* ==网站链接== */
#link {
	clear:both;
	display:inline-block;
	width:100%;
	_margin-top:-2px;
	border-top:2px solid #97c7a4;
	padding:1px 0;
	background:#fff;
}
#link .lbox {
	display:inline-block;
	width:740px;
}
#link .lbox h2 {
	display:inline-block;
	width:49px;
	background:#e0f4e5 url(tjj_link_bg.gif) no-repeat bottom left;
	height: 153px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
#link .lbox h2 span {
	display:inline-block;
	padding:24px 8px 0 12px;
	background:url(tjj_ico7.gif) no-repeat 12px 6px;
	font:bold 14px/20px Arial, Helvetica, sans-serif;
	color:#09674c;
}
#link .lbox p {
	height:41px;
	padding-top:12px;
	_padding-top:10px;
	text-align:center;
}
#link .lbox p a {
	display:inline-block;
	border:1px solid #60a486;
	margin:0 10px;
}
#link form {
	display:inline-block;
	width:242px;
	padding:18px 10px 0 10px;
	_padding:18px 0 0 0;
}
#link form p {
	padding:10px 0;
}
/* ==长下拉列表== */
#link .tag_select {
	color:#000;
	width:242px;
	height:22px;
	background:url(xlc_bg1.gif) 0 -52px no-repeat;
	padding:0 6px;
	line-height:22px;
}
#link .tag_select_hover {
	color:#000;
	width:242px;
	height:22px;
	background:url(xlc_bg1.gif) 0 -76px no-repeat;
	padding:0 6px;
	line-height:22px;
}
#link .tag_select_open {
	color:#000;
	width:242px;
	height:22px;
	background:url(xlc_bg1.gif) 0 -100px no-repeat;
	padding:0 6px;
	line-height:22px;
}
#link .tag_options {
	position:absolute;
	background:url(c_tag_options1.gif) no-repeat left bottom;
	width:223px;
	padding:0 0 1px;
	margin:0;
}
#link .tag_options li {
	background:url(c_tag_options_li1.gif) repeat-y;
	width:223px;
	padding:0 6px;
	height:22px;
	text-decoration:none;
	line-height:22px;
	color:#000;
}
#link li.open_hover {
	background:url(xlc_bg1.gif) 0 0 no-repeat;
	color:#000;
}
#link .tag_options li.open_selected {
	background:url(xlc_bg1.gif) 0 -24px no-repeat;
	color:#FFF;
}
/* ==底部== */
#footer {
	padding:20px 0;
	background:#e0f4e5 url(footer_bg.gif) repeat-x top left;
	text-align:center;
	color:#477353;
}
#footer p {
	font:12px/25px Arial, Helvetica, sans-serif;
}
#footer p span {
	display:inline-block;
	height:25px;
	padding:0 10px;
	background:url(tjj_fwrs_bg.gif) no-repeat;
}
#footer p span label {
	display:inline-block;
	width:13px;
	background:url(tjj_fwrs_bg1.gif) no-repeat center center;
	font:bold 12px/25px Arial, Helvetica, sans-serif;
	color:#fff;
	margin-left:-3px;
}
#glcon {
	display:inline-block;
	width:100%px;
	background:url(tjj_left_bg.gif) repeat-y left top;
}
/* ==概览左边== */
#gl_left {
	display:inline-block;
	padding:8px;
	width:240px;
}
#gl_left .tjfx {
	border:1px solid #a1e1b3;
	background:#fff;
}
#gl_left .tjfx h2 {
	height:33px;
	background:url(tjj_left_tit_bg.gif) repeat-x;
}
#gl_left .tjfx span {
	display:inline-block;
	height:33px;
	background:url(tjj_left_strong_bg.gif) repeat-x;
	padding-left:10px;
}
#gl_left .tjfx strong {
	display:inline-block;
	background:url(tjj_left_span_bg.gif) no-repeat top right;
	padding-right:68px;
	font:bold 14px/33px Arial, Helvetica, sans-serif;
	color:#fe7010;
}
#gl_left .tjfx ul li {
	height:34px;
}
#gl_left .tjfx ul li a {
	display:inline-block;
	width:178px;
	background:url(gl_left_bg.gif) no-repeat;
	padding-left:60px;
	font:12px/34px Arial, Helvetica, sans-serif;
	color:#333;
}
#gl_left .tjfx ul li a:hover {
	background:url(gl_left_hover.gif) no-repeat;
	font:bold 12px/34px Arial, Helvetica, sans-serif;
	color:#fff;
}
/* ==概览右边== */
#gl_right {
	display:inline-block;
	width:737px;
	padding:5px 5px 0 0;
}
.crumb {
	height:26px;
	background:url(gl_right_tit_bg.gif) repeat-x bottom left;
	color:#333;
}
.crumb span {
	display:inline-block;
	background:url(ico13.gif) no-repeat 6px 4px;
	padding-left:30px;
	font:13px/26px Arial, Helvetica, sans-serif;
}
.crumb span a {
	color:#333;
}
.crumb span a:hover {
	color:#f60;
}
#gl_right h2 {
	
	padding-left:10px;
	height:36px;
	background:url(gl_right_tit_bg.gif) repeat-x bottom left;
	font:bold 16px/36px Arial, Helvetica, sans-serif;
	color:#cb4b40;
}
#gl_right .mainbox {
	width:713px;
	margin:20px auto 0 auto;
}
#gl_right .mainbox h3.top {
	height:7px;
	background:url(gl_right_top.gif) no-repeat;
	overflow:hidden;
}
#gl_right .mainbox h3.bottom {
	height:7px;
	background:url(gl_right_bottom.gif) no-repeat center top;
	overflow:hidden;
}
#gl_right .main {
	padding:10px;
	border-left:1px solid #68bc80;
	border-right:1px solid #68bc80;
}
#gl_right .main ul li {
	background:url(2012_index_xxbg01.gif) bottom repeat-x;
	height:26px;
}
#gl_right .main ul li a {
	display:inline-block;
	float:left;
	padding:0 0 0 24px;
	font:12px/26px Arial, Helvetica, sans-serif;
	background:url(li_ico.gif) 8px 10px no-repeat;
	color:#333;
}
#gl_right .main ul li a:hover {
	color:#f60;
}
#gl_right .main ul li span {
	display:inline-block;
	float:right;
	padding:0 4px 0 0;
	font:12px/26px Arial, Helvetica, sans-serif;
}
#gl_right .page {
	background:#e0f4e5;
	padding:6px 0;
	height:30px;
	text-align:center;
	color:#e0f4e5;
	font:13px/21px Arial, Helvetica, sans-serif;
}

#gl_right .page .gl_bg07
{
	display:inline-block;
	padding:0 5px;
	margin:2px;
	color:#333;
	text-decoration:none;
	font:13px/21px Arial, Helvetica, sans-serif;
}
#gl_right .page .gl_bg07 a:hover {
	color:#f60;
	}
/*************lidaoqun20120424屏蔽
#gl_right .page a {
	display:inline-block;
	height:21px;
	background:url(page_bg.gif) repeat-x;
	border:1px solid #68bc80;
	padding:0 5px;
	margin:2px;
	color:#333;
	text-decoration:none;
	font:13px/21px Arial, Helvetica, sans-serif;
}
#gl_right .page a:hover {
	color:#f60;
}
#gl_right .page span {
	padding:0 5px;
}

#gl_right .page input.btn{
	width:42px;
	height:22px;
	border:none;
	background:url(tjj_btn_bg3.gif) no-repeat;
	text-align:center;
	font:bold 13px/22px Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
}
***************/
#gl_right .ts {
	margin-top:10px;
	padding:10px 0;
	background:url(gl_right_tit_bg.gif) repeat-x top left;
	font:13px/24px Arial, Helvetica, sans-serif;
	text-align:center;
}
#gl_right .ts a {
	color:#333;
}
#gl_right .ts a:hover {
	color:#f60;
}
/* ==细览== */
#xlcontent {
	padding:10px 20px;
}
#xlcontent h2 {
	padding:5px 10px;
	height:36px;
	background:url(gl_right_tit_bg.gif) repeat-x bottom left;
	font:bold 16px/36px Arial, Helvetica, sans-serif;
	color:#cb4b40;
}
#xlcontent .mainbox {
	width:874px;
	margin:10px auto 0 auto;
}
#xlcontent .mainbox h3.top {
	height:7px;
	background:url(xl_top.gif) no-repeat;
	overflow:hidden;
}
#xlcontent .mainbox h3.bottom {
	height:7px;
	background:url(xl_bottom.gif) no-repeat center top;
	overflow:hidden;
}
#xlcontent .main {
	padding:10px;
	border-left:1px solid #68bc80;
	border-right:1px solid #68bc80;
	text-align:center;
}
#xlcontent .main h4 {
	padding:4px 0;
	color:#006a1e;
	font:bold 16px/40px Arial, Helvetica, sans-serif;
}
#xlcontent .main h6 {
	height:32px;
	margin:8px 0;
	color:#333;
	background:url(xl_tit_bg.gif) repeat-x;
}
#xlcontent .main h6 label {
	list-style:none;
	padding:0 6px;
	color:#333;
	font:12px/32px Arial, Helvetica, sans-serif;
}
#xlcontent .nr {
	padding:0 16px;
	text-align:left;
}
#xlcontent .nr p {
	font:13px/2em Arial, Helvetica, sans-serif;
	/* padding:2px 0; */
}
#xlcontent .nr p * {
	font:13px/2em Arial, Helvetica, sans-serif;
}
#xlcontent .nr p strong {
	font-weight:bold;
}
/**新增文档细览加粗**/
#xlcontent .nr p strong span {
	font-weight:bold;
}
#xlcontent .nr p strong a {
	font-weight:bold;
}
/**新增文档细览加粗**/
#xlcontent .xglj {
	padding:10px;
	width:854px;
	margin:10px auto;
   *margin:10px auto 0 auto; /*IE6.7*/
	background:url(gl_right_tit_bg.gif) repeat-x top left;
}
#xlcontent .xglj span {
	display:inline-block;
	font:bold 13px/22px Arial, Helvetica, sans-serif;
}
#xlcontent .xglj form{
	display:inline-block;
	float:right;
	height:22px;
}

#xlcontent .xglj td{padding-left:5px;}

#xlcontent .xglj form td input.rr {
	height:20px;
	width:200px;
	padding:0 5px;
	margin-right:5px;
	border:1px solid #7f9db9;
	font:12px/20px Arial, Helvetica, sans-serif;
}
#xlcontent .xglj form td input.btn {
	width:62px;
	height:22px;
	border:none;
	background:url(tjj_btn_bg1.gif) no-repeat;
	text-align:center;
	font:bold 13px/22px Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
}


/* ==统计数据左边== */
#tjsjy_left {
	display:inline-block;
	padding:20px 11px;
	width:234px;
}

#tjsjy_left h4{height:18px;background:#a5d9b3;margin:5px 0;}

#tjsjy_left .tjsjy {
	background:url(tjsj_left_bg.gif) repeat-y;
}

#tjsjy_left .main{background:url(tjsj_left_bg.gif) repeat-y;text-align:center;}

#tjsjy_left .main h3.top{height:6px;background:url(tjsj_left_top.gif) no-repeat left top;}

#tjsjy_left .main h3.bottom{height:6px;background:url(tjsj_left_bottom.gif) no-repeat left bottom;}

#tjsjy_left .main table{width:214px;margin:6px auto;}

#tjsjy_left .main table td{background:#fff;width:50%;height:24px;}

#tjsjy_left .main table td a{font:12px/24px Arial, Helvetica, sans-serif;color:#333;}

#tjsjy_left .main table td a:hover{color:#f60;}

#tjsjy_left p{color:#006600;font:12px/27px Arial, Helvetica, sans-serif;}

/* ==统计数据右边-月报== */
#gl_right .ybbox{
	width:692px;
	margin:20px auto 0 auto;
	padding:0 25px 20px 25px;
	background:url(gl_right_tit_bg.gif) repeat-x bottom left;
}

#gl_right .ybbox h3.top{height:4px;background:url(tjsj_right_top01.gif) no-repeat left top;overflow:hidden;}

#gl_right .ybbox h3.bottom{height:4px;background:url(tjsj_right_bottom01.gif) no-repeat left top;overflow:hidden;}

#gl_right .ybmain{background:#f0fcf2;border-left:1px solid #68bc80;border-right:1px solid #68bc80;padding:10px 0;text-align:center;}

#gl_right .ybmain table{width:540px;margin:0 auto;}

#gl_right .ybmain table th{background:#f0fcf2;height:24px;font:bold 12px/24px Arial, Helvetica, sans-serif;text-align:center;color:#006600;}

#gl_right .ybmain table td{background:#fff;height:24px;color:#006600;}

#gl_right .ybmain table td.td1{text-align:left;width:30%;}

#gl_right .ybmain table td.td2{width:10%;}

#gl_right .ybmain table td a{font:12px/24px Arial, Helvetica, sans-serif;color:#006600;padding:0 2px;}

#gl_right .ybmain table td a:hover{color:#f60;}

#gl_right .ybmain table td a.one{text-decoration:underline;padding:0;}

#gl_right .tel{
	width:692px;
	margin:0 auto;
	padding:10px 25px;
	background:url(gl_right_tit_bg.gif) repeat-x bottom left;
	font:12px/24px Arial, Helvetica, sans-serif;
	text-align:center;
}

/* ==统计数据右边数据查询== */
#gl_right .sjcx{
	width:692px;
	margin:20px auto;
}

#gl_right .sjcx h3.top{height:5px;background:url(tjsj_right_top02.gif) no-repeat left top;overflow:hidden;}

#gl_right .sjcx h3.bottom{height:5px;background:url(tjsj_right_bottom02.gif) no-repeat left top;overflow:hidden;}

#gl_right .sjcx form{width:690px;}

#gl_right .sjcx .dx{height:24px;background:#e4f4e9;border-left:1px solid #68bc80;border-right:1px solid #68bc80;padding:10px 70px;}

#gl_right .sjcx .xl{height:24px;background:#c2e6cc;border-left:1px solid #68bc80;border-right:1px solid #68bc80;padding:10px 70px;}

#gl_right .sjcx label{display:inline-block;background:url(tjsj_ico.gif) no-repeat 4px 4px;*background:url(tjsj_ico.gif) no-repeat 4px 2px;padding-left:20px;font:bold 12px/24px Arial, Helvetica, sans-serif;color:#006600;}

#gl_right .sjcx span{padding:0 5px;}

#gl_right .sjcx input.rr{width:144px;height:20px;border:1px solid #7f9db9;padding:0 5px;font:12px/20px Arial, Helvetica, sans-serif;}

#gl_right .sjcx input.btn{width:49px;height:22px;border:none;background:url(tjsj_btn_bg.gif) no-repeat;text-align:center;text-align:center;color:#000;cursor:pointer;margin-left:15px;padding-bottom:3px;padding:0\9;}

#gl_right .sjcx p{padding-top:5px;font:12px/24px Arial, Helvetica, sans-serif;}

/* ==下拉列表== */
.sjcx .tag_select {
	color:#000;
	width:68px;
	height:22px;
	background:url(xld_bg.gif) 0 -52px no-repeat;
	padding:0 6px;
	line-height:22px;
}
.sjcx .tag_select_hover {
	color:#000;
	width:68px;
	height:22px;
	background:url(xld_bg.gif) 0 -76px no-repeat;
	padding:0 6px;
	line-height:22px;
}
.sjcx .tag_select_open {
	color:#000;
	width:68px;
	height:22px;
	background:url(xld_bg.gif) 0 -100px no-repeat;
	padding:0 6px;
	line-height:22px;
}
.sjcx .tag_options {
	position:absolute;
	background:url(d_tag_options.gif) no-repeat left bottom;
	width:49px;
	padding:0 0 1px;
	margin:0;
}
.sjcx .tag_options li {
	background:url(d_tag_options_li.gif) repeat-y;
	width:49px;
	padding:0 6px;
	height:22px;
	text-decoration:none;
	line-height:22px;
	color:#000;
}
.sjcx li.open_hover {
	background:url(xld_bg.gif) 0 0 no-repeat;
	color:#000;
}
.sjcx .tag_options li.open_selected {
	background:url(xld_bg.gif) 0 -24px no-repeat;
	color:#FFF;
}


/* ==下拉列表== */
#xlcontent .xglj .tag_select {
	color:#000;
	width:100px;
	height:22px;
	background:url(xlz_bg.gif) 0 -52px no-repeat;
	padding:0 6px;
	line-height:22px;
}
#xlcontent .xglj .tag_select_hover {
	color:#000;
	width:100px;
	height:22px;
	background:url(xlz_bg.gif) 0 -76px no-repeat;
	padding:0 6px;
	line-height:22px;
}
#xlcontent .xglj .tag_select_open {
	color:#000;
	width:100px;
	height:22px;
	background:url(xlz_bg.gif) 0 -100px no-repeat;
	padding:0 6px;
	line-height:22px;
}
#xlcontent .xglj .tag_options {
	position:absolute;
	background:url(z_tag_options.gif) no-repeat left bottom;
	width:81px;
	padding:0 0 1px;
	margin:0;
}
#xlcontent .xglj .tag_options li {
	background:url(z_tag_options_li.gif) repeat-y;
	width:81px;
	padding:0 6px;
	height:22px;
	text-decoration:none;
	line-height:22px;
	color:#000;
}
#xlcontent .xglj li.open_hover {
	background:url(xlz_bg.gif) 0 0 no-repeat;
	color:#000;
}
#xlcontent .xglj .tag_options li.open_selected {
	background:url(xlz_bg.gif) 0 -24px no-repeat;
	color:#FFF;
}
#xlcontent .xglj ul {
	clear:both;
}
#xlcontent .xglj ul li {
	background:url(2012_index_xxbg01.gif) bottom repeat-x;
	height:24px;
}
#xlcontent .xglj ul li a {
	padding:0 0 0 18px;
	font:13px/24px Arial, Helvetica, sans-serif;
	background:url(li_ico.gif) 8px 6px no-repeat;
	color:#333;
}
#xlcontent .xglj ul li a:hover {
	color:#f60;
}
#xlcontent .xglj ul li span {
	padding:0 0 0 4px;
	font:13px/24px Arial, Helvetica, sans-serif;
}