
body{
	/*width:700px;*/	
	margin:0;
	padding:0;
	hyphens: none; /*不使用连字符*/
	/*font-size: 1.25em;*/
	/*font-family:NSimSun;    */
	 background-position: 50% 0;
	    background-color: #fff;
	    background-size: 11px 11px;
	    background-image: linear-gradient(45deg, #E0E0E0 0px,#E0E0E0 0.75px,transparent 0px,transparent 7.5px,
									    	#E0E0E0 7.5px,#E0E0E0 8.5px,transparent 8.5px,transparent 11px
									    	),
					  linear-gradient(135deg, #E0E0E0 0px,#E0E0E0 0.75px,transparent 0px,transparent 7.5px,
									    	#E0E0E0 7.5px,#E0E0E0 8.5px,transparent 8.5px,transparent 11px); 
}
#Rcontent{
	width:900px;
	margin:0 auto;
	background-color: #fff;
	/*background-color: yellow;*/
}
#Rborder{
	width:800px;
	margin:0 auto;
	background-color: #fff;
}
h1{	
	text-align:center;
	margin: 0px auto;
	padding-bottom: 20px;
	font-family: SimSun;
	/*background-color: yellow;*/
}
li>p{	
	margin: 0px;
}
ul{
	margin: 0px;
}
ul>li{
	list-style-type: disc;
}
.left{
	float: left;
}
.right{
	float: right;
}
/*标题*/
#Rtitle{
	width: 700px;
	height: 150px;
	margin: 0px auto;
	padding-top: 50px;
	/*padding-bottom: 10px;*/
	/*background-color: yellow;*/
	text-align: center;
	/*border-bottom: 1px solid #000;*/
}
#Rtitle #author{
	width: 700px;
	height: 50px;	
	margin: 0px auto;
	font-family: kaiti;
	/*background-color: green;*/
}
/*#Rtitle .Rtitle_line{	
	margin: 0 auto;
	height: 10px;
	width: 250px;
	background-color: pink;	
	line-height: 10px
	vertical-align:middle;
}*/
#Rtitle .Rtitle_author{
	margin: 0 auto;
	height: 80px;
	width: 500px;		
	/*background-color: red;*/
	/*line-height: 80px;*/
	font-size:20px;	
}
.Rtitle_author>p{
	margin: 0px;	
}
hr{	
	background-color: #F0F0F0;	
	height: 0.75px;
    border: 0;
    border-top: 0.75px solid;
    padding: 0; 
    width: 350px;   
}

/*引用*/
blockquote {
  margin: 1em 0;
  padding: 0 2em;
  border-left: 3px solid #ddd;
  font-family:'KaiTi';
}
blockquote:not(:hover) {
  border-left-color: transparent;
}
/*代码*/
pre code {
  display: block;
  border: 1px solid #ddd;
  box-shadow: 5px 5px 5px #eee;
  padding: 1em;
  overflow-x: auto;
  line-height: 1.75;
  background: none;
  font-size: 1em;
}  
code {
  font-family: Consolas, Courier, "Courier New", 'STKaiti', 'KaiTi', 'SimKai', monospace;
}
/*图片*/
.R_figure{	
	text-align: center;
	/*background-color: #EAEAEA;*/
}
.R_figure img{
	height: 428.5714px;
	widows: 600px;
}
.lastNext{
	margin-top: 20px;
	margin-bottom: 20px;
}
.null{
	height:50px;
	/*background-color: yellow;*/
}
.lastNext ul{
	list-style-type: none;
	padding-left: 0px;
}
.lastNext a{
	color: #000;
	text-decoration: none;	
	padding-bottom:4px;
	border-bottom:1px solid #000;
}
.lastNext a:hover{	
	border-bottom:0px solid #000;
	/*padding-bottom:4px;
	border-bottom:1px solid #000;*/
	/*text-decoration: underline;*/
}
/*footer*/
.footer{	
	text-align:center;
	/*position:absolute;	*/
	bottom:0px;
	width:800px;		
	height:70px;		
	clear: both;
	margin:5px auto 0px auto;
	/*color: white;*/
	/*background-color:#fff;*/
}
.copyright{
	height:40px;	
	padding-top:10px;
	padding-bottom:10px;	
}
.footer p{		
	color:#272727;
}
.footer a{	
	display:inline-block;
	text-decoration:none;	
	color:#272727;	
}