@charset "utf-8";
/* CSS Document */
#content{ overflow:hidden; text-align:left;}
.mainContent{ width:750px; overflow:hidden; float:left; position:relative}
.showContent { border: #accaea 1px solid; background: url(../images/bgShowContent.png) repeat-x 0 1px; }
.sideBar{ width:200px; float:right; overflow:hidden; position:relative; }

.showContent .pathWrap { margin: 0 10px;}
.showContent .mainConIn { padding: 0px 15px 10px 15px; min-height:380px;zoom:1; }

/* 你的位置 */
.pathWrap{ height:32px; line-height:32px;  }
.path{ padding-left:30px; background:url("../images/icons.gif") 5px -244px no-repeat; }
.path a{ padding:0 5px; }

/* 文章-子列表页 */
.currentNodeName{ padding-bottom:10px; padding-left:30px; font-size:14px;font-weight:bold; color:#0c64ab;background:url(../images/tit01.png) no-repeat 0px 5px; }
#articleList{}
#articleList .infoList{}
#articleList .infoList{ text-align:left; padding:0px 20px 0 10px; font-size:14px; }
#articleList .infoList li{ height:25px;line-height:25px;margin:4px 0;  overflow:hidden;}
#articleList .infoList li .date{font-size:12px;}
.infoList li .date{ color:#999; float:right;}
#articleList .infoList li a{font-size:12px;}
#articleList .infoList li.split{height:0;line-height:0;font-size:0;border-bottom:1px dotted #d8d8d8; margin:15px 0;    }
#articleList .infoList .author{float:right;font-size:12px;color:#008040;margin:0 20px 0 0;  }


.page{height:30px;margin:10px 0 0 0; text-align:center; padding:20px; font-size:12px; }

/* 侧栏菜单 */
#sideMenu{overflow:hidden; background: url(../images/bgMenu.png) no-repeat #D5F4FF 0 35px; }
#sideMenu .hd { background: url(../images/bgMenu.png) no-repeat -220px 0; height: 35px; line-height: 30px; }
#sideMenu .hd h3 { padding-left: 30px; background: url(../images/i_star.png) no-repeat 10px 10px; color: #fff }
#sideMenu .hd .more { color: #fff; }
#sideMenu .bd{overflow:hidden;width:180px; margin: 0 6px 6px; padding: 0 6px; background: url(../images/bgMenu.png) no-repeat -226px bottom; border: none; }

#sideMenu .menuList{margin:-5px auto 0; width: 178px; padding-bottom: 10px; overflow: hidden; }
#sideMenu .menuList li{text-align:left; height: 28px; line-height: 28px; margin-top: 10px; font-size: 14px; }
#sideMenu .menuList a{ display:block; height:28px; line-height:28px; width:148px; padding:0 0 0 30px; overflow:hidden;background:url("../images/bgCateNav.png") no-repeat; }
#sideMenu .menuList a:hover { text-decoration: none; font-weight: bold; color: #333 }
#sideMenu .menuList .on a{ background-position: 0 -28px; color:#fff;font-weight:bold; }