/*默认超链接样式*/
A:link {
	FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none;
}
A:visited {
	FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none;
}
A:hover {
	FONT-SIZE: 12px; COLOR: #FF0000; TEXT-DECORATION: underline;
}

/*深色超链接样式*/
A.DarkLink12:link {
	FONT-SIZE: 12px; COLOR: #0B5596; TEXT-DECORATION: none;
}
A.DarkLink12:visited {
	FONT-SIZE: 12px; COLOR: #0B5596; TEXT-DECORATION: none;
}
A.DarkLink12:hover {
	FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: underline;
}

/*深色14像素超链接样式*/
A.DarkLink14:link {
	FONT-SIZE: 14px; COLOR: #0B5596; TEXT-DECORATION: none;
}
A.DarkLink14:visited {
	FONT-SIZE: 14px; COLOR: #0B5596; TEXT-DECORATION: none;
}
A.DarkLink14:hover {
	FONT-SIZE: 14px; COLOR: #000000; TEXT-DECORATION: underline;
}

/*绿色超链接样式*/
A.GreenLink12:link {
	FONT-SIZE: 12px; COLOR: #558C28; TEXT-DECORATION: none;
}
A.GreenLink12:visited {
	FONT-SIZE: 12px; COLOR: #558C28; TEXT-DECORATION: none;
}
A.GreenLink12:hover {
	FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: underline;
}

/*白色超链接样式*/
A.WhiteLink12:link {
	FONT-SIZE: 12px; COLOR: #FFFFFF; TEXT-DECORATION: none; 
}
A.WhiteLink12:visited {
	FONT-SIZE: 12px; COLOR: #FFFFFF; TEXT-DECORATION: none; 
}
A.WhiteLink12:hover {
	FONT-SIZE: 12px; COLOR: #FFFFFF; TEXT-DECORATION: none; 
}

/*导航条超链接样式*/
.NavigateBg A:link {
	FONT-SIZE: 14px; CURSOR: hand; COLOR: #FFFFFF; TEXT-DECORATION: none; 
}
.NavigateBg A:visited {
	FONT-SIZE: 14px; CURSOR: hand; COLOR: #FFFFFF; TEXT-DECORATION: none; 
}
.NavigateBg A:hover {
	FONT-SIZE: 14px; CURSOR: hand; COLOR: #FFFFFF; TEXT-DECORATION: underline; 
}

/*首页政务公开超链接样式*/
A.zwgkLink:link {
	FONT-SIZE: 12px; COLOR: #437CAD; TEXT-DECORATION: none;
}
A.zwgkLink:visited {
	FONT-SIZE: 12px; COLOR: #437CAD; TEXT-DECORATION: none;
}
A.zwgkLink:hover {
	FONT-SIZE: 12px; COLOR: #FF0000; TEXT-DECORATION: underline;
}
/*首页视频新安链接样式*/
A.spzwgkLink:link {
	font-size:13px; font-weight:bolder; color:#437CAD; padding-left:20px; padding-top:2px; filter:DropShadow(Color=#FFFFFF,OffX=1,OffY=1,Positive=1)}
A.spzwgkLink:visited {
	FONT-SIZE: 13px; COLOR: #437CAD; TEXT-DECORATION: none;
}
A.spzwgkLink:hover {
	FONT-SIZE: 13px; COLOR: #FF0000; TEXT-DECORATION: underline;
}

/*格式化部分HTML元素*/
BODY {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: 宋体; margin: 0px; line-height: 150%;
	BACKGROUND: url(../images/bodybg.gif) repeat-y center;
	BACKGROUND-COLOR:#ffffff;
	SCROLLBAR-FACE-COLOR: #DBEFFF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #61ACE8; 	
	SCROLLBAR-ARROW-COLOR: #014F8A; 	
	SCROLLBAR-TRACK-COLOR: #DBEFFF; 
	SCROLLBAR-3DLIGHT-COLOR: #61ACE8; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
}
TD,DIV {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: 宋体; line-height: 150%;
}
UL {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: 宋体; line-height: 150%;
	margin-left: 20px; padding:5px; 
}
HR {
	COLOR: #000000; HEIGHT: 1px;
}
IMG {
	BORDER: 0px;
}


/*表单元素样式*/
.TextStyle{	
	FONT-SIZE: 12px; border: 1px solid #7F9DB9; BACKGROUND-COLOR: #FFFFFF; PADDING-TOP: 3px; HEIGHT: 20px;
}
.TextReadOnlyStyle{
	FONT-SIZE: 12px; border: 1px solid #7F9DB9; BACKGROUND-COLOR: #E5F1F8; PADDING-TOP: 3px; HEIGHT: 20px;
}
.TextAreaStyle{
	FONT-SIZE: 12px; border: 1px solid #7F9DB9; BACKGROUND-COLOR: #FFFFFF; PADDING-TOP: 3px;
}
.TextAreaReadOnlyStyle{
	FONT-SIZE: 12px; border: 1px solid #7F9DB9; BACKGROUND-COLOR: #E5F1F8; PADDING-TOP: 3px;
}
.SelectStyle{
	FONT-SIZE: 12px; border: 1px solid #7F9DB9; BACKGROUND-COLOR: #E5F1F8; COLOR: #524B48; HEIGHT: 20px;
}
.ButtonStyle{
	FONT-SIZE: 12px; border: 1px solid #7F9DB9; BACKGROUND-COLOR: #E5F1F8; COLOR: #333333; HEIGHT: 22px;WIDTH: 48px;PADDING-TOP: 2px;
}


/*各种背景色*/
.DarkBgStyle{
	BACKGROUND-COLOR: #8EC6E9;
}
.LightBgStyle{
	BACKGROUND-COLOR: #E5F1F8;
}
.GrayBgStyle{
	BACKGROUND-COLOR: #F2F2F2;
}
.GreenBgStyle{
	BACKGROUND-COLOR: #ECF8E2;
}
.MoreGrayBgStyle{
	BACKGROUND-COLOR: #D7D7D7;
}
.WhiteBgStyle{
	BACKGROUND-COLOR: #FFFFFF;
}


/*各种文字颜色*/
.WhiteFontStyle{
	COLOR: #FFFFFF;
}
.RedFontStyle{
	COLOR: #FF0000;
}
.DarkFontStyle{
	COLOR: #0B5596;
}
.GreenFontStyle{
	COLOR: #558C28;
}
.GrayFontStyle{
	COLOR: #524B48;
}
.MoreGrayFontStyle {
	COLOR: #999999; 
}

/*Table边框样式*/
.DarkTableBorder{
	BORDER: #C2D6E0 1px solid; 
}
.WhiteTableBorder{
	BORDER: #FFFFFF 1px solid; 
}
.GreenTableBorder{
	BORDER: #AEDD87 1px solid; 
}
.PicNewsTableBorder{
	BORDER: #CCCCCC 1px solid; BACKGROUND-COLOR: #F2F2F2; border-top: 0px;
}
.PicNewsTableBorder td{
	padding-left: 10px; text-align:center;
}

/*首页样式*/
.TopBg{
	BACKGROUND: url(../images/topbg.gif) repeat-x; height:26px; color:#FFFFFF; 
}
.NavigateBg{
	background:url(../images/navigatebg.gif) repeat-x; height:30px;
}
.WeatherBg{
	background:url(../images/weatherbg.gif) repeat-x; height:33px;
}
.WeatherBgxw{
	background:url(../images/bk1.gif) repeat-x; height:33px;
}
.TitleBlue200{
	BACKGROUND: url(../images/titleblue200.gif) no-repeat; height:22px;
	font-size:13px; font-weight:bolder; color:#FFFFFF; padding-left:20px; padding-top:2px
}
.TitleBluexw{
	BACKGROUND: url(../images/titlebluexw.gif) no-repeat; height:22px;
	font-size:13px; font-weight:bolder; color:#FFFFFF; padding-left:20px; padding-top:2px
}

.TitleBlue215{
	BACKGROUND: url(../images/titleblue215.gif) no-repeat; height:22px;
}
.TitleBlue215Font{
	font-size:13px; font-weight:bolder; color:#FFFFFF; padding-top:2px
}
.TitleLeft{
	BACKGROUND: url(../images/titleleft.gif) repeat-x; height:27px;	
}
.TitleNews{
	BACKGROUND: url(../images/titlenews.gif) repeat-x; height:35px;
	text-align:right; padding-right:20px; padding-top:2px; 
}
.TitleYq{
	BACKGROUND: url(../images/titleyq.gif) repeat-x; height:32px;
}
.TitleYqlj{
	BACKGROUND: url(../images/xagk-maintitle.gif) #FFFFFF repeat-x; height:28px;
	font-size:13px; color:#0B5596; text-align:center; padding-bottom:0px; 
}
.TitleZwgk{
	BACKGROUND: url(../images/titlezwgk.gif) no-repeat; height:22px;
}
.TitelBs{
	BACKGROUND: url(../images/titlebs.gif) repeat-x; height:22px;
	font-size:12px; font-weight:bolder; color:#0B5596; padding-left:20px; padding-top:2px; 
}
.TitleRight{
	BACKGROUND: url(../images/titleright.gif) repeat-x; height:22px;
	BORDER: #FFFFFF 1px solid;
}
.TitleZwhd{
	BACKGROUND: url(../images/titlezwhd.gif) repeat-x; height:25px;
	font-size:13px; font-weight:bolder; color:#558C28; padding-left:20px; padding-top:2px;
}
.TitleMyhd{
	BACKGROUND: url(../images/titlemyhd.gif) repeat-x; height:25px;
	font-size:13px; font-weight:bolder; color:#0B5596; padding-left:20px; padding-top:2px; 
}

.GlowFont13{		
	font-size:13px; font-weight:bolder; color:#437CAD; padding-left:20px; padding-top:2px; filter:DropShadow(Color=#FFFFFF,OffX=1,OffY=1,Positive=1)
}
.GlowFont12{		
	font-size:12px; font-weight:bolder; color:#437CAD; padding-left:20px; padding-top:2px; filter:DropShadow(Color=#FFFFFF,OffX=1,OffY=1,Positive=1)
}

.BgPicNews{
	BACKGROUND: url(../images/bgpicnews.gif) no-repeat 5 right; padding-top:8px;
}
.BgZwgk{
	BACKGROUND: url(../images/bgzwgk.gif) no-repeat center middle;
}
.BgGgfw{
	BACKGROUND: url(../images/bgggfw.gif) no-repeat;
}
.BgTjgb{
	BACKGROUND: url(../images/bgtjgb.gif) repeat-x; height:89px;
}
.Bgspxa{
	BACKGROUND: url(../images/bgspxa.gif) #E1F2FD repeat-x left bottom; 
}
.BgGradual{
	BACKGROUND: url(../images/bggradual.gif) repeat-x; 
}
.BgRoll{
	BACKGROUND: url(../images/bgroll.gif) repeat-x; height:125px;
}
.BgJlhd{
	BACKGROUND: url(../images/bgjlhd.gif) no-repeat; 
}
#demo {OVERFLOW: hidden; WIDTH: 749px; HEIGHT: 125px}


.LineBlue2{
	BACKGROUND: url(../images/lineblue2.gif) repeat-x; height:2px;
}

.LineDotted{
	BORDER-bottom: #999999 1px dotted; height:24px;
}
.LineCol{
	background:url(../images/linecol.gif) repeat-y; 
}
.LineRow{
	background:url(../images/linerow.gif) repeat-x; 
}



/*二级频道页面用到的一些通用样式*/
.normal-channeltitle {
	background: url(../images/xagk-channeltitle.gif) no-repeat; height:35px;
}
.normal-channeltitlefont {
	font-size:13px; font-weight:bolder; color:#FFFFFF; padding-left:20px; padding-top:2px; 
}
.DataTableTitleBg{
	height:30px; background:url(../images/datatabletitle.gif) repeat-x top; COLOR: #0B5596; font-weight:bold; font-size: 14px;
}
.SplitBarStyle{
	height:30px; background:url(../images/splitbarbg.gif) repeat-x top; COLOR: #0B5596; font-weight:bold; font-size: 12px;
}
.SplitBarStyleawgk{
	height:30px; background:url(../images/splitbarbgawgk.gif) repeat-x top; COLOR: #0B5596; font-weight:bold; font-size: 12px;
}


/*正文标题*/
.ArticleTitle{
  font-size:24px; font-weight:bold; text-align:center; padding:20px;
}
/*正文内容*/
#BodyLabel {
  font-size:15px; line-height:180%; padding:10px; word-wrap:break-word; word-break:break-all;
}

/*公共服务*/
.ggfw-lefttitle {
	background: url(../images/ggfw-lefttitle.gif) repeat-x; height:22px; font-size:13px; font-weight:bolder; color:#118CCF; padding-left:20px; padding-top:2px; 
}
.ggfw-tableborder {
	BACKGROUND-COLOR: #C2D6E0;
}
.ggfw-tablebg{
	border: solid 1px #C2D6E0; BACKGROUND: url(../images/ggfw-tablebg.gif) repeat-x left bottom;
}
.ggfw-regiontitle {
	background: url(../images/ggfw-regiontitle.gif) no-repeat; height:24px;
}
.ggfw-regiontitle td {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0B5596; 
}

.ggfw-leftbg{
	BACKGROUND: url(../images/ggfw-leftbg.gif) repeat-x;
}

/*新闻中心*/
.news-lefttitle{
	background:url(../images/news-lefttitle.gif) repeat-x center top; height: 24px; font-size:13px; font-weight:bolder; color:#FFFFFF; padding-left:20px; padding-top:2px
}
.news-leftbg{
	background: url(../images/news-leftbg.gif) repeat-x left bottom #FFFFFF; BORDER: #C2D6E0 1px solid;
}
.news-tableborder {
	BACKGROUND-COLOR: #C2D6E0;
}
.news-regiontitle {
	background: url(../images/news-regiontitle.gif) no-repeat; height:27px;
}
.news-regiontitle td {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #FFFFFF; 
}
.news-channelline {
	background: url(../images/lineblue2.gif) repeat-x bottom; height:24px; padding-left: 30px;
}
.channelmenu0 {
	background: url(../images/channelmenu0.gif) repeat-x bottom; height:24px; padding-left: 30px;
.channelmenuxw1 {
	background: url(../images/xw1.gif) repeat-x bottom; height:24px; padding-left: 30px;
}
.channelmenu1 {
	background: url(../images/channelmenu1.gif) repeat-x bottom; height:24px; padding-left: 30px;
}

/*政务公开*/
.zwgk-righttitle {
	background: url(../images/zwgk-righttitle.gif) repeat-x; height:21px; 
	BORDER: #FFFFFF 1px solid;
}
.zwgk-regiontitle {
	background: url(../images/zwgk-regiontitle.gif) no-repeat;
}
.zwgk-regiontitle1 {
	background: url(../images/zwgk-regiontitle1.gif) no-repeat;
}
.zwgk-regiontitle2 {
	background: url(../images/zwgk-regiontitle2.gif) no-repeat;
}
.zwgk-leftbg{
	BACKGROUND: url(../images/zwgk-leftbg.gif) #FFFFFF repeat-x left top; 
	BORDER: #FFFFFF 1px solid;
}
.lab_menu {
	background: url(../images/lab_bg.gif) repeat-x; height: 20px;
}
.lab_menu1 {
	background: url(../images/menu_bg1.gif) no-repeat; height: 17px; width: 145px; font-weight: bold;
	color: #FFFFFF; padding-top: 3px; padding-left: 40px;
}
.lab_menu2 {
	font-weight: bold; color: #558C28;
	height: 13px; width: 220px; padding-top: 2px;padding-left: 25px;
}
.kx {
	padding: 15px;
}



/*政务互动*/
.zwhd-righttitle {
	background: url(../images/zwhd-righttitle.gif) repeat-x; height:21px; 
	BORDER: #FFFFFF 1px solid;
}
.zwhd-regiontitle {
	background: url(../images/zwhd-regiontitle.gif) no-repeat;
}

.zwhd-leftbg{
	BACKGROUND: url(../images/zwhd-leftbg.gif) #FFFFFF repeat-x left bottom; 
	BORDER: #FFFFFF 1px solid;
}
.zwhd-banner{
	BACKGROUND: url(../images/banner-zwhd.gif) no-repeat; height:56px;
}
.zwhd-bbs{
	BACKGROUND: url(../images/xagk-maintitle.gif) repeat-x; height:27px;
}
.zwhd-bbs td{
	font-size:12px; color:#0B5596; padding-top:8px; 
}

/*新安概况*/
.xagk-maintitle {
	background: url(../images/xagk-maintitle.gif) #FFFFFF repeat-x; height:60px; 
	font-size:26px; color:#0B5596; font-family: 黑体; text-align:center;
}
/*
.xagk-mainbg {
	background: url(../images/xagk-mainbg.gif) #FFFFFF repeat-x; height:582px; font-size:14px; padding:20px;  
}
*/
.xagk-mainbg {
	font-size:14px; padding:20px; LINE-HEIGHT: 180%;
}

.xagk-channeltitle {
	background: url(../images/xagk-channeltitle.gif) no-repeat; height:35px;
}
.xagk-channeltitlefont {
	font-size:13px; font-weight:bolder; color:#FFFFFF; padding-left:20px; padding-top:2px; 
}

.xagk-menutitle{
	background: url(../images/xagk-menutitle.gif) no-repeat center middle; cursor: hand; font-weight:bolder; color:#FFFFFF; padding-left:20px; padding-top:2px; height: 26px;
}

.xagk-menutable{
	background: url(../images/xagk-menutable.gif) repeat-x left top; BORDER: #E5F1F8 1px solid; 
}

.xagk-menu {
	padding-left:20px; height:24px;
}

.channelNav {
	background: url(../images/xagk-channelNav.gif) #FFFFFF repeat-x; height:22px;
}
.BgSp {
	background: url(../images/bgsp.gif) no-repeat; height:180px;
}
.TpLine {
	BACKGROUND: url(../images/titlemyhd.gif) repeat-x; height:25px;
	font-size:13px; font-weight:bolder; color:#0B5596; padding-left:20px; padding-top:2px; 
}
#LayerImg {
	position: absolute;
	z-index:1;
	left: 788px;
	top: 586px;
}



/*招商引资*/
.zsyz-lefttitle {
	background: url(../images/zsyz-lefttitle.gif) repeat-x; height:22px; font-size:13px; font-weight:bolder; color:#118CCF; padding-left:20px; padding-top:2px; 
}
.zsyz-tableborder {
	BACKGROUND-COLOR: #C2D6E0;
}
.zsyz-regiontitle {
	background: url(../images/zsyz-regiontitle.gif) no-repeat; height:27px;
}
.zsyz-regiontitle td {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #FFFFFF; 
}

.zsyz-leftbg{
	BACKGROUND: url(../images/zsyz-leftbg.gif) repeat-x;
}


/*透视政府*/
.tszf-righttitle {
	background: url(../images/tszf-righttitle.gif) repeat-x; height:21px; 
	BORDER: #FFFFFF 1px solid;
}
.tszf-regiontitle {
	background: url(../images/tszf-regiontitle.gif) no-repeat; height:22px;
}

.tszf-leftbg{
	BACKGROUND: url(../images/tszf-leftbg.gif) repeat-x;
}


/*友情链接的TAB切换样式*/
.PanelStyle {
	BACKGROUND: url(../images/index-bt-yqlj.gif) repeat-x left 23;
}
.PanelOffStyle {
	BACKGROUND: url(../images/index-bt-yqlj0.gif) no-repeat center middle; height:30px; WIDTH: 80px; CURSOR: hand; COLOR: #000000; PADDING-TOP: 0px; TEXT-ALIGN: center
}
.PanelOnStyle {
	BACKGROUND: url(../images/index-bt-yqlj1.gif) no-repeat center middle; height:30px; WIDTH: 80px; CURSOR: hand; COLOR: #000000; PADDING-TOP: 0px; TEXT-ALIGN: center
}

.TopBg1{
	BACKGROUND: url(../images/topbg1.gif) repeat-x; height:26px; color:#FFFFFF; 
}
.NavigateBg1{
	background:url(../images/navigatebg1.gif) repeat-x; height:30px;}
/*政府信息公开*/
.xxgka {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BCDBF5;
	border-bottom-color: #BCDBF5;
}
.xxgka1 {

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #BCDBF5;
}

.xxgka2 {
	border-right-width: 1px;

	border-right-style: solid;

	border-right-color: #BCDBF5;

}

.DataTableTitleBgaaa{
	height:30px; background:url(../images/datatabletitleaaa.gif) repeat-x top; COLOR: #0B5596; font-weight:bold; font-size: 14px;
}














