/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color:#333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{COLOR: #AE0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
a.Channel:link {color: #ffffff;}
a.Channel:visited {color: #ffffff;}
a.Channel:hover{COLOR: #ffff00;}
a.Channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的CSS定义－－调用代码为<a class='Channel2' ***>***</a> */
a.Channel2:link {color: #ffff00;}
a.Channel2:visited {color: #ffff00;}
a.Channel2:hover{COLOR: #FF6600;}
a.Channel2:active {color: #ffff00;}
/* 底部版权信息文字链接的CSS定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='Bottom' ***>***</a> */
a.Bottom:link {color: #ffffff;}
a.Bottom:visited {color: #ffffff;}
a.Bottom:hover{COLOR: #ffff00;}
a.Bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.Class:link {color: #ffffff;}
a.Class:visited {color: #ffffff;}
a.Class:hover{COLOR: #ff0000;}
a.Class:active {color: #ffffff;}

/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
margin:0px;
FONT-SIZE: 9pt; font-family:Verdana, Arial, Helvetica, sans-serif; background: #ffffff
background-position:center;
text-decoration: none;
SCROLLBAR-FACE-COLOR: #f6f6f6;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #cccccc; SCROLLBAR-3DLIGHT-COLOR: #cccccc; SCROLLBAR-ARROW-COLOR: #330000; SCROLLBAR-TRACK-COLOR: #f6f6f6; SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 150%; 
}
/* 文本框的CSS定义:对应CSS中的“INPUT”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Input
{
BACKGROUND-COLOR: #ffffff; 
BORDER-BOTTOM: #666666 1px solid;
BORDER-LEFT: #666666 1px solid;
BORDER-RIGHT: #666666 1px solid;
BORDER-TOP: #666666 1px solid;
COLOR: #666666;
HEIGHT: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的CSS定义:对应CSS中的“BUTTON”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
Button
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 下拉列表框的CSS定义:对应CSS中的“SELECT”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}


H1 {
	FONT-SIZE: 12px; MARGIN: 0px
}
H2 {
	FONT-SIZE: 12px; MARGIN: 0px
}
H3 {
	FONT-SIZE: 12px; MARGIN: 0px
}
H4 {
	FONT-SIZE: 12px; MARGIN: 0px
}
H5 {
	FONT-SIZE: 12px; MARGIN: 0px
}
H6 {
	FONT-SIZE: 12px; MARGIN: 0px
}
LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LIST-STYLE-POSITION: outside; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LIST-STYLE-POSITION: outside; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
OL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LIST-STYLE-POSITION: outside; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
DL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LIST-STYLE-POSITION: outside; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
DD {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LIST-STYLE-POSITION: outside; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
DT {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LIST-STYLE-POSITION: outside; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
#sb{ text-align:center;}
#container{ margin:0px auto; width:1004px; background:#FFFFFF;}
#header{ width:1004px; background: url(/Skin/2009/banner.gif) no-repeat; height:162px;}
#nav{ background:url(/Skin/2009/menubg.gif) repeat-x; height:30px; line-height:30px; margin:1px auto; text-align:center; color: #640002; font-weight:bold;letter-spacing:0px;word-spacing:3px; }
#nav a{color: #640002;}
#nav a:hover{ color:#fff;}
#banner{ width:1004px; height:93px; overflow:hidden; }

.clear{ clear:both;}
#main{ margin:0px auto;  width:975px;background:#FFFFFF}
.indexad2{ width:975px; height:80px; overflow:hidden; clear:both; }
.indexad2 .left{ float:left; }
.indexad2 .right{ float:right; }

.indexmain1{ width:975px; clear:both; margin-top:15px;}
.indexmain1 .l{ width:375px; margin-right:8px; float:left; border:1px #CCCCCC solid; padding:5px; }
.indexmain1 .l .aaa{ font-size:18px; font-family:"黑体"; text-align:center; line-height:28px;}
.indexmain1 .l .aa{ line-height:28px;font-size:14px;}

.indexmain1 .c{ width:320px; margin-right:8px;float:left;}
.indexmain1 .c .jdt {background:#CCCCCC;}
.indexmain1 .c .jdt img{ border:1px #666666 solid; padding:4px; background:#FFFFFF}
.indexmain1 .c .jdt a{ font-size:14px; line-height:20px; font-weight:bold}
.indexmain1 .c .hot {border:1px #ccc solid; margin-top:12px;}
.indexmain1 .c .hot .menu0 { width:318px; clear:both;}
.indexmain1 .c .hot .menu0 li{ float:left; width:105px; display:block; height:28px; line-height:28px; text-align:center; font-weight:bold; border-bottom:1px solid #CCCCCC; border-right:1px #CCCCCC solid}
.indexmain1 .c .hot .menu0 .hover{ background:url(/Skin/2009/hotbg.gif) repeat-x; border-bottom:none;}

.indexmain1 .c .hot .menu0 .hover a{ color: #CC0000}
.indexmain1 .c .hot .main0{ clear:both; margin:5px; line-height:24px;}
.indexmain1 .c .hot .main0 ul{ display:none;}
.indexmain1 .c .hot .main0 .block{ display:block;}

.indexmain1 .r{ width:250px; float:right}
.ggbt{ background: url(/Skin/2009/bt242_t.gif) no-repeat; width:250px; height:24px; line-height:24px;}
.ggbt ul{ margin:0px; padding:0px;}
.gg{ margin-left:25px!important; margin-left:12px; color:#640002; font-weight:bold; float:left;}
.more{color: #FF0000; float:right; margin-right:5px;}
.more a{color:#C84E13}
.more a:hover{color:#C84E13}
.more a:visited{color:#C84E13}

.ggconter{ background:url(/Skin/2009/bt242_c.gif) repeat-y; line-height:24px; padding:5px; height:160px; }
.ggbottom{ background:url(/Skin/2009/bt242_b.gif) no-repeat; width:250px; height:2px;}

.botline{ border-bottom:1px #CCCCCC dotted; line-height:18px; margin-bottom:8px; padding-bottom:8px;}
.botline .aaa{ text-align:center; display:block; margin-top:-18px;}

.indexmain2{ width:975px; clear:both; margin-top:10px;}
.indexmain2 .l{ width:316px; float:left; margin-right:15px;}
.indexmain2 .c{ width:316px; float:left}
.indexmain2 .r{ width:316px; float: right}
.indexmain2 .bt316{ background:url(/Skin/2009/bt316.gif) no-repeat; width:316px; height:282px;}
.indexmain2 .bt316 .bt{ width:316px;height:24px; line-height:24px; clear:both; }
.indexmain2 .bt316 .bt .left{ float:left; margin-left:8px;color:#FFFFFF; font-weight:bold }
.indexmain2 .bt316 .bt .right{ float: right; margin-right:8px;}
.indexmain2 .bt316 .bt .right a{ color:#FFFFFF}
.indexmain2 .bt316 .bt .right a:hover{color:#C84E13;}

.indexmain2 .bt316 .conter{ clear:both;  padding:5px; line-height:24px; }
.indexmain2 .bt316 .pic{ float:left; margin-right:10px!important; margin-right:-2px; width:120px;}


.indexmain3{ width:975px; clear:both; margin-top:10px; background:url(/Skin/2009/bt975.gif) no-repeat; height:341px;}
.bt975 .l{ width: 320px; float:left;}
.bt975 .c{ width: 320px; float:left;}
.bt975 .r{ width: 320px; float:left;}
.bt975 .bt975t{ text-align:right; margin-top:20px;}
.bt975 .conter{ margin-top:20px; margin-left:15px;}
.bt975 .conter .pic_art_img{ float:left; margin-bottom:10px; margin-right:6px;}
.bt975 .conter .pic_photo_img{ float:left; margin-bottom:10px; margin-right:6px;}
.bt975 .conter .pic_art_title{ text-align:center; font-weight:bold;}
.bt975 .conter .pic_photo_title{ text-align:center; font-weight:bold;}

.bt975 .conter .pic_art{ clear:both}
.bt975 .conter .pic_art_content{ line-height:18px;}
.bt975 .conter .pic_photo_content{ line-height:18px;}

.bt975 .conter .pic1{ border:1px #CCCCCC solid; padding:4px; background:#F2F2F2}.bt975 .conter .pic3{ border:1px #CCCCCC solid; padding:4px; background:#F2F2F2}
.bt975 .conter .list{ clear:both; line-height:24px;}

.content{ width:975px; margin:0px auto;background:#FDF0E3;}
.sidebar_left{ width:270px; float:left;background:#FDF0E3; }
.sidebar_left .bt{ line-height:24px; background: #FFDAB5;font-weight:bold; padding-left:10px; color:#640002; }
.sidebar_left .bt a{color:#640002}
.sidebar_left .bt a:visited{color:#640002}
.sidebar_left .contenr{ line-height:24px; padding:8px;}
.sidebar_right{ width:703px; float:right; border:1px #EE9F52 solid; background:#FFFFFF; overflow:hidden;}
.lm{ line-height:24px;}
.lm .bt{line-height:24px; background: #FFDAB5;font-weight:bold; padding-left:10px; color:#640002; height:24px;}
.bt a{color:#640002}
.bt a:visited{color:#640002}
.lm .conter{line-height:24px; width:94%; margin:20px auto; }
.lm .conter td{ height:32px; line-height:32px; border-bottom:1px #CCCCCC dotted}
.lm .conter td img{ margin-top:5px;}
.lm .conter .pic_art{ float:left; margin-top:20px; margin-right:20px; text-align:center}
.search{line-height:24px; width:94%; margin:5px auto; margin:20px; text-align:center }
.ShowPage{line-height:24px; width:94%; margin:5px auto; margin:20px; text-align:center }

.ebookmain{ width:975px; margin:0px auto;background:#FDF0E3; overflow:hidden}
.ebookmain .Hits{ text-align:center; line-height:24px;}
.ebookmain .showpage{ text-align:center; line-height:24px; margin:15px;}
.ebookmain .Author1{ text-align:center; }



.path{ background: #CC6600; line-height:24px; margin:10px 0px; padding-left:10px; font-family:"宋体"; color:#FFFFFF}
.path a,.path a:visited{ color:#FFFFFF}
.pathnav{ padding-top:20px; padding-bottom:20px; text-align:left}
.pathnav a:hover{ color:#FFFFFF}

.title{ text-align:center; font-family:"黑体"; font-size:24px; line-height:36px; margin:20px;}
.Author{ text-align:center; line-height:36px; border-bottom:1px #CCCCCC dotted; border-top:1px #CCCCCC dotted; width:94%; margin:5px auto}
.ArticleContent{line-height:24px; width:94%; margin:5px auto; padding-top:20px;}
.page{line-height:24px; width:94%; margin:5px auto; padding-top:20px;border-top:1px #CCCCCC dotted;}
.Comment{line-height:24px; width:94%; margin:20px auto;}

#leaveMsgList{ width:670px;}
.commentTable
{
 padding:5px; border: #CCCCCC 1px solid; text-align:center;
}
.commentTable th
{
 color: #993333; 
}
.commentTable th, .commentTable td
{
 border-right:#CCCCCC 1px solid;border-bottom:#CCCCCC 1px solid; width:0px;
}
td.commentPager
{
 border:none;
}
td.commentTdEnd,th.commentTdEnd
{
 border-right:none;
}
.commentTitle
{
 background: #F6F6F6;
}
.commentListOver
{
 background:#F6F6F6;
}

.aboutmenu li {line-height:24px; text-align:center; margin-bottom:10px; display:block; font-weight:bold;border-left:30px #FFDAB5 solid; border-right:30px #FFDAB5 solid; border-bottom:1px #FFDAB5 solid; border-top:1px #FFDAB5 solid; }
.aboutmenu li a:visited{ color: #640002}
.aboutmenu li a:hover{ color:#cc6600}
.aboutmenu .hover{ border-left:10px #FFDAB5 solid; border-right:10px #FFDAB5 solid; border-bottom:2px #FFDAB5 solid; border-top:2px #FFDAB5 solid; }
.aboutconter{ line-height:24px; overflow:hidden;}
.aboutconter .main1{ padding:15px;}
.aboutconter ul{ display:none;}
.aboutconter .block{ display: block;}


#link{ margin:0px auto; width:975px; border:1px #FFEBD7 solid; color:#640002; margin-top:10px;}
#link a{ color:#640002;}
#link .linkt{ background:url(/Skin/2009/mainbg25.gif) repeat-x; height:25px; width:100%; line-height:25px; text-align:left}
#link .linkt strong{ margin-left:8px;}
#link .linkc{ margin:8px;clear:both; text-align:center; height:120px;;}
#link .linkfriendsite{ float:left; margin-right:7px; margin-bottom:7px; display:block; width:88px; height:31px; }
#link .lk20 .linkfriendsite{ float:left; margin-right:7px; margin-bottom:7px; display:block; width:88px; height:18px; line-height:18px; }

.yqljccc .channel_title{ background: #FEC78F}
.yqljccc .Channel_border{ border:1px #FEC78F solid; margin-top:10px;}
.yqljccc .channel_tdbg{background:#FDEDDB}
.yqljccc tr{ height:40px;}


#footer{ clear:both;margin:0px auto;width:975px; line-height:24px; text-align:center; border-top:6px #FFEBD7 solid; margin-top:15px; padding-top:20px; padding-bottom:20px;}



