/* 网站链接总的CSS定义:可定义链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #053F5A;} /* 未访问的链接 */
a:visited {color: #6d6d6d;} /* 已访问的链接 */
a:hover{color: #0D9BDF;} /* 鼠标在链接上 */ 
a:active {color: #6d6d6d;} /* 点击激活链接 */
/* 顶部频道文字链接的CSS定义 */
a.channel:link { font-family:"微软雅黑"; font-size:14px;color: #ffffff; letter-spacing:3px}
a.channel:visited { font-family:"微软雅黑"; font-size:14px;color: #ffffff; letter-spacing:3px}
a.channel:hover{ font-family:"微软雅黑"; font-size:14px;color:#FF9900; letter-spacing:3px}
a.channel:active { font-family:"微软雅黑"; font-size:13px;color:#FF9900; letter-spacing:3px}
/* 顶部当前频道文字链接的CSS定义 */
a.channel2:link { font-family:"微软雅黑"; font-size:14px;color: #ffffff; letter-spacing:3px}
a.channel2:visited { font-family:"微软雅黑"; font-size:14px;color: #ffffff; letter-spacing:3px}
a.channel2:hover{ font-family:"微软雅黑"; font-size:14px;color:#FF9900; letter-spacing:3px}
a.channel2:active { font-family:"微软雅黑"; font-size:14px;color:#FF9900; letter-spacing:3px}

a.channel3:link { font-family:"微软雅黑"; font-size:14px;color: #FF9900; letter-spacing:3px}
a.channel3:visited { font-family:"微软雅黑"; font-size:14px;color: #FF9900; letter-spacing:3px}
a.channel3:hover{ font-family:"微软雅黑"; font-size:14px;color:#FF9900; letter-spacing:3px}
a.channel3:active { font-family:"微软雅黑"; font-size:14px;color:#FF9900; letter-spacing:3px}

a.listpictitle:link { font-family:"微软雅黑"; font-size:14px;color: #336799;}
a.listpictitle:visited { font-family:"微软雅黑"; font-size:14px;color: #336799;}
a.listpictitle:hover{ font-family:"微软雅黑"; font-size:14px;color: #557897;}
a.listpictitle:active { font-family:"微软雅黑"; font-size:14px;color: #557897;}
/*频道首页及大栏目调用的栏目名称链接的css定义*/
a.lanmu:link {color: #053F5A;} 
a.lanmu:visited {color: #6d6d6d;}
a.lanmu:hover{color: #0D9BDF;}
a.lanmu:active {color: #557897;} 
/* 站内链接文字颜色定义 */
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: 12px;
	text-decoration: none;
	background-color:#00327c;
	SCROLLBAR-FACE-COLOR: #EEEEEE;
	SCROLLBAR-HIGHLIGHT-COLOR: #EEEEEE;
	SCROLLBAR-SHADOW-COLOR: #EEEEEE;
	SCROLLBAR-3DLIGHT-COLOR: #DDDDDD;
	SCROLLBAR-ARROW-COLOR: #999999;
	SCROLLBAR-TRACK-COLOR: #e0e0e0;
	SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;
	
}
/* 单元格的css定义:定义背景、字体颜色、样式等*/
td{
	font-size: 12px;
	line-height: 180%;
	font-weight: normal;
}
/* 文本框的CSS定义*/
Input {
	BACKGROUND-COLOR: #ffffff;
	COLOR: #666666;
	HEIGHT: 18px;
	font-size: 12px;
	border: 1px solid #666666;
}
/* 按钮的CSS定义 */
Button {
FONT-SIZE: 12px;HEIGHT: 20px;color: #D8E9F1;
}
/* 下拉列表框的CSS定义*/
Select {
FONT-SIZE: 12px;HEIGHT: 20px;
}
/* 网页最大表格的css定义*/
.tablebig {
	background-color: #FFFFFF;
	width: 960px;
}
/* 网页最大表格的左边单元的css定义*/
.tdleft {
	vertical-align: top;
	width: 680px;
	background-color: #FFFFFF;
	text-align: left;
}
/* 网页最大表格的右单元格的css定义*/
.tdright {
	vertical-align: top;
	width: 280px;
	background-color: #FFFFFF;
	text-align: left;
}
/* 网页最大表格的左单元格里的单纯表格的css定义*/
.tableleft {
	width: 100%;
	vertical-align: top;
}
/* 网页最大表格的右单元格里的单纯表格的css定义*/
.tableright {
	width: 280px;
	margin: 0px 5px 10px;
	text-align: center;
	border: 1px solid #e1e9ed;
}
/* 交互式导航的css定义*/
.menu_bottom1 { 
         width:84px;
         height:34px;
         background:url(pv110/jiaoh2.gif);
         font-weight: normal;
         padding-top:2px;  
} 
.menu_bottom2 { 
         width:84px;
         height:34px;
         background:url(pv110/jiaoh.gif);
         line-height: 120%;
         padding-top:2px; 
} 
/* 登陆等信息文字链接的CSS定义，调用代码为<a class='Bott' ***>***</a> */
a.Bott:link {color: #e7e7e7;}
a.Bott:visited {color: #e7e7e7;}
a.Bott:hover{COLOR: #B0A753;}
a.Bott:active {color: #e7e7e7;}
/* more图片定义 */
a.more:link {none}
a.more:visited {none}
a.more:hover{margin-right:1px;}
a.more:active {none}

.menu_left /* 频道表格左侧背景定义 */
{
background:url(../../skin/pv110/menu_left.gif);height: 49;width: 9;
}
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 900;background:#ffffff;
}
.top_tdbgalll /* 顶部表格总背景颜色定义 */
{
width: 400;background:#ffffff;
}
.menu_bg /* 频道表格中部背景定义 */
{
background:url(../../skin/pv110/menu_bg.gif);height: 49;width: 884;
}
.top_dh /* 首页表格4px边框背景定义 */
{
         color: #e7e7e7;







}
.top_dh1 /* 首页图片表格及友情连接的css定义 */
{
         color: #a9cee1;
	border: 1px solid #a9cee1;
	margin: 0px 5px 10px;
         height: 120px;
         width: 948px;
}
.listdhdowm {
	height: 10px;
}
.top_Channel /* 频道表格背景、文字颜色定义 */
{
color:#075982!
}
.menu_right /* 频道表格右侧背景定义 */
{
background:url(../../skin/pv110/menu_right.gif);height: 49;width: 8;
}
.bg_01 {
	height: 10px;
	text-indent: 0pt;
	width: 900px;
	background-image: url(pv110/bg_01.gif);
	text-align: center;
}
.bg_02 {
	height: 10px;
	text-indent: 0pt;
	width: 900px;
	background-image: url(pv110/bg_02.gif);
	text-align: center;
}
.h_tdlogo {
	width: 180px;
	background-color: #ffffff;
	height: 80px;
}
.h_tdserve {
	height: 30px;
	text-align: right;
	background-color: #ffffff;
	color: #75071C;
}
.h_tdchanel {
	background-color: #2D68B4;
	height: 30px;
	color: #FFFFFF;
	text-align: right;
}
.h_tdnav {
	height: 28px;
	text-indent: 5pt;
	width: 866px;
	background-image: url(pv110/bg_nav.gif);
	text-align: left;
}
.h_tdnav1 {
	height: 28px;
	text-indent: 5pt;
	width: 866px;
	background-image: url(pv110/bg_nav01.html);
	text-align: left;
}
.copy /* 底部版权字体颜色定义 */
{
color:#ffffff;
}
/* 网页页脚单元格的css定义*/
.tdfoot {
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
	padding: 5px;
}
/* 目前位置表格的css定义*/
.tablepath {
	font-size: 10pt;
	height: 30px;
	width: 675px;
	background-image: url(pv110/bg_path.gif);
	margin-left: 5px;
}
.shtablepath {
	font-size: 10pt;
	height: 40px;
	width: 740px;
	background: #ffffff;
	margin-right: 5px;
	margin-left: 5px;
}
/* 首页幻灯片部分表格的css定义*/
.tdpicslide {
	width: 282px;
	padding: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
}
/* 最新图片文章表格的css定义*/
.tablepic {
	width: 740px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	border: 1px solid #ffffff;
	padding-top: 2px;
	text-align: center;
}
/* 搜索框表格的css定义*/
.tablesearch {
	height: 36px;
	width: 675px;
	margin-left: 5px;
	margin-bottom: 10px;
	border: 1px solid #4B5F80;
	text-align: center;
    background-image: url(pv110/photobg.gif);
}
/* 左侧栏图片广告表格的css定义*/
.tableadleft{
	width: 675px;
	text-align: center;
	margin-left: 5px;
	background-color: BFCAE6;
}
/* 右侧栏图片广告表格的css定义*/
.tableadright{
	width: 200px;
	margin: 0px 5px 10px;
	text-align: center;
	border: 1px solid #DCDCDC;
	padding: 5px;
}
/* 通栏表格(最新图片和商城购物指南)表格及单元格的css定义*/
.listablefull {
	width: 950px;
	border: 1px solid #e2e2e2;
	margin: 0px 5px 10px;
}
.listdfulltop {
	background-color: #FF9E00;
	text-indent: 24px;
	font-weight: bold;
	color: #FFFFFF;
	height: 24px;
}
.listdfullmid {
	padding: 5px;
}
.listdfulldowm {
	height: 5px;
}
/* 交互式导航表格的css定义 */
.listdh {
	width: 335px;
	border: 1px solid #a9cee1;
	margin: 0px 5px 10px;
}
.listdh2 {
         color: #FFFFFF;
	text-indent: 24px;
	font-weight: bold;
	height: 195px;
	font-size: 12px;
}
/* 栏目导航及TAG标签的css定义 */
.listablelhalf1 {
	width: 335px;
	border: 1px solid #a9cee1;
	margin: 0px 5px 10px;
}
.listdldh1 {
         color: #FFFFFF;
	text-indent: 24px;
	font-weight: bold;
	height: 114px;
	font-size: 12px;
}
/* 左侧图片列表整栏表格及单元格的css定义 */
.listaphoto {
	width: 950px;
	border: 1px solid #a9cee1;
	margin: 0px 5px 10px;
         color: #075982;
	text-indent: 24px;
	font-weight: bold;
	height: 150px;
	font-size: 12px;         
         background-image: url(pv110/photobg.gif);
}
/* 友情链接的表格及单元格的css定义 */
.listablelhalf2 {
	width: 949px;
	border: 1px solid #a9cee1;
	margin: 0px 5px 10px;
	height: 80px;
	background-image: url(pv110/header_bg.gif);
}
/* 左侧文章列表整栏的和半栏宽的表格及单元格的css定义 */
.listablel {
	width: 675px;
	border: 1px solid #4B5F80;
	margin: 0px 5px 10px;
}
.listablel2 {
	width: 675px;
	border: 1px solid #4B5F80;
	margin-left: 5px;
}
.tylistablel {
	width: 950px;
	border: 1px solid #a9cee1;
	margin: 0px 5px 10px;
}
.shlistablel {
	width: 750px;
}
.slistablel {

	width: 740px;
	border: 1px solid #a9cee1;
	margin: 0px 5px 10px;
}
.listablelhalf {
	width: 335px;
	border: 1px solid #a9cee1;
	margin: 0px 5px 10px;
}
.listdltop {
    color: #075982;
	text-indent: 24px;
	font-weight: bold;
	height: 30px;
	font-size: 12px;
	background-image: url(pv110/bglistdl.gif);
}
.listdltoptitle {
    color: #075982;
	text-indent: 24px;
	font-weight: bold;
	height: 30px;
	font-size: 12px;
}
.shlistdltop {
         color: #0000ff;
	text-indent: 24px;
	font-weight: bold;
	height: 24px;
	font-size: 12px;
	background-image: url(pv110/m_4.gif);
}
.listdlmid {
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
	height: 160px;
	padding-right: 5px;
}
.listdlmidb {
	vertical-align: top;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}
}
.listdldowm {
	height: 10px;
}

/* 右侧最新文章列表表格及单元格的css定义 */
.listablengg {
	width: 265px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 8px;
}
.listablen {
	width: 265px;
	background-color: #FFFFFF;
	border: 1px solid #a9cee1;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.listablen2 {
	width: 265px;
	background-color: #FFFFFF;
	border: 1px solid #a9cee1;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.listdntop {
	text-indent: 24px;
	font-weight: bold;
	color: #2D68B4;
	height: 30px;
	background-image: url(pv110/bglistdl.gif);
}
.listdnmid {
	vertical-align: top;
	text-align: left;
         padding-top: 5px;
	padding-left: 5px;
	height: 103px;
	padding-right: 5px;
}
.shop {
         color:#66410F;
         padding-left: 5px;
	height: 198px;width:182px;
}.shop1 {
	width:18px;height: 188px;
}
.listdndowm {
	height: 3px;
}
/* 右侧推荐和热点文章列表的css定义 */
.listabler {
	width: 200px;
	border: 1px solid #a9cee1;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.listdrtop {
	background-color: #2D68B4;
	text-indent: 24px;
	font-weight: bold;
         padding-top: 5px;
	color: #075982;
	height: 30px;
	background-image: url(pv110/bglistdl.gif);
}
.listdrmid {
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
	height: 100px;
	padding-right: 5px;
}
.listdrdowm {
	height: 5px;
}
/* 文章频道或下载频道内容页的表格,信息,标题,内容及广告的css定义 */
.pv110tablefull {
	width: 675px;
	height: 300px;
	border: 1px solid #a9cee1;
}
.pv110tableleft {
	width: 740px;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	height: 600px;
	margin: 0px 5px 10px;
}
.pv110title {
	font-weight:bold;
	font-size: 16pt;
	text-align: center;
	color: #2D68B4;
	padding: 10px;
}
.pv110info {
	height: 30px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom: 1px solid #E0E0E0;
	background-image: url(pv110/bg_nav.gif);
}
.pv110content {
	font-size: 14px;
	line-height: 150%;
	text-indent: 2em;
	padding: 10px;
	vertical-align: top;
}
.pv110soft {
	font-size: 14px;
	line-height: 150%;
	text-indent: 2em;
	padding: 10px;
	vertical-align: top;
}
.pv110ad {
	height: 100px;
	text-align: center;
	margin: 5px;
	border-bottom: 1px solid #E0E0E0;
	vertical-align: middle;
}
/* 图片频道的表格,信息,标题,内容的css定义 */
.pv110pictable {
	width: 950px;
	border: 1px solid #E0E0E0;
	margin: 0px 5px 10px;
}
.pv110pictitle {
	font-weight:bold;
	font-size: 16pt;
	text-align: center;
	color: #2D68B4;
	padding: 5px;
}
.pv110picinfo {
	background-color: #F5F5F5;
	height: 30px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFCAE6;
}
.pv110pic {
	padding: 10px;
	text-align: center;
}
.pv110picontent {
	font-size: 14px;
	line-height: 150%;
	padding: 15px;
	vertical-align: top;
    height:600;
}
/* 文章列表奇偶行背景色的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: 675px;
	padding: 4px;
	border: 1px solid #a9cee1;
	margin-left:5px;
}
.Guesttd{
	background-color: #E0E0E0;
	text-indent: 24px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	background-image: url(pv110/bglistdl.gif);
}
 /* 内容表格背景、文字颜色定义(760) */
.Guest_tdbg_760{
border: 1px solid #E0E0E0;padding: 8;
}
 /* 蓝色表格边框背景颜色定义(760) */
.Guest_border{
border: 1px solid #E0E0E0;
}
/* 标题背景颜色定义(760) */


.Guest_title{
background:#998F33;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 #E0E0E0;background:#E8F5F8;color: #006633;
}
 /* 管理员回复文字背景颜色定义(760) */
.Guest_ReplyAdmin{
color: #ff0000;
}
 /* 用户回复文字背景颜色定义(760) */
.Guest_ReplyUser{
color: #A78E32;
}
/* --留言频道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.html);
}
.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:#A78E32;color: #ffffff;font-weight: normal;
}
.border
{
border: 1px solid #A78E32;
}
.tdbg
{
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-right:  3px double #a9cee1; border-top:  3px double #a9cee1; border-left:  3px double 
#a9cee1; border-bottom:  3px double #a9cee1}
a:hover .pic1 {border-left-color: #247eab; border-bottom-color: #247eab; border-top-color: #247eab; border-right-color: #247eab}
.pic2 {border-right:  3px double #a9cee1; border-top:  3px double #a9cee1; border-left:  3px double 
#a9cee1; border-bottom:  3px double #a9cee1}
a:hover .pic2 {border-left-color: #247eab; border-bottom-color: #247eab; border-top-color: #247eab; 
border-right-color: #247eab}
.pic3 {border-right:  3px double #a9cee1; border-top:  3px double #a9cee1; border-left:  3px double 
#a9cee1; border-bottom:  3px double #a9cee1}
a:hover .pic3 {border-left-color: #247eab; border-bottom-color: #247eab; border-top-color: #247eab; 
border-right-color: #247eab}
.pic4 {border-right:  3px double #a9cee1; border-top:  3px double #a9cee1; border-left:  3px double 
#a9cee1; border-bottom:  3px double #a9cee1}
a:hover .pic4 {border-left-color: #247eab; border-bottom-color: #247eab; border-top-color: #247eab; 
border-right-color: #247eab}
.pic5 {border-right:  3px double #a9cee1; border-top:  3px double #a9cee1; border-left:  3px double 
#a9cee1; border-bottom:  3px double #a9cee1}
a:hover .pic5 {border-left-color: #59531E; border-bottom-color: #247eab; border-top-color: #247eab; 
border-right-color: #247eab}
/* --增加鼠标效应的css定义开始-- */ 
.header { 
    font-family: tahoma, verdana; 
    font-size: 12px; 
    color: #ffffff; 
    font-weight: normal;
    background-color:#D47711; 
}
.selet_bg {
    background-color: #ffffff;
}
.f_one {
    background-color: #ffffff;
}
.top10_title {
	BORDER-BOTTOM: #E4007F 1px solid; MARGIN: 16px 0px 10px; WIDTH: 265px; HEIGHT: 22px;
}
.top10_title A {
	Z-INDEX: 2; POSITION: relative; TEXT-ALIGN: center;  PADDING-BOTTOM: 0px; LINE-HEIGHT: 20px; MARGIN: 0px 0px 0px 10px; PADDING-LEFT: 8px; PADDING-RIGHT: 8px; ZOOM: 1; DISPLAY: inline; BACKGROUND: url(../images/u148_main_bg.gif) no-repeat -100px -380px; HEIGHT: 20px; TOP: 1px; PADDING-TOP: 1px; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;COLOR: #ffffff;
}
.top10_title A:active {
	BACKGROUND: #E4007F; COLOR: #ffffff;
}
.top10_title A:hover {
	BACKGROUND: #E4007F; COLOR: #ffffff;
}
.top10_title A.selected {
	TEXT-ALIGN: center; BACKGROUND: #ffffff; COLOR: #ffffff; background-color:#E4007F;
}
.top10_content {
	WIDTH: 270px; BACKGROUND: url(../images/u148_main_bg.gif) no-repeat -858px 7px; HEIGHT: 260px; OVERFLOW: hidden;
}
.top10_content UL {
	LIST-STYLE-TYPE: none
}
.top10_content UL LI {
	LINE-HEIGHT: 26px; PADDING-LEFT: 0px; WIDTH: 230px; TEXT-OVERFLOW: ellipsis; WHITE-SPACE: nowrap; HEIGHT: 26px; OVERFLOW: hidden
}
.top10_hide {
	DISPLAY: none
}