@charset "utf-8";
/* CSS Document */

  /***** 内页分页 *****/
	.page { margin:5px 3px 30px 3px; padding:3px; text-align:center; clear:both;}
	.page a { font:14px/30px "微软雅黑"; margin:2px; padding:8px 15px; border:1px solid #dcdcdc; color:#777777; background:#ffffff; text-decoration:none; }
	.page a:hover { border:1px solid #dcdcdc; color:#fff; background-color:#a70000; }
	.page a:active { border:1px solid #8c8c8c; color:#8c8c8c; }
	.page span { margin:2px;padding:8px 15px;  border:1px solid #dcdcdc; color:#777777; font-size:14px; background:#ffffff; }
	.page span.strong { margin:2px;padding:8px 15px;  border:1px solid #dcdcdc; color:#fff; background-color:#8c8c8c; background:#909090; }

 /***** 内页内容 *****/
    #text_w           { width:100%; }
    #text             { width:90%; font:16px/35px "微软雅黑"; text-align:center; color:#333333;  }
    #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:13px/20px "微软雅黑"; color:#898989; margin-top:10px; }
	#text h4          { font:13px/32px "微软雅黑"; color:#898989; border-bottom:1px #e0e0e0 solid; margin-top:10px; padding-bottom:10px; }
	
	
	#showcontent 	  { margin-top:20px;font:15px/35px "微软雅黑";text-align:left;}
	#showcontent p    { text-indent:2em;}
    #showcontent p img{max-width:96%;padding-top:10px;padding-bottom:10px;}  

  /***** 页右下角 *****/
	#tools			  { width:94%;  font:12px/50px "微软雅黑"; color:#898989; text-align:right; padding:0px 1%; }
	#tools a		  { color:#898989; }
	#tools a:hover    { font:12px/30px "微软雅黑"; color:#b20000; }
	
	
.text_more{background:#f7f7f7;font-size:14px;margin: 30px auto 0 auto;text-align:left; border-bottom:none;/*! width: 100%; */}
.text_more ul li{border-bottom:none;width:48%;line-height:20px; float:left;background: url(../images/ico.png) no-repeat 20px center; padding:10px;background-color: #f7f7f7;}
.text_more ul li a{color:#333;margin-left: 20px;}
.text_more ul li a:hover{color:#9f010b;text-decoration:underline;}
