/* CSS Document */
body
{
	text-align:center;
	margin:0px;
	font-size: 14px;
	color: #444444;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height:150%;
	font-family: Calibri;
}

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #444444;} /* 未访问的链接 */
a:visited {color: #444444;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #444444;} /* 点击激活链接 */

.clear { clear:both;}

#head { width:1000px; height:95px; margin:5px auto 10px auto;}
#logo { width: 130px; height:95px; float:left; background:url(logo.jpg) no-repeat;}
#banner { width:850px; height:95px; float:right; background:url(banner.jpg) no-repeat;}

#mid { width:1000px; margin:0 auto;}
#m_left { width:150px; float:left; background-color: #d8e7f9; height:570px;}
#m_right { width:840px; float:right; margin:0 5px 0 0; border:0px solid #000000;}
#bottom { width:900px; margin:10px auto; border-top:1px solid #999999; padding:5px 0 5px 0; text-align:center; line-height:25px;}
.ch_title { font-size:20px; color:#003399; font-weight:bold; font-family:"Times New Roman", Times, serif; line-height:30px;}
.ch_list { font-size:14px; }

.newstitle { padding:0 20px 0 5px; font-weight:bold; }
.newstitle a:link { color: #ff6633;}
.newstitle a:visited { color: #ff6633;}
.newstitle a:hover { color: #ae0927;}
.newstitle a:active { color: #ff6633; }

/* 左侧菜单样式 */
#basic-accordian{
 width:147px;
}/*菜单背景*/
.accordion_headings{
 text-align:left;
 background:url(left_bg.jpg) repeat-x;
 padding:0 0 0 10px;;
 margin:0px 0 2px 0;
 color:#ffffff;
 cursor:pointer;
 font-weight:bold;
 font-size: 14px;
 line-height: 30px;
 letter-spacing: 1px;
}/*菜单分类行*/
.accordion_headings a:link { color:#ffffff;}
.accordion_headings a:visited { color:#ffffff;}
.accordion_headings a:hover { color:#ae0927;}
.accordion_headings a:active { color:#ffffff;}

.accordion_headings:hover{
}
.accordion_child{
 padding-bottom: 5px;
}
.accordion_child ul{ margin:0; padding:0;}
.accordion_child ul li{
 text-align:left;
 padding-left: 10px;
 list-style-type:none;
 font-size: 12px;
 display: block;
 background-color: #d8e7f9;
 line-height: 20px;
 display:block;
}
.accordion_child ul li a:link { text-decoration: none; color: #068abb; }
.accordion_child ul li a:visited { text-decoration: none; color: #068abb; }
.accordion_child ul li a:hover { text-decoration: none; color: #ff0000; }
.accordion_child ul li a:active { text-decoration: none; color: #068abb; }
.header_highlight{
 background-color: #b0d1f9;
 color: #ffcc00;
}/*当前显示菜单分类样式*/
