.split{font-size:0;line-height:0;clear:both;height:6px;}

.bar1, .bar2, .bar3, .bar4, .bar5, .bar6  {
float:left;
position:relative;
}

.bar1 {
background: #3753A8 url('/bars.png') 0 -10 ;
}

.bar2 {
background: #AC0E11 url('/bars.png') 0 -45 ;
}

.bar3 {
background: #508CD4 url('/bars.png') 0 -80 ;
}

.bar4 {
background: #CEDEF6 url('/bars.png') 0 -115 ;
}

.bar5 {
background: #E1E1E1 url('/bars.png') 0 -150 ;
}

.bar6 {
background: #EBEBED url('/bars.png') 0 -185 ;
}
/* 网站链接总的css定义 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #1e49ab;} /* 未访问的链接 */
a:visited {color: #1e49ab;} /* 已访问的链接 */
a:hover{color: #ff9900;text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #ff9900;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #ff9900;}
a.channel:active {color: #ffffff;}
a.channel2:link {color: #ffffff;}
a.channel2:visited {color: #ffffff;}
a.channel2:hover{color: #ff9900;}
a.channel2:active {color: #ffffff;}

/* body的css定义 */
body
{
font-size: 11pt;
color: #000000;
background-color: #ffffff;
background-position:center;
text-decoration: none;
}

/* 所有td单元格的css定义:可定义内容为背景、字体颜色、样式等 */
td
{
font-family:宋体;font-size: 9pt;line-height: 15pt; /* 重要参数,首页及内容页间距 */
}
.neirong
{
font-family:宋体;font-size: 9pt;line-height: 17pt; /* class='neirong' */
}

/* ==简短标题css定义== */
/* [图文] */
.s_headline1
{
color: blue;
}
/* [组图] */
.s_headline2
{
color: #ff6600;
}
/* [推荐] */
.s_headline3
{
color: green;
}
/* [注意] */
.s_headline4
{
color: red;
}

.main_shadow /* 内容间隔 */
{
height: 4;
}

/* --文章显示页-- */
.content /* 文章内容文字大小定义 */
{
font-size: 14px; line-height: 140%
}