﻿@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family: "Arial", "Lucida Sans Unicode", "Lucida Grande", "Verdana", "Helvetica", "宋体", "微软雅黑", sans-serif;
	font-size:12px;
	line-height:22px;

}
/* 解决固定层在IE6下闪的问题 */
*html{
 	background-image:url(about:blank);
 	background-attachment:fixed;
}
body {
	
}
a {
	color:#131313;
	text-decoration:none;
}
a:hover {
	color:#009cff;
}
h1 {
	overflow:hidden;
}
h1 em {
	display:block;
	width:auto;
	top:0;
	left:0;
}
h2 {
	text-align:left;
}
h3 {
}
h4 {
}
img {
	border:none;
	vertical-align:middle;
}
a {
	color:#131313;
}
a:hover {
	text-decoration:underline;
	color:#009cff;
}
img {
	border:none;
}
input {
	overflow:hidden;
	padding:2px;
	vertical-align:middle;
	color:#aaa;
}

input.radio {
	padding-right:3px;
}
input.checkbox {
	border:none;
	height:auto;
	background:transparent;
	margin-right:3px;
}
textarea {
	background:url(pic/textarea_bj.jpg) repeat-x top #fff;
	padding:3px;
	vertical-align:middle;
	text-align:left;
	color:#aaa;
	border:1px solid #e3e3e3;
}
select {
	height:28px;
	vertical-align:middle;
	border:1px solid #e3e3e3;
	background:url(pic/textarea_bj.jpg) repeat-x top;
	padding:2px 0;
	color:#aaa;
}
.none {
	margin:0;
	padding:0;
	border:0;
}
p {
	text-align:left;
}
li {
	list-style:none;
}
input.box_text {
	height:12px;
	line-height:14px;
}

/*弹窗样式*/
td {
	font-size:12px;
	padding:2px 5px;
	border-collapse:collapse;
	white-space:nowrap;
	height:22px;
	line-height:22px;
}
th {
	font-size:12px;
	padding:0 5px;
	text-align:left;
	font-weight:normal;
	height:29px;
	line-height:29px;
	background:url(pic/bannerbg_white.jpg) repeat-x;
	border-bottom:1px solid #e3e3e3;
	border-collapse:collapse;
	white-space:nowrap;
}
th.width200 {
	width:200px;
}
th.width100 {
	width:100px;
}
/*日历弹窗和简单查询table边线、可视化图表td*/
table {
	border-collapse:collapse;/*border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;*/
}
.mazdx td, .tableCon td, .dataChart td {
	font-size:12px;
	padding:2px 5px;
	border-collapse:collapse;
	white-space:nowrap;
	height:22px;
	line-height:22px;
	border-bottom:1px solid #e3e3e3;
}
.mazdx th, .tableCon th, .dataChart th {
	font-size:12px;
	padding:0 5px;
	text-align:left;
	font-weight:normal;
	height:29px;
	line-height:29px;
	background:url(pic/bannerbg_white.jpg) repeat-x;
	border-bottom:1px solid #e3e3e3;
	border-collapse:collapse;
	white-space:nowrap;
}
table.box {
	border-collapse:collapse;
	border:1px solid #e3e3e3;
}
.tdRight {
	text-align:right;
	padding-right:20px;
}
/*分页*/
.pageFlip {
	text-align:right;
	padding:4px 10px;
	background:url(pic/bannerbg_white.jpg) repeat-x;
	border-bottom:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
}
.pageFlip a {
	padding-left:10px;
}
.pageFlip a:hover {
	padding-left:10px;
}



/*content*/
.content {
	width:995px;
	margin:0px auto;
	padding:0px;
	background:#fff;
	font-size:12px;
}
.clear{
	clear:both;
}
/*head  style*/
.hot-index-container{
	width:270px;
	height:33px;
	overflow:hidden
}
.top {
	width:100%;
	height:30px;
	line-height:30px;
	background:#205aa7;
	text-align:right;
}
.top span{
	margin:0 5px 0 0;
	color:#fff;
}
.top span a{
	color:#fff;
	text-decoration:none;
}
.top span a:hover{
	color:#fff;
	text-decoration:underline;
}
.navigation {
	background:url(pic/headbg.jpg) repeat-x;
	width:995px;
	height:238px;
}
.logo {
	background:url(pic/top_logo.jpg) no-repeat;
	width:990px;
	height:140px;
	padding-top:82px;
}

/*当前栏目*/
.current_menu{
	margin-right:40px;
	height:40px;
	display:block;
	text-align:right;
}
.current_menu font{
	border-top:2px solid #fff;
	line-height:40px;
	font-size:24px;
	color:#fff;
}



/*search*/
.search{
	float:left;
	/*width:380px;*/
	width:335px;
	height:34px;
	margin:20px 0 0 184px;
	*margin:20px 0 0 184px;
	*_margin:20px 0 0 92px;
	background:url(pic/shuku.jpg) no-repeat 10px;
	/*padding-left:135px;*/
	padding-left:142px;
}
.search_box{
	float:left;
    /*width:300px;*/
	width:255px;
	height:34px;
	margin:0;
	padding:0;
}
.search_box .search_text{
	background:url(pic/textarea_bj.jpg) repeat-x top;
    border:1px solid #205aa7;
	white-space:nowrap;
	text-align:left;
/*	width:298px;*/
    width:253px;
	height:28px;
	line-height:28px;
/*	*_height:32px;
	*_line-height:32px;*/
	margin:0;
	padding-left:2px;	
}
.icon_search{
	float:left;
	margin:1px 0px 0px 0px;
/*	*margin:2px 0px 0px 0px;
	*_margin:2px 0px 0px 0px;*/
	margin-left:-30px;
	*_margin-left:-35px;
	background:url(pic/icon_search.jpg) no-repeat bottom;
	width:32px;
	height:32px;
}
.bt_search{
	float:left;
	margin:0;
	*margin:2px 0 0 0px;/*解决搜索框与按钮不齐*/
	padding:0;
}
.bt_search a{
	text-decoration:none;	
}


.keyword{
	float:left;
	margin:20px 0 0 2px;
	text-align:left;
}
.keyword ul li{
	float:left;
	height:15px;
	line-height:15px;
	margin:0 5px 0 5px;
	list-style:none;
}
.keyword ul li a{
	color:#131313;
	text-decoration:none;
}
.keyword ul li a:hover{
	text-decoration:underline;
}
.textP{
	float:left;
	width:40px;
	margin:20px 0 0 8px;
	*margin:20px 0 0 3px;
}
/*search end*/


/*foot*/
.foot{
/*	background:#205aa7 url(pic/footL.jpg) no-repeat top;*/
	background:#333 url(pic/footL.jpg) no-repeat top;
	padding:50px 40px 20px 40px;
	clear:both;
}
.foot .cpr{
	text-align:left;
	float:left;
	width:180px;
	padding-right:10px;
}
.foot .cpr ul{
    padding:0;
	margin:0 auto;
}
.foot .cpr ul .tittle{
	color:#8fd4ff;
	font-weight:bold;
	line-height:25px;
}
.foot .cpr ul .lineL{
	border-left:3px solid #009cff;
	height:12px;
	width:3px;
	text-align:left;
	padding:0;
	margin:0;
}
.foot .cpr ul li{
	list-style:none;
	text-align:left;
	width:180px;
	float:left;
}
.foot .cpr li a{
	display:block;
	text-decoration:none;
	color:#fff;
	text-align:left;
}
.foot .cpr li a:hover{
    color:#8fd4ff;
}
.foot .cpr02{
	text-align:left;
	float:left;
	width:300px;
	padding-left:45px;
}
.foot .cpr02 ul{
    padding:0;
	margin:0 auto;
}
.foot .cpr02 ul li{
	list-style:none;
	text-align:left;
	width:auto;
	color:#fff;
	text-align:left;
}
.foot .cpr02 ul .tittle{
	color:#8fd4ff;
	font-weight:bold;
	line-height:25px;
}
.foot .cpr02 ul .tittle a{
	color:#8fd4ff;
	font-weight:bold;
	line-height:25px;
}
.foot .cpr02 ul .tittle a:hover{
	color:#8fd4ff;
	font-weight:bold;
	line-height:25px;
	text-decoration:underline;
}
.foot .cpr02 ul .pheight{
	padding-top:19px;
}
.foot .cpr02 li a{
	display:block;
	text-decoration:none;
	color:#fff;
	text-align:left;
}
.foot .cpr02 li a:hover{
    color:#8fd4ff;
}

.foot .copyright{
	height:20px;
	line-height:20px;
	padding:20px 0 0 0;
}
.foot .address{
	height:20px;
	line-height:20px;
}
.foot span{
	margin:0 5px 0 5px;
	color:#fff;
}
.foot span a{
	color:#fff;
	text-decoration:none;
}
.foot span a:hover{
	text-decoration:underline;
}
.bottom{
	/*background:#02306e;*/
	background:#000;
	height:10px;
}
/*foot end*/






/*index--main主内容区开始*/
.main{
	clear:both;
	margin:0px;
	/*margin:20px 20px 20px 20px;*/
	
/*	height:auto;
	width:auto;*/
}


/*main--top*/
.main_top{
	margin:auto;
	clear:both;
	*_border:1px solid #fff;
}

/*图片轮显*/
.main_topL{
	float:left;
	margin:0px auto;
	width:692px;
	height:307px;
	border:1px solid #73c9ff;
	background:#e6f5fe;

}


/*用户中心*/
.main_topR{
	float:right;
	margin:0px auto;
	width:250px;
}
.main_topR .user{
	background:url(pic/bannerbg_blue.jpg) repeat-x;
	width:248px !important;
	_width:250px;
	height:28px;
	border:1px solid #205aa7;
}
.main_topR .user .title{
	float:left;
	color:#fff;
	height:28px;
	line-height:28px;
	padding:0 0 0 10px;
	font-family:"黑体", sans-serif;
	font-size:14px;
}
.main_topR .user .reg{
	float:right;
}
.main_topR .user .reg a{
	color:#fff;	height:28px;
	line-height:28px;
	padding:0 10px 0 0;
}
.main_topR .user_function{
	width:248px;
	height:278px;
	border:1px solid #e3e3e3;
	border-top:none;
	text-align:center;
}

.input_user{
	float:left;
	width:226px;
	margin:10px 10px 0px 10px !important;
	>margin:10px 10px 0px 6px !important;
	_margin:10px 0 0 4px;
}
.login_text{
	background:url(pic/textarea_bj.jpg) repeat-x top;
	border:1px solid #e3e3e3;
	text-align:left;
	width:193px;
	height:28px;
	line-height:28px;
	padding-left:30px;
	
}
.icon_user{
	float:left;
	margin:20px 0px 10px 10px;
	background:url(pic/user.gif) no-repeat;
	width:16px;
	height:16px;
	margin-left:-230px;
	*margin-left:-225px;
	*_margin-left:-225px;
}
.icon_pwd{
	float:left;
	margin:20px 0px 10px 10px;
	background:url(pic/password.gif) no-repeat;
	width:16px;
	height:16px;
	margin-left:-230px;
	*margin-left:-225px;
	*_margin-left:-225px;
}
.auto_login{
	float:left;
	margin:10px 10px 10px 10px;
	*margin:10px 5px 10px 10px;
	*_margin:15px 5px 10px 10px;
	height:34px;
	line-height:34px;
}
.forgot_pwd{
	float:left;
	margin:10px 5px 10px 10px;
	height:34px;
	line-height:34px;
	color:#009cff;
}
.forgot_pwd a{
	float:left;
	height:34px;
	line-height:34px;
	color:#009cff;
	text-decoration:none;
}
.forgot_pwd a:hover{
	float:left;
	height:34px;
	line-height:34px;
	color:#009cff;
	text-decoration:underline;
}
.bt_login{
	float:right;
	margin:10px 12px 10px 5px;
	*margin:10px 5px 5px 0px;
}
.line{
	margin:10px;
	*_margin:-10px;
	border-top:1px solid #e3e3e3;
	width:228px;
	height:1px;
}
.img_link{
	margin:7px 10px 0 10px;
	float:right;
}
.img_link img{
	margin:0px 5px 0 5px;	
	_margin:0px 5px 5px 5px;	
}
.img_linkLogo{
	margin:18px 5px 0 5px;	
	_margin:28px 5px 0 5px;
}
.img_linkLogo img{
	margin:0px 5px 0px 5px;
	text-align:center;
}



/*main--middle*/
.main_middle{
	margin:10px 0 0 0;
	*margin:-10px 0 0 0;
	*_margin:10px 0 0 0;
	*border:1px solid #fff;
}
.main_middleL{
	float:left;
	margin:0px auto;
	width:250px;
}
.main_middleL .title{
	background:url(pic/bannerbg_blue.jpg) repeat-x;
	width:238px;
	height:28px;
	line-height:28px;
	border:1px solid #205aa7;
	color:#fff;
	padding:0 0 0 10px;
	font-family:"黑体", sans-serif;
	font-size:14px;
}
.main_middleL .latest{
	width:228px;
	height:210px;
	border:1px solid #e3e3e3;
	border-top:none;
	text-align:left;
	padding:10px;
}
.main_middleL .latest ul{
	padding:0;
	margin:0 auto;
}
.main_middleL .latest li{
	list-style:none;
	text-align:left;
	width:227px;
	float:left;
}
.main_middleL .latest li a{
	border-bottom:1px solid #e3e3e3;
	display:block;
	line-height:25px;
	text-decoration:none;
	color:#131313;
	text-align:left;
}
.main_middleL .latest li a:hover{
    color:#009cff;
}
.main_middleL .latest li ul{
	margin:2px 0 3px 0;
}
.main_middleL .latest li ul li{
	list-style:none;
	text-align:left;
}
.main_middleL .latest li ul li a{
	border-bottom:none;
	display:block;
	line-height:25px;
	color:#aaa;
	text-decoration:none;
}

.main_middleM{
	float:left;
	margin:0px auto;
	width:250px;
}



/*发布日程*/
.main_middleR{
	float:right;
	margin:0px auto;
	width:250px;
	padding:0;
}
.main_middleR .title{
	background:url(pic/bannerbg_blue.jpg) repeat-x;
	width:238px;
	height:28px;
	line-height:28px;
	border:1px solid #205aa7;
	color:#fff;
	padding:0 0 0 10px;
	font-family:"黑体", sans-serif;
	font-size:14px;
}
.main_middleR .latest{
	width:248px;
	height:231px;
	border:1px solid #e3e3e3;
	border-top:none;
	text-align:center;
}
.main_middleR .condition{
	height:38px !important;
	>height:38px !important;
	_height:30px;
	line-height:38px;
	border-left:1px solid #f4f7f8;
	border-right:1px solid #f4f7f8;
	border-bottom:1px solid #e3e3e3;
	background:url(pic/mon_bj.jpg) repeat-x;
	text-align:center;
	_padding-top:8px;
}
.main_middleR tbody{
	border:0;
}
.main_middleR table td{
	border:1px solid #e3e3e3;
	padding:0;
	width:35px;
	height:26px;
}
.main_middleR table .noneR{
	border-right:0;
}
.main_middleR table .noneL{
	border-left:0;
}
.main_middleR table .noneB{
	border-bottom:0;
}
.main_middleR table .space{
	border-top:1px solid #fff;
	background:#efefef;
}
.main_middleR table th{
	border-top:1px solid #fff;
	border-right:1px solid #e3e3e3;
	background:#efefef;
	text-align:center;
}
.main_middleR table .fontGray{
	color:#aaa;
}
.main_middleR table .fontGray a{ 
	color:#aaa;
}
.main_middleR table td a{
	text-decoration:none;
	height:26px;
	line-height:26px;
	padding:6px 8px!important;
	*padding:5px 9px 4px 10px ;
}
.main_middleR table td a:hover{
	color:#fff;
	width:34px;
	height:26px;
	line-height:26px;
	text-decoration:none;
/*	border: 1px solid #205aa7;*/
	background:url(pic/bt_bj.jpg) repeat-x top;
	padding:6px 8px!important;
	*padding:5px 9px 4px 10px ;
}
.main_middleR table td .selected {
    color:#fff;
	height:26px;
	line-height:26px;
	text-decoration:none;
	border: 1px solid #205aa7;
	background:url(pic/bt_bj.jpg) repeat-x top;
	padding:5px 9px 4px 10px ;
}
.main_middleR table td .selectedDay {
	color:#fff;
	height:26px;
	line-height:26px;
	text-decoration:none;
	background:#205aa7 url(pic/icon_calDay.gif) no-repeat top right;
	border: 1px solid #205aa7;
	padding:5px 9px 4px 10px ;
}
.main_middleR table td .calCurrent{
	height:26px;
	line-height:26px;
	text-decoration:none;
	background:url(pic/icon_calCurrent.gif) no-repeat top right;
	padding:5px 9px 4px 10px ;
}


/*main--bottom*/
.main_bottom{
	margin:10px 0 0 0;
	*border:1px solid #fff;
}
.main_bottomL{
	float:left;
	margin:0px auto;
	width:250px;
}
.main_bottomL .title{
	background:url(pic/bannerbg_blue.jpg) repeat-x;
	width:238px;
	height:28px;
	line-height:28px;
	border:1px solid #205aa7;
	color:#fff;
	padding:0 0 0 10px;
	font-family:"黑体", sans-serif;
	font-size:14px;
}
.main_bottomL .data_map{
	background:#009cff;
	width:228px;
	height:240px;
	border:1px solid #205aa7;
	border-top:none;
	text-align:center;
	padding:10px;
	overflow:hidden;	
}
.main_bottomL .data_map img{
	vertical-align:top;
}
.main_bottomL .data_map .mapPic{
	border:1px solid #fff;
	width:226px;
}
.main_bottomL .data_map .mapText {
	margin-top:9px;
	border:1px solid #fff;
	width:226px;
	height:84px;
	text-align:left;
}
.main_bottomL .data_map .mapText .picL{
	width:90px;
	padding-right:5px;
	float:left;
}
.main_bottomL .data_map .mapText .textR{
	width:131px;
	float:right;
}
.main_bottomL .data_map .mapText .textR ul li{
	text-align:left;
}
.main_bottomL .data_map .mapText .textR ul .font14{
	font-weight:bold;
	color:#fff;
}

.main_bottomL .data_map table.data{
	margin:5px 0 0 0;
	width:228px;
	
}
.main_bottomL .data_map table.data td{
	border:none;
	font-size:9px;
	padding:0px;
	border-collapse:collapse;	
	white-space:nowrap;	
	height:25px;
	line-height:25px;
}


.main_bottomM{
	float:left;
	margin:0 ;
	width:695px;
}
.main_bottomM .title{
	background:url(pic/bannerbg_white.jpg) repeat-x;
	width:683px;
	height:28px;
	line-height:28px;
	border:1px solid #e3e3e3;
	color:#131313;
	padding:0 0 0 10px;
	font-family:"黑体", sans-serif;
	font-size:14px;
}
.main_bottomM .visual_charts{
	width:673px;
	height:240px;
	border:1px solid #e3e3e3;
	border-top:none;
	text-align:center;
	padding:10px 10px 10px 10px;
	*_padding:10px 10px 0px 10px;
}
#rollDiv{
	position:absolute;
	/*top:48px;*/
	right:5px !important;
	_right:0;
	width:312px;
}
.main_bottomM .visual_charts .pop_clock{
	float:right;
	width:413px;
	height:43px;
	background:url(pic/clock_bj.jpg) no-repeat;
/*	padding:42px 20px 20px 21px !important;
	_padding:22px 20px 40px 21px;*/
	padding:9px 0 0 0;
	margin:0;
	border:0;
	text-align: left;
	position:relative;
}
.main_bottomM .visual_charts .pop_clock .clockNb{
	padding:0 2px 0 0 !important;
	margin:0;
	display: inline;
	width:24px;
	height:33px;
    float:left; 
	_padding-top:19px;
}
.main_bottomM .visual_charts .pop_clock .clockNbOne{
	padding-right:6px !important;
	_padding-right:7px;
	_padding-top:21px;
	display: inline;
	width:24px;
	height:33px;
	float:left; 
}
.main_bottomM .visual_charts .pop_clock img{
	padding:0;
	margin:0;
	border:0;
}

.main_bottomM .visual_charts .pop_clock .padingWd{
	padding-right:3px;
}
.main_bottomM .visual_charts .chart{
	float:right;
	width:92px;
	height:95px;
}
.main_bottomM .visual_charts .chartL img{
	vertical-align:top;
	text-align: center;
	border-bottom:1px solid #009aff;
	padding-bottom:1px;
}
.main_bottomM .visual_charts a:hover{
	text-decoration:none;
}
.main_bottomM .visual_charts .chartL{
	float:left;
	border:3px solid #009aff;
	background:#fff;
	width:156px;
	height:76px;
	padding:1px;
	text-align:center;	
	margin:8px 5px 2px 0 !important;
	>margin:-4px 5px 2px 0 !important;
	_margin:-2px 4px 2px 0;
}
/*.main_bottomM .visual_charts .chartL{
	float:left;
	border:1px solid #0a9090;
	background:#009aff;
	width:200px;
	height:84px;
	margin:7px 0 2px 0 !important;
	>margin:-4px 2px 0 0 !important;
	_margin:-3px 0 2px 0;
	text-align:left;
	
}*/
.main_bottomM .visual_charts .chartL span{
	vertical-align:text-bottom;
}
.main_bottomM .visual_charts .chartR img{
	vertical-align:top;
	text-align: center;
	border-bottom:1px solid #009aff;
	padding-bottom:1px;
}
.main_bottomM .visual_charts .chartR{
	float:right;
	border:3px solid #009aff;
	background:#fff;
	width:156px;
	height:76px;
	padding:1px;
	text-align:center;
	margin:8px 0 2px 0 !important;
	>margin:-4px 0 2px 0 !important;
	_margin:-3px 0 2px 0;
}
/*.main_bottomM .visual_charts .chartR{
	float:right;
	border:1px solid #0a9090;
	background:#009aff;
	width:200px;
	height:84px;
	margin:7px 0 2px 0 !important;
	>margin:-4px 0 2px 0 !important;
	_margin:-3px 0 2px 0;
	text-align:left;
}*/
.main_bottomM .visual_charts .chartR span{
	vertical-align:text-bottom;
}
.main_bottomM .visual_charts .textL{
	width:255px;
	height:50px;
	float:left;
	text-align:left;
/*	color:#009aff;*/
}


.main_bottomR{
	float:right;
	margin:0px auto;
	width:250px;
}
.main_bottomR .title{
	background:url(pic/bannerbg_blue.jpg) repeat-x;
	width:238px;
	height:28px;
	line-height:28px;
	border:1px solid #205aa7;
	color:#fff;
	padding:0 0 0 10px;
	font-family:"黑体", sans-serif;
	font-size:14px;
}
.main_bottomR .latest{
	width:228px;
	height:260px;
	border:1px solid #e3e3e3;
	border-top:none;
	text-align:left;
	padding:0px 10px;
}
.main_bottomR .latest li{
	list-style:none;
	text-align:left;
	width:227px;
	float:left;
	height:auto;
	line-height:25px;
	border-bottom:1px solid #e3e3e3;
}
.main_bottomR .latest li a{
	line-height:25px;
	display:block;
	color:#131313;

	text-decoration:none;
}
.hs{ color: #999;}
.main_bottomR .latest li a:hover{
    color:#009cff;
}
.main_bottomR .latest li.noline a{
	border-bottom:none;
	display:block;
	color:#131313;
	line-height:25px;
	text-decoration:none;
}
.main_bottomR .latest li.noline a:hover{
    color:#009cff;
}

/*块链接*/
.links{
	width:945px;
	height:60px;
	background:url(pic/bottomline.jpg) repeat-x bottom #205aa7;
	padding:30px 20px 20px 30px;
}
.links ul{
	padding:0;
	margin:0 auto;
}
.links ul li{
	display:inline;
	width:40px;
	height:38px;
	
}
.links ul li a{	
	float:left;
	background:url(pic/bannerbg_blue.jpg) repeat-x;
	width:40px;
	height:38px;
	line-height:20px;
	color:#131313;
	border:1px solid #205aa7;
	border-radius: 3px 3px 3px 3px;
	margin:0px 10px 0px 10px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}
.links ul li a:hover{
	background:url(pic/linksbg.jpg) repeat-x #ec2a97;
	width:40px;
	color:#fff;
	border:1px solid #c91b7d;
}
.links ul li a.current{
	background:url(pic/linksbg.jpg) repeat-x #ec2a97;
	width:40px;
	height:38px;
	line-height:20px;
	color:#fff;
	border:1px solid #c91b7d;
	border-radius: 3px 3px 3px 3px;
	margin:0 10px 0 10px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
}

/*index-end*/

/*登录页面*/
.red{
	color:#f00;
}
.logBtn{
	margin-left:128px;
	*margin-left:63px;
}













/*月度数据*/


/*简单查询*/
.main .map_menu{
	margin-top:20px;
	height:30px;
	line-height:30px;
	background:#f6f6f6 url(pic/bannerbg_white.jpg) repeat-x top;
	border:1px solid #e3e3e3;
	border-radius: 3px 3px 0 0;
}
.main .map_menu .mapleft ul{
	padding:0;
	margin:0 auto;
	float:left;
	height:30px;
}
.main .map_menu .mapleft li{
	display: inline;
	padding:0 30px 0 20px;
	height:30px;
	line-height:30px;
}
.main .map_menu .mapleft li a{	
	height:30px;
	line-height:30px;
	text-align:left;
	text-decoration:none;	
}
.main .map_menu .mapleft li a:hover{
	float:left;
	height:30px;
	line-height:30px;
	text-align:left;
	text-decoration:none;
	color:#009cff;
}
.main .map_menu .mapleft li.current{
/*	float:left;
    background:url(pic/map_arrow.jpg) no-repeat right;
	height:30px;
	line-height:30px;
	text-align:left;
	text-decoration:none;*/
	float:left;
    background:url(pic/map_arrowHover.jpg) no-repeat right;
	float:left;
	height:30px;
	line-height:30px;
	text-align:left;
	text-decoration:none;
}
.main .map_menu .mapleft li.select{
/*	float:left;
    background:#009cff url(pic/map_arrowHover_left.jpg) no-repeat right;
	color:#fff;
	height:30px;
	line-height:30px;
	text-align:left;
	text-decoration:none;*/
	float:left;
    background:url(pic/map_arrow.jpg) no-repeat right;
	height:30px;
	line-height:30px;
	text-align:left;
	text-decoration:none;
	color:#009cff;
}
.main .map_menu .mapleft li.normal a{
/*	float:left;
    background:url(pic/map_arrowHover.jpg) no-repeat right;
	float:left;
	height:30px;
	line-height:30px;
	text-align:left;
	text-decoration:none;*/
	float:left;
    background:#205aa7 url(pic/map_arrowHover_left.jpg) no-repeat right;
	color:#fff;
	height:30px;
	line-height:30px;
	text-align:left;
	text-decoration:none;
	padding:0 30px 0 20px;
}
.main .map_menu .mapleft li.normal a:hover{
	float:left;
    background:#205aa7 url(pic/map_arrowHover_left.jpg) no-repeat right;
	color:#fff;
	height:30px;
	line-height:30px;
	text-align:left;
	text-decoration:none;
	padding:0 30px 0 20px;
}
.main .map_menu .mapleft li a{
	color:#131313;
	font-size:12px;
}
.main .map_menu .mapleft li a:hover{
	color:#009cff;
}
/*right icon*/
.main .map_menu .mapRight {
	padding:0;
	margin:0 auto;
	float:right;
	height:30px;
}
.main .map_menu .mapRight p{
	padding:0;
	margin:0;
	display: inline;
	line-height:30px;
}
.main .map_menu .mapRight img{
	padding-right:10px;
	*margin-top:6px;
	*_margin-top:6px;
}
.main .map_menu .mapRight img a{
	padding-right:10px;
	border:0;
}
/*面包屑 end*/

/*map icon*/
.main .map_menuIcon{
	background:url(pic/map_iconBj.jpg) repeat-x;
	height:43px;
	line-height:43px;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	padding:0 10px;
	font-family:"黑体", sans-serif;
	font-size:14px;
}
.main .map_menuIcon img{
	padding-right:5px;
}
/*left*/
.main .map_menuIconLeft{
	float:left;
	height:41px;
}
.main .map_menuIcon .map_menuIconLeft ul{
	padding:0;
	margin:0 auto;
	float:left;
	height:41px;
}
.main .map_menuIcon .map_menuIconLeft li{
	display: inline;
	height:41px;
	*_height:30px;
	line-height:41px;
	float:left;
	padding:0px 15px 0 10px;
	*_padding:11px 15px 0 10px;
}
.main .map_menuIcon .map_menuIconLeft li a{	
	height:41px;
	line-height:41px;
	text-align:left;
	text-decoration:none;
	color:#131313;	
	*font-size:12px;
}
.main .map_menuIcon .map_menuIconLeft li a:hover{
	height:41px;
	line-height:41px;
	text-align:left;
	text-decoration:none;
	color:#009cff;
}
li.fontGray{
	color:#999;
}
/*right*/
.main .map_menuIconRight{
	float:right;
	height:36px;
	padding-top:5px;
}
/*.main .map_menuIcon .map_menuIconRight ul{
	padding:0;
	margin:0;
	height:41px;
	text-align:left;
}
.main .map_menuIcon .map_menuIconRight li{
	display: inline;
	height:41px;
	line-height:25px;
	float:left;
/*	padding:0 20px 20px 10px;
}*/
/*.main .map_menuIcon .map_menuIconRight li a{	
	line-height:26px;
	text-align:left;
	text-decoration:none;	
}
.main .map_menuIcon .map_menuIconRight li a:hover{
	line-height:26px;
	text-align:left;

}*/
/*map icon end*/

.main .main_content{
	margin-top:10px;
	padding:0;
}
.main .main_content .condition{
	height:39px;
	line-height:39px;
	/*height:28px;
	line-height:28px;*/
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
	background:url(pic/mon_bj.jpg) repeat-x;
	padding:0 10px;
}
.main .main_content .condition .condionL{
	float:left;
	text-align:left;
	line-height:39px;
	*_margin-top:8px;
}
.main .main_content .condition .condionR{
	float:right;
	text-align:left;
	line-height:39px;
	*_margin-top:8px;
}

.main .main_contentL{
	float:left;
	/*margin:0px 0px 0px 10px;*/
	width:259px;
}
.main .main_contentL .controlsArrow{
	cursor:pointer;
	position:relative;
	width:9px;
	height:59px;
	margin-top:-23%;/*2棵树位置*/
	/*margin-top:-80%;1棵树位置*/
	float:right;
}
.main .main_contentL .help_title{
	background:#cce2ff;
	width:238px;
	height:29px;
	line-height:29px;
	border:1px solid #e3e3e3;
	color: #2268b5;
	padding:0 0 0 10px;
	font-family:"黑体", sans-serif;
	font-size:14px;
}
.main .main_contentL .tree_index{
	width:230px;
	/*height:470px;*/
	min-height:570px;
	border:1px solid #e3e3e3;
	border-top:none;
	text-align:center;
	padding:9px 9px 0 9px;
	margin-bottom:20px;
	overflow:auto;
}	
.main .main_contentL .titleN{
	background:url(pic/bannerbg_white.jpg) repeat-x;
	width:238px;
	height:29px;
	line-height:29px;
	border:1px solid #e3e3e3;
	border-top:none;
	color:#131313;
	padding:0 0 0 10px;
	font-family:"黑体", sans-serif;
	font-size:14px;
}
.main .main_contentR{
	float:left;
/*	margin-left:10px;*/
min-height:610px;
	width:698px;
	height:auto;
	margin-bottom:20px;
	border:1px solid #e3e3e3;
}
.main .main_contentR .condition{
	height:39px;
	line-height:39px;
	/*height:28px;
	line-height:28px;*/
	border-left:1px solid #f4f7f8;
	border-right:1px solid #f4f7f8;
	border-bottom:1px solid #e3e3e3;
	background:url(pic/mon_bj.jpg) repeat-x;
	padding:0 10px;
	border-top:0;
}
.main .main_contentR .condition .condionL{
	float:left;
	text-align:left;
	line-height:39px;
}
.main .main_contentR .condition .condionR{
	float:right;
	text-align:left;
	line-height:39px;
}

.main .main_contentR .tableCon{
	overflow:auto;
	overflow-y:hidden;
	padding-bottom:22px;
	width:693px;
}

.mazdx td, .tableCon td, .dataChart td {
	font-size:12px;
	padding:2px 5px;
	border-collapse:collapse;
	white-space:nowrap;
	height:22px;
	line-height:22px;
	border-bottom:1px solid #e3e3e3;
}
.mazdx th, .tableCon th, .dataChart th {
	font-size:12px;
	padding:0 5px;
	text-align:left;
	font-weight:normal;
	height:29px;
	line-height:29px;
	background:url(pic/bannerbg_white.jpg) repeat-x;
	border-bottom:1px solid #e3e3e3;
	border-collapse:collapse;
	white-space:nowrap;
}
.main .main_contentR .tableCon table a{
	text-decoration:none;
	color:#131313;
	white-space:nowrap;
}
.main .main_contentR .tableCon table a:hover{
	text-decoration:none;
	color:#009cff;
}
.main .footConter{
	padding:20px;
}
/*dataChart*/
.main .main_contentR .dataChart{
	padding:10px;
}
.main .main_contentR .dataChart .chartR{
	width:331px;
	float:left;
	padding:10px 0;
}
.main .main_contentR .dataChart .chartL{
	width:331px;
	float:right;
	padding:10px 0;
}
/*间隔/空隙*/
.gap{
	margin-top:10px;
	border-top:1px solid #e3e3e3;
}

/*高级查询*/
.adv_index{
	margin:0px 0 0 0;
}
.adv_indexL{
	float:left;
	margin:0px auto;
	width:250px;
}
.adv_indexL .title{
	background:url(pic/bannerbg_white.jpg) repeat-x;
	width:238px;
	height:29px;
	line-height:29px;
	border:1px solid #e3e3e3;
	border-top:none;
	color:#131313;
	padding:0 0 0 10px;
	font-family:"黑体", sans-serif;
	font-size:14px;
}
.adv_indexL .tree_index{
	width:228px;
	height:470px;
	border:1px solid #e3e3e3;
	border-top:none;
	text-align:center;
	padding:10px;
	overflow:hidden;
}	

.adv_indexM{
	float:left;
	margin:0 0 0 10px;
	width:435px;
}
.adv_indexM .title{
	background:url(pic/bannerbg_white.jpg) repeat-x;
	width:423px;
	height:29px;
	line-height:29px;
	border:1px solid #e3e3e3;
	border-top:none;
	color:#131313;
	padding:0 0 0 10px;
	font-family:"黑体", sans-serif;
	font-size:14px;
}
.adv_indexM .title .search_input{
	border:1px solid #e3e3e3;
	height:16px;
	line-height:16px;
	*_height:18px;
	*_margin-top:3px;
}
.adv_indexM .title .advSearchL{
	float:left;
	height:29px;
	line-height:29px;
}
.adv_indexM .title .advSearchR{
	float:right;
	height:29px;
	line-height:29px;
	padding-right:10px;
}
.adv_indexM .title a{
	color:#131313;
	font-size:12px;
}
.adv_indexM .title a:hover{
	color:#009cff;
}
.adv_indexM .list_index{
	width:433px;
	height:310px;
	border:1px solid #e3e3e3;
	border-top:none;
	text-align:center;
	overflow:auto;
	overflow-x:hidden;
}
.adv_indexM .list_index ul li{	
	list-style:none;
	float:left;
	width:413px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #e3e3e3;
	text-align:left;
	padding-left:10px;
}
.adv_indexM .list_index ul li:hover{
	width:413px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #e3e3e3;
	text-align:left;
	background:#f6f6f6;
}
.adv_indexM .list_index ul li a{
	width:413px;
	height:30px;
	line-height:30px;
	text-align:left;
	color:#131313;
	text-decoration:none;
}
.adv_indexM .list_index ul li a:hover{
	color:#009cff;
}
.adv_indexM .list_index ul li.noline {
	border-bottom:none;
}

.adv_indexR{
	float:right;
	margin:0px auto;
	width:250px;
}
.adv_indexR .title{
	background:url(pic/bannerbg_white.jpg) repeat-x;
	width:238px;
	height:29px;
	line-height:29px;
	border:1px solid #e3e3e3;
	border-top:none;
	color:#131313;
	padding:0 0 0 10px;
	font-family:"黑体", sans-serif;
	font-size:14px;
}
.adv_indexR .titleR{
	background:url(pic/bannerbg_white.jpg) repeat-x;
	width:228px;
	height:29px;
	line-height:29px;
	border:1px solid #e3e3e3;
	border-top:none;
	color:#131313;
	padding:0 0 0 10px;
	font-family:"黑体", sans-serif;
	font-size:14px;
	text-align:right;
	padding-right:10px;
}
.adv_indexR .titleR a{
	color:#131313;
	font-size:12px;
}
.adv_indexR .titleR a:hover{
	color:#009cff;
}
.adv_indexR .selected_index{
	width:248px;
	height:310px;
	border:1px solid #e3e3e3;
	border-top:none;
	text-align:left;
	overflow:auto;
	overflow-x:hidden;
}
.adv_indexR .selected_index ul li{
	width:228px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #e3e3e3;
	text-align:left;
	padding:0px 10px;
}
.adv_indexR .selected_index ul li:hover{
	width:228px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #e3e3e3;
	text-align:left;
	background:#f6f6f6;
	padding:0px 10px;
}
.adv_indexR .selected_index ul li.noline {
	border-bottom:none;
}
.adv_indexR .selected_index ul li .listL{
	float:left;
	width:200px;
}
.adv_indexR .selected_index ul li .listL a{
	width:228px;
	height:30px;
	line-height:30px;
	text-align:left;
	color:#131313;
	text-decoration:none;
}
.adv_indexR .selected_index ul li .listL a:hover{
	color:#009cff;
}
/*.adv_indexR .selected_index ul li .imgR{
	float:right;
	width:20px;
}
*/
.bottom_search{
	margin-top:10px;
	text-align:center;
	height:30px;
	clear:both;
}






/*月度数据end*/


/*可视图表*/
.visual_main{
	border:1px solid #e3e3e3;
	border-top:0px;
	padding:30px;
}
.visual_main .title{
	font-size:14px;
	line-height:30px;
	text-align:left;
	color:#009cff;
	padding-left:130px;
	font-family:'黑体';
}
.visual_main .detail{	
	padding-left:130px;
	padding-right:40px;
}
/*.visual_main .detail p{
	text-indent:2em;
}*/
.visual_main p img{
	display:block;
	margin:0 auto;
}
.visual_main .visual_swf{
	border:1px solid #e3e3e3;
	width:780px;
	/*height:400px;*/
	display:block;
	margin:0 auto;
}
.visual_mainSwf{
	border:1px solid #e3e3e3;
	border-top:0px;
	padding:30px 10px;
	text-align:center;
}
/*帮助*/
.help_main{
	border-top:0px;
	padding:30px;
	height:100%;
}
.help_main .help_title{
	font-size:14px;
	line-height:30px;
	text-align:center;
	color:#1d5fb2;
}
.visual_main p,.help_main p{
	color:#131313;
	margin:10px 0px;
}

/*可视化产品*/
.visual_main .visualPic{
	float:left;
	text-align: center;
	padding-left:100px;
}
.visual_main .visualPic ul li{
	width:194px;
	height:314px;
	background:#fff;
	text-align:left;
	vertical-align:middle;
	float: left;
	padding:10px 30px 80px 30px;
	_padding:10px 20px 10px 20px;
}
.visual_main .visualPic ul li a img{
	border:1px solid #fff;
    display:block;
	width:209px;
	height:274px;
}
.visual_main .visualPic ul li a{
    display:block;
	text-decoration:none;
	border:1px solid #e3e3e3;
	width:211px;
	height:276px;
}
.visual_main .visualPic ul li a:hover{
    display:block;
	text-decoration:none;
	border:1px solid #e3e3e3;
	width:211px;
	height:276px;
}

/*.visual_main .visualPic ul h3 {
	background:url(../theme/pic/icon_dot.jpg) no-repeat left top 7px;
	padding:3px 0 0 10px;
	font-weight: normal;
	display: block;
	line-height:15px;
}*/
.visual_main .visualPic ul p{
	display:inline;
}
.visual_main .visualPic ul .ctR{
	padding-left:70px;
	_padding-left:75px;
	width:130px;
}
.visual_main .visualPic ul span {
	padding:3px 0 0 0;
	font-weight: normal;
	display: block;
	line-height:15px;
	width:210px;
}
.visual_main .visualPic ul .dot {
	background:url(../theme/pic/icon_dot.jpg) no-repeat;
	display: inline-block;
	float:left;
	width:5px;
	height:5px;
	margin-top:5px;
	padding-right:5px;
	line-height:5px;
}

/*可视图表详情*/
.detailTitle{
	line-height:30px;
}


/*文本框样式*/
.txt {
	background:url(../theme/pic/textarea_bj.jpg) repeat-x top #fff;
	padding:0px 3px;
	vertical-align:middle;
	text-align:left;
	color:#aaa;
	border:1px solid #e3e3e3;
	height:18px;
	line-height:18px;
	width:240px;
}
.txtl {
	background:url(../theme/pic/textarea_bj.jpg) repeat-x top #fff;
	padding:0px 3px;
	vertical-align:middle;
	text-align:left;
	color:#aaa;
	border:1px solid #e3e3e3;
	height:18px;
	line-height:18px;
	width:150px;
}
.txtm {
	background:url(../theme/pic/textarea_bj.jpg) repeat-x top #fff;
	padding:0px 3px;
	vertical-align:middle;
	text-align:left;
	color:#aaa;
	border:1px solid #e3e3e3;
	height:18px;
	line-height:18px;
	width:166px;
}
.txtarea{
	background:url(../theme/pic/textarea_bj.jpg) repeat-x top #fff;
	padding:0px 3px;
	vertical-align:middle;
	text-align:left;
	color:#aaa;
	border:1px solid #e3e3e3;
	line-height:18px;
	width:240px;
}
.heighth{
	height:280px;
}
.heightl{
	height:180px;
}

td.talign, th.talign {
	text-align:center;
}
td.talignR, th.talignR {
	text-align:right;
}
table a{
	color:#131313;
	text-decoration:none;
}
table a:hover{
	color:#009cff;
}
input.bt {
	color:#fff;
	font-size:12px;
	cursor:pointer;
	height:22px;
	line-height:22px;
	text-align:center;
	background:url(pic/bt_bj.jpg) repeat-x top;
	border:1px solid #205aa7;
	padding:0 10px 3px 10px;
    *padding:0 5px 3px 5px;
}
input.bt:hover {
	color:#fff;
	font-size:12px;
	cursor:pointer;
	height:22px;
	line-height:22px;
	text-align:center;
	background:url(pic/bt_bjHover.jpg) repeat-x top;
	border:1px solid #205aa7;
	padding:0 10px 2px 10px;
	*padding:0 5px 2px 5px;
}
input.btSearch {
	color:#fff;
	font-size:12px;
	cursor:pointer;
	height:22px;
	line-height:22px;
	text-align:right;
	background:url(pic/bt_bj.jpg) repeat-x top;
	border:1px solid #205aa7;
	padding:0 10px 4px 10px;
   *padding:0 10px 4px 10px;
   vertical-align:top;/*解决IE6底下缺少2px*/
/*    overflow:visible;*/
	
/*margin-top:-1px;
	padding:0 10px 2px 10px !important;*/

}
input.btSearch:hover {
	color:#fff;
	font-size:12px;
	cursor:pointer;
	height:22px;
	line-height:22px;
	text-align:center;
	background:url(pic/bt_bjHover.jpg) repeat-x top;
	border:1px solid #205aa7;
	padding:0 10px 4px 10px;
   *padding:0 10px 4px 10px;
    vertical-align:top;/*解决IE6底下缺少2px*/
}
input.btCounter {
	color:#131313;
	cursor:pointer;
	width:30px;
	height:17px;
	text-align:center;
	background:url(pic/bt_counter.jpg) repeat-x top;
	border:1px solid #aeaeae;
	border-radius: 2px 2px 2px 2px;
	padding:0 10px 5px 10px;
    *padding:0 5px 3px 5px;
}

.tittleFont {
	font-weight:bold;
	color:#009cff;
}
.fontcolor{
	color:#009cff;
}
li.fontGray,.fontGray{
	color:#999;
	*font-size:12px;
}
/*部门数据*/
.department{
	padding:20px;
	margin-bottom:20px;
	*margin-bottom:0;
	border:1px solid #e3e3e3;
	border-top:0px;
	float:left;
	text-align:center;
	width:913px;
}
.department .content{
	width:284px;
	float:left;
	padding:10px;	
}
.department .content .pic{
	width:48px;
	padding-right:5px;
	float:left;
}
.department .content .textR{
	width:225px;
	float:right;
}
.department .content .textR ul li{
	text-align:left;
    color:#7c7c7c;
	line-height:18px;
}
.department .content .textR ul .font14{
	font-size:14px;
	padding-bottom:5px;
    color:#131313;
	font-weight:bold;
}
.department .content .textR ul .font12{
	font-size:12px;
	color:#131313;
	padding-top:5px;
	font-weight:bold;
}
.department .content .textR ul .font12 a:hover{
	text-decoration:none
}
.department .lineB{
	border-bottom:1px solid #e3e3e3;
	float:left;
	width:100%;
}
.department .content .textR ul .topLine{
	border-top:1px solid #e3e3e3;
	margin-top:10px;
}
.department .content .textT{
	padding-top:30px;
}
.department .content .picT{
	padding-top:120px;
}
.department .content .picT275{
	padding-top:275px;
}
.department .content .picT102{
	padding-top:102px;
}
.department .content .picT120{
	padding-top:120px;
}

/*出版物*/
.publish{
	padding:40px 85px 10px 85px;
/*	margin-bottom:20px;*/
	*margin-bottom:0;
	border:1px solid #e3e3e3;
	border-top:0px;
	width:783px;
	float:left;
}
.publish img{
	vertical-align:top;
}
.publish .content{
	float:left;
	width:783px;
	padding-bottom:30px;
}
.publish .content .pic{
	width:150px;
	padding-right:20px;
	float:left;
}
.publish .content .textR{
	width:601px;
	border:3px solid #205aa7;
	float:left;
}
.publish .content .textR ul li{
	text-align:left;
	padding:10px 11px;
	*padding:0 11px 10px 11px;
}
.publish .content .textR ul .font14{
	font-size:14px;
    color:#fff;
	font-weight:bold;
	background:#205aa7;
}
.publish .content .textR ul .font12{
	font-size:12px;
	color:#131313;	
	text-indent: 2em;
	border-bottom:1px solid #205aa7;
}
.publish .content .textR ul .font12 a:hover{
	text-decoration:none
}
.publish .content .textR .dataY ul li{
	display:inline;
	font-weight:bold;
}

.publish .content .textR .dataY li a:hover{
	text-decoration:none;
}
.publish .content .textR .dataY li .dot{
	background:url(pic/icon_dot.jpg) no-repeat;
	display: inline-block;
	float:left;
	width:5px;
	height:5px;
	margin-top:5px;
	padding-right:5px;
	line-height:5px;
}
.publish .lineB{
	border-bottom:1px solid #e3e3e3;
	float:left;
	width:100%;
}
.publish .content .textR ul .topLine{
	border-top:1px solid #e3e3e3;
	margin-top:10px;
}
.department .lineBottom{
	border-bottom:1px solid #e3e3e3;
	width:100%;
}
.department .lineBottom td{
	padding-top:20px;
	padding-bottom:20px;
}
.department .lineBottomT td{
	padding-top:20px;
	padding-bottom:20px;
}
.department .lineBottom td img,.department .lineBottomT td img{
	padding-right:10px;
}
/*9.2新加样式*/
.footBz {
	text-align:left;
	padding:20px;
	border-bottom:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
}
.other_hd{
	width:718px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin:0px auto;
	margin-bottom:10px;
}
.other_hd .dot {
	background:url(../theme/pic/icon_dot.jpg) no-repeat;
	display: inline-block;
	float:left;
	width:5px;
	height:5px;
	margin:5px 6px 0px 6px;
	line-height:5px;
}
.bu_lst5 table{
	border-bottom:1px solid #e3e3e3;
	width:718px;
}
.bu_lst5n table{
	border-bottom:0px solid #e3e3e3;
	width:718px;
}
.bu_lst5 .state{
	line-height:18px;
	padding-bottom:6px;
	padding-top:6px;
}
