﻿@IMPORT url("/skin/tx.css");
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333300;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #666666;} /* 点击激活链接 */
/* 文章栏目标题文字链接的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:url(xyzs/bg_all.gif);
background-position:left;
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: 180%;
	font-weight: normal;
}

/* ==网页头部的css定义开始== */
.top_border /* 顶部表格总背景颜色定义 */
{
border-bottom: #d00000 1px solid;
border-left: #cccccc 1px solid;
border-right: #cccccc 1px solid;
border-top: #cccccc 1px solid;
}
.top_channel /* 频道导航菜单背景、文字颜色定义 */
{
background:url(xyzs/menu_bg.gif);
text-align: center;
height: 28;
}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;
background-image:url(xyzs/wy2m-3.jpg);
padding-left:30px;
height: 31;
}
/* ===网页头部css定义结束== */

/* ==首页通用css定义开始== */
.channel_border /* 表格边框定义 */
{
border-bottom: #cccccc 1px solid;
border-left: #cccccc 1px solid;
border-right: #cccccc 1px solid;
border-top: #cccccc 1px solid;
}
.m_title /* 工作动态标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	height: 28px;
	text-align: left;
    padding-left:30px;
	background-image: url(xyzs/home_menu.gif);
	background-repeat: no-repeat;	
	font-size: 14px;
}
.m_tdbg /* 工作动态标题表格背景、文字颜色定义 */
{
	text-align: left;
	background-image: url(xyzs/m_bg.gif);
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	height: 28px;
	text-align: left;
    padding-left:30px;
	background-image: url(xyzs/left_title.gif);
	background-repeat: no-repeat;	
	font-size: 14px;
}
.left_title01 /* 左栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	height: 28px; 
	color:#FFFFFF;
	text-align: left;
    padding-left:30px;
	background-image: url(xyzs/left_title1.gif);
	background-repeat: no-repeat;	
	font-size: 14px;
}
.left_tdbg /* 工作动态标题表格背景、文字颜色定义 */
{
	text-align: left;
	background-image: url(xyzs/left_bg.gif);
}

.right_title /* 右栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	height: 28px;
	text-align: left;
    padding-left:80px;
	background-image: url(xyzs/right_title.gif);
	background-repeat: no-repeat;	
	font-size: 14px;
}
.right_title01 /* 右栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color:#FFFFFF;
	height: 28px;
	text-align: left;
    padding-left:80px;
	background-image: url(xyzs/right_title01.gif);
	background-repeat: no-repeat;	
	font-size: 14px;


/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: blue;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: green;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* ==简短标题文字的css定义结束== */

/
　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;background:#f9f9f9;border: 1px solid #d2d3d9;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 25px;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/skin/blue/main_top.gif);height: 187;
}

.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: #000000;
background-image: url(xyzs/main_title_bg.gif);
border-left: 1px solid #afafaf;
border-right: 1px solid #afafaf;
text-align: left;
padding-left:30;height: 27;
}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
    font-weight: bold;
	color: #ffffff;
	background-image: url(/skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #afafaf;
}
.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	color: ffffff;
	text-align: left;
	padding-left:30px;
	height: 27px;
	background-image: url(/skin/ocean/main_bs.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #afafaf;
	font-weight: bold;
}
.main_tdbg_bsd06 /* 中栏内容表格背景、文字颜色定义(bsd06) */
{
	color: ffffff;	height: 4px;	background-image: url(/skin/ocean/main_02.gif);
}
.main_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aec6e8;
	border-bottom-color: #aec6e8;
	border-left-color: #aec6e8;
	background-image: url(/skin/ocean/main_bg.gif);
	background-color: #ffffff;
}
.main2_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #aec6e8;
	background-image: url(/skin/ocean/main_bg.gif);
	background-color: #ffffff;
}

.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) */
{
background:url(/skin/ocean/main_bs.gif);color: ffffff;height: 27;
padding-left:30;
color: ffffff;
text-align: left;
border-right: 1px solid #afafaf;
font-weight: bold;
}
.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:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;
}
　　/* --网页中部中栏的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 /* gov频道首页标题栏背景、文字颜色定义(760) */
{
padding-left:20px;
background:url(../skin/gov/bg_title.gif);
height: 30;
color: 000000;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;line-height: normal;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f5f5f5;
}

#showpage
{
MARGIN-RIGHT: auto;
MARGIN-LEFT: auto;
height:20px;
width:778px;
vertical-align:middle;
line-height:20px;

}

　　/* --文章显示页的css定义结束-- */

/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#0089f7;color:#ffffff;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==bottom.asp中的css定义结束== */
