body, table, input, select, textarea
{
	 font-size: 12px;
	 font-family:@宋体;
}

body
{
    background-color: #FFFFFF;
    text-align:center;
	background-image:url(../../Images/OutSite/HomePage/Home_BG.gif);
	background-repeat:repeat-x ;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

a img
{
    border: 0;
}

a
{
    text-decoration: none;
}


a:hover
{
    text-decoration: none;
    color:Red;
}
/****************************/
/*		   "更多"			*/
/****************************/
a.cssMore
{
	color:#10549f;	
}
a.cssMore:hover
{
	color:Red;	
}

/****************************/
/*		   主页架构			*/
/****************************/
Table.cssHomePage
{
	margin:0 auto;
	width: 1000px;
}

/*	主页头	*/
Table.cssHomePage td.cssHomePageHeader
{
}

/*	主页主菜单	*/
Table.cssHomePage td.cssHomePageMenu
{
	height:53px;
	vertical-align:top;
	text-align:center;
}

/*	主页左侧内容	*/
Table.cssHomePage td.cssHomePageLeft
{
	vertical-align:top;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	width:170px;
}

/*	主页内容	*/
Table.cssHomePage td.cssHomePageContent
{
	vertical-align:top;
	text-align:center;
	background-color:#FFFFFF;
}

/*	友情链接	*/
Table.cssHomePage td.cssHomePageFriendLink
{
}
/*	主页页脚	*/
Table.cssHomePage td.cssHomePageFooter
{
	background-color:#D1D1D1;
}

/****************************/
/*			页头			*/
/****************************/

/****************************************************/
/*	主菜单(Menu)风格
 */

.cssMainMenu
{
	width:100%;
}

/*	顶菜单		*/
.TopMenuGroup
{
	height: 34px;
    color:#FFFFFF;
}

.MenuGroup
{
    letter-spacing: 2px;
    vertical-align: middle;
}

.TopMenuItem
{
    text-align:center;
    width: 103px;
    cursor: hand;
    font-size: 14px;
	font-weight:bold;
}

.TopMenuItemHover
{
	background-image: url(../../Images/OutSite/HomePage/MenuTopItemHover.gif);
    background-repeat:no-repeat;
    text-align:center;
    width: 103px;
    cursor: hand;
    font-size: 14px;
    font-weight:bold;
}

/* Selected item styles ------------------------------------ */ 
.SelectedItem
{
    text-align:center;
    width: 71px;
    cursor: hand;
    font-size: 12px;
}

.SelectedItemHover
{
    text-align:center;
    width: 71px;
    cursor: hand;
    font-size: 13px;
    font-weight: bold;
}

/*	子菜单   */
.MenuItem
{
	color:#333333;
	text-align:center;
	padding-top:8px;
    width: 71px;
    height:15px;
    font-size: 12px;
    cursor: hand;
}

.MenuItemHover
{
	color:#DE3110;
	text-align:center;
	padding-top:8px;
	width: 71px;
	height:15px;
	font-size: 12px;
    cursor: hand;
}

/*********************************/
/*        网站左右侧风格         */
/*********************************/

TABLE.cssContentLeft
{
	vertical-align:top;
}
TABLE.cssContentRight
{
	vertical-align:top;
}

/****************************/
/*		   公告及政策通知	*/
/****************************/
table.cssContentInfoNotice
{
	
	border-left:solid 1px #CECECE;
	border-right:solid 1px #CECECE;
	border-bottom:solid 1px #CECECE;
	width:212px;
	margin-top:0px;
	margin-left:4px;
	margin-right:4px;
	background-color:#FFFFFF ;
}
table.cssContentInfoNotice td.cssSelect
{
	background-Image:url(Images/OutSite/TDbackground.gif);
	background-Repeat:no-repeat;
	background-color:#28CA92 ;
	font-size : 14px;
	font-weight:bold;
	text-align:center;
}
table.cssContentInfoNotice a
{
	cursor:hand;
}
table.cssContentInfoNotice div
{
	cursor:hand;
}

table.cssNoticeContent td.cssNoticeContentPageList a hover
{
	color:#1F72A6;
}

table.cssContentInfoNotice td.cssNotSelect
{
	background-color:#28CA92 ;
}

table.cssNoticeContent
{
	margin-top:8px;
	vertical-align:top;
	background-color:#FFFFFF ;
	vertical-align:top;
	width:200px;
	height:190px;
	color:#545454
}
table.cssNoticeContent td.cssNoticeContentPageTip
{
	
}
table.cssNoticeContent td.cssNoticeContentPageList
{
	padding-left: 8px;
	font-size: 12px;
	padding-bottom: 1px;
	height: 35px;
	vertical-align:top;
	padding-top: 4px;
	line-height:35px;
}

table.cssNoticeContent td.cssListLink a 
{
	color:#0E723D;
}
table.cssNoticeContent td.cssListLink1 a 
{
	color:#545454;
}

table.cssNoticeContent td.cssListLink a:hover
{
	color:#1F72A6;
}
table.cssNoticeContent td.cssListLink1 a:hover 
{
	color:#1F72A6;
}

/****************************/
/*		 业务咨询电话		*/
/****************************/
table.cssTelList
{
	margin-left:2px;
	border-left:solid 1px #CECECE;
	border-right:solid 1px #CECECE;
	border-bottom:solid 1px #CECECE;
	background-position:center bottom;
	background-repeat:no-repeat;
	font-size:12;
	height:230px;
	width:202px;
	margin-bottom:4px;
	margin-top:4px;
}
table.cssTelList td.cssTelListHead
{
	background-image:url(../../Images/OutSite/HomePage/OperationTelHead.gif); 
	color:#DE3110;
	font-weight:bolder;
	font-family:宋体;
	font-size:14;
	height:28px;
	padding-left:45px;
}
table.cssTelList td.cssItemName
{
	text-align:right;
	color:#856a00;
	height:29px;
	width:130px;
	
}
table.cssTelList td.cssItemTel
{
	width:72px;
	text-align:left;
	color:#856a00;
}

/***************************
/*		 搜索工具条 		
 */
table.cssSearchTool
{
	vertical-align:top;
	border-left:solid 1px #CECECE;
	border-right:solid 1px #CECECE;
	border-bottom:solid 1px #CECECE;
	border-top:solid 1px #CECECE;
	background-color:#F3F4F3 ;
	width:566px;
	margin-top:4px;
}

table.cssSearchTool .cssSearchToolStyle
{
    width:117px;
    border: 1px gray solid;
}

/***************************
 *		财政动态--热点新闻
 */
.container 
{ 
	WIDTH: 248px; 
	HEIGHT: 189px ;
	BORDER-RIGHT: #A2D4FF 4px solid; 
	BORDER-TOP: #A2D4FF 4px solid; 
	BORDER-LEFT: #A2D4FF 4px solid; 
	BORDER-BOTTOM: #A2D4FF 4px solid; 
}
.containerTitle 
{ 
	WIDTH: 248px; 
	HEIGHT: 20px ;
}
.containerTitle a.cssTitle 
{ 
	FONT-SIZE: 13px; 
	WIDTH: 248px;
	font-weight:bold; 
	COLOR: #205AA7; 
	HEIGHT: 24px; 
	overflow:hidden;
	float:left;
	padding-left:3px;
	BACKGROUND-COLOR: #F9CC76;
	filter:alpha(opacity=60);
}

.container span 
{ 
	FONT-SIZE: 12px; 
	OVERFLOW: hidden; 
	WIDTH: 248px; 
	BOTTOM: 18px; 
	HEIGHT: 24px; 
	padding-top:4px;
	BACKGROUND-COLOR: #000000;filter:alpha(opacity=80) 
}
.container a.cssTitle 
{ 
	FONT-SIZE: 12px; 
	WIDTH: 248px; 
	HEIGHT: 24px; 

}

.container IMG 
{ 
	WIDTH: 248px; 
	HEIGHT: 181px;
	BORDER-RIGHT: 0px; 
	BORDER-TOP: 0px; 
	BORDER-LEFT: 0px; 
	BORDER-BOTTOM: 0px 
}

.Word { LEFT: 0px; BOTTOM: 15px; POSITION: absolute }
.num { RIGHT: 5px; BOTTOM: 5px; POSITION: absolute }

.num LI 
{ 
	BORDER-RIGHT: #707070 1px solid; 
	BORDER-TOP: #707070 1px solid; FONT-SIZE: 12px; 
	FLOAT: left; MARGIN: 1px; BORDER-LEFT: #707070 1px solid; 
	WIDTH: 16px; CURSOR: pointer; COLOR: #fff; LINE-HEIGHT: 16px; 
	BORDER-BOTTOM: #707070 1px solid; 
	FONT-FAMILY: Arial; 
	LIST-STYLE-TYPE: none; 
	HEIGHT: 16px; 
	BACKGROUND-COLOR: #87897e; 
	TEXT-ALIGN: center 
}

.num LI.on { 
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; 
	FONT-WEIGHT: bold; FONT-SIZE: 14px;
	BORDER-LEFT: 0px; WIDTH: 18px; 
	LINE-HEIGHT: 18px; BORDER-BOTTOM: 0px; 
	HEIGHT: 18px; BACKGROUND-COLOR: #FF7D00 
}

/******************************
 *		财政动态--新闻列表
 */
table.cssContentCZDT
{
	margin-left:3px;
	border:solid 1px #CECECE; 
	width:315px;
	height:189px;
}
table.cssContentCZDT td.cssContentCZDTTitle 
{
	background-image:url(../../Images/OutSite/HomePage/FinaningHead.gif);
	background-repeat:no-repeat; 
	height:25px;
	padding-top:3px;
}

div.cssCZDTTitle
{
	float:left;
	padding-left:35px;
	font-size:14px;
	font-weight:bold
}

div.cssCZDTTitle a 
{
	color:#DE3115;
}

div.cssCZDTMore
{
	float:right;
	font-size:11px;
	margin-right:5px;
}
table.cssContentCZDT td.cssContentCZDTList
{
	height:162px;
	vertical-align:top;
}

table.cssContentCZDT td.cssContentInfoFinanceTip
{
	padding-left:10px;
	padding-right:10px;
	height:20px;
	
}

table.cssContentCZDT td.cssContentInfoFinanceList a
{
	color:#545454;
}

table.cssContentCZDT td.cssContentInfoFinanceList a:hover
{
	color:#1F72A6;
}

/*********************************/
/*       网上咨询				 */
/*********************************/
div.cssConsultationLink
{
	margin-left:2px;	

}
div.cssConsultationLink img
{
	margin-top:2px;
}

/*********************************/
/*       业务办理业务咨询		 */
/*********************************/

table.cssConsultation
{
	margin-top:4px;
	margin-left:2px;
	vertical-align:top;
	width:202px;
	height:250px;
	
}
table.cssConsultation td.cssConsultationHeader
{
	background-image:url(../../Images/OutSite/HomePage/ConsultationBG.gif);
	background-repeat:no-repeat;
	height:25px;
	font-size:14px;
	font-weight:bolder;
	color:#DE3110;
}
div.cssConsultationTitle
{
	float:left;
	padding-left:16px;
	padding-top:3px;
	font-size:14px;
	font-weight:bold;
	
}
div.cssConsultationTitle a
{
	color:#DE3115;
}
div.cssConsultationMore
{
	float:right;
	padding-top:7px;
	font-size:11px;
	margin-right:5px;
	font-weight:normal;

}

table.cssConsultationLink
{
	border-left:solid 1px #CECECE;
	border-right:solid 1px #CECECE;
	border-bottom:solid 1px #CECECE;
	width:202px;
	height:170px;
}

table.cssConsultationLink td.cssConsultationLinkTr
{
	height:21px;
	vertical-align:top;
}

table.cssConsultationLink td.cssConsultationLinkTr a
{
	padding-left:10px;
	color:#545454;
}

table.cssConsultationLink td.cssConsultationLinkTr a:hover
{
	color:#1F72A6;
}
/*********************************/
/*       业务查询				 */
/*********************************/

TABLE.cssConsultationQuery 
{ 
	margin-left:2px;
	background-color:#F3F4F3;
	BORDER: #cecece 1px solid;
	VERTICAL-ALIGN: top; 
	WIDTH: 202px;	
	height:170px;
	margin-top:2px;
}
TABLE.cssConsultationQuery TD.cssConsultationQueryTitle
{ 
	PADDING-LEFT: 40px; 
	FONT-WEIGHT: bolder;
	FONT-SIZE: 14px; 
	BACKGROUND-IMAGE: url(../../Images/OutSite/HomePage/ConsultationQueryBG.gif);
	COLOR: #de3110; 
	PADDING-TOP: 3px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 28px; 
}
TABLE.cssCQBody 
{ 
	PADDING: 5px;
	VERTICAL-ALIGN: top;
	WIDTH: 100%; 
	height:100%;
	COLOR: #333333;
 }
 
/***************************
 *		法律法规
 */
table.cssContentInfoRule
{
	margin-left:2px;
	border-left:solid 1px #CECECE;
	border-right:solid 1px #CECECE;
	border-bottom:solid 1px #CECECE;
	margin-top:0px;
	width:278px;
	height:200px;
    background-color:#FFFFFF;
}
/*		法律法规--新闻列表前的提示图片		*/
table.cssContentInfoRule td.cssContentInfoRulesListTip
{
	padding-left:0px;
	padding-top:8px;
	padding-bottom:2px;
	
}

/*		法律法规--新闻列表		*/
table.cssContentInfoRule td.cssContentInfoRulesList
{
	padding-left:2px;
	padding-top:8px;
	padding-bottom:2px;
	font-size:12px;
	color:#10549F;
	/*border-bottom:dotted 1px #8D8D8D;*/
	line-height:14px;
	width:90%;
	font-family:@宋体;
	margin-top:2px;
}
table.cssContentInfoRule td.cssContentInfoRulesList a
{
	color:#666666;

}
table.cssContentInfoRule td.cssContentInfoRulesList a:hover
{
	color:#1F72A6;

}
table.cssContentInfoRule td.cssRulesListFooter
{
	height:5px;
	background-image: url(../../Images/OutSite/ContentFooter.gif);
	background-repeat:repeat-x;
}

table.cssContentInfoRule table.cssContentInfoHeader
{
	background-image:url(../../Images/OutSite/homepage/LawDownLoadBG.gif);
	height:28px;
	width:278px;
	text-align:right;
	padding-right:25px;
	padding-top:2px;
	vertical-align:middle;
}


table.cssContentInfoRule a.cssContentInfoRulesHerf
{
	color:#666666;
}

/***************************
 *		办事指南
 */
table.cssContentInfoWorkGuide
{
	border-left:solid 1px #CECECE;
	border-right:solid 1px #CECECE;
	border-bottom:solid 1px #CECECE;
	margin-top:4px;
	margin-right:2px;
	margin-left:4px;
	width:212px;
	vertical-align:top;
}
table.cssContentInfoWorkGuide marquee cssFooterWorkGuideMARQUEE
{
}

table.cssContentInfoWorkGuide td.cssContentInfoHeader
{
	FONT-WEIGHT:bold;
	FONT-SIZE: 14px; 
	COLOR: #DE3110; 
	background-image:url(../../Images/OutSite/HomePage/WorkGuideBg1.gif);
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 28px; 
	padding-left:34px;
	vertical-align:middle;
}

/*		 办事指南--新闻列表前的提示图片		*/
table.cssContentInfoWorkGuide td.Tip
{
	padding-left:6px;
}

/*		办事指南--新闻列表		*/
table.cssContentInfoWorkGuide td.cssContentInfoWorkGuideList
{
	padding-left:16px;
	padding-top:8px;
	padding-bottom:2px;
	font-size:12px;
	color:#333333;
	width:95%;
}
table.cssContentInfoWorkGuide td.cssContentInfoWorkGuideList a
{
	color:#333333;
}
table.cssContentInfoWorkGuide td. a:hover
{
	color:#1F72A6;
}
table.cssContentInfoWorkGuide a.cssContentInfoWorkGuideHerf
{
	color:#333333;
}

/***************************
 *		站内连接
 */
table.cssContentInfoSubSite
{
	margin-left:2px;
	height:189px;
	width:210px;
	background-color:#D1D1D1;
}

table.cssContentInfoSubSite td.cssContentInfoSubSiteContent
{
	background-image: url(../../Images/OutSite/RightBG.gif);
	background-repeat:no-repeat;
	background-position:5px 3px;
	vertical-align:middle;
	padding-top:6px;
	padding-bottom:2px;
	padding-left:50px;
	padding-right:2px;
}

table.cssContentInfoSubSite td.cssContentInfoSubSiteContent a
{
	color:#B90F0F;
}

/****************************/
/*			页脚			*/
/****************************/
table.cssFooter
{
	width:100%;
	background-color:#EF731f;
}
table.cssFooter td.cssFooterSiteMap
{
	color:#FFF04E;
}

table.cssFooter table.cssFooterSysInc
{
	margin:0 auto;
	text-align:center;
	width:100%;
	color:#FFFFFF;
}

table.cssFooter td.cssFooterSysInc td.cssFooterCopyRight
{
	text-align:center;
}

table.cssFooter td.cssSiteInfo
{
	text-align:center;
	width:30%;
}

/***************************************/
/*          页脚友情链接               */
/***************************************/
table.cssFooterFriendLink
{
	border-left:solid 1px #CECECE;
	border-right:solid 1px #CECECE;
	border-bottom:solid 1px #CECECE;
	border-top:solid 1px #CECECE;
	width:100%;
	height:62px;
	color:#000000;
	background-color:#F3F4F3;
	margin-bottom:4px;
}
table.cssFooterFriendLink tr.cssFooterFriendLinkTr
{}
table.cssFooterFriendLink td.cssFooterFriendLinkTd
{
	vertical-align:middle;
	text-align:center;
	height:62px;
	width:154px;
}

table.cssFooterFriendLink td.cssFooterFriendLinkTitle
{
	background-image:url(../../Images/OutSite/HomePage/footerfriendlink.gif);
	width:770px;
	height:20px;
}
table.cssFooterFriendLink td.cssFooterFriendLinkContent
{
	color:#000000;
	text-align:center;
}
table.cssFooterFriendLink td.cssFooterFriendLinkContent MARQUEE.cssFooterFriendLinkMARQUEE
{
	width:990px;
	height:62px;
}


table.cssFooterFriendLink td.cssFooterFriendLinkContentTD
{
	width:160px;
	text-align:center;
}

table.cssFooterFriendLink td.cssFooterFriendLinkContentTD a img
{
	margin-left:3px;
	margin-right:3px;
}

table.cssFooterFriendLink td.cssFooterFriendLinkContentTD a.TitleContent
{
	text-align:center;
	width:160px;
	height:42px;
}

table.cssFooterFriendLink a
{
	color:#555555;
}

/****************************/
/*		弹出页面--通知公告	*/
/****************************/
table.cssNoticePage
{
	background-color:#FFFEF4;
	height:100%;
}

table.cssNoticePage td.cssNoticePageHeaderLeft
{
	background-image:url(../../Images/OutSite/HomePage/NoticeTitleLeft.gif);
	background-repeat:no-repeat;
	width:28px;
	height:28px;
}

table.cssNoticePage td.cssNoticePageHeaderMiddle
{
	background-image:url(../../Images/OutSite/HomePage/NoticeTitleMiddle.gif);
	background-repeat:repeat-x;
	height:28px;
	color:#ffffff;
	text-align:center;
	font-weight:bolder;
	font-size:16px;
}

table.cssNoticePage td.cssNoticePageHeaderRight
{
	background-image:url(../../Images/OutSite/HomePage/NoticeTitleRight.gif);
	background-repeat:no-repeat;
	width:28px;
	height:28px;
}

table.cssNoticePage td.cssNoticePageTopLeft
{
	background-image:url(../../Images/OutSite/HomePage/NoticeTopLeft.gif);
	height:6px;
	width:6px;
	background-repeat:no-repeat;
}

table.cssNoticePage td.cssNoticePageTopMiddle
{
	background-image:url(../../Images/OutSite/HomePage/NoticeTopMiddle.gif);
	height:6px;
	background-repeat:repeat-x;
}

table.cssNoticePage td.cssNoticePageTopRight
{
	background-image:url(../../Images/OutSite/HomePage/NoticeTopRight.gif);
	height:6px;
	width:6px;
	background-repeat:no-repeat;
}


table.cssNoticePage td.cssNoticePageLeftLine
{
	background-image:url(../../Images/OutSite/HomePage/NoticeLeft.gif);
	width:6px;
	background-repeat:repeat-y;
}

table.cssNoticePage td.cssNoticePageRightLine
{
	background-image:url(../../Images/OutSite/HomePage/NoticeRight.gif);
	width:6px;
	background-repeat:repeat-y;
}

table.cssNoticePage td.cssNoticePageBottomLeft
{
	background-image:url(../../Images/OutSite/HomePage/NoticeBottomLeft.gif);
	height:6px;
	width:6px;
	background-repeat:no-repeat;
}

table.cssNoticePage td.cssNoticePageBottomMiddle
{
	background-image:url(../../Images/OutSite/HomePage/NoticeBottomMiddle.gif);
	height:6px;
	background-repeat:repeat-x;
}

table.cssNoticePage td.cssNoticePageBottomRight
{
	background-image:url(../../Images/OutSite/HomePage/NoticeBottomRight.gif);
	height:6px;
	width:6px;
	background-repeat:no-repeat;
}

table.cssNotice
{
	font-family: 宋体;
	font-size: 14px;
	height:100%;
	width:100%;
	background-color: #FFFFFF;
}

table.cssNotice td.cssNoticeTitle
{
	text-align:center;
}

table.cssNotice td.cssNoticePageContent
{
	text-indent: 20px;
	text-align: left;
}

table.cssNotice td.cssNoticeFooter
{
	text-align:right;
}

/*********************************/
/*        业务专题链接         */
/*********************************/
.spcontainer { WIDTH: 782px; HEIGHT: 82px;margin-left:4px;margin-top:4px;border:0; }
.spcontainer IMG { border:0;WIDTH: 782px; HEIGHT: 82px;BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px }

/*********************************/
/*        网上调查         */
/*********************************/
TABLE.cssContentQuestion 
{
	
	BACKGROUND-COLOR: #ffffff;
	margin-top:4px;
	margin-left:4px;
	margin-BOTTOM:4px;
	width:212px;
	height: 201px 
}

TABLE.cssContentQuestion TD.cssContentQuestionTitle
{ 
	FONT-WEIGHT: bolder;
	FONT-SIZE: 14px; 
	COLOR: #DE3110; 
	background-image:url(../../images/OutSite/HomePage/QuestionTitleBG.gif);
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 25px; 
	padding-left:30px;
	
}
TABLE.cssContentQuestion TD.QuestionSelect 
{
	margin-left:0px;
	margin-right:1px;
	margin-TOP:0px;
	border-left:solid 1px #D7D7D7;
	border-right:solid 1px #D7D7D7;
	border-bottom:solid 0px #D7D7D7;
	background-color:#E8E8E8;
	text-align:left;
}
TABLE.cssContentQuestion TD.QuestionFenge
{ 
	BACKGROUND-COLOR: #d7d7d7; WIDTH: 1px 
}

.cssQuestionTitle 
{
	 FONT-FAMILY: 黑体; COLOR: #dc3113; FONT-SIZE: 12px; 
}

/*********************************/
/*        信息采集		         */
/*********************************/
table.cssContentGather
{
	margin-left:0px;
	margin-right:2px;
	margin-top:2px;
	width:282px;
	border-left:solid 1px #CECECE;
	border-right:solid 1px #CECECE;
	border-bottom:solid 1px #CECECE;
}
table.cssContentGather TD.cssContentGatherTitle1
{
	margin-left:0px;
	margin-right:2px;
	margin-TOP:0px;
	border-left:solid 1px #D7D7D7;
	border-right:solid 1px #D7D7D7;
	border-bottom:solid 0px #D7D7D7;
	background-color:#E8E8E8;
	text-align:center;
}


table.cssContentGather td.cssContentInfoRulesList a
{
	color:#666666;

}
table.cssContentGather td.cssContentInfoRulesList a:hover
{
	color:#1F72A6;

}

table.cssContentGather td.cssContentInfoRulesList
{
	padding-top:4px;
	margin-top:2px;	
	font-size:12px;
	color:#10549F;
	width:100%;
}


TABLE.cssContentGather TD.cssContentGatherTitle
{ 
	FONT-WEIGHT: bolder;
	FONT-SIZE: 14px; 
	COLOR: #FFFFFF; 
	background-image:url(../../images/OutSite/HomePage/GatherTitleBG1.gif);
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 19px; 
	
}

TABLE.cssContentGather TD.cssContentGatherTitleGD
{ 
	FONT-WEIGHT: bolder;
	FONT-SIZE: 14px; 
	COLOR: #FFFFFF; 
	background-image:url(../../images/OutSite/HomePage/GatherTitleBG.gif);
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 24px; 
	
}
TABLE.cssContentGather TD.cssContentGatherTitle3
{ 
	FONT-WEIGHT: bolder;
	FONT-SIZE: 14px; 
	COLOR: #FFFFFF; 
	background-image:url(../../images/OutSite/HomePage/GatherTitleBG1.gif);
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 24px; 
	
}
table.cssContentGather TD.cssContentGatherTitle2
{
	FONT-WEIGHT: bolder;
	FONT-SIZE: 12px; 
	WIDTH: 100%;
	COLOR: #545454; 
	BACKGROUND-REPEAT: no-repeat; 
}
table.cssContentGather TD.cssContentGatherTitle2 a
{
	COLOR : #666666;
}
table.cssContentGather TD.cssContentGatherTitle2 a:hover
{
	COLOR : #1F72A6;
}
/*
 *	新闻采集--内容框
 */
div.cssCollection
{
	height:187px;
}
/*********************************/
/*        政务公开		         */
/*********************************/
table.cssOpenAffair
{
	border-left:solid 1px #D7D7D7;
	border-right:solid 1px #D7D7D7;
	border-bottom:solid 1px #D7D7D7;
	margin-left:4px;
	margin-top:4px;
	margin-right:4px;
	width:212px;
}
table.cssOpenAffair td.cssOpenAffairTitle
{
	PADDING-LEFT: 40px; 
	FONT-WEIGHT: bolder;
	FONT-SIZE: 14px; 
	BACKGROUND-IMAGE: url(../../Images/OutSite/OpenAffair/OpenAffairBG.gif);
	COLOR: #de3110; 
	PADDING-TOP: 7px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 28px; 
	width:213px;
}

table.cssOpenAffair table.cssOpenAffairContentUp
{
	margin:2px;
}

table.cssOpenAffairContentUp td.cssOpenAffairContentUpTitle
{
	FONT-SIZE: 12px; 
	BACKGROUND-IMAGE: url(../../Images/OutSite/OpenAffair/OpenAffairContent.gif);
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 28px; 
	COLOR: #FFFFFF; 
	padding-bottom:6px;
	padding-left:10px;
}
table.cssOpenAffairContentUp td.cssOpenAffairImage
{
	margin:5px;
	PADDING-LEFT: 5px; 
	FONT-SIZE: 12px; 
	HEIGHT: 25px; 
	width:12px;
	padding-bottom:4px;
	font-family:宋体;
	
}
table.cssOpenAffair table.cssOpenAffairContentUp td.cssOpenAffairItem
{
	
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	HEIGHT: 25px; 
	width:100px;
	font-family:宋体;
	
}

table.cssOpenAffair table.cssOpenAffairContentDown
{
	background-color:#EBEBEB;
	margin:2px;
	width:100%;
}
table.cssOpenAffair table.cssOpenAffairContentDown td.cssOpenAffairContentUpTitle
{
	BACKGROUND-IMAGE: url(../../Images/OutSite/OpenAffair/OpenAffairContent.gif);
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 28px; 
	COLOR: #FFFFFF; 
	padding-bottom:6px;
	padding-left:10px;
}
table.cssOpenAffair table.cssOpenAffairContentDown td.cssOpenAffairDownImage
{
	margin:5px;
	PADDING-LEFT: 5px; 
	FONT-SIZE: 12px; 
	HEIGHT: 18px; 
	width:3px;
	padding-bottom:4px;
	font-family:宋体;
	
}
table.cssOpenAffair table.cssOpenAffairContentDown td.cssOpenAffairDownItem
{
	
	FONT-SIZE: 12px; 
	COLOR: #5c3a17; 
	HEIGHT: 18px; 
	width:150px;
	font-family:宋体;
}

table.cssOpenAffair table.cssOpenAffairContentDown td.cssOpenAffairDownItem a
{
	
	line-height:19px;
	COLOR: #5c3a17; 
	padding-bottom:5px;
}
table.cssOpenAffair table.cssOpenAffairContentDown td.cssOpenAffairDownItem a:hover
{
	
	color:#1F72A6;
}



table.cssOpenAffair table.cssOpenAffairContentDown td.cssOpenAffairDownItem a.cssOpenAffairAItem
{
	COLOR: #5c3a17; 
}
