/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #F75210;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
.channel {color: #ffffff;}
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;
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%;
	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定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: blue;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: green;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* ==简短标题文字的css定义开始== */

/* --文章显示页的css定义开始-- */
.main_articletitle /* 主标题文字颜色定义 */
{
color: F75210;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{

background:url(/Skin/ocean/main_bs1.gif);border: 1px solid #d2d3d9;height: 28;color: ffffff;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
font-size:14px;border: 0px solid #d2d3d9;padding: 8;line-height: 20pt;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
color:#B7B7B7;
}

/* 站内链接文字颜色定义 */
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;}



.bodyk {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
}
.dh {
	font-size: 14px;
	font-weight: bold;
	color: #005596;
}
a.dh:link {
	font-size: 14px;
	text-decoration: none;
	color: #005596;
	font-weight: bold;
}
a.dh:visited {
	font-size: 14px;
	color: #005596;
	text-decoration: none;
	font-weight: bold;
}
a.dh:hover {
	text-decoration: underline;
	color: #005596;
}
.white12 {
	font-size: 9pt;
	color: #FFFFFF;
}
.wh-title {
	font-size: 9pt;
	font-weight: bold;
	color: #00FFFF;
}
.newsa {
	color: #0A6DCB;
	text-decoration: none;
	height: 23px;
}

a.newsa:link {
	color: #0A6DCB;
	text-decoration: none;
}
.newsb {
	color: #0A6DCB;
	text-decoration: none;
	height: 23px;
	background-image: url(/Skin/finehope/index13.gif);
}
a.newsa:visited {
	color: #0A6DCB;
	text-decoration: none;
}
a.newsa:hover {
	color: #FF0000;
}


.lista {
	color: #0A6DCB;
	text-decoration: none;
	height: 26px;
	font-size: 14px;
}

a.lista:link {
	color: #0A6DCB;
	text-decoration: none;
	font-size: 14px;
}
a.lista:visited {
	color: #0A6DCB;
	text-decoration: none;
	font-size: 14px;
}
a.lista:hover {
	color: #FF0000;
	font-size: 14px;
}
.listb {
	color: #0A6DCB;
	text-decoration: none;
	height: 23px;
	background-image: url(/Skin/finehope/index13.gif);
}
.pic1 
{ 
border: 2px solid  #ffffff; 
}

.pic3 /*图片频道图片边框 */ 
{ 
border: 4px solid  #ffffff; 
filter:progid:dximagetransform.microsoft.glow(color=#cccccc,strength=3); 
}
