/* 博德通用CSS初级定义文档 */


/*---------------------------------------页面默认通用样式------------------------------*/


body
{
font-size:12px; 
color:#000; 
text-align: center;
margin:0 auto;
padding:0;
background-image:url(../images/bg.jpg);
}
/*----------------------------------------------------------------------------------------------*/





/*-------------------------------------------页面居中容器---------------------------------------*/
#Container /*页面整体容器--------------------------------------*/
{
	position:absolute;
	height: auto;
	width: 100%;
	margin:0;
	text-align:center;
	left: 0;
	top: 0;
	background-image:url(../images/bg.jpg);
}
#Container_in /*页面内部布局容器--------------------------------------*/
{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:25px;
	height:auto;
    text-align: center;
	background-image:url(../images/bg.jpg);


}
#Container1 /*页面整体容器--------------------------------------*/
{

	background-image:url(../images/bg.jpg);
}
#Container_in1 /*页面内部布局容器--------------------------------------*/
{

	background-image:url(../images/bg.jpg);


}
/*----------------------------------------------------------------------------------------------*/






/*-------------------------排版样式定义-----------------------------------------------------------*/
.about_info 
{
line-height:20px;
padding:10px;
text-indent:2em;
text-align:left;
}
.news_info 
{
line-height:2em;
padding:10px;
text-align:left;
}
.contact_info 
{
line-height:25px;


}
.memo_info
{
  line-height:2em;
  padding:20px;
  text-indent:2em;
  text-align:left;
  color:#333333;
  font-size:14px;
}
/*----------------------------------------------------------------------------------------------*/







/*----------------------------------------新闻列表样式控制带下划虚线----------------------------------------------------*/
#news_info{
  background-color:#fff;
  width:500px;
  overflow:hidden;

}
#news_info ul {
	line-height: 26px;
	padding-left: 5px;
	padding-top: 5px;
}
#news_info li {
    background-image: url(../images/li_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align:left;
	text-indent:2em;
    border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	width:500px;
}
/*----------------------------------------------------------------------------------------------*/



/*-------------------------图片样式定义-----------------------------------------------------------*/
img.img_border_01
{
border:#ccc double 1px;
padding:1px;
}

.td_line { border:#CCCCCC 1px double;}
.td_line02 { border:#CCCCCC 1px double;}
.e_font{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000;}
.red_font{ font:"宋体"; font-size:14px; font-weight:bold; color:#FF0000;}
.white_font{ font:"宋体"; font-size:12px; color:#ffffff;}
.list_font { padding:8px 30px 10px 30px; line-height:25px; color:#000000; text-align:left;}
/*---------------------------------------------------------------------------------------------------*/



/*-------------------------页面字体样式定义-----------------------------------------------------------*/

.black_font{ font:"宋体"; font-size:14px; font-weight:bold; color:#000;}          
.red_font{ font:"宋体"; font-size:14px; font-weight:bold; color:#ff0000;}


/*---------------------------------------------------------------------------------------------------*/






/*-------------------------页面超级链接样式定义-----------------------------------------------------------*/

/*整体链接默认黑色样式-----------------------------------------------------*/ 

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.white:link{color: #ffffff; text-decoration:none; font-size:12px;}
a.white:visited {color: #ffffff; text-decoration:none; font-size:12px;}
a.white:hover {color: #ffff00; text-decoration:none; font-size:12px;}
a.white:active {color: #ffffff; text-decoration:none; font-size:12px;}

 /*-----------------------------------------------------------------*/ 
 
 
 /*超链接样式控制“name可以根据需要自定义”------------------------*/ 

a.18black:link{color: #ff0000; font-size:18px;text-decoration:none; font-family:"黑体"}
a.18black:visited {color: #ff0000; font-size:18px; text-decoration:none;font-family:"黑体";}
a.18black:hover {color: #ff0000; font-size:18px; text-decoration:none;font-family:"黑体";}
a.18black:active {color: #ff0000; font-size:18px; text-decoration:none;font-family:"黑体";}

 /*-----------------------------------------------------------------*/ 
a.14font:link{color: #000; text-decoration:none; font-size:14px; }
a.14font:visited {color: #000; text-decoration:none; font-size:14px; }
a.14font:hover {color: #000; text-decoration:none; font-size:14px; }
a.14font:active {color: #000; text-decoration:none; font-size:14px;}