@charset "utf-8";

/***** 内页内容 *****/
#text             {padding:10px 90px; margin:20px auto 30px auto; text-align:center;}
#text a           {color:#4e4d4d;}
#text a:visited   {color:#4e4d4d;}
#text a:hover     {color:#df3f3c;}
#text h1		  {font-size:36px; font-family:"方正小标宋_GBK"; font-weight: bold; padding-top:10px; line-height:46px;}
#text h2          {font-size:14px; color:#323232; margin-top:10px; font-style:normal;}
#text h3          {font:14px/22px "微软雅黑"; margin-top:24px; padding: 14px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; color:#323232;}
#text h3 a        {font:14px/22px "微软雅黑"; color:#000; padding-left:20px;}
#text h3 em      {font-style:normal;}
#text div.line  {height: 1px; margin-top: 20px; background-color: #eee;}

#showcontent {margin-top:12px; margin-bottom:12px; font-size:16px; text-align:left; line-height:30px; margin-top:30px;}
#showcontent p{font-size:14px;font-weight:normal;}
#showcontent p img{width:auto;height:auto;}
#showcontent p a{color:#000}
/* 标题置顶显示动画 */
.top-bar-fixed {animation:mymove 0.5s; -webkit-animation:mymove 0.5s; width: 100%; position: fixed; top: 0; padding-bottom: 10px; z-index: 100; background: #F8F8F8; box-shadow: 0 2px 4px #ACACAC;left: 0px;}
@keyframes mymove {from {top:-60px;} to {top:0px;}}
@-webkit-keyframes mymove {from {top:-60px;} to {top:0px;}}

/***** 内页收藏，关闭等 *****/
#tools			 {margin-top:20px; width:100%; height:40px; font:14px/30px "微软雅黑"; text-align:right; color:#323232; }
#tools ul li{float:left; width:49%;text-align:right;}
#tools ul li:first-child {text-align:left;}
#tools a:hover   {color:#df3f3c; }
 

/***** 内页上，下一篇 *****/
#prenext        { width:100%;  margin:6px auto 6px auto; background:#fff; text-align:left;} 
#prenext ul li  { font:14px/20px "微软雅黑"; height:28px; line-height:28px; text-align:left; text-indent:30px; color:#323232; overflow:hidden; width:100%;}
#prenext ul li a{ font:14px/20px "微软雅黑"; height:28px; line-height:28px; text-align:left; text-indent:30px; color:#323232; margin-left:20px; overflow:hidden;}
#prenext ul li a:hover{ color:#df3f3c;}