/*----------------------------------------默认设置开始----------------------------------------*/

body, form, ul, li
{
	margin: 0;
	padding: 0;
	text-align:left;
	list-style-type: none;
}
p
{
	margin:0;
}
img
{
	border: 0;
}
body	/*网站背景颜色*/
{
	background-color: #F1F9FE;
}

/*字体、行高默认设置*/
body, table
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	line-height: 140%;
}

/*表单项默认设置*/
input, select, textarea
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}

/*链接默认设置*/
a
{
	text-decoration: none;
	color: #222222;
}
a:hover
{
	text-decoration: none;
	color: #0D3082;
}

/*----------------------------------------默认设置结束----------------------------------------*/


/*----------------------------------------顶部设置开始----------------------------------------*/

/*头部样式*/
.header					/*头部整体样式*/
{
	background-Image: url(header_bg.jpg); background-repeat: repeat-x;
	
}
.header .headerLeft		/*头部左侧样式*/
{
	padding-left:16px;
}

.header .headerRight	/*头部右侧样式*/
{
	background: url(header_right.jpg) no-repeat right;	
}

/*顶部主导航样式*/
table.nav
{
	
	background-color: #0E4481;		
}
table.nav .navTd		/*栏目间分隔线颜色*/
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #28569B;
	border-left-color: #28569B;
}
table.nav .navTd a.navA:link	/*顶部导航栏目链接样式*/
{
	display: block;
	font-size: 12px;
	
	color: #fff;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
}
table.nav .navTd a.navA:visited	/*顶部导航栏目链接样式*/
{
	display: block;
	font-size: 12px;
	
	color: #fff;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
}
table.nav .navTd a.navCurrent	/*顶部导航当前栏目链接样式*/
{
	display: block;
	font-size: 12px;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	color: #fff;	
	background-image:url(hover.jpg);	
}
table.nav .navTd a.navA:hover	/*顶部导航鼠标经过样式*/
{
	display: block;
	font-size: 12px;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	color: #fff;	
	background-image:url(hover.jpg);	
}

/*顶部下拉菜单样式*/
.navFloat		/*下体菜单整体样式*/
{
	width: 106px!important;
	width: 100%;
	position: absolute;
	visibility: hidden;
	z-index: 2;	
	background-color: #0E4781;
}
.navFloat .space	/*下体菜单分隔线样式*/
{
	height: 1px;
	background-color: #295F9A;
}
.navFloat a			/*下体菜单链接样式*/
{
	display: block;
	width: width: 100%;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
}
.navFloat a:hover	/*下体菜单链接鼠标经过样式*/
{
	color: #fff;
	text-decoration: none;
	background-color: #0B6CC6;
}

/*Banner样式*/
.bannerHome		/*首页banner样式*/
{
	background-color: #C1D5F4;
	background-repeat: repeat-x;
}
.bannerInner	/*内页banner样式*/
{
	background-color: #D0E2FB;
	background-repeat: repeat-x;
}

/*顶部Banner下区域样式*/
.noticeArea		/*整体样式*/
{
	background-color: #E6F0FD;
	background-repeat: repeat-x;
	background-position: center center;
}
.searchLogo		/*搜索LOGO样式*/
{
	background: url(search_logo.jpg) no-repeat center center;
}
.searchInput	/*搜索输入框样式*/
{
	border: 1px solid #0D4F80;
	background-color: #FFFFFF;
	color: #333333;
	width:260px;
}
.searchImage	/*搜索小图标样式*/
{
	cursor: pointer;
	background: url(search_btn.jpg) no-repeat center center;
}
.noticeMarqueeLogo	/*滚动公告LOGO样式*/
{
	background: url(notice_logo.jpg) no-repeat center center;
}
.noticeMarquee a	/*滚动公告链接默认样式*/
{
	color:#000000;
}
.noticeMarquee a:hover	/*滚动公告链接鼠标经过样式*/
{
	color:#8A0000;
}
/*----------------------------------------顶部设置结束----------------------------------------*/

/*----------------------------------------首页设置开始----------------------------------------*/
.homeMain	/*首页主体背景*/
{	
	background-color: #FFFFFF;
	table-layout: fixed;
}
.homeBorder	/*首页边框颜色*/
{
	border: 0px solid #ACD9FD;
}
/*----------------------------------------首页设置结束----------------------------------------*/


/*----------------------------------------内页设置开始----------------------------------------*/
.innerMain	/*内页主体背景*/
{
	background-color: #fff;	
	table-layout: fixed;
}

/*内页左侧*/
.left	/*左侧整体样式*/
{
	background: url(left_bg.jpg) no-repeat right bottom;
	border: 1px solid #ACD7FD;
}
.left .leftBase	/*左侧一级分类*/
{
	
	font-size:14px;
	font-weight:bold;
	background: url(left1_bg.jpg) no-repeat center center;
	color: #FFFFFF;
}
.left a.menu		/*左侧二级分类默认样式*/
{
	display: block;
	font-size: 13px;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	color: #0E4781;	
	background: url(left2_bg.jpg) no-repeat center center;	
}
.left a.menuCurrent	/*左侧当前二级分类样式*/
{
	display: block;
	font-size: 13px;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	color: #0E4D81;	
	font-weight:bold;
	background: url(left2_bg_cur.jpg) no-repeat center center;	
}
.left a.menu:hover, .left a.menuCurrent:hover	/*左侧二级分类鼠标经过样式*/
{
	color: #0E3F81;	
	font-weight:bold;
	background: url(left2_bg_cur.jpg) no-repeat center center;	
}
.left a.subMenu	/*左侧三级分类样式*/
{
	display: block;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	color: #0E3C81;	
	background: url(left3_bg.jpg) no-repeat center center;	
}
.left a.subMenuCurrent	/*左侧当前三级分类样式*/
{
	display: block;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	color: #0E4D81;	
	font-weight:bold;
	background: url(left3_bg_cur.jpg) no-repeat center center;	
}
.left a.subMenu:hover, .left a.subMenuCurrent:hover	/*左侧三级分类鼠标经过样式*/
{
	color: #0E3C81;	
	font-weight:bold;
	background: url(left3_bg_cur.jpg) no-repeat center center;	
}

/*内页右侧*/
.right	/*右侧整体样式*/
{
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ACE7FD;
	border-right-color: #ACE7FD;
}
.right .location	/*右侧当前位置样式*/
{
	padding-left:18px;
	background-color: #DAEEFA;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACCBFD;
}
.right .location a	/*右侧当前位置链接样式*/
{
	color:#000000;
	text-decoration: none;
}
.right .location a:hover	/*右侧当前位置链接鼠标经过样式*/
{
	color: #0E4A81;
}
.right .title	/*右侧标题样式*/
{
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #000000;	
	background: url(right_title_bg.jpg) no-repeat center bottom;	
}
.right .content	/*右侧内容样式*/
{
	margin: 20px 0 40px 0;
	font-size: 12px;
	line-height: 180%;
	color: #333333;
	letter-spacing:2px;

	}
.right .list	/*右侧列表样式*/
{
	margin: 20px 0 20px 0;
	color: #333333;
}
.right .pic		/*右侧图片列表样式*/
{
	margin-top: 20px;
}
.right .content a, .right .list a	/*右侧内容、列表链接样式*/
{
	font-size: 12px;
	color: #222222;
}
.right .content a:hover, .right .list a:hover	/*右侧内容、列表链接鼠标经过样式*/
{
	font-size: 12px;
	color: #0D3882;
}
.right .pic a	/*右侧图片列表链接样式*/
{
	color: #222222;
}
.right .pic a:hover	/*右侧图片列表链接鼠标经过样式*/
{
	color: #0D4482;
}
.right img.p	/*右侧图片边框样式*/
{
	border: 1px solid #7A7A7A;
}

.right_top {	/*向上按钮*/
	background-image: url(line_02.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 3px;
	padding-bottom: 10px;
}

/*翻页*/
.page
{
	margin-bottom: 20px;
}
.page a
{
	text-decoration: none;
	color: #7A7A7A;
}
.page a.current	/*当前页样式*/
{
	color: #7A7A7A;
}
.page a:hover
{
	text-decoration: underline;
	color: #7A7A7A;
}

/*日期*/
.date
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*----------------------------------------内页设置开始----------------------------------------*/



/*---------------------------------------底部样式管理开始-------------------------------------*/
/*底部导航*/
.navBottom
{
	color: #fff;
	padding-left: 15px;
	background-color: #0E3F81;
}

.navBottom a
{
	color: #fff;
	text-decoration: none;
	padding-left:15px;
	padding-right:15px;
}
.navBottom a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	padding-left:15px;
	padding-right:15px;
}

/*底部版权*/
.footer
{
	background-color: #E6EFFD;
	color: #000;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom:10px;
}
.footer a
{
	color: #0E5B81;
	text-decoration: underline;
}
.footer a:hover
{
	color: #000;
	text-decoration: none;
}

/*底部友情链接*/
.selectLink
{
	background-color: #0E4481;
	color: #fff;
}
/*---------------------------------------底部样式管理结束-------------------------------------*/
.news_main_list {
	margin:0px 0px 10px 0px;
	padding:0px 30px;
}
.news_main_list li {
	border-bottom: dashed 1px #CCCCCC;
	height:28px;
	line-height:28px;
	display: block;
	text-align: left;
}
.news_main_list a {
	color:#000000;
	font-size:13px;
	text-decoration:none;
	padding-left:25px;
	line-height:28px;
	background:url(li.gif) no-repeat;
	text-align: left;
	display: block;
}
.news_main_list a:hover {
	background:url(li1.gif) no-repeat;
	text-decoration:underline;
	font-size:13px;
	line-height:28px;
	color: #CC0000;
}
.news_main_list span {
	float:right;
	padding-right:10px;
	color:#5e5e5e;
	font-size:12px;
	font-family:"宋体"
}
