﻿/* ==全局样式定义== */
*{ margin:0; padding:0;}
img{ border:0; display:inline-block; }
body
{ 
	font: normal normal normal 12px/150% Arial, "宋体" ,Helvetica,sans-serif;
	background: #fff;
}
a
{
	font: normal normal normal 12px/120% Arial, "宋体" ,Helvetica,sans-serif;
	text-decoration: none;
	color: #000;
}
a:hover
{
	color: #03c;
	text-decoration: underline;
}
input[type=text], input[type=Keyword]
{
	height: 15px;
	margin: 1px;
}
* + html input[type=text]
{
	margin: 0px;
}
h1
{
	background: none;
	font: normal normal bold 24px/150% Arial, "宋体" ,Helvetica,sans-serif;
	text-align: center;
}
ul,li{list-style:none;}
li{line-height: 22px;}
.gray,.list_intro{color:gray;}
.red{color:red;}
.blue{color:blue;}
.green{color:green;}
.white{color:white;}
/* html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); } */
/* 上面一行代码专为国难日使用 */
/* --定义文字换行(FF不支持)-- */
*, #*, .*
{
	word-wrap:break-word;word-break:break-all;
}

/* ==整体布局定义开始== */
/* --head(网页头部)、nav(网页头部导航菜单)、main_bg(网页中部主要内容)、foot(网页底部)-- */
#head, #nav, #foot, #main_bg, .c_padding, .main_standalone
{
	margin: 0px auto;
	width: 980px;
}
#main_bg
{
	width: 982px;
}
/* --top_all(顶部)、center_all(中部)、bottom_all(底部)-- */
#top_all, #center_all, #bottom_all
{
	padding-bottom: 5px;
}
#top_all
{
	background: url(images/head_bg.gif) repeat-x top;
}

/* ==top_all(顶部)定义开始== */
/* --网页头部-- */
#head
{
	margin-bottom: 5px;
	position: relative;
}
#head a
{
	color: #5e7591;
	text-decoration: none;
}
#head a:hover
{
	color: #0a4180;
}
#logo
{
	height: 74px;
	float: left;
	width: 300px;
}
#top_m
{
	float: left;
	width: 370px;
}
.top_zt
{
	float: left;
	padding: 0 5px;
}
.top_zt a img
{
	filter:Alpha(Opacity=40);/*CSS透明度滤镜*/
	Opacity:0.4;/*针对Mozilla浏览器CSS透明度滤镜*/
}
.top_zt a img:hover 
{
	filter:Alpha(Opacity=100);/*CSS透明度滤镜*/
	Opacity:1.0;/*针对Mozilla浏览器CSS透明度滤镜*/
}
#top_link
{
	color: #5e7591;
	float: right;
	width: 300px;
	margin: 4px 10px 0px 0px;
	line-height: 22px;
	text-align: right;
}
#top_link ul, #top_link li ,#nav li
{
	display: block;
}

/* --网页头部导航菜单-- */
#navColumn{ padding:0 1px;}
#navColumn ul{border-bottom:1px solid #7cb2ff; width:953px; overflow:hidden; padding-left:25px;}
#navColumn li{float:left;height:25px; margin-top:5px;}
#navColumn li a{line-height:25px;background:url(images/topTaboffLink_left.gif) left bottom no-repeat; padding-left:1px; margin-right:4px; display:block;}
#navColumn li a span{background: url(images/topTaboffLink_right.gif) right bottom no-repeat; padding:0 10px; display:inline-block;}
#navColumn li a:hover{background:url(images/topTabHoverLink_left.gif) left bottom no-repeat; padding-left:1px; margin-right:4px; display:block; cursor:pointer; text-decoration: none;}
#navColumn li a:hover span{background: url(images/topTabHoverLink_right.gif) right bottom no-repeat; padding:0 10px; display: inline-block; }
#navColumn  #topTabOn {height:30px; line-height:30px; margin-top:0px;}
#navColumn  #topTabOn a{background:url(images/topTabOn_left.gif) left no-repeat; padding-left:1px; }
#navColumn  #topTabOn span{background:url(images/topTabOn_right.gif) right no-repeat; padding:0 10px; display:inline-block; font-size:14px; font-weight:bold; color:#fff; height:30px; line-height:30px;}
#childColumnList li {display:inline; height:27px;line-height:27px; padding-left:12px;}
#nav .xLine{ background:#ccf; }

/*顶部搜索栏表单样式定义*/
#topSearchBar{ background:url(images/topSearchBg.gif); height:35px; padding:3px 0 0 4px; }
#topSearchBar .main_search{height:28px; width:650px; padding-top:5px; background: url(images/topSearchBox.gif) no-repeat; padding-left:103px;border:none; }
#topSearchBar .main_search *{vertical-align:middle; margin-left:5px; }/*使搜索栏内所有selete和input垂直居中对齐*/
#topSearchBar .main_search a{color:#fff;text-decoration: none;}
#topSearchBar .main_search select{height:20px;line-height:20px;}

/*顶部子栏目导航定义*/
.state,.state li{float:right; display:inline-block;line-height:27px;height:27px;}
.state{color:#666;width:188px;}
#boardBar {line-height:27px;height:27px;border-left:1px solid #7CB2FF;border-right: 1px solid #7CB2FF; background:url(images/boardBG.gif) repeat-x; overflow:hidden;}
.markerRed{color:#c00; font-weight:bold;padding-left:25px;background:url(images/icon10.gif) 6px center no-repeat; float:left; }
.daohang{padding-left:25px;background:url(images/icon_03.gif) 6px center no-repeat; float:left; }
.xLine{ margin:0 1px; height:1px; overflow:hidden; background:#ccc;}
#marqueebox {margin-left:100px;}
#marqueebox a{line-height:27px;height:27px;}

/* ==top_all(顶部)定义结束== */

/* ==center_all(中部)定义开始== */
/* --主要定义-- */
#main_bg
{
	background: url(images/left-bg.gif) #fff repeat-y left;
	clear: both;
}
#main_left /* 网页中部左侧整体定义 */
{
	float: left;
	width: 208px;
}
#main_right /* 网页中部右侧整体定义1 */
{
	float: right;
	width: 100%;
	margin-left: -210px;
	text-align: left;
}
#main_right_box /* 网页中部右侧整体定义2 */
{
	margin-left: 215px;
}
#r_main /* 中部右侧定义 */
{
	float: right;
	width: 200px;
	text-align: left;
}
.c_main /* 中部中间定义 */
{
	margin-right: 205px;
}
.c_main_box /* 中部中间定义 */
{
	border: 1px solid #9bbde6;
}

/* 本站新闻.r_news */
#r_main_t
{
	margin-right: 302px;
	margin-top: -1px;
	border-top: 1px solid #fff;
	border-left: 1px solid #9bbde6;
	border-bottom: 1px solid #9bbde6;
	text-align: left;
}
.r_news
{
	background: url(images/r_news_bg.gif) #fff repeat-x top;
}

/* 滑动门参数(中部) */
.n4Tab{
	margin-top: 4px;
	border-left: 1px solid #9bbde6;
	border-bottom: 1px solid #9bbde6;
}
.n4Tab .TabTitle{
	background: url(images/r_news_bg.gif) #fff repeat-x top;
	text-align: center;
	padding-left:1px;
}
.n4Tab .TabTitle dl{
	float:left;
	width:139px;
	border-top: 1px solid #9bbde6;
	border-right: 1px solid #9bbde6;
	border-left:none;
}
.n4Tab .TabTitle dl div{
	margin: 0px;
	padding: 0px;
	border: 2px solid #fff;
}
.n4Tab .TabTitle dl a{
	text-decoration: none;
	font: normal normal bold 13px/21px Arial, "宋体" ,Helvetica,sans-serif;
	color: #4d89d2;
}
.n4Tab .TabTitle .normal{
	background: url(images/tabtitle.gif) #fff repeat-x top;
	border-bottom: 1px solid #9bbde6;
}
.n4Tab .TabTitle .active{
	background: #fff;
	border-bottom: 1px solid #fff;
}
.n4Tab .TabTitle .active a{
	color: #c00;
}
.n4Tab .TabContent, .none {
	margin-top: -5px;
	padding: 5px;
	border-right: 1px solid #9bbde6;
	height: auto !important;
	height: 165px;
	min-height: 165px;
}
.n4Tab .none {
	display:none;
}
/* 滑动门参数(顶部) */
.n4Tab_Top .n4Tab{
	margin-right: 302px;
}
.n4Tab_Top .n4Tab .TabTitle{
	padding-left:0px;
}
.n4Tab_Top .n4Tab .TabTitle dl{
	width:115px;
}
/* 滑动门参数(左侧) */
.n4Tab_Left .n4Tab .TabTitle{
	padding:0px;
}
.n4Tab_Left .TabTitle dl{
	width:102px;
	border-top: none;
}
.n4Tab_Left .TabTitle dl div{
	border: 2px solid #f4f8fd;
}
.n4Tab_Left .n4Tab{
	margin: 0px;
	border: 0px;
}
.n4Tab_Left .TabContent, .n4Tab_Left .none {
	margin: 0px;
	background-color: #f4f8fd;
	border: 0px;
}
.n4Tab_Left .TabTitle .active{
	background-color: #f4f8fd;
}

/* 幻灯片 */
#main_box_t
{
	float: right;
	width: 298px;
	padding: 0px;
	background: #eee;
}
.c_slide, .c_slide a
{
	text-align: center;
}

/* 站内搜索 */
.main_search
{
	clear: left;
	padding: 5px 5px 5px 70px;
	margin-top: 5px;
	height: auto !important;
	height: 36px;
	min-height: 36px;
	border: 1px solid #9bbde6;
	background: url(images/search.gif) #f9f9f9 no-repeat 5px center;
}
.main_search form
{
	margin: 0px;
}
.main_search input
{
	height: 15px;
	margin: 1px;
	vertical-align: middle;
}

.main_search a
{
	color: blue;
	text-decoration: underline;
}
.main_search select
{
	height: 21px;
	margin: 1px;
	vertical-align: middle;
}
.c_content .main_search
{
	padding: 5px 5px 5px 100px;
	border: 0px;
	background: url(images/search.gif) #f9f9f9 no-repeat 20px 20px;
}

/* 高级搜索 */
.c_content .main_search_sub
{
	margin: 10px auto 0px auto;
	text-align: center;
}

/* --网页中部左侧内容-- */
/* user_box(用户登录)、left_box(左侧内容) */
.user_box, .left_box
{
	border: 1px solid #9bbde6;
}
.left_box
{
	margin-top: 5px;
}
.user_box dt, .left_box dt
{
	text-align: center;
	font: normal normal bold 14px/120% Arial, "宋体" ,Helvetica,sans-serif;
	color: #0a4180;
	line-height: 24px;
	border-bottom: 1px solid #9bbde6;
}
.user_box dt
{
	background: url(images/user_tit.gif) no-repeat left top;
}
.left_box dt
{
	background: url(images/left_tit.gif) no-repeat left top;
}
.user_box dd, .left_box dd
{
	background: #f4f8fd;
	padding: 5px;
	line-height: 150%;
	height: auto !important;
	height: 100px;
	min-height: 100px;
}
.user_box dd
{
	text-align: center;
}
.Login_ajax
{
	text-align:left;
}

/* --网页中部右侧内容-- */
/* 右侧导航 */
.r_navigation
{
	margin-bottom: 5px;
	line-height: 24px;
	border: 1px solid #9bbde6;
	background: url(images/Channel_bg.gif) #a8c6e9 repeat-x top;
	text-align: left;
	clear: both;
	color: #014390;
}
.r_navigation a, #r_navigation:link
{
	font: normal normal normal 12px/24px Arial, "宋体" ,Helvetica,sans-serif;
	text-decoration: none;
	color: #014390;
}
.r_navigation a:hover
{
	color: #c00;
	text-decoration: underline;
}
.r_n_pic
{
	float: left;
	width: 30px;
	height: 20px;
	margin: 1px 0px 0px;
	background: url(images/c_title.gif) no-repeat center;
	display: block;
}

/* 右侧标题与内容 */
.r_announce, .r_content
{
	border: 1px solid #9bbde6;
}
.r_announce dt, .r_content dt
{
	background: url(images/r_boxtit.gif) no-repeat left top;
	border-bottom: 1px solid #9bbde6;
	color: #0a4180;
	font: normal normal bold 14px/24px Arial, "宋体" ,Helvetica,sans-serif;
	text-align: center;
}
.r_announce dd, .r_content dd
{
	padding: 5px;
	line-height: 150%;
	height: auto !important;
	height: 152px;
	min-height: 152px;
}

/* 中部标题与内容 */
.c_main dl
{
	border: 1px solid #9bbde6;
}
.c_main dd
{
	border: 5px solid #fff;
}
.c_title
{
	font: normal normal bold 14px/25px Arial, "宋体" ,Helvetica,sans-serif;
	color: #014390;
	padding-left: 10px;
	background: url(images/main_tit.gif) #dfebf9 repeat-x top;
	border-bottom: 1px solid #9bbde6;
}
.c_title a, .c_title a:link
{
	font: normal normal bold 14px/25px Arial, "宋体" ,Helvetica,sans-serif;
	text-decoration: none;
	color: #014390;
	padding-left: 34px;
	background: url(images/c_title.gif) no-repeat 10px 2px;
}
.c_title a:hover
{
	color: #c00;
	text-decoration: underline;
	background: url(images/c_title_hover.gif) no-repeat 10px 2px;
}
.c_content
{
	line-height: 150%;
	height: auto !important;
	height: 170px;
	min-height: 170px;
}
.c_content a
{
	font-weight: normal;
}
.c_content .sou a, .sou_tag, .list_title a{color: #00f;font-size: 14px;text-decoration: underline;}
.c_content .sou,.c_content .tag{padding:10px 5px;}
.c_content .sou img{width:66px;}
.sou:hover{
	cursor:pointer;
	background-color: #CFC;
}
.c_content a:hover
{
	color: #c00;
}
.c_bot
{
	background: none;
	height: 0px;
	font-size: 0px;
}
/* 中部间距 */
.c_spacing
{
	background: none;
	height: 5px;
	font-size: 0px;
}
.c_title .more
{
	float: right;
	line-height: 18px;
	margin-right: 10px;
	display: block;
}
.c_title .more a
{
	text-decoration: none;
	color: #808081;
	font-size: 12px;
	font-weight: normal;
	background: none;
}
.c_title .more a:hover
{
	color: #014390;
	background: none;
}
/* 中部二列c_main_two */
.c_main_two
{
	float: left;
	width: 100%;
}
.c_right dl, .c_left dl, .c_main_one dl
{
	border: 1px solid #9bbde6;
	overflow: hidden;
}
.c_right dd, .c_left dd, .c_main_one dd
{
	border: 5px solid #fff;
}
* html .c_main_one dd
{
	border: 0px;
}
.c_right
{
	float: right;
	width: 270px;
	display: block;
}
.c_left
{
	margin-right: 275px;
	display: block;
	clear: none;
}

/* 栏目页 */
.childclass_main
{
	margin-left: -5px;
}
* html .childclass_main
{
	margin-left: -10px;
}
/* 父栏目二列式左右循环 */
.childclass_main_box
{
	float: left;
	border: 1px solid #9bbde6;
	width: 379px;
	margin: 5px 0px 0px 5px;
}
* html .childclass_main_box
{
	width: 378px;
}
/* 父栏目一列式上下循环 */
.childclass_main_box2
{
	margin: 0px 205px 0px 5px;
}
* html .childclass_main_box2
{
	margin: 0px 205px 0px 10px;
}
/* 父栏目一列式列表(显示父栏目名) */
.childclass_main_box3
{
	border: 0px;
}
.class_title, .childclass_title, .childclass_title_border
{
	font: normal normal bold 14px/30px Arial, "宋体" ,Helvetica,sans-serif;
	height: 30px;
	background: url(images/Channel_bg.gif) #a8c6e9 repeat-x top;
	text-align: left;
	color: #014390;
	clear: none;
}
.childclass_title_border
{
	border-top: 1px solid #9bbde6;
	border-left: 1px solid #9bbde6;
	border-right: 1px solid #9bbde6;
}
.class_title a, .childclass_title a, .childclass_title_border a
{
	font: normal normal bold 14px/30px Arial, "宋体" ,Helvetica,sans-serif;
	padding-left: 30px;
	color: #0a4180;
}
.class_title a, .childclass_title a, .childclass_title_border a
{
	background: url(images/c_title.gif) no-repeat 10px 2px;
}
.class_title a:hover, .childclass_title a:hover, .childclass_title_border a:hover
{
	background: url(images/c_title_hover.gif) no-repeat 10px 2px;
}
.class_title .more, .childclass_title .more, .childclass_title_border .more
{
	float: right;
	line-height: 30px;
	margin: 0px 10px 0px 0px;
	display: block;
}
.childclass_pic
{
	float: left;
	width: 30px;
	height: 30px;
	background: url(images/c_title_hover.gif) no-repeat center;
}
.class_title .more a, .childclass_title .more a, .childclass_title_border .more a
{
	text-decoration: none;
	color: #014390;
	font-size: 12px;
	font-weight: normal;
	background: none;
}
.class_title .more a:hover, .childclass_title .more a:hover, .childclass_title_border .more a:hover
{
	color: #c00;
	background: none;
}

.class_content, .childclass_content
{
	font: normal normal normal 12px/150% Arial, "宋体" ,Helvetica,sans-serif;
	text-align: left;
	padding: 5px;
	height: auto !important;
	height: 182px;
	min-height: 182px;
}
.class_content li, .childclass_content li
{
	border-bottom: 1px dotted #ccc;
}
.class_bot, .childclass_bot
{
	height: 5px;
	background: #F4F8FD;
}
/* 分页 */
.class_page
{
	clear: left;
	padding: 5px;
	margin-top: 5px;
	background: #f9f9f9;
	border: 1px solid #9bbde6;
	text-align: center;
}
.class_page ul, .class_page li
{
	padding: 0;
	margin: 0 0 0 10px;
	text-align: left;
	list-style: none;
}
.class_page a
{
	color: blue;
	text-decoration: underline;
}

/* 内容页 */
.c_title_text
{
	margin: 10px 5px;
	text-align: center;
	clear: both;
	height: auto !important;
	height: 34px;
	min-height: 34px;
}
.c_title_author
{
	margin: 0px 10px 10px;
	font: normal normal normal 12px/20px Arial, "宋体" ,Helvetica,sans-serif;
	border-bottom: 1px solid #9bbde6;
	line-height:25px;
	text-align:center;
	overflow: hidden;
}
.font_left
{
	float: left;
}
.font_left span
{
	margin-right: 8px;
}
.font_right
{
	float: right;
}
.c_content_text
{
	font: normal normal normal 12px/150% Arial, "宋体" ,Helvetica,sans-serif;
	text-align: left;
	padding: 10px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
}
.c_bot_text
{
	font: normal normal normal 12px/20px Arial, "宋体" ,Helvetica,sans-serif;
	background: #F4F8FD;
	padding: 4px;
	border-top: 1px solid #9bbde6;
	height: auto !important;
	height: 5px;
	min-height: 5px;
}
/* 定义内容中的最大宽度，超过隐藏，如隐藏过大的图片 */
.c_content_overflow
{
	width: 100%;
	overflow: hidden;
}
* html .c_content_overflow
{
	width: 99.5%;
}
/* 友情链接 */
.c_padding
{
	border: 1px solid #9bbde6;
}
.c_friendsite
{
	padding: 5px;
}
.c_friendsite a
{
	color: #333;
	text-decoration: none;
}
.c_friendsite img
{
	width: 88px;
	height: 31px;
	border: 0px;
}

.c_friendsite li
{
	padding: 0px;
	width: 12.4%;
	float: left;
	text-align: center;
	list-style: none;
}

/* ==center_all(中部)定义结束== */

/* ==bottom_all(底部)定义开始== */
/* --网页底部-- */
#foot
{
	background: url(images/copy_bg.gif) #fff repeat-x top;
	border: 1px solid #9bbde6;
	clear: both;
}
/* 管理链接 */
#menu_link
{
	margin: 15px 10px 5px 10px;
	text-align: center;
	padding-bottom:8px;
	border-bottom: 6px solid #eee;
}
#menu_link a
{
	text-decoration: none;
	color: #000;
}
#menu_link a:hover
{
	color: #f00;
	text-decoration: underline;
}
/* 版权信息 */
#copyright
{
	font: normal normal normal 12px/20px Arial, "宋体" ,Helvetica,sans-serif;
	padding: 10px;
	float:left;
}
#copyright_R {
	padding: 10px;
	text-align:right;
}
/* ==bottom_all(底部)使用定义结束== */

/* ==通用定义== */
.clearbox, .clearbox2
{
	border-top: 1px solid transparent !important;
	margin-top: -1px !important;
	border-top: 0px;
	margin-top: 0px;
	height: 0px;
	clear: both;
	background: none;
	font-size: 0px;
	visibility: hidden;
}
.clearbox2
{
	margin-right: 205px;
	clear: left;
}

/* 提示信息 */
.c_prompt
{
	padding: 0px;
	margin: 0px auto;
}

/* ==网站首页内容显示定义开始== */

/* --网站公告-- */
/* 网站垂直公告 */
#announce_vertical, #announce_vertical ul, #announce_vertical li
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
}
#announce_vertical .announce_title, #announce_vertical .announce_title a
{
	font: normal normal bold 13px/20px Arial, "宋体" ,Helvetica,sans-serif;
	color: #c00;
	text-align: center;
}
#announce_vertical .announce_title
{
	background: #eee;
}
.announce_text, .announce_text a
{
	font: normal normal normal 12px/150% Arial, "宋体" ,Helvetica,sans-serif;
	text-align: left;
}
.announce_author, .announce_time
{
	text-align: right;
	color: #0a4180;
}
/* 网站横向公告 */
#announce_crosswise, #announce_crosswise ul, #announce_crosswise li
{
	padding-right: 20px;
	margin: 0px;
	list-style: none;
	display: inline;
	float: left;
	height: 20px;
	cursor:pointer;
}
#announce_crosswise ul
{
	padding-right: 20px;
}
#announce_crosswise .announce_title, #announce_crosswise .announce_title a
{
	font: normal normal bold 12px/20px Arial, "宋体" ,Helvetica,sans-serif;
	color: #c00;
}

marquee
{
	clear: none;
	width: 500px;
	height: 20px;
	position: absolute;
	left: 300px;
	top: 50px;
}


/* 图片更新 */
.p_class_list li
{
	padding: 0px;
	margin: 5px 0;
	width: 24.8%;
	float: left;
	text-align: center;
}

/* 头条图片显示列表 */
.imgtitle
{
	padding: 0px;
	margin: 0px;
}
.imgtitle li
{
	width: 49.5%;
	float: left;
	border-bottom: 1px dotted #ccc;
}
.imgtitle img
{
	width: 547px;
}
/* 二列式图文布局 */
.p_thumb_l
{
	text-align: center;
	float: left;
	overflow: hidden;
	float: left;
	background: #eee;
	padding: 5px;
	margin: 5px 0;
	width:155px;
}
.p_list_r
{
	margin-left: 180px;
}
.p_list_r li, .p_list_r td
{
	border-bottom: 1px dotted #ccc;
}
.p_thumb_l table
{
	float: left;
}

/* 二列式列表布局 */
.p_list_two li
{
	width: 49.5%;
	float: left;
}
.p_list_two li, .p_list_two td
{
	border-bottom: 1px dotted #ccc;
}

/* ==网站首页内容显示定义结束== */

/* --整站普通图片列表标签-- */
/* 定义缩略图外框大小，控制隐藏超出的图片内容 */
.pe_u_thumb, .p_thumb_l_pic
{
	margin:0 auto;
	border: 1px solid #ccc;
}
/* 定义缩略图宽度，按比例缩放 */
.pe_u_thumb, .pe_u_thumb img
{
	width: 120px;
}
/* 定义缩略图标题样式 */
.pe_u_thumb_title
{
	margin-top: 5px;
	height: 16px;
	overflow: hidden;
	font: normal normal normal 12px/120% Arial, "宋体" ,Helvetica,sans-serif;
	text-align: center;
	word-wrap: break-word;
	word-break: keep-all;
}
.pe_u_thumb_title a
{
	color: blue;
}

.pe_u_thumb_list, .pe_u_thumb_list a
{
	font: normal normal normal 12px/120% Arial, "宋体" ,Helvetica,sans-serif;
	text-align: left;
	word-wrap: break-word;
	word-break: keep-all;
}
.pe_u_thumb_list
{
	margin: 0px 0px 2px 5px;
	padding: 2px;
	border-bottom: 1px dotted #ccc;
}
.pe_u_thumb_list a
{
	padding-left: 10px;
	background: url(images/List.gif) no-repeat left -2px;
}
/* 一列式栏目列表信息列表标题样式 */
.p_childclass_list .pe_u_thumb_list li
{
	width: 100%;
	text-align: left;
}

/* ==书签面板文章定义开始== */
/* 二列式信息列表 */
.information_new
{
	padding: 0px;
	margin: 0px;
}
.information_new li
{
	width: 49.5%;
	float: left;
	border-bottom: 1px dotted #ccc;
}
/* 左图右信息列表 */
.article_new
{
}
.article_new .p_list_r li
{
	border-bottom: 1px dotted #ccc;
}
.article_new .p_thumb_l .pe_u_thumb_title
{
	height: 18px;
	margin-bottom: 0px;
}
/* 三图列表 */
.product_new
{
	padding-top: 5px;
}
.product_new li
{
	width: 33%;
	float: left;
	text-align: center;
}
.product_new .pe_u_thumb
{
	height: 120px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
}
.product_new .pe_u_thumb, .product_new .pe_u_thumb img
{
	width: 140px;
}
.product_new .pe_u_thumb_title
{
	margin: 5px 5px 0px 0px;
}
/* 四图列表 */
.pic_new
{
	padding-top: 3px;
}
.pic_new li
{
	width: 25%;
	float: left;
    text-align: center;
}
.pic_new .pe_u_thumb
{
	width: 85px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
}
.pic_new .pe_u_thumb_title
{
	margin: 5px 5px 0px 0px;
	height: 16px;
}
/* 二列图片信息列表 */
.piclist_new
{
	padding-top: 5px;
}
.piclist_new li
{
	width: 49%;
	float: left;
	border-bottom: 1px dotted #ccc;
}
*html .piclist_new li img
{
	margin-top: 5px;
}
/* 二列图片列表 */
.piclist2_new
{
	padding-top: 5px;
}
.piclist2_new li
{
	width: 49%;
	float: left;
	text-align: center;
}
.piclist2_new .pe_u_thumb
{
	margin: auto;
}
/* ==书签面板文章定义结束== */

.new
{
	float: left;
	width: 10px;
	height: 15px;
	background: url(../../images/common1.gif) no-repeat;
}
/*==幻灯图片==*/
#bimg
{
	FILTER: progid:DXImageTransform.Microsoft.Fade(duration=0.5,overlap=1.0);
	width: 290px;
	height: 160px;
}
#simg TD
{
	background: url(images/si_b1.gif) no-repeat center 50%;
	cursor: pointer;
	text-align: center;
}
#simg TD.s
{
	background: url(images/si_b2.gif) no-repeat center 50%;
	color: #fff;
}
#info
{
}
#spanusername
{
	word-spacing :1.4em;
}

/* 匿名用户投稿链接 */
.bt_login {
	margin: 5px 10px 5px 5px;
	display: block;
	width: 67px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	float:left;
	color: #718cb0;
	background: url(Images/bt_login.gif) center 0px no-repeat;
	cursor: pointer;
}
.bt_login:hover {
	color: #ffffff;
	background: url(Images/bt_login.gif) center -23px no-repeat;
}

/* 站内链接 */
.insidelink
{
    color:Red;
}

/* 广告版位 */
#AD_SY_T{
	margin-bottom: 5px;
}
.ad_w200h80{
	text-align: center;
	height: 80px;
	background: url(Images/Ad_Bg/Ad_Bg_200_80.gif) center 0px no-repeat;
}
.ad_w767h80-90{
	text-align: center;
	height: auto !important;
	height: 80px;
	min-height: 80px;
	background: url(Images/Ad_Bg/Ad_Bg_767_80-90.gif) center 0px no-repeat;
}
.ad_w982h100-150{
	text-align: center;
	margin:0 auto;
	width:982px;
	height: auto !important;
	height: 100px;
	min-height: 100px;
	background: url(Images/Ad_Bg/Ad_Bg_982_100-150.gif) center 0px no-repeat;
}
.ad_w562h60{
	text-align: center;
	width:562px;
	height: 60px;
	background: url(Images/Ad_Bg/Ad_Bg_562_60.gif) center 0px no-repeat;
}
.ad_w300h45{
	text-align: center;
	width: 300px;
	height: 45px;
	background: url(Images/Ad_Bg/Ad_Bg_300_45.gif) center 0px no-repeat;
	float: right;
}
.ad_w300h250-600{
	float: left;
	overflow: hidden;
	width: 300px;
	height: auto !important;
	height: 250px;
	min-height: 250px;
	margin-right: 5px;
	background: url(Images/Ad_Bg/Ad_Bg_300_250-600.gif) center 0px no-repeat;
}
.ad_w160h600{
	float: right;
	width: 160px;
	height: 600px;
	margin: 5px;
	background: url(Images/Ad_Bg/Ad_Bg_160_600.gif) center 0px no-repeat;
}
.ad_w210h31{
	float:right;
	overflow: hidden;
	width: 210px;
	height: 31px;
	padding-right: 5px;
	background: url(Images/Ad_Bg/Ad_Bg_210_31.gif) center 0px no-repeat;
}