﻿/* 通用属性设置*/
*	{ margin:0px; padding:0; }
body{ text-align:center; font-size:14px; }
strong{ font-weight:bold; }
img { border:0; }

h1 { line-height:56px; color:#000; font-size:16px; text-align:center; }
h2 { line-height:33px; color:#000; font-size:15px; margin-top:10px; }

 a{ color:#000; text-decoration:none; }
 a:hover{ color:#00C; text-decoration:underline; }

/*DIV各种样式定义*/
.top{	
	text-align:left; 
	margin-left:auto; margin-right:auto; width:950px; 
	clear:both;
}
.left{ float:left; padding-left:15px;  }
.right{ float:right; padding-right:15px;  }


/* 页面头部样式定义 */
#header{ overflow:hidden; height:85px; background-color:#f9f9f9; }
#logo{ margin-top:15px; padding-left:10px; }
#adh1{ margin-top:16px;  }


/* 菜单样式定义 */
#menu{ 	height:26px; background-color : #f9f9f9; }
#menu_left{  padding-left:0px; line-height:26px; height:26px; border-bottom:1px solid #c00; }
#menu a{
	color:#c00;  font-size:14px; font-weight:bold; 
	height:26px; padding:0px 10px; text-decoration:none;
}
#menu a:hover{  color:#fff; background-color:#c00; text-decoration:none; }

/* 公告栏样式定义 */
#post{ font-size:13px; line-height:36px; height:36px; background-color : #f9f9f9; overflow:hidden;  }

/*页脚的定义*/
#adf1{  text-align:center; margin-bottom:15px; }
#footer{ font-size:12px; line-height:30px; text-align:center; height:30px;  background-color : #f9f9f9;  }
#footer2{ font-size:12px; line-height:30px; text-align:center; height:30px; }

/* 主要部分，左右分栏设计 */
#main{  margin-top:15px; margin-bottom:15px;  }
#mleft{  padding:0px; width:665px; border-left:1px solid #eee;}
#mright{ padding:0px; width:282px; border-left:1px solid #eee; border-right:1px solid #eee;}

/* Path 条样式 */
#path{ line-height:28px; margin:0px 10px; padding:0px 5px; border-bottom:1px solid #eee; }
#path a{ color:#00c; }

/* 终极列表页列表样式 */
dl{ margin:6px 10px; padding:0px 5px; border-bottom:1px solid #eee;}
dd{  color:#333; font-size:12px; text-indent:1em; line-height:18px; margin-bottom:6px; }
dt{ padding-left:13px; background:url(list.gif) 0px 10px no-repeat; }
dt a{ line-height:28px; color:#00c; text-decoration:underline;}
dt a:hover{ color:#c00; text-decoration:underline; }

/* 分页条 */
#pages{ font-size:12px; margin:15px 15px 5px 15px;  }
#pages a { border:1px solid #ccc; padding: 1px 8px; margin-right:5px; }
#pages a:hover{ color:#c00; border:1px solid #c00; text-decoration: none;}
#pages span{ font-weight:bold; color:#fff; background:#f60; border:1px solid #c00; padding: 1px 8px; margin-right: 5px;}

/* for mainlist */
ul.submenu {  margin:0px 10px; padding:10px 5px; background-color:#f9f9f9; }
ul.submenu li{ line-height:26px; list-style:none; }
ul.submenu a{ color:#c00; padding: 0px 10px; text-decoration:none;}
ul.submenu a:hover{ color:#c00; text-decoration:underline; }

ul.main {  margin:10px; padding:0px 5px; border-bottom:1px solid #eee; }
ul.main li{ padding:5px 0px; list-style:none; }

/* 列表页都要用到的 */
span.date{ color:#666; font-size:12px; float:right; position:relative;margin:-18px 0px 0px; }
span.dig{ color:#f60; }
span.sub{ padding-right:10px; }

/* 内容页用*/
#adc1{ float:left; margin-right:10px; }
div.light { text-align:center; font-size:12px; margin:0px 10px; padding:0px 5px 10px; border-bottom:1px solid #eee; }
div.des{ margin:10px 10px 0px; padding:0px 5px; }
div.des p{ text-indent:2em; line-height:22px;}
div.quote{ font-size:12px; padding:5px 10px; margin:5px 0px; background-color:#f9f9f9;}
div.con{ line-height:22px; margin:0px 10px; padding:0px 5px; }
div.con a{ color:#00c; text-decoration:underline; }
div.con a:hover{ color:#C00; text-decoration:underline; }
#contop{ clear:both; margin:10px 15px; }
#contop  li{ padding-bottom:10px; list-style:none; }
#contop a{ color:#00c; text-decoration:none;}
#contop  a:hover{ color:#c00; text-decoration:underline; }
#conleft{  padding:0px; width:312px; border-right:1px dashed #333;  }
#conright{ padding:0px; width:302px; }
#contop p{ color:#c00; width:200px; padding-left:15px; margin:5px 0px 10px; border-bottom:1px solid #eee; }
