/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接有下划线,无为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #FF3366;text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #333333;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅

字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码

为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #ff6600;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.indexnews:link {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
         	line-height: 180%;
}
a.indexnews:visited {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
         	line-height: 180%;
}
a.indexnews:hover{
	color: #CC6600;
	font-size: 14px;
	text-decoration: underline;
	line-height: 180%;
}
a.indexnews:active {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	line-height: 180%;
}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接
/*CSS showpage style pagination*/

DIV.show_page {PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center}
DIV.show_page A {BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ddd 1px solid; COLOR: #88af3f; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; TEXT-DECORATION: none}
DIV.showp_age A:hover {BORDER-RIGHT: #85bd1e 1px solid; BORDER-TOP: #85bd1e 1px solid; BORDER-LEFT: #85bd1e 1px solid; COLOR: #638425; BORDER-BOTTOM: #85bd1e 1px solid; BACKGROUND-COLOR: #f1ffd6}
DIV.show_page A:active {BORDER-RIGHT: #85bd1e 1px solid; BORDER-TOP: #85bd1e 1px solid; BORDER-LEFT: #85bd1e 1px solid; COLOR: #638425; BORDER-BOTTOM: #85bd1e 1px solid; BACKGROUND-COLOR: #f1ffd6}
DIV.show_page SPAN.current {BORDER-RIGHT: #b2e05d 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #b2e05d 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #b2e05d 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #b2e05d 1px solid; BACKGROUND-COLOR: #b2e05d}
DIV.show_page SPAN.disabled {BORDER-RIGHT: #DDDDDD 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #DDDDDD 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #DDDDDD 1px solid; COLOR: #666666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #DDDDDD 1px solid}

定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #FFFFFF;}
a.bottom:visited {color: #FFFFFF;}
a.bottom:hover{color: #D40000;}
a.bottom:active {color: #D40000;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预

留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #0000FF;}
a.class:visited {color: #0000FF;}
a.class:hover{color: #ff0000;}
a.class:active {color: #0000FF;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	font-size: 9pt;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义

内容为背景、字体颜色、样式等 */
td
{
font-family:宋体;font-size: 9pt;line-height: 180%;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、

边框等 */
input
{
background-color: #ffffff;
color: #666666;
height: 20px; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边

框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字

体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	background:#EFEFEF;
	height: 28;
	border: 1px solid #CCCCCC;
}
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.bg_newhouse {
	background-image: url(Chneef/Newhousebg2.gif);
}
.menu_title {
	font-weight: bold;
	padding-left: 40px;
	padding-top: 5px;
}
.bg_menu_2 {
	background-image: url(Chneef/mainbg_2.gif);
}
.todaynews {
	background-image: url(Chneef/todaynews.gif);
	height: 28px;
}
.today_t {
	font-size: 14px;
	padding-left: 15px;
}
a.bigtitle:link {
	font-size: 18px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
	font-family: "黑体";
}
a.bigtitle:visited {
	font-size: 18px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
         line-height: 30px;
	font-family: "黑体";
}
a.bigtitle:hover {
	font-family: "黑体";
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}
a.bigtitle:active {
	font-family: "黑体";
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
.class_line_1 {
	border: 1px solid #E3E3E3;
}
.class_line_2 {
	border: 1px solid #89D3E7;
}
.class_title {
	font-size: 12px;
	font-weight: bold;
	background-image: url(Chneef/Class_ico.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 5px 2px;
}
.class_title2 {
	font-size: 12px;
	color: #990000;
	padding-left: 15px;
	font-weight: bold;
}
.class_line_3 {
	border: 1px solid #F5D57C;
}
.con_nav1 {
	background-color: #EAF2F1;
	padding-left: 15px;
}
.Big14 {
	font-size: 16px;
	font-weight: bold;
}
.Content1_news {
	font-size: 14px;
	padding: 10px;
}
.bg_t1 {
	background-color: #C4E6E8;
	border-bottom: 1px solid #A0E2F3;
}
.class_line_4 {
	border: 1px solid #C4E6E8;
}
a.News_under:link {
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
}
a.News_under:visited {
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
}
a.News_under:hover {
	font-size: 14px;
	color: #FF6600;
	text-decoration: none;
}
a.News_under:active {
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
}
.nav_classmenu {
	font-size: 14px;
	color: #CC3333;
	padding-left: 25px;
	font-weight: bold;
	height: 28px;
	font-family: "Times New Roman", Times, serif;
}
.left_5px {
	padding-left: 5px;
}
.bg_line1 {
	font-size: 12px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
}
.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;
}
.show_page {
text-align: center;
}
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
	background:#F9FBFA;
	border: 1px solid #A3D6E2;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	background:#B7DFE1 url(none);
	font-weight:bold;
	color: #FFFFFF;
	height:28;
	width:180;
	padding-left:40;
	text-align: left;
	font-size: 12px;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	background:url(none);
	line-height: 20px;
	height: 24px;
	color: #0000FF;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:#CCCCCC url(none);
}