/* @charset "utf-8"; */
/* CSS Document */
ul,li,dl,dt,dd{ list-style:none; margin:0px; padding:0px;}
h1,h2,h3{ margin:0px; padding:0px;}
h1{ font:'黑体'; font-size:14px;}

body{ margin:0px; padding:0px; font:Arial, Helvetica, sans-serif; font-size:12px;}
#wrap{ width:1003px; margin-left:auto; margin-right:auto;}

.main{}
.main a{ color:#333; text-decoration:none;}
.main a:hover{ color:#999;}
.main .sidebarl{ width:212px; float:left; background:#eee;}
.main .sidebarl ul{ padding-left:5px; padding-right:5px; margin-bottom:5px;}
.main .sidebarl ul li{ list-style:circle;list-style-position:inside;  line-height:25px; border-bottom:1px solid #bbb; margin-top:5px; height:25px;}
.main .sidebarr{ width:272px; float:right;}

.foot{ background:url(../Images/BottomBG.jpg) repeat-x; background-position:top; height:56px; margin-top:10px;text-align:center}
.foot .footl{ float:left; margin-left:10px; line-height:40px;}
.foot .footr{ float:right; margin-right:10px;line-height:40px;}
.foot a{ color:#333; text-decoration:none;}
.foot a:hover{ color:#999;}

.main .list{ float:right; width:780px; padding-top:5px; padding-left:6px;}
.main .list dl dt{ background:url(../Images/tips.jpg) left no-repeat; padding-left:20px; border-bottom:1px solid #ccc; height:20px; line-height:20px;}
.main .list dl dt small{ font:Arial; color:#666;}
.main .list dl dt span{ float:right; margin-right:10px;}
.main .list dl dd ul.nl{ padding-left:10px; padding-right:10px;}
.main .list dl dd ul.nl li{ line-height:30px; height:30px; border-bottom:1px dashed; border-bottom:#ccc; background:url(../Images/Circle.jpg) left no-repeat; padding-left:20px;}
.main .list dl dd ul.nl li a{ display:block; text-decoration:none; color:#333333;}
.main .list dl dd ul.nl li a:hover{ color:#666; background:#f8f8f8;}

.main .list dl dd h1{ text-align:center; border-bottom:2px solid #ccc; line-height:30px;}
.main .list dl dd .comm{ padding:5px;}
.main .list dl dd .comm p{ text-indent:2em; line-height:25px;}

/* 正文左边-列表-图片 */
.main .list dl dd .listpic{ padding-top:5px;}
.main .list dl dd .listpic .node{float:left;width:25%;text-align:center;margin-bottom:5px}
.main .list dl dd .listpic .node .pic{}
.main .list dl dd .listpic .node .pic img{margin:1px}
.main .list dl dd .listpic .node .pic a{border:1px solid #ccc}
.main .list dl dd .listpic .node .pic a:hover{border:1px solid #fc0}
.main .list dl dd .listpic .node .url{text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:90%;height:30px; margin-left:auto; margin-right:auto; line-height:30px;}



.main .list dl dd .prenext{line-height:40px;border-top-width:1px;border-top-style:dashed;border-top-color:#ccc;padding-right:10px;padding-left:10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.main .list dl dd .prenext .pre{color:red;font-weight:bold;float:left;width:50%} /* 上一篇 */
.main .list dl dd .prenext .next{color:red;font-weight:bold;text-align:right;float:right;width:50%} /* 下一篇 */

/*分页*/
.page{ font-family:Arial, Helvetica, sans-serif; line-height: normal; font-size: 14px; }
.page a,.page span{display:block;color:#39c;font-weight:normal;text-decoration:none;letter-spacing:0px;border:1px solid #ccc;padding-top:3px;float:left;margin-top:5px;margin-right:2px;margin-bottom:5px;margin-left:2px;text-align:center;padding-right:5px;padding-left:5px;height:18px} /* SPAN和链接 */
.page a:hover, .page a.current{color:#390;border:1px solid #390} /* 当前链接有激活时 */
.page input{padding:0px;color:#39c;height:16px;width:25px;border:0px solid #fff;text-align:center;margin-top:0px;margin-right:-5px;margin-bottom:0px;margin-left:-5px;vertical-align:middle;font-size:12px} /* 跳转INPUT */