﻿@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	line-height:150%;
}
p {
	margin-bottom:1em;
}
h4 {
	font-weight:bold;
}
img {
	border-width:0px;
}

body, td, form, dl, dt, dd, li, p {
	font-family:Arial,verdana, sans-serif,  宋体;
	text-decoration: none;
	line-height: 150%;
	color: #000000;	
	font-size: 12px;	
}

body {
	text-align: center;
	background:#E8EBF0;
}
input, select, textarea {
	font-family:Arial,verdana, sans-serif,  宋体;
	font-size: 12px;
}
textarea {
	width:100%;
}
ul {
	list-style-type:none;
}
a {
	text-decoration:none;	
	color:#666666;
}
a:hover {
	color:#3366CC;
}





.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.required {
	color:red;
}
.keyword {
	color:red;
}
.emphasize {
	color:red;
}


.toolBar {
	height:20px;
	margin-top:15px;
	text-align:right;
}
.toolBar ul {
	float:right;
	clear:both;
}
.toolBar ul li {
	float:left;
	height:20px;
	margin-left:10px;
	width:70px;
}
.toolBar ul li a {
	display:block;
	text-align:center;
	height:20px;
	background:url("../images/btnBg.jpg") no-repeat 0 -20px;
	color:#ffffff;
	
}
.toolBar ul li a:hover {
	background-position:0 0;
	color:#ffffff;
}

.pageBar {
	clear:both;
	display:block;
	height:22px;
	margin-top:15px;
}
.pageBar .left {
	float:left;
}
.pageBar .right {
	float:right;
}
.times {
	color:#999999;
	font-size:12px;
	margin-right:5px;
	text-align:right;
}


#container {
	margin: 0 auto;
	text-align:left;
	width:900px;
	background:white;
	border-top:solid 3px #3070BA;
}



/*【整个网站的头部*/
#head {
	text-align:left;	
}
#head #quickBar {
	text-align:right;
}
#head #logo {

}

#navigation {
	height:44px;
	border-bottom:solid 5px #3371BA;
}
#navigation ul li {
	float: left;
	width:150px;
	height:44px;
	overflow:hidden;
}

#navigation ul li a {
	display:block;
	width:150px;
	height:44px;
	background: none 0 0;
}

#navigation ul li#menu_35 a {
	background-image: url('../images/nav_t35.jpg');
}
#navigation ul li#menu_36 a {
	background-image: url('../images/nav_t36.jpg');
}
#navigation ul li#menu_41 a {
	background-image: url('../images/nav_t41.jpg');
}
#navigation ul li#menu_7 a {
	background-image: url('../images/nav_t7.jpg');
}
#navigation ul li#menu_5 a {
	background-image: url('../images/nav_t5.jpg');
}
#navigation ul li#menu_42 a {
	background-image: url('../images/nav_t42.jpg');
}

#navigation ul li#menu_35 a:hover {
	background-image: url('../images/nav_t35_over.jpg');
}
#navigation ul li#menu_36 a:hover {
	background-image: url('../images/nav_t36_over.jpg');
}
#navigation ul li#menu_41 a:hover {
	background-image: url('../images/nav_t41_over.jpg');
}
#navigation ul li#menu_7 a:hover {
	background-image: url('../images/nav_t7_over.jpg');
}
#navigation ul li#menu_5 a:hover {
	background-image: url('../images/nav_t5_over.jpg');
}
#navigation ul li#menu_42 a:hover {
	background-image: url('../images/nav_t42_over.jpg');
}


#navigation ul li a:hover {
	background-position:0 0;
	color:black;
}
#navigation ul li a span {
	display:none;
}
#head #search {
	height:50px;	
	text-align:center;
	background:url("../images/searchLable.jpg") no-repeat 200px 0px;
}
#head #search form {
	padding-top:15px;
	height:35px;
}
#head #search #searchLable {
	
}
#head #search #keyword {
	height:16px;
}

#head #search #searchBtn {
	width:36px;
	height:20px;
	border-width:0px;
	background:url("../images/btn_ok.gif") no-repeat right top;
	margin:0px 5px;
}
#head #search #searchBtn strong {
	display:none;
}







#body #menu {
	width:180px;
	float:left;
}
#searchPage #body #menu {
	background:url("../images/searchPic.jpg") no-repeat center bottom;
	height:180px;
}

#body #menu dl dt{
	display:none;
}


#body #menu dl ul li {
	height:20px;
	margin-top:10px;
	background:url("../images/menuContentBg.gif") no-repeat 0 0;
}

#body #menu dl ul li a {
	display:block;
	height:20px;
	margin-left:20px;

	white-space:nowrap;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
}

#body #menu dl ul li.over {
	background-position:0 -20px;
}
#body #menu dl ul li.over a {
	color:#3366CC;
}


.lever1 {
	padding-left:20px;
}
.lever2 {
	padding-left:24px;
}
.lever2 {
	padding-left:36px;
}


#body #mainBody {
	float:left;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:15px;
	background:url("../images/dotbarvertical.gif") repeat-y 0 0;
	width:700px; 
}
#body #position  {
	background:url("../images/dotbar.jpg") no-repeat 0 bottom;
	height:45px;
	padding-left:15px;
	line-height:45px;
	margin-bottom:5px;
}
#body #position a  {

}

#body #searchResult {
	margin-bottom:10px;
	margin-top:-5px;
	padding-left:20px;
	background:url("../images/arrow5.gif") no-repeat 5px 6px;
}
#body #title  {
	color:#3366CC;
	font-size:14px;
	font-weight:bold;
	
}
#body #banner  {
	padding-top:10px;
	
}
#body #content  {
	padding-top:20px;
	width:650px;
	clear:both;
	float:none;
	margin-bottom:10px;	
}

#body #mainBody #fileBar {
	background:url("../images/fileBarBg.jpg") no-repeat 0 0;
	padding:0 10px;
	padding-top:50px;
}

#body #mainBody #fileBar ul {
	margin-left:38px;
}

#body #mainBody #fileBar li {
	margin-top:5px;
}
#body #mainBody #fileBar li a {
	text-decoration:underline;
}
#body #mainBody #fileBar li a img {
	position:relative;
	top:3px;
}

#content .title {
	font-weight:bold;
	font-size:14px;
	color:#3366CC;
	text-align:center;
}
#content .content {
	margin-top:10px;
}



ul#list li .module, ul#list li .newsReadme {
	display:none;
}

ul#list li .times {
	float:left;
	margin-right:25px;
	
}
/*
#page5	法律法规
*/
#page5 ul#list li {
	padding-left:30px;
}
#page5 ul#list li .newsReadme {
	display:block;
	padding:5px 0px;
	color:#999999;
}
#page5 ul#list li .times, #page41 ul#list li .times {
	display:none;
}



#page35 #navigation {
	border-color:#3776BD;
}
#page36 #navigation {
	border-color:#313380;
}
#page41 #navigation {
	border-color:#A5C605;
}
#page7 #navigation {
	border-color:#3676BD;
}
#page5 #navigation {
	border-color:#876B3B;
}
#page42 #navigation {
	border-color:#E1B514;
}

/*[ foot*/
#footer {
	text-align:left;
}

/*foot ]*/

dt p {
	height:24px;
	line-height:24px;
	float:left;
	display:block;
	font-size:14px;
	color:white;
}
dt .moreBtn {
	display:block;
	float:right;
	
	width:50px;
	
	height:24px;
	padding-top:24px;
	background:url("../images/moreBtn.gif") no-repeat 0 0;
}
dt .moreBtn:hover {
	background-position:0 -25px;
}


#searchBtn {
	border-width:0px;
	width:36px;
	height:20px;
	background:url("../images/btn_ok.gif") no-repeat right top;
	margin:0px 5px;
}
#searchBtn strong {
	display:none;
}
