/* 内页使用样式 */

 * { padding: 0;   margin: 0}      /*  使用后页面都与浏览器边界为0 */

body { background-color:#2c3d44; padding:0px; margin:0px; font-size:12px; color:#333;}

img { border: none; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration:none; color:#FF0000;}
ul {list-style-type:none;}
li {list-style-type:none;}
h2 { font-size:14px; font-weight:blod; padding-bottom:5px; color: #65653f }
h3 { font-size:13px; font-weight:bold; padding-bottom:5px; color: #65653f }
h4 { font-size:12px; font-weight:normal; padding-bottom:10px; color: #000000 }

 /*  all ( header  content )样式开始 */  
#all { margin:30px auto 0px auto; width: 970px; height:auto; background-color:#FFF; padding:10px}
/* min-height:1300px;*/


 /*  头部head 和 nav 样式开始 */  
#header {margin:auto; width:970px; height:85px; background-color:#EFECE7}
#header .logo{ width:183px; height:62px; float: left; padding: 10px 0 0 10px; background: inherit;}
#header .topmenu { width:200px; float:right; margin-top:20px;}
#header #text { padding:25px 38px 0px 0px; float:right; color:#666; font-family: arial,simsun,sans-serif; text-decoration:none }
#header #text  A { color:#666666; border-bottom:#999999 1px solid; text-decoration:none}
#header #text  A:hover { color: #999999; text-decoration:underline}

#nav { float:right; width:766px; height:36px; font-size:13px; font-weight:bold; background:url(01.gif) repeat-x;margin-top:1px; line-height:36px; word-spacing:19px; }
#nav a { color: #fff; text-decoration: none; }
#nav a:hover { text-decoration:none; color:#CC0000;}



 /* 中部content (left right ) 样式开始 */
#content { width:970px; margin:auto; height:auto }

#left { width: 205px; height:580px; float: left; margin:auto;  background-color:#EFECE7  }
#left ul    { float:none; width:180px; margin:auto; background-color:#fff; padding:3px 3px }
#left ul li { padding:2px 3px}
#left ul li #img { background-image:url(02.gif); width:175px; height:27px; line-height:30px; text-indent:24px}


#right { float: right; width:740px; margin:auto; }
#right #title { border-bottom:#d3d6d7 1px solid; margin:0px auto 15px auto }
#right ul { padding: 9px 25px 8px 20px }
#right ul li { text-align:left; }
#right ul li p {text-align:left; line-height:18px; text-indent:24px}

 /* 底部 footer bottom 样式开始 */

#footer { width:970px; word-spacing:20px; text-align: center; 
          color:#8c9396; margin:8px auto}
#footer a {color: #8c9396; text-decoration: none }
#footer a:hover { text-decoration:underline; color: #fff; }

#bottom { width:970px; height:25px; text-align: center;
          color:#8c9396; margin:auto;}
#bottom a {color: #8c9396; text-decoration: none }
#bottom a:hover { text-decoration:underline; color:#EBEBEB; }

