/* 横向页面排版定义 */
/*网页整体排版*/

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	margin:0px;
	font-size: 9pt;
	background-position:right;
	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;
	background-image: url(cpz2/bj2.jpg);
	background-repeat: repeat-y;
}


/* 网站链接整体的css定义:可定义内容为链接字体颜色、样式等 */
a{
	text-decoration: none;
} /* 链接无下划线,有为underline */ 
a:link {
	color: #000000;
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
} /* 未访问的链接 */
a:visited {
	color: #330000;
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
} /* 已访问的链接 */
a:hover{
	color: #990000;
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
} /* 鼠标在链接上 */ 
a:active {
	color: #000000;
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
} /* 点击激活链接 */

/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;	font-size: 9pt;}
a.channel:visited {color: #FFFFCC; font-size: 9pt;}
a.channel:hover{color: #FFCC66; font-size: 9pt;}
a.channel:active {color: #ffffff; font-size: 9pt;}

/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #99FF66; font-size: 9pt;}
a.channel2:visited {color: #CCFF33; font-size: 9pt;}
a.channel2:hover{color: #99CC00; font-size: 9pt;}
a.channel2:active {color: #99FF66; font-size: 9pt;}


/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #ffffff;}
a.bottom:visited {color: #FFFF99;}
a.bottom:hover{color: #FFCC66;}
a.bottom:active {color: #ffffff;}

/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.sf:link {color: #ffffff;}
a.sf:visited {color: #ffffff;}
a.sf:hover{COLOR: #ff0000;}
a.sf:active {color: #ffffff;}

/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
}

/* 文本框的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;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #009900;
}
/*全站通用排版结束*/

/*各频道内部通用显示排版表格*/
.channel_border /* 灰色表格边框背景颜色定义(1006) */
{
border: 1px solid #cccccc;
}
.channel_title /* 标题背景颜色定义(1006) */
{
color: #ffffff;height: 27;text-align: center;font-weight:bold;
}
.channel_tdbg /* 表格背景颜色定义(1006) */
{
background:#fafafa;line-height: 120%;
}
.channel_pager /* 分页表格背景颜色定义(1006) */
{
background:#fafafa;line-height: 120%;
}

　　/* --评论显示页的css定义开始-- */
.comment_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #00cc33;
}
.comment_title /* 标题背景颜色定义(760) */
{
color: #ffffff;font-weight: normal;height: 25;
}
.comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#ffffff;line-height: 120%;
}
.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#fafafa;
}
/*频道内部通用排版表格显示结束*/

/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: black;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: green;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* ==简短标题文字的css定义结束== */

/*==首页显示排版开始==*/

.f_right_head {  /*网站首页头大小位置*/
	height: 610px;
	width: 202px;
}
.f_right_channel {  /*网站首页频道显示*/
	font-family: "宋体";
	font-size: 9pt;
	line-height: 150%;
	color: #FFFFFF;
	height: 610px;
	width: 72px;
}
/*黑色系列*/
.f_center_all {  /*网站首页内容框(中栏)*/
	border: 2px solid #333333;
}

.f_center_content {  /*网站首页详细内容(中栏)*/
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
	color: #000000;
}

.f_center_head {  /*网站首页内容标题(中栏)*/
	font-family: "黑体";
	font-size: 24px;
	color: #000000;
	font-weight: bolder;
}
.f_center_author { /*网站首页作者(中栏)*/
	font-family: "黑体";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-right: 30px;
}
/*黑色系列结束*/

.f_left_head {  /*左侧列表标题*/
	font-family: "黑体";
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	line-height: normal;
}
.f_left_table {   /*左侧列表边框及详细内容*/
	font-family: "宋体";
	font-size: 9pt;
	line-height: 150%;
	color: #000000;
	border: 2px solid #333333;
}

/*==首页显示列表结束==*/
/*==百家画廊==*/

.bjhl_table_all {
	background-image: url(cpz2/index181_r7_c1.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.bjhl_table_center {
	border: 5px solid #656565;
}
/*==读者来信==*/
.dzlx_table_all {
	background-image: url(cpz2/index20_r5_c1.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.dzlx_table_center {
	border: 5px solid #ffcc00;
}
.gh_table_all {
	border: 10px solid #6e3d0d;
}
.gh_text_bt {
	font-family: "黑体";
	font-size: 20px;
	color: #FF0000;
	line-height: normal;
}
.gh_text_nr {
	font-family: "宋体";
	font-size: 14px;
	line-height: 120%;
	color: #0000FF;
}
.gh_table_nr {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
	color: #000000;
	border: 2px solid #000000;
}
.gh_table_bg {
	background-image: url(cpz2/index311_r7_c1.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.jxmy_td_main {
	background-color: #FFFFFF;
	border: 5px solid #FF0000;
}
.jxmy_nr_head {
	font-family: "黑体";
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}
.mgsj_td_main {
	background-image: url(cpz2/index712_r3_c2.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.mgsj_td_left {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 150%;
	color: #000000;
	border: 5px solid #669900;
}

table.mjys {
	background-image: url(cpz2/index13-1.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border: 5px solid #006600;
}
td.mjys {
	border: 5px solid #006600;
	font-family: "宋体";
	font-size: 9pt;
	line-height: 150%;
	color: #000000;
}

table.phtk {
	border: 10px solid #528500;
}
table.swwk {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
	color: #000000;
	border: 5px solid #172057;
}
td.swwk {
	border: 5px solid #172057;
}
table.shpl {
	border: 5px solid #5e7e00;
}
td.shpl {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
	color: #000000;
	border: 5px solid #5e7e00;
}
table.sybl {
	border: 5px solid #993300;
}
td.sybl {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
	color: #000000;
	border: 5px solid #993300;
}
table.sgwk {
	border: 5px solid #990099;
}
td.sgwk {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
	color: #000000;
	border: 5px solid #990099;
}
table.sftk {
	border: 10px solid #cc6600;
}
td.sftk {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
	color: #FFFFFF;
	border: 2px solid #000000;
}
table.ttfg {
	border: 5px solid #770088;
}
td.ttfg {
	border: 5px solid #770088;
}
table.thps {
	border: 10px solid #336600;
}

td.thps {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
	color: #FF0000;
}
table.xswk {
	border: 5px solid #666666;
}
td.xswk {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
	color: #000000;
	border: 5px solid #666666;
}
table.yjjx {
	border: 5px solid #0a0a2c;
}
td.yjjx {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
	color: #0a0a2c;
	border: 5px solid #0a0a2c;
}
th.yjjx {
	font-family: "黑体";
	font-size: 20px;
	color: #FFFFFF;
	line-height: 120%;
}
table.ymy {
	border: 5px solid #990000;
}
table.wxbl {
	border: 5px solid #0c0c3b;
}
td.wxbl {
	border: 5px solid #0c0c3b;
}
th.ymy {
	font-family: "黑体";
	font-size: 20px;
	line-height: 120%;
	color: #990000;
}
td.ymy {
	border: 5px solid #990000;
}
table.zxwk {
	border: 5px solid #000066;
}
td.zxwk {
	border: 5px solid #000066;
}
table.xszp {
	border: 5px solid #121212;
}
td.xszp {
	border: 5px solid #121212;
}
table.wnfw {
	border: 5px solid #A217ff;
}
td.wnfw {
	border: 5px solid #A217ff;
}
th.wnfw {
	font-family: "黑体";
	font-size: 20px;
	color: #FFFFFF;
	background-color: #A217ff;
}
table.dhf {
	border: 5px solid #990000;
}
th.dhf {
	font-family: "黑体";
	font-size: 20px;
	color: #ffffff;
	background-color: #990000;
	line-height: 120%;
}
td.dhf {
	border: 5px solid #990000;
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
}
table.pic {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
	color: #000000;
	background-image: url(cpz2/xsbj.gif);
	background-repeat: no-repeat;
	height: 174px;
	width: 149px;
}
td.pic {
	padding-right: 10px;
	padding-left: 6px;
	padding-top: 10px;
}
/*导航菜单*/
a.LinkNavigation:link {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
	color: #FFFFFF;
	text-decoration: none;
}
a.LinkNavigation:visited {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
	color: #FFFF99;
	text-decoration: none;
}
a.LinkNavigation:hover {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
	color: #FFcc00;
	text-decoration: none;
}
a.LinkNavigation:active {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 120%;
	color: #FFCC00;
	text-decoration: none;
}
/*文章题目列表*/
a.artlist:link {color: #FFFFFF;}
a.artlist:visited {	color: #FFCC00;}
a.artlist:hover {	color: #FFCC00;}
a.artlist:active {	color: #FFFFFF;}
/*美学文库*/
table.mxwk {
	border: 5px solid #B700B7;
}
td.mxwk {
	border: 5px solid #B700B7;
}
/*天才思维风格*/
table.tcsw {
	border: 5px solid #9B01FF;
}
td.tcsw {
	border: 5px solid #9B01FF;
}
/*天才记忆风格*/
table.tcjy {
	border: 5px solid #99CC00;
}
td.tcjy {
	border: 5px solid #99CC00;
}
#FR_img img
{
width:120px;
height:42px;
}