﻿@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;} /* 点击激活链接 */
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
/* filter: gray;*/
margin:0 auto;font-size: 9pt;
background: url(bmsitexymz/background.gif);
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: 180%;font-weight: normal;
}
.center_bg
{background-color:#FFFFFF;}
.path
{background-image:url(bmsitexymz/path.gif); line-height:38px; height:38px; padding-left:50px;}
.shadow_height /* 中栏内容间隔表格背景颜色定义(575) */
{height:6px; line-height:6px;}
.shadow_width /* 中栏内容间隔表格背景颜色定义(575) */
{ width:6px;}
.top_bg
{background-image:url(bmsitexymz/top_bg.gif); height:29px; line-height:29px;}
.menu_bg
{background-image:url(bmsitexymz/menu_bg.gif); line-height:30px; height:30px; text-align:center; font-size:14px;}
.border0
{ border: #CCC solid 1px;}
.border1
{ border: #CCC solid 1px; border-top:none}
.main_title02
{background-image:url(bmsitexymz/main_title02.gif); height:31px;line-height:31px;  padding-left:40px; font-size:14px; font-weight:bold;}
.main_title01
{background-image:url(bmsitexymz/main_title01.gif); height:31px; line-height:31px; padding-left:40px; font-size:14px; font-weight:bold; color: #FFF;}
.main_title_zt
{background-image:url(bmsitexymz/main_title_zt.gif); background-repeat:no-repeat; height:40px; background-position:center; line-height:40px; font-size:14px; text-align:center; font-weight:bold;}
.main_title_gg
{background-image:url(bmsitexymz/main_title_gg.gif); background-repeat:no-repeat; height:40px; background-position:center; line-height:40px; font-size:14px; text-align:center; font-weight:bold;}
.main_title_lm
{background-image:url(bmsitexymz/main_title_lm.gif); height:37px; line-height:37px; padding-left:30px; font-size:14px; font-weight:bold; text-align:left;}
.left_title
{background-image:url(bmsitexymz/left_title.gif); height:41px; line-height:41px; background-repeat:no-repeat; text-align:center; font-size:14px; font-weight:bold;}
.bottom_link
{background-image:url(bmsitexymz/bottom_bg.gif); text-align:center; font-size:14px;}
.bottom_bg
{background-image:url(bmsitexymz/bottom_bg.gif); background-position:bottom; padding-left:400px; font-size:14px;}

/* --文章显示页的css定义开始-- */
.main_articletitle /* 主标题文字颜色定义 */
{color:#ff0000;font-weight:bold;font-size: 18px;line-height:40px;text-align:center;}
.main_ArticleSubheading /* 副标题文字颜色定义 */
{color: 037fa8;font-weight:bold;line-height: 150%;text-align:center;}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{border: 1px solid #d2d3d9;padding: 8;line-height: normal;FONT-SIZE: 16px;WORD-BREAK: break-all;LINE-HEIGHT: 180%;}
.article_tdbgall /* 责编等表格背景、文字颜色定义 */
{background:#f5f5f5; FONT-SIZE: 14px;}
#showpage
{MARGIN-RIGHT: auto;MARGIN-LEFT: auto;height:20px;width:778px;vertical-align:middle;line-height:20px;}
/* --文章显示页的css定义结束-- */
