/* 网站链接总的CSS定义:可定义链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的CSS定义 */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #FFff00;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的CSS定义 */
a.channel2:link {color: #FFff00;}
a.channel2:visited {color: #FFff00;}
a.channel2:hover{color: #ffffff;}
a.channel2:active {color: #FFff00;}
/*顶部会员登录等文字链接的css定义*/
a.serve:link {color: #ffffff;}
a.serve:visited {color: #ffffff;}
a.serve:hover{color: #FFff00;}
a.serve:active {color: #ffffff;}
/*频道首页及大栏目调用的栏目名称链接的css定义*/
a.lanmu:link {color: #ffffff;} 
a.lanmu:visited {
	color: #CCCCCC;
}
a.lanmu:hover{
	color: #F7627C;
}
a.lanmu:active {color: #0000ff;} 
/* 站内链接文字颜色定义 */
a.Channel_KeyLink{text-decoration: underline;}
a.Channel_KeyLink:link {color: blue;}
a.Channel_KeyLink:visited {color: blue;}
a.Channel_KeyLink:hover{color: #ff0000;}
a.Channel_KeyLink:active {color: blue;}
/* body的css定义：定义内容为网页字体颜色、背景、浏览器边框、滚动条等 */
BODY {
	margin: 0px;
	font-size: 9pt;
	text-decoration: none;

	background-color: #ffffff;
}
/* 单元格的css定义:定义背景、字体颜色、样式等*/
td{
	font-size: 9pt;
	line-height: 180%;
	font-weight: normal;
}
/* 文本框的CSS定义*/
Input {
	BACKGROUND-COLOR: #ffffff;
	COLOR: #666666;
	HEIGHT: 18px;
	font-size: 9pt;
	border: 1px solid #666666;
}
/* 按钮的CSS定义 */
Button {
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 下拉列表框的CSS定义*/
Select {
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 网页最大表格的css定义*/
.tablebig {
	background-color: #FFFFFF;
	width: 900px;
}
/* 网页最大表格的左边单元的css定义*/
.tdleft {
	vertical-align: top;
	width: 680px;
	background-color: #FFFFFF;
	text-align: left;
}
/* 网页最大表格的右单元格的css定义*/
.tdright {
	vertical-align: top;
	width: 194px;
	background-color: #FFFFFF;
	text-align: left;
}
.tdright3 {
	vertical-align: top;
	width: 220px;
	background-color: #FFFFFF;
	text-align: left;
}
.tdright2left {
	vertical-align: top;
	width: 190px;
	background-color: #FFFFFF;
	text-align: right;
}
.tdrightleft {
	vertical-align: top;
	width: 170px;
	background-color: #FFFFFF;
	text-align: left;
}

/* 网页最大表格的左单元格里的单纯表格的css定义*/
.tableleft {
	width: 100%;
	vertical-align: top;
}
.tableleftindex {
	width: 100%;
	vertical-align: top;
	}
/* 网页最大表格的右单元格里的单纯表格的css定义*/
.tablelefttj {
	width: 510px;
	vertical-align: top;
	border: 1px solid #336699;
	}
/* 网页最大表格的右单元格里的单纯表格的css定义*/
.tableright {
	width: 200px;
	margin: 0px 5px 10px;
	text-align: center;
	border: 1px solid #BFCAE6;
}
/* 首页友情表格的css定义*/
.tablefriend {
	width: 890px;
	margin: 0px 5px 10px;
	text-align: center;
	border: 1px solid #BFCAE6;
}
/* 网页头部及自定义头部标签单元格的css定义*/
.h_tdlogo {
	width: 180px;

	height: 60px;
}
.h_tdserve {
	height: 30px;
	text-align: right;

	color: #000000;}

.h_tdserve a:link {color: #000000;}
.h_tdserve a:visited {color: #000000;}
.h_tdserve al:hover{
	color: #666666;
}
.h_tdserve a:active {color: #000000;}
.h_tdserve a.serve:hover{color: #930000;}

.h_tdchanel {
	height: 30px;
	color: #000000;
	text-align: left;
}
.h_tdchanel a:link {color: #000000;}
.h_tdchanel a:visited {color: #000000;}
.h_tdchanel a.channel2:hover{color: #930000;}
.h_tdchanel a.channel:hover{
	color: #930000;
}
.h_tdchanel a:active {color: #000000;}


.h_tdnav {
	height: 25px;
	text-indent: 0pt;
	width: 900px;
	background-image: url(pedia/bg_nav.gif);
	text-align: left;
	border: 1px solid #BFCAE6;
}
/* 网页页脚单元格的css定义*/
.tdfoot {
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B7B7B7;
	padding: 5px;
}
/* 目前位置表格的css定义*/
.tablepath {
	font-size: 10pt;
	height: 40px;
	width: 688px;
	background-image: url(pedia/bg_path.gif);
	margin-right: 1px;
	margin-left: 1px;
}
.tablepathlan {
	font-size: 10pt;
	height: 40px;
	width: 508px;
	background-image: url(pedia/bg_path.gif);
	margin-right: 1px;
	margin-left: 1px;
}
/* 首页幻灯片部分表格的css定义*/
.tdpicslide {
	width: 282px;
	padding: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BFCAE6;
}
/* 最新图片文章表格的css定义*/
.tablepic {
	width: 508px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
	border: 1px solid #BFCAE6;
	padding-top: 2px;
	text-align: center;
}
.tablepiclan {
	width: 688px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
	border: 1px solid #BFCAE6;
	padding-top: 2px;
	text-align: center;
}
/* 搜索框表格的css定义*/
.tablesearch {
	height: 44px;
	width: 508px;
	margin-right: 1px;
	margin-left: 1px;
	background-color: #F5F5F5;
	margin-bottom: 2px;
	border: 1px solid #BFCAE6;
	text-align: center;
}
.tablesearchlan {
	height: 44px;
	width: 688px;
	margin-right: 1px;
	margin-left: 1px;
	background-color: #F5F5F5;
	margin-bottom: 2px;
	border: 1px solid #BFCAE6;
	text-align: center;
}
/* 左侧栏图片广告表格的css定义*/
.tableadleft{
	width: 500px;
	text-align: center;
	margin: 0px 5px 5px;
	background-color: BFCAE6;
}
.tableadleftlan{
	width: 680px;
	text-align: center;
	margin: 0px 5px 5px;
	background-color: BFCAE6;
}
/* 右侧栏图片广告表格的css定义*/
.tableadright{
	width: 200px;
	margin: 0px 5px 10px;
	text-align: center;
	border: 1px solid #BFCAE6;
	padding: 5px;
}
.tableadrightlan{
	width: 194px;
	text-align: center;
	border: 1px solid #BFCAE6;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 1px;
}
.tableadrightlan3{
	width: 219px;
	text-align: center;
	border: 1px solid #BFCAE6;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 1px;
}
.tableadrightlan33{
	width: 194px;
	text-align: center;
	border: 1px solid #BFCAE6;
	padding: 5px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.tableadrightlanleft{
	width: 170px;
	margin: 0px 5px 10px;
	text-align: center;
	border: 1px solid #BFCAE6;
	padding: 5px;
}
/* 通栏表格(最新图片和商城购物指南)表格及单元格的css定义*/
.listablefull {
	width: 890px;
	border: 1px solid #FF9E00;
	margin: 0px 5px 10px;
}
.listdfulltop {
	background-color: #FFB801;
	text-indent: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 24px;
}
.listdfullmid {
	padding: 5px;
}
.listdfulldowm {
	height: 5px;
}
/* 左侧文章列表整栏的和半栏宽的表格及单元格的css定义 */
.listablel {
	width: 680px;
	border: 1px solid #BFCAE6;
	margin: 0px 5px 10px;
}
.listablellan {
	width: 508px;
	border: 1px solid #BFCAE6;
	margin: 0px 1px 2px;
}
.listablelhalf {
	width: 343px;
	border: 1px solid #336699;
	margin: 0px 1px 2px;
}
.listablelhalfpic1 {
	width: 688px;
	border: 1px solid #336699;
	margin: 0px 1px 2px;
}

.listablelhalfindex {
	width: 353px;
	border: 1px solid #336699;
	margin: 0px 1px 2px;
}
.listablelhalfpic {
	width: 708px;
	border: 1px solid #336699;
	margin: 0px 1px 2px;
}
.listablelhalfpict {
	width: 708px;
border: 1px solid #336699;
	margin: 0px 1px 2px;
}
.listablelhalf3 {
	width: 301px;
	border: 1px solid #336699;
	margin: 0px 1px 2px;
}
.listablelhalf3fen {
	width: 452px;
	border: 1px solid #336699;
	margin: 0px 1px 2px;
}

.listdltop {
	text-indent: 12px;
	font-weight: bold;
	height: 24px;
	font-size: 12px;
	background-color: #2e63c9;
	color:#FFFFFF;
}/*第二配色标题栏*/
.listdlmid {
	vertical-align: top;
	text-align: left;
	padding-left: 5px;

	padding-right: 5px;
}
.listdldowm {
	height: 5px;
}
/* 右侧最新文章列表表格及单元格的css定义 */
.listablen {
	width: 194px;
	background-color: #FFFFFF;
	border: 1px solid #336699;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
}
.listablen3login {
	width: 194px;
	background-color: #FFFFFF;
	border: 1px solid #336699;
	margin-right: 1px;
	margin-left: 5px;
	margin-bottom: 2px;
}
.listablenleft {
	width: 170px;
	background-color: #FFFFFF;
	border: 1px solid #FF9E00;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.listablenlan {
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #FF9E00;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.listablentj {
	background-color: #FFFFFF;
	border: 1px solid #FF9E00;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.listdntop {
	background-color: #CCCCCC;
	text-indent: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 24px;
}
.listdnmid {
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
	height: 210px;
	padding-right: 5px;
}
.listdndowm {
	height: 5px;
}
/* 右侧推荐和热点文章列表的css定义 */
.listabler {
	width: 194px;
	border: 1px solid #2D68B4;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
}
.listabler3 {
	width: 219px;
	border: 1px solid #2D68B4;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
}
.listabler3left {
	width: 194px;
	border: 1px solid #2D68B4;
	margin-right: 1px;
	margin-left: 5px;
	margin-bottom: 2px;
}
.listablerleft {
	width: 178px;
	border: 1px solid #2D68B4;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
}
.listablerlan {
	width: 208px;
	border: 1px solid #2D68B4;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
}
.listdrtop {
	background-color: #84add9;
	text-indent: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 24px;
}/*第一配色标题栏*/
.listdrmid {
	vertical-align: top;
	text-align: left;
	padding-left: 5px;

	padding-right: 5px;
}
.listdrmidgg {
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
	height: 344px;
	padding-right: 5px;
}
.listdrdowm {
	height: 5px;
}
/* 文章频道或下载频道内容页的表格,信息,标题,内容及广告的css定义 */
.511xxtablefull {
	width: 890px;
	height: 600px;
	border: 1px solid #BFCAE6;
	margin: 0px 5px 10px;
}
.511xxtableleft {
	width: 679px;
	background-color: #FFFFFF;
	border: 1px solid #BFCAE6;
	height: 600px;
	margin: 0px 1px 2px;
}

.511xxtitle {
	font-weight:bold;
	font-size: 16pt;
	text-align: center;
	color: #666666;
	padding: 10px;
}
.511xxinfo {
	background-color: #F5F5F5;
	height: 30px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFCAE6;
}
.511xxcontent {
	font-size: 14px;
	line-height: 150%;
	text-indent: 2em;
	padding: 10px;
	vertical-align: top;
}
.511xxsoft {
	font-size: 14px;
	line-height: 150%;
	text-indent: 2em;
	padding: 10px;
	vertical-align: top;
}
.511xxad {
	height: 100px;
	text-align: center;
	margin: 5px;
	border-bottom: 1px solid #BFCAE6;
	vertical-align: middle;
}
/* 图片频道的表格,信息,标题,内容的css定义 */
.511xxpictable {
	width: 890px;
	border: 1px solid #BFCAE6;
	margin: 0px 5px 10px;
}
.511xxpictitle {
	font-weight:bold;
	font-size: 16pt;
	text-align: center;
	color: #2D68B4;
	padding: 5px;
}
.511xxpicinfo {
	background-color: #F5F5F5;
	height: 30px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFCAE6;
}
.511xxpic {
	padding: 10px;
	text-align: center;
}
.511xxpicontent {
	font-size: 14px;
	line-height: 150%;
	text-indent: 2em;
	padding: 10px;
	vertical-align: top;
}
/* 文章列表奇偶行背景色的css定义 */
.listbgs {
	BACKGROUND: #ffffff; HEIGHT: 21px
}
.listbgb {
	BACKGROUND: #f7f7f7; HEIGHT: 21px
}
/* --留言频道CSS定义开始-- */
/* 留言栏目标题文字链接的CSS定义*/
a.Guest:link {color: #ffffff;}
a.Guest:visited {color: #ffffff;}
a.Guest:hover{COLOR: #ff0000;}
a.Guest:active {color: #ffffff;}
 /* 标题导航表格背景、文字颜色定义(760) */
.Guesttable{
	width: 680px;
	padding: 4px;
	border: 1px solid #BFCAE6;
	margin: 0px 5px 10px;
}
.Guesttd{
	background-color: #FF9E00;
	text-indent: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 24px;
}
 /* 内容表格背景、文字颜色定义(760) */
.Guest_tdbg_760{
border: 1px solid #D2D3D9;padding: 8;
}
 /* 蓝色表格边框背景颜色定义(760) */
.Guest_border{
border: 1px solid #449AE8;
}
/* 标题背景颜色定义(760) */
.Guest_title{
background:#449AE8;color: #ffffff;font-weight: normal;height: 25;
}
 /* 表格背景颜色定义(760) */
.Guest_tdbg{
background:#FAFAFA;line-height: 120%;
}
 /* 留言显示1px表格背景颜色定义 */
.Guest_tdbg_1px{
background:#D2D3D9;
}
 /* 回复表格虚线边框背景颜色定义(760) */
.Guest_border2{
border: 1px dashed #97D2DF;background:#E8F5F8;color: #006633;
}
 /* 管理员回复文字背景颜色定义(760) */
.Guest_ReplyAdmin{
color: #ff0000;
}
 /* 用户回复文字背景颜色定义(760) */
.Guest_ReplyUser{
color: #449AE8;
}
/* --留言频道CSS定义结束-- */
/* --用户控制css定义开始-- */
.user_left /*左区块定义*/
{
background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15;
}
.user_righttitle {
background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;
}
.user_line {
line-height: 1px;background-image: url(images/line.gif);
}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{

padding-left: 6px;
}
/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}
.title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.border
{
border: 1px solid #449ae8;
}
.tdbg
{
background:#f0f0f0;line-height: 120%;
}
.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2
{
background:#e0eef5;line-height: 120%;
}
.tdbg5
{
background:#e0eef5;line-height: 120%;
}
.title5
{
width:80px;background:url('../user/images/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
/* 列表分页的css定义 */
.show_page {
text-align: center;
}
/* 图片缩略图的个性化显示 */
.pic1 {
	border: 3px double #bfbfbf;
}
A:hover .pic1 {
	border-top-color: #ae8e90;
	border-right-color: #ae8e90;
	border-bottom-color: #ae8e90;
	border-left-color: #ae8e90;
}
.pic2 {
	border: 3px double #bfbfbf;
}
A:hover .pic2 {
	border-top-color: #ae8e90;
	border-right-color: #ae8e90;
	border-bottom-color: #ae8e90;
	border-left-color: #ae8e90;
}
.pic3 {
	border: 3px double #d9d9d9;
}
A:hover .pic3 {
	border-top-color: #c4c4c4;
	border-right-color: #c4c4c4;
	border-bottom-color: #c4c4c4;
	border-left-color: #c4c4c4;
}
.pic4 {
	border: 3px double #d9d9d9;
}
A:hover .pic4 {
	border-top-color: #c4c4c4;
	border-right-color: #c4c4c4;
	border-bottom-color: #c4c4c4;
	border-left-color: #c4c4c4;
}
.td2006{
	border-top-color:#FF8B2F;
	border-top-style: dashed;
	border-top-width:1px;
	border-bottom-color:#FF8B2F;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-left-color:#FF8B2F;
	border-left-style:dashed;
	border-left-width:1px;
	border-right-color:#FF8B2F;
	border-right-style:dashed;
	border-right-width:1px;
	line-height:20px;
	font-size:12px;
	margin: 2px;
		 }
.normaltext {font-size:12px;color:#000000;line-height:180%} /*普通文字*/
.listdntop2 {
	background-color: #2972b1;
	text-indent: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 24px;
}/*第三配色标题栏*/
.listablen3 {
	width: 194px;
	background-color: #FFFFFF;
	border: 1px solid #336699;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
}/*第三配色边框*/
.listablen33 {
	width: 219px;
	background-color: #FFFFFF;
	border: 1px solid #336699;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
}/*第三配色边框*/
.listablenlan3 {
	width: 208px;
	background-color: #FFFFFF;
	border: 1px solid #336699;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
}
.pinglun {
	width: 900px;
	border: 1px solid #336699;
	margin: 0px 5px 10px;
}



/*- Menu Tabs 10--------------------------- */

.ww1 {width:855px;}
.ww1 td {
color:#666; text-decoration:none;
	float: left;
	width: 95px;
	line-height:26px;
	font-size:14px;
	font-family: 宋体;
	text-align:center;
	background-image: url(images/mepic.gif);
	background-repeat: no-repeat;
}
.ww1 td a{
color:#666;
text-decoration:none;
}
.ww1 td.s {
	float: left;
	color:#FFFFFF;
	width: 95px;
	line-height:26px;
	font-size:14px;
	font-family: 宋体;
	background-image: url(images/mepic.gif);
	background-repeat: no-repeat;
 background-position:0% -42px;
}
.ww1 td.s a {
color:#FFFFFF;
text-decoration:none;
}
.ww2 {
	width:899px;
	font-size:12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9EC9EC;
	border-right-color: #9EC9EC;
	border-bottom-color: #9EC9EC;
	border-left-color: #9EC9EC;
}
.ww2 a:link {color:#00007f;text-decoration:none;}
.ww2 a:visited {color:#800080;text-decoration:none;}
.ww2 a:hover {color:#00007f;text-decoration:underline;}
.ww2 a:active {color:#00007f;text-decoration:underline;}
.dis ul {
    float:left;
	line-height: 22px;}
.dis ul li{
  width: 80px;
 background: #F6F6F6;
 display:inline;
 
}

.dis ul a{
 display: block; width: 80px;text-align:center;
}
.dis ul a:link  {
 color:#666; text-decoration:none;
}
.dis ul a:visited  {
 color:#666;text-decoration:none;
}
.dis ul a:hover  {
 color:#F3F3F3;text-decoration:none;font-weight:normal;
 background:#C00;
}


.dis {display:block}
.undis {display:none}

.Link_14pred:link, .Link_14pred:visited { color: #B93A00  ; text-decoration: none; font-size:14px;float:center;font-weight: bold;}
.Link_14pred:hover { color: #000; text-decoration: underline;font-size:14px;font-weight: bold;}
.listbgs1 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999  ;
	BACKGROUND: #ffffff; HEIGHT: 21px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
}
.listbgb1 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999  ;
	BACKGROUND: #f7f7f7; HEIGHT: 21px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
}
.article{width:235px;
    margin:8px 5px 0 3px;
}
.article .pic_art_title a{color: #B93A00  ; text-decoration: none; font-size:14px;float:center;  margin-bottom:2px;}
.article .pic_art_img{
float:left;
margin-right:5px;
margin-left:2px;
margin-bottom:11px;}
.article .pic_art_title{
	float:right;
	width:140px;
	text-align:left;
font-size:14px;
 color:#B93A00  ;
 height:18px;
 line-height:20px;
 BACKGROUND: #f7f7f7;
}
.article .pic_art_content{
	float:right;
	width:140px;
	text-align:left;
	height:50px;
	color:#000000;
	line-height:16px;
	margin-bottom:8px;
	BACKGROUND: #f7f7f7;
}
.article .pic_art_content a{
 text-decoration:none;
 color:#473F3D  ;
 }
 .article .pic_art_content a:hover{
 text-decoration:none;
 color:#473F3D  ;}
.line{
   background-image:url(line.gif); width:100%; height:1px; FLOAT: left ; 
}

#tb1c {
	float:left;
	width:100%;
	padding-bottom:2px;
	line-height:20px;
	padding-left:6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	padding:7px 10px 8px 10px;
	color: #666666
}
#tb1c A {
	color: #000000;
	text-decoration: none;
}
#tb1c A:hover {
	color: #FF0000;
	text-decoration: underline;}
.gy a{
color:#FF0000;
}
.qg a{
color:#0000FF;
}
