﻿/*
 * 网站公用样式定义
 *
 */

/*==默认样式重置(CSS Reset)开始==*/

html, body {
	padding: 0;
	margin: 0 auto;
}
dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, th, td, hr, blockquote, form {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, strong, em {
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
}
.overflow_hidden strong {
	font-weight: bolder;
}
.overflow_hidden em {
	font-style: italic;
}
.contentField em {
	font-style: italic;
}
.contentField strong {
	font-weight: bolder;
}
a {
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color:black;
          font-weight: bold;
         text-decoration: underline;
}
a:focus {
	outline: none;
}
li {
	list-style: none;
          font-weight: normal;

}
img {
	border: 0;
}
table {
/*	border-collapse: collapse;
	border-spacing: 0;
*/}
th {
	background: none;
}
/*==默认样式重置结束==*/


/*==网站通用定义开始==*/

/*溢出隐藏*/
.overflow_hidden {
    overflow: hidden;
}
/*分页样式*/
.showPage {
	margin: 20px auto 10px auto;
	text-align: center;
	line-height: 24px;
	height:24px;
}
.showPage a {
	display: inline-block;
	padding-left: 16px;
	margin: 0 3px;
	background: url(Images/icon_showpage.png) no-repeat left 3px;
}
.showPage em {
	color: #ff3300;
}
.showPage .pre {
	background-position: left -97px;
}
.showPage .next {
	background-position: left -197px;
}
.showPage .end {
	background-position: left -297px;
}
/*间隔空白*/
.spacing {
	font-size: 0px;
	visibility: hidden;
	line-height: 8px;
}
/*图片容器*/
.showpic, .showpic div, .showpicL, .showpicR {
	margin: auto;
	font-size: 0px;
	text-align: center;
}
.showpicL {
	float: left;
}
.showpicR {
	float: right;
}

/*清除浮动*/
.clearbox {
	border-top: 1px solid transparent !important;
	margin-top: -1px !important;
	margin-top: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	border: 0px;
	visibility: hidden;
}
/*站内文章查询、便民服务、统计信息、网上调查*/
#convenient dd {
	padding: 13px 2px 3px 4px;
}
#convenient dd a {
	background: url(Images/bt_convenient.png) no-repeat center top;
	/*display: inline-block;*/
	float: left;
	height: 26px;
	line-height: 24px;
	width: 90px;
	padding-left: 10px;
	margin: 0 2px 4px;
}


#statistics dd {
	padding: 13px 5px 8px 15px;
	line-height: 22px;
}
#statistics li {
	background: url(Images/arrow_dots.gif) no-repeat left 8px;
	color: #08529b;
	padding-left: 14px;
}
#investigate dd {
	padding: 10px;
	line-height: 24px;
}
#investigate h6 {
	color: #ff6600;
	line-height:20px !important;
	padding: 0 5px;
}
#investigate ul {
	padding-left: 20px;
	padding-top: 10px;
}
#investigate li {
	background: url(Images/icon_circle.gif) no-repeat left 6px;
	color: #08529b;
	line-height: 24px;
	padding-left: 16px;
}
#investigate .inputsubmit {
	background: url(Images/bt_toSubmit.png) no-repeat;
	height: 21px;
	width: 50px;
	border: 0;
	cursor: pointer;
	vertical-align: middle;
}
#investigate .bt_toCheck {
	background: url(Images/bt_toCheck.png) no-repeat;
	display: inline-block;
	height: 21px;
	width: 50px;
	cursor: pointer;
	vertical-align: middle;
}
#investigate input {
	vertical-align: middle;
}
#articleQuery dd {
	padding: 10px 20px;
}
#articleQuery input {
	margin-top: 5px;
}
#articleQuery .inputtext {
	width: 160px;
}
.inputtext{border:1px solid #ccc;border-left-color:#666;border-top-color:#666; height:19px; line-height:19px;}
#articleQuery dd a {
}
#articleQuery .inputsubmit {
	color: #888888;
	cursor: pointer;
	width: 59px;
	height: 20px;
	border: 0;
	text-align: center;
	background: url(Images/bt_search2.png) no-repeat;
}
/*列表样式*/
.textList li {
	/*background: url(Images/li_pag-e.gif) no-repeat 8px 8px;*/
	line-height: 24px;
	border-bottom: 1px dashed #EAE6C1;
	padding-left: 5px;
}
.textList span {
	color: #666;
	float: right;
	font-size:14px;
}
.textList li a {
	display: inline-block;
}
.textList2 li {
	/*background: url(Images/dot_gra-y.gif) no-repeat 0px 8px;*/
	line-height: 20px;
	padding-left: 2px;
}
.textList2 li a {
	display: inline-block;
}
.textList3 li {
	background: url(Images/arrow_orang-e.gif) no-repeat 8px 7px;
	line-height: 22px;
	padding-left: 20px;
}
.textList3 li a {
	color: #2b57a2;
}
.textList4 li {
	background: url(Images/li_arro-w.gif) no-repeat 8px 8px;
	line-height: 24px;
	border-bottom: 1px dotted #cacaca;
	padding:1px 0 1px 20px;
}
.textList4 span {
	color: #888888;
	float: right;
}

.textList4 a:hover{ text-decoration:underline;}
.textList5 li {
	background: url(Images/dot_blu-e.gif) no-repeat 0px 8px;
	line-height: 20px;
	padding-left: 10px;
}
.textList5 li a {
	color: #003399;
}
.textList6 li {
	background: url(Images/li_dArro-w.gif) no-repeat 0px 8px;
	line-height: 20px;
	padding-left: 10px;
}
.textList6 li span {
	float: right;
}
.picList .pe_u_thumb {
	border: 1px solid #999;
	width: 98px;
	height: 73px;
	overflow: hidden;
}
.picList .pe_u_thumb_title {
	display: none;
}
.introList h3 a, .introList p a:hover {
	color: #990000;
}
.introList p, .introList p a {
	color: #999999;
}

/*位置显示*/
.showPath {
	background: url(Images/icon_house.gif) no-repeat 10px 5px;
	height: 22px;
	line-height: 22px;
	padding-left: 30px;
}
.showPath a {
	color: #003366;
}
.showPath a:hover {
	color: red;
}
/*网站地图*/
.siteMap {
	background: url(Images/bg_sitemap.png) no-repeat center top;
	color: #4681b8;
	padding: 140px 65px 10px;
	height: auto!important;
	height: 300px;
	min-height: 300px;
}
	.siteMap a {
		white-space: nowrap;
	}
	.siteMap dl {
		border: 1px solid #a8d3f6;
		margin-bottom: 20px;
		line-height: 18px;
	}
		.siteMap dt {
			background-color: #eef7ff;
			border-bottom: 1px solid #a8d3f6;
			padding: 5px 10px;
		}
			.siteMap dt a {
				color: #1977ce;
				font-weight: bolder;
			}
		.siteMap dd {
			background-color: #ffffff;
			padding: 5px 10px;
		}
			.siteMap dd a {
				color: #4681b8;
			}
			.siteMap dd a:hover {
				color: #3bce19;
			}


/*==网站通用定义结束==*/

/* hack */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html>body .clearfix { display: inline-block; width: 100%; }
* html .clearfix { height: 1%; /* End hide from IE-mac */ }
/* ie7 hack*/
*+html .clearfix { min-height: 1%; }
/*]]>*/


/*办事大厅转向链接入口*/
.affairLogin {background:url(Images/bt_affairLogin.png) no-repeat left top;color:#006b9c;display:block;width:140px;height:33px;line-height:33px;text-align:center;font-weight:bolder;font-size: 14px;margin: 40px auto 0;}
.affairLogin:hover {background-position: left bottom; color: #e9000c;}
