/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #3F6C00;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #3F6C00;}
a.channel:active {color: #3F6C00;}
/* 顶部当前频道文字链接的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-color: #D5E8EB;
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”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */

.boot {	font-size: 12px;	color: #666666;}
.indexbk {
	border: 1px solid #BECEDE;
}
.indexbk2 {
	border: 1px solid #516B86;
}
.indexbk3 {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #516B86;
}

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
.index001{text-decoration: none; color: #2A4F71} /* 链接无下划线,有为underline */ 
.index001:link {color: #2A4F71;} /* 未访问的链接 */
.index001:visited {color: #2A4F71;} /* 已访问的链接 */
.index001:hover{color: #2A4F71;} /* 鼠标在链接上 */ 
.index001:active {color: #2A4F71;} /* 点击激活链接 */
/*新闻连接样式 */
.xxxx{
	text-decoration: none;
	color: #044078;
	line-height: 23px;
} /* 链接无下划线,有为underline */ 
.xxxx:link {color: #165B9B;} /* 未访问的链接 */
.xxxx:visited {color: #165B9B;} /* 已访问的链接 */
.xxxx:hover{color: #165B9B;} /* 鼠标在链接上 */ 
.xxxx:active {color: #165B9B;} /* 点击激活链接 */
/* */

.LinkPath{text-decoration: none; color: #2A4F71} /* 链接无下划线,有为underline */ 
.LinkPath:link {color: #2A4F71;} /* 未访问的链接 */
.LinkPath:visited {color: #2A4F71;} /* 已访问的链接 */
.LinkPath:hover{color: #2A4F71;} /* 鼠标在链接上 */ 
.LinkPath:active {color: #2A4F71;} /* 点击激活链接 */


.pic1{}.bk {
	border: 1px solid #EBECE6;
}
.bk2 {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EBECE6;
}
.mun{
	text-decoration: none;
	color: #044078;
	line-height: 23px;
} 

.xxxx{
	text-decoration: none;
	color: #044078;
	line-height: 23px;
} /* 链接无下划线,有为underline */ 
.xxxx:link {color: #165B9B;} /* 未访问的链接 */
.xxxx:visited {color: #165B9B;} /* 已访问的链接 */
.xxxx:hover{color: #165B9B;} /* 鼠标在链接上 */ 
.xxxx:active {color: #165B9B;} /* 点击激活链接 */

/* 链接无下划线,有为underline */ 
.mun:link {color: #FA5E08;} /* 未访问的链接 */
.mun:visited {color: #FA5E08;} /* 已访问的链接 */
.mun:hover{color: #FA5E08;} /* 鼠标在链接上 */ 
.mun:active {color: #FA5E08;} /* 点击激活链接 */
/* */
.xuxian {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #990000;
}
.menu_s{
	text-decoration: none;
	color: #044078;
	line-height: 23px;
} /* 链接无下划线,有为underline */ 
.menu_s:link {color: #044078;} /* 未访问的链接 */
.menu_s:visited {color: #044078;} /* 已访问的链接 */
.menu_s:hover{color: #044078;} /* 鼠标在链接上 */ 
.menu_s:active {color: #044078;} /* 点击激活链接 */


a.channel:link {
	color: #044078;
	font-weight: bold;
}
a.channel:visited {color: #044078;}
a.channel:hover{color: #044078;}
a.channel:active {color: #044078;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {
	color: #044078;
	font-weight: bold;
}
a.channel2:visited {color: #044078;}
a.channel2:hover{color: #044078;}
a.channel2:active {color: #044078;}

.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i,.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
	color: 3F6C00;
	height: 27;
	padding-left:30;
	color: 3F6C00;
	text-align: left;
	border-right: 1px solid #EDF4CD;
	font-weight: bold;
	background-color: #EDF4CD;
	background-image: url(/Skin/o cean/main_bs.gif);
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}

.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
	background-color: #ffffff;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: C4C4C4;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
	background:#f7f7f7;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: C4C4C4;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: ff0000;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) */
{
border: 1px solid #d2d3d9;padding: 8;line-height: normal;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f5f5f5;
}

.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
	font-weight: bold;
	color: #3F6C00;
	background-image: url(/Skin/oc ean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDF4CD;
	background-color: #EDF4CD;
}
