@charset "utf-8";
/* CSS Document */

  /***** 内页分页 *****/
	.page { margin:5px 3px 30px 3px; padding:3px; text-align:center; clear:both;}
	.page a { font:12px/30px "微软雅黑"; margin:2px; padding:8px 15px; border:1px solid #9f2120; color:#777777; background:#ffffff; text-decoration:none; }
	.page a:hover { border:1px solid #dcdcdc; color:#fff; background-color:#9f2120; }
	.page a:active { border:1px solid #068b5c; color:#068b5c; }
	.page span { margin:2px;padding:8px 15px;  border:1px solid #dcdcdc; color:#777777; font-size:12px; background:#ffffff; }
	.page span.strong { margin:2px;padding:8px 15px;  border:1px solid #dcdcdc; color:#fff; background-color:#136faa; background:#909090; }

 /***** 内页内容 *****/
    #text             { width:94%; font:16px/35px "微软雅黑"; text-align:center; color:#333333;padding:10px 3% 20px 3%;}
    #text a           { color:#333333; }
    #text a:visited   { color:#333333; }
    #text a:hover     { color:#b20000; }
    #text h1		  { font:30px/50px "微软雅黑"; color:#212121; margin-top:20px; }
    #text h2          { font:20px/40px "微软雅黑"; color:#212121; }
	#text h3          { font:12px/20px "微软雅黑"; color:#898989; margin-top:10px; }
	#text h4          { font:12px/30px "微软雅黑"; color:#898989; border-bottom:1px #e0e0e0 solid; margin-top:10px; }
	
	
	#showcontent 	  { margin-top:20px;font:15px/35px "微软雅黑"; text-align:left; }
	#showcontent p    { text-indent:2em; }
 
  /***** 页右下角 *****/
	#tools			 { width:94%;  font:12px/50px "微软雅黑"; color:#898989; text-align:right; padding:0px 3%; }
	#tools a		 { color:#898989; }
	#tools a:hover   { font:12px/30px "微软雅黑"; color:#b20000; }
 
  /***** 相关链接 *****/
	#prenext { width:100%; margin-bottom:30px;border:1px #ffd884 solid;background:#fffff5;padding-bottom:20px;height:auto;overflow: hidden;}
	#prenext dt{ font:bold 16px/50px "微软雅黑"; color:#790000; margin-left:20px; } 
	#prenext ul li { float:left; width:46%; height:30px; font:14px/30px "微软雅黑"; color:#333333; text-align:left; background:url(../images/ico.jpg) no-repeat left center; padding-left:15px; margin-left:20px; }
	#prenext ul li a{ font:15px/24px "微软雅黑"; color:#333333; }
	#prenext ul li a:hover{ color:#b20000; }
	
	
