@charset "utf-8";
/******************
	name: neiye.css
	author: wangjian
	date: 2009-08-24
******************/

/******第一部分：公共样式(全局样式)。*************/

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	color: #000;
	background: #fff;
	font-family: "宋体", "Airal", "微软雅黑", "Helvetica", "sans-serif";
	font-size: 9pt;
	min-height: 800px;
	min-width: 1002px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
ul {
	word-break: break-all;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	outline:none;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.clear {
	clear: both;
}

/******第一部分：公共样式(全局样式)--结束*********/

/******第二部分：各页面样式--开始*********/

/*home and header begin*/
#home {
	margin: 0 auto;
	width: 990px;
}
#header {
	width: 990px;
	height: 211px;
}
#siteTitle {
	width: 990px;
	height: 151px;
	text-align: center;
}
#navigator {
	text-align: center;
	background-color: #4da990;
	height: 22px;
	*height: 22px;
	_height: 22px;
	line-height: 22px;
	margin-top: 3px;
}
#naviList li {
	padding: 0 23.5px;
	display: inline;
}
#naviList a {
	color: #fff;
	font-weight: bold;
	font-size: 110%;
}
#naviList a:link, #naviList a:visited, #naviList a:active {
	color: white;
	text-decoration: none;
}
#naviList a:hover {
	color: #fcfa14;
	text-decoration: none;
}
#search {
	width: 990px;
	height: 28px;
	background: transparent url("../images/search_bg.gif") repeat-x scroll left;
	margin-top: 3px;
}
#searchWrap {
	width: 990px;
	height: 28px;
	line-height: 28px;
	float: left;
}
#scrollNews {
	width: 56%;
	background: transparent url("../images/scroll_inc.gif") no-repeat scroll 20px 6px;
	float: left;
}
#searchPart {
	width: 44%;
	background:  url("../images/fang_da_jing.gif") no-repeat scroll left;
	float: right;
}
#newsMar {
	width: 480px;
	margin-left: 40px;
}
#searchInfo {
	height: 28px;
	line-height: 28px;
	padding-left: 30px;
}
#searchBtn {
	height: 20px;
	line-height: 20px;
	width: 31px;
	border: none;
	background: transparent url("../images/search_btn_bg.gif") no-repeat scroll center;
	margin-left: 20px;
	cursor: pointer;
}
/*#favorite {
	margin-left: 40px;
}
#setHome {
	margin-left: 10px;
}*/
/*header end*/

/*main bengin*/
/*mainContent*/
#main {
	width: 990px;
	margin-top: 3px;
	min-height: 475px;
	_height: 475px;
}
#mainContent {
	width: 813px;
	/*height: 620px;*/

	float: right;
}
#sideContent {
	width: 171px;
	height: 475px;
	float: left;
}
#location {
	height: 29px;
	width: 813px;
	background: transparent url("../images/location_bg.gif") repeat-x scroll left;
}
#locationSpan {
	padding-left: 10px;
	background: transparent url("../images/location_inc.gif") no-repeat scroll 10px 0;
}
#locationSpan a {
	color: #666666;
}
#locationSpan a:hover {
	color: #f60;
}
.locationLink {
	font-weight: bold;
	font-size: 100%;
	height: 29px;
	line-height: 29px;
	margin: 0 10px;
}
#contentContainer {
	width: 813px;
}
.contentTitle {
	width: 743px;
	height: 43px;
	line-height: 43px;
	padding-left: 30px;
}
.contentTitleH {
	padding-left: 30px;
	background: transparent url("../images/neiye_pointer.gif") no-repeat scroll left;
	float: left;
}
.more {
	padding-top: 15px;
	float: right;
}
.contentTitleLink {
	font-weight: bold;
}
.content {
	/*height: 220px;*/
}
#moreInfo {
	text-align: right;
}
.contentList {
	width: 733px;
	margin-left: 40px;
	/*margin: 0 40px;*/
}
.contentList li {
	/*list-style-type: disc;
	list-style-position: inside;*/
	width: 713px;
	height: 25px;
	line-height: 25px;
	display: inline;
	/*border-bottom: lpx dotted #000;*/
	/*background: transparent url("../images/dot.gif") no-repeat scroll left;*/
	padding-left: 20px;
	float: right;
}
.listSpan {
	border-bottom: 1px dotted #ababab;
	width: 557px;
	float: left;
}
.dateSpan {
	width: 155px;
	border-bottom: 1px dotted #ababab;
	text-align: right;
	float: right;
}
.description {
	color: #666666;
	width: 743px;
	text-align: right;
	margin-top: 10px;
}
.description a {
	color: #666666;
}
/*最终页面*/
#articalWrap {
	width: 753px;
	margin-left: 30px;
}
#artical {
	margin-top: 10px;
	line-height: 1.5em;
}
#articalTitle {
	text-align: center;
	margin: 20px 0 5px 0;
}
#articalTitleH {
	font-size: 180%;
	font-weight: bold;
}
#articalTitleHH {
	font-size: 14px;
	margin-top: 5px;
}
#release {
	/*width: 660px;*/
	text-align: center;
	margin-top: 10px;
}
#artical p {
	text-indent: 2em;
	margin-bottom: 1em;
}
#artical .noIndent {
	text-indent: 0;
}
#strongTitle {
	height: 30px;
	line-height: 30px;
}
#nextPage {
	margin: 10px 0 10px 30px;
	width: 753px;
	line-height: 1.5em;
}

#nextPage a {
	color: #666666;
}
#nextPage a:link, #nextPage a:visited, #nextPage a:active, .description a:link, .description a:visited, .description a:active {
	color: #666666;
	text-align: none;
}
#nextPage a:hover, .description a:hover {
	color: #f60;
	text-decoration: none;
}
.infoTable {
	margin-top: 40px;
	margin-left: 30px;
	width: 753px;
}
#siteMapTable {
	margin-top: 40px;
	margin-left: 30px;
	width: 753px;
}
.descLeftTd {
	width: 30%;
	text-align: right;
	height: 30px;
}
.descRightTd {
	width: 70%;
	text-align: left;
	height: 30px;
}
.odd{
	background: #edf9f9;
	height: 30px;
}
.even {
	background: #fffffe;
	height: 30px;
}
.oneTd {
	width: 25%;
	text-align: right;
	padding-right: 10px;
}
.thrTd, .fivTd {
	width: 3%;
}
/*secondary content*/
#noticeInform {
	width: 171px;
	margin-bottom: 6px;
}
#noticeInformTitle {
	height: 26px;
	background: #61b894;
}
#noticeInformH {
	height: 26px;
	line-height: 26px;
	background: transparent url("../images/notice_inform_inc.gif") no-repeat scroll 10px 0;
}
#noticeInformLink {
	font-weight: bold;
	font-size: 100%;
	margin-left: 40px;
}
#noticeInformList {
	padding-left: 10px;
	background: #f4fffb;
}
#scrollContent {
	height: 177px;
}
#noticeInformUl {
	width: 151px;
}
#noticeInformUl li {
	background: transparent url("../images/new.gif") no-repeat scroll 0 3px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
}
#noticeInformUl a {
	padding-left: 25px;
}

/*sideContent*/
#secretary {
	width: 171px;
	height: 262px;
	background: #c6ede0;
	margin-bottom: 6px;
}
#secretaryTitle {
	width: 171px;
	height: 26px;
	background: transparent url("../images/secretary_window.gif") no-repeat scroll left;
}
#secretaryLink {
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin-left: 60px;
}
#secretaryList {
	width: 156px;
	padding: 2px 7px 2px 2px;
	margin-top: 8px;
	margin-left: 2px;
	background: white;
}
#secretaryList li {
	height: 44px;
	line-height: 44px;
}
#secretaryList li a {
	color: #012d17;
}
#leaderEmail a:hover, #mainResp a:hover, #policyPublic a:hover, #departOnline a:hover, #complains a:hover {
	color: #f60;
	text-decoration: none;
}
#leaderEmail {
	width: 156px;
	height: 38px;
	line-height: 38px;
	background: transparent url("../images/leader_email_bg.gif") no-repeat scroll 6px 0;
	
}
#leaderEmail a, #mainResp a, #policyPublic a, #departOnline a, #complains a {
	font-weight: bold;
	margin-left: 80px;
}
#mainResp {
	width: 156px;
	height: 38px;
	line-height: 38px;
	background: transparent url("../images/main_responsibility_bg.gif") no-repeat scroll 6px 0;
}
#policyPublic {
	width: 156px;
	height: 38px;
	line-height: 38px;
	background: transparent url("../images/policy_public_bg.gif") no-repeat scroll 6px 0;
}
#departOnline {
	width: 156px;
	height: 38px;
	line-height: 38px;
	background: transparent url("../images/department_online_bg.gif") no-repeat scroll 6px 0;
}
#complains {
	width: 156px;
	height: 38px;
	line-height: 38px;
	background: transparent url("../images/complaint_bg.gif") no-repeat scroll 6px 0;
}
#emailLogin {
	width: 171px;
	height: 136px;
	background: #fff;
	margin-bottom: 6px;
}
#emailLoginTitle {
	height: 26px;
	background: #61b894;
}
#emailLoginH {
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	background: transparent url("../images/email_login_inc.gif") no-repeat scroll 10px 0;
	padding-left: 50px;
}
#emailLoginList {
	width: 169px;
	height: 109px;
	border-left: 1px solid #e4e6e5;
	border-right: 1px solid #e4e6e5;
	border-bottom: 1px solid #e4e6e5;
}
#emailLoginTable {
	margin-top: 10px;
	margin-left: 20px;
}
#emailLoginTable tr {
	line-height: 30px;
}
.emailLoginInput {
	width: 80px;
	border: 1px solid #04723b;
}
#emailLoginBtn {
	border: 1px solid #04723b;
	width: 50px;
	letter-spacing: 5px;
	background: #fff;
	margin-left: 60px;
	cursor: pointer;
}

/*main bottom*/
#mainBottom {
	height: 53px;
	/*line-height: 53px;*/
	width: 990px;

	text-align: center;
	border-top: 4px solid #339966;
	border-bottom: 4px solid #339966;
	margin-top: 6px;
}
#mainBottom ul {
	margin-top: 4px;
}
#mainBottom li {
	display: inline;
	text-align: center;
	/*float: left;*/
}
#imageLinkRight {
	padding-left: 30px;
}
#imageLinkLeft {
	padding-right: 30px;
}

/*links*/
#links {
	height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background: transparent url("../images/footer_link_bg.gif") repeat-x scroll left;;
	margin-bottom: 10px;
	margin-top: 10px;
}
.linkSelect {
	background: #f8f5ed;
	width: 180px;
	margin: 0 0px;
}
/*main end*/
/*footer*/
#naviBottomUl {
	height: 20px;
	line-height: 20px;
	text-align: center;
	/*background: #256788;*/
}
#naviBottomUl li {
	text-align: center;
	padding: 0 10px;
	border-right: 1px solid #000;
	display: inline;
}
#naviBottomUl a {
	color: #fff;
}
#naviBottomUl a:link, #naviBottomUl a:visited, #naviBottomUl a:active {
	color: #000;
	text-decoration: none;
}
#naviBottomUl a:hover {
	color: #f60;
	text-decoration: none;
}
#copyRight {
	margin-top: 20px;
	line-height: 20px;
	text-align: center;
}
#webPcLeft {
	text-align: right;
	margin-left: 180px;
	width: 45px;
	float: left;
}
#webPcRight {
	text-align: left;
	margin-right: 180px;
	width: 45px;
	float: right;
}
/******第二部分：各页面样式--结束*********/