/* 首页css定义 */
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body{margin:0px;font-size: 9pt;background-color: #FFFFFF;text-decoration: none;margin-left: 0px;margin-top: 0px;}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td{font-family:"宋体";font-size: 9pt;line-height: 150%;font-weight: normal;color: #333333;}
/* 公务员信箱文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
.input1{background-color: #ffffff;color: #666666;height:15px;font-size: 9pt;border: 1px solid #CCCCCC;}
/* 全站收缩文本框的css定义:对应css中的“input_search”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
.input_search{background-color: #ffffff;color: #666666;height: 18px;font-size: 9pt;border: 1px solid #90D2FE;}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button{font-size: 9pt;height: 20px;}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select{font-size: 9pt;height: 20px;}
/* 首页链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #333333;text-decoration: underline;} /* 鼠标在链接上有下划线 */ 
a:active {color: #333333;} /* 点击激活链接 */
/* 首页导航栏的css定义 */
.dhl{font-size: 12px;line-height: 150%;color: #ffffff;text-decoration: none;bold;color; }
a.dhl:link {font-size: 12px;line-height: 150%;color: #ffffff;text-decoration: none;} /* 未访问的链接 */
a.dhl:visited {font-size: 12px;line-height: 150%;color: #ffffff;text-decoration: none;} /* 已访问的链接 */
a.dhl:hover{font-size: 12px;line-height: 150%;color: #ffffff;text-decoration: none;} /* 鼠标在链接上有下划线 */ 
a.dhl:active {font-size: 12px;line-height: 150%;color: #ffffff;text-decoration: none; } /* 点击激活链接 */
/* 首页标题新闻的css定义 */
.hong{font-size: 14px;line-height: 150%;color: #ff0000;text-decoration: none;bold;color;  font-weight: bold;}
a.hong:link {font-size: 14px;line-height: 150%;color: #ff0000;text-decoration: none; font-weight: bold;} /* 未访问的链接 */
a.hong:visited {font-size: 14px;line-height: 150%;color: #ff0000;text-decoration: none; font-weight: bold;} /* 已访问的链接 */
a.hong:hover{font-size: 14px;line-height: 150%;color: #ff0000;text-decoration: none; font-weight: bold;} /* 鼠标在链接上有下划线 */ 
a.hong:active {font-size: 14px;line-height: 150%;color: #ff0000;text-decoration: none;  font-weight: bold;} /* 点击激活链接 */
/* 首页标题的css定义 */
.index_bt{font-size: 14px;line-height: 150%;color: #2088D7;text-decoration: none;bold;color;  font-weight: bold;}
a.index_bt:link {font-size: 14px;line-height: 150%;color: #2088D7;text-decoration: none; font-weight: bold;} /* 未访问的链接 */
a.index_bt:visited {font-size: 14px;line-height: 150%;color: #2088D7;text-decoration: none; font-weight: bold;} /* 已访问的链接 */
a.index_bt:hover{font-size: 14px;line-height: 150%;color: #2088D7;text-decoration: none; font-weight: bold;} /* 鼠标在链接上有下划线 */ 
a.index_bt:active {font-size: 14px;line-height: 150%;color: #2088D7;text-decoration: none;  font-weight: bold;} /* 点击激活链接 */
/* 首页右侧栏目标题的css定义 */
.rlanmu{font-size: 14px;line-height: 150%;color: #ffffff;text-decoration: none;bold;color; font-weight: bold;}
a.rlanmu:link {font-size: 14px;line-height: 150%;color: #ffffff;text-decoration: none; font-weight: bold;} /* 未访问的链接 */
a.rlanmu:visited {font-size: 14px;line-height: 150%;color: #ffffff;text-decoration: none;  font-weight: bold;} /* 已访问的链接 */
a.rlanmu:hover{font-size: 14px;line-height: 150%;color: #ffffff;text-decoration: none; font-weight: bold;} /* 鼠标在链接上有下划线 */ 
a.rlanmu:active {font-size: 14px;line-height: 150%;color: #ffffff;text-decoration: none; font-weight: bold;} /* 点击激活链接 */
/* 首页右侧栏目内容的css定义 */
.rlright{font-size: 12px;line-height: 150%;color: #338B23;text-decoration: none;font-weight: bold;}
a.rlright:link {font-size: 12px;line-height: 150%;color: #338B23;text-decoration: none;font-weight: bold;} /* 未访问的链接 */
a.rlright:visited {font-size: 12px;line-height: 150%;color: #338B23;text-decoration: none;font-weight: bold;} /* 已访问的链接 */
a.rlright:hover{font-size: 12px;line-height: 150%;color: #338B23;text-decoration: none;font-weight: bold;} /* 鼠标在链接上有下划线 */ 
a.rlright:active {font-size: 12px;line-height: 150%;color: #338B23;text-decoration: none;font-weight: bold; } /* 点击激活链接 */
/* 首页栏目标题文字的css定义*/
.ltxt{font-family:"宋体";font-size: 12px;line-height: 150%;font-weight: bold;color: #FF6C00;text-decoration: none; font-weight: bold;}
.ltxt1{font-family:"宋体";font-size: 12px;line-height: 150%;font-weight: bold;color: #DD5B00;text-decoration: none;}
.ltxt2{font-family:"宋体";font-size: 12px;line-height: 150%;font-weight: bold;color: #97F12A;text-decoration: none;}
.ltxt3{font-family:"宋体";font-size: 14px;line-height: 150%;font-weight: bold;color: #ffffff;text-decoration: none;}
/* 社区服务框的css定义 */
.sqfw_kuang{font-size: 12px;line-height: 150%;color: #000000;text-decoration: none;border: 1px solid #8ACFFF;}
.sqfw1_kuang{font-size: 12px;line-height: 150%;color: #000000;text-decoration: none;border: 1px solid #FFC08B;}
.sqfw2_kuang{font-size: 12px;line-height: 150%;color: #000000;text-decoration: none;border: 1px solid #C6FF81;}
/* 列表页文字的css定义 */
.list_font{font-size: 14px;line-height: 180%;color: #333333;text-decoration: none;border-bottom-width: 1px;border-top-style: none;border-right-style: none;border-bottom-style: dashed;border-left-style: none;border-bottom-color: #cccccc;}
a.list_font:link {font-size: 12px;line-height: 150%;color: #333333;text-decoration: none;} /* 未访问的链接 */
a.list_font:visited {font-size: 12px;line-height: 150%;color: #333333;text-decoration: none;} /* 已访问的链接 */
a.list_font:hover{font-size: 12px;line-height: 150%;color: #333333;text-decoration: none;} /* 鼠标在链接上有下划线 */ 
a.list_font:active {font-size: 12px;line-height: 150%;color: #333333;text-decoration: none;} /* 点击激活链接 */
/* 首页底部版权部分栏目文字的css定义 */
.index_copyright{font-size: 12px;line-height: 150%;color: #FFFFFF;text-decoration: none;}
a.index_copyright:link {font-size: 12px;line-height: 150%;color: #FFFFFF;text-decoration: none;} /* 未访问的链接 */
a.index_copyright:visited {font-size: 12px;line-height: 150%;color: #FFFFFF;text-decoration: none;} /* 已访问的链接 */
a.index_copyright:hover{font-size: 12px;line-height: 150%;color: #FFFFFF;text-decoration: none;} /* 鼠标在链接上有下划线 */ 
a.index_copyright:active {font-size: 12px;line-height: 150%;color: #FFFFFF;text-decoration: none;} /* 点击激活链接 */

.copyright{font-size: 12px;line-height: 150%;color: #693E07;text-decoration: none;}
a.index_copyright:link {font-size: 12px;line-height: 150%;color: #693E07;text-decoration: none;} /* 未访问的链接 */
a.index_copyright:visited {font-size: 12px;line-height: 150%;color: #693E07;text-decoration: none;} /* 已访问的链接 */
a.index_copyright:hover{font-size: 12px;line-height: 150%;color: #693E07;text-decoration: none;} /* 鼠标在链接上有下划线 */ 
a.index_copyright:active {font-size: 12px;line-height: 150%;color: #693E07;text-decoration: none;} /* 点击激活链接 */
.kuang {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	border: 1px solid #DBDBDB;
}
.kuang1 {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	border: 1px solid #B4E891;
}
.index_bt_left {font-size: 14px;font-weight: bold;color: #FFFFFF;text-decoration: none;}
a.index_bt_left:link {font-size: 14px;line-height: 150%;color: #ffffff;text-decoration: none; font-weight: bold;} /* 未访问的链接 */
a.index_bt_left:visited {font-size: 14px;line-height: 150%;color: #ffffff;text-decoration: none;  font-weight: bold;} /* 已访问的链接 */
a.index_bt_left:hover{font-size: 14px;line-height: 150%;color: #ffffff;text-decoration: none; font-weight: bold;} /* 鼠标在链接上有下划线 */ 
a.index_bt_left:active {font-size: 14px;line-height: 150%;color: #ffffff;text-decoration: none; font-weight: bold;} /* 点击激活链接 */
.index_bt_main {font-size: 14px;font-weight: bold;color: #338B23;text-decoration: none;}
a.index_bt_main:link {font-size: 14px;line-height: 150%;color: #338B23;text-decoration: none; font-weight: bold;} /* 未访问的链接 */
a.index_bt_main:visited {font-size: 14px;line-height: 150%;color: #338B23;text-decoration: none;  font-weight: bold;} /* 已访问的链接 */
a.index_bt_main:hover{font-size: 14px;line-height: 150%;color: #338B23;text-decoration: none; font-weight: bold;} /* 鼠标在链接上有下划线 */ 
a.index_bt_main:active {font-size: 14px;line-height: 150%;color: #338B23;text-decoration: none; font-weight: bold;} /* 点击激活链接 */
.index_bt_right {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.index_bt_more {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.index_bt_more_mian {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
}
.soman{ display:inline;}
.soman h3{margin:0; padding:0; display:inline;}
.soman h3 a{text-decoration:none;color:#ffffff; font-size:12px;}
