@charset "utf-8";
/* CSS Document */
body { font-size:16px; background-color:#f4141e; background-size:100%; background-position:0 3em;  }
.crntclm { width:100%; padding-top:4em; overflow:hidden; font-weight:bold;  background-color:#fffff7; }
.crntclm a { display:table; margin:0 6%; float:left; font-size:1.6em; line-height:2em; color:#ffa53e;  }
.crntclm img { display:block; width:100%; }

.main { position:relative; width:90%; margin:-.8em auto 1em; padding:.3em; border-radius:.8em; background-color:#fffff7; z-index:1; }
.clmlist { overflow:hidden; background:url(dianxian.png) repeat-x bottom; }
	.clmlist ul{ }
	.clmlist ul li { float:left; }
	.clmlist ul li a { display:block; line-height:1.6em;  margin:0 .4em; font-size:1em; font-weight:bold; color:#e60012; border-bottom:3px solid #e60012; }	

	
/* 文章 */
.title { display:block; margin:.6em auto; text-align:center; font-size:1.4em; line-height:1.4em; color:#363636; font-weight:bold; }
.details { margin-bottom:1em; text-align:center; padding:.3em 0; font-size:.6em; line-height:1.4em; color:#8b8a88; border-top:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0;}
	.details span { margin-right:1em;}
	.details a { color:#000;}
.content { width:94%;margin:0 auto .3em; text-align:justify; font-size:.9em; line-height:2em; color:#545454;}
	.content p { margin:.6em 0;}
	.content video,.content img { display:block; max-width:100%; margin:0 auto}
.editor {width:94%; margin:0 auto 3em; text-align:right; font-size:.9em; color:#c5c5c3;}
