

/* 博德通用CSS初级定义文档 */

*{ font-size:12px; font-family:"宋体";}
/*---------------------------------------页面默认通用样式------------------------------*/
body
{
background-color:#fff;
font-size:12px;
font-family:"宋体";
background-color:#fff;
margin:0;
background-image:url(../images/bg.jpg);
background-position:top;
background-repeat:repeat-x;
}
/*----------------------------------------------------------------------------------------------*/





/*-------------------------------------------页面居中容器---------------------------------------*/

/*----------------------------------------------------------------------------------------------*/





.sec_bg{
 background-image:url(../images/sec_all_bg.jpg);
 width:750px;
 height:458px;
 background-repeat:repeat-x;
 background-position:center;
 }
 
.news_list
{ 
 font-size:12px;
 line-height:25px;
 padding:8px;
}
.s_info
{ line-height:20px;
  text-indent:2em;
   color:#666;
   font:"宋体";
   font-size:12px;
}
.font_wite{ color:#FFFFFF; font-size:12px;}
.copyright{ line-height:20px; font:"宋体"; font-size:12px;}
.td_line { border:1px #CCCCCC double;}
.e_font { font-size:10px; font-family:Verdana; color:#FFFFFF;}
.font{ font-size:12px; color:#FFFFFF; font-family:"宋体";}
.font_black{ font-size:14px; color:#000000; font-weight:bold;}
.red_font{ font-size:14px; color:#FF0000; font-family:"宋体"; font-weight:bold;}
.hui_font{ font-size:14px; color:#999999; font-family:"宋体"; font-weight:bold; text-decoration:line-through;}


/*整体链接默认黑色样式-----------------------------------------------------*/ 

a:link{color: #000; text-decoration:none; font-size:12px;}
a:visited {color: #000; text-decoration:none; font-size:12px;}
a:hover {color: #000; text-decoration:none; font-size:12px;}
a:active {color: #000; text-decoration:none; font-size:12px;}

 /*-----------------------------------------------------------------*/ 
 
 
/*白色超链接样式控制---------------------------------------------------*/ 

a.huise:link{color: #6a6868 text-decoration:none; font-size:12px; }
a.huise:visited {color: #6a6868; text-decoration:none; font-size:12px; }
a.huise:hover {color:#ff0000; text-decoration:none; font-size:12px;}
a.huise:active {color: #6a6868; text-decoration:none; font-size:12px;}

a.baise:link{color: #fff; text-decoration:none; font-size:14px; font-weight:bold;}
a.baise:visited {color: #fff; text-decoration:none; font-size:14px; font-weight:bold;}
a.baise:hover {color:#ffff00; text-decoration:none; font-size:14px;font-weight:bold;}
a.baise:active {color: #fff; text-decoration:none; font-size:14px; font-weight:bold;}

a.white12:link{color: #fff; text-decoration:none; font-size:12px;}
a.white12:visited {color: #fff; text-decoration:none; font-size:12px;}
a.white12:hover {color:#ffff00; text-decoration:none; font-size:12px;}
a.white12:active {color: #fff; text-decoration:none; font-size:12px; }
