﻿/*基本信息*/
* {margin:0; padding:0;}
body {font-size:12px;font-family:Arial,Verdana,Helvetica,sans-serif;text-align:center;background:#fff;}
a:link,a:visited {text-decoration: none;}
h1,h2,h4{ margin:0; padding:0;font-size:12px;font-family:Arial,Verdana,Helvetica,sans-serif;}
h3{ margin:0; padding:0;font-size:12px;font-family:Arial,Verdana,Helvetica,sans-serif;text-align:center;}


/*页面头部*/
#header {clear:both;width:100%;height:68px;margin:0px 0px 10px;background:url(../pic/topbg.gif) repeat-x 0px 50%;text-align:center;}
#wrap {MARGIN:0 auto; width:922px;}
#logo{width:185px;height:68px;float:left;}
#logo a {display:block;}
#logo a img{padding:0px;}

#headmenu {float:left;width:737px;font-family:Verdana;}
#headmenu ul {list-style:none;margin:0px;}
#headmenu ul li {float:right;display:block;width:80px;line-height:28px;
margin:37px 6px 3px 6px;text-align:center;}
#headmenu ul li a{font-weight:700;color:#808080;font-size:14px;}
#headmenu ul li a:hover{color:#444;}


/*页面层容器*/
#container {width:922;margin:10px auto;text-align:center;}

/*页面广告*/
#ad {width:920px;height:150px; margin:10px auto; background:#fff;}
#ad_left{width:390px;height:150px;float:left;background:#fff;position:relative;text-indent: 0mm;text-align:left;}
#ad_middle{width:520px;height:150px;float:left;background:#fff;position:relative;left:12px;background:url(../pic/ad1.gif) no-repeat;background-position:right;}
#ad_right{width:636px;height:150px;float:right;background:#fff;position:relative;}
/*页面主体*/
#pagebody {width:920px; margin:0 auto;background:url(pic/bgline.gif) repeat-y;BORDER:#cccccc 1px solid;OVERFLOW: hidden;}

#sider_a {width:179px; float:left; background:#fff;clear:left;overflow:hidden}
#main {left:1px;width:560px; float:left;background:#fff;text-align:left;
POSITION:relative;overflow:hidden} 
#sider_b {width:179px; float:right; margin-left:1px;background:#fff;clear:right;POSITION: relative;text-align:center;}

#footer {clear:both;width:922px; 
height:60px; margin:0 auto; background:#fff;color:#808080;}



/*主体左侧菜单栏*/
#sider_a_menu {
margin:0px;
BACKGROUND: #fff;   /*定义背景颜色*/
COLOR: #666;    /*定义字体颜色*/
WIDTH:179px;    /*定义内容的宽度为179px*/
} 
#sider_a_menu ul {
MARGIN: 0px;
PADDING: 0px;
BORDER: medium none; /*不显示边框*/
LINE-HEIGHT:18px; /*显示正常行高*/
LIST-STYLE-TYPE: none;/*不显示项目符号*/
}
#sider_a_menu li {MARGIN: 0px;border-bottom:#808080 1px solid;} 
#sider_a_menu li a {
PADDING:1px 0px 1px 0px;
TEXT-ALIGN:left;
TEXT-INDENT:12px;
DISPLAY: block; 
BACKGROUND-COLOR:#e9e9e9;
WIDTH: 100%; 
color:#444;
font-size:12px;
TEXT-DECORATION: none;
}
#sider_a_menu li a:hover {color:#808080;background:url(../pic/show.png) no-repeat;background-position:left;} 


#sider_a_news :{
border-top:1px dashed #d7d7d7;
margin-top:-1px;
margin-left:1px;
overflow:hidden;
text-align:left;} 
#sider_a_news ul {
MARGIN: 0px;
PADDING: 0px;
BORDER: medium none; /*不显示边框*/
LINE-HEIGHT:18px; /*显示正常行高*/
LIST-STYLE-TYPE: none;/*不显示项目符号*/
}
#sider_a_news li {MARGIN: 0px;border-bottom:#808080 1px solid;text-align:left;text-indent: 4mm;background:url(../pic/show.png) no-repeat;background-position:left;}

#newlist :{
border-top:1px dashed #d7d7d7;
margin-top:-1px;
margin-left:1px;
overflow:hidden;
text-align:left;} 
#newlist ul {
MARGIN: 0px;
PADDING: 0px;
BORDER: medium none; /*不显示边框*/
LINE-HEIGHT:18px; /*显示正常行高*/
LIST-STYLE-TYPE: none;/*不显示项目符号*/
}
#newlist li {MARGIN: 4px;text-align:left;text-indent: 4mm;background:url(../pic/show.png) no-repeat;background-position:left;}
#newlist p {float:left;background:#fff;position:relative;left:12px;text-indent: 12mm;}

/*页脚定义*/
#footer p{
font-size:13px;
font-color:#808080;
line-height:20px;
}
#footer a{color:#444;}
#footer a:hover{color:blue;text-decoration:underline;}

