  body { background-color:#C7EDCC; text-align:center }
  * { margin:0 auto; padding:0 }
  a { text-decoration:none }
  h1, h2, h3, h4, h5 { margin:10px }

  #hd { margin-top:25px; font-family:'Simsun'; font-size:40px; color: white; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue; }

  #alist, #rdiv, #note { border:1px solid #fff; vertical-align:top; padding-top:10px; font-family:'Microsoft YaHei',微软雅黑 }
  #rdiv { width:1000px; font-size:15px; background-image:url(蓝色二.jpg); background-repeat:repeat; }

  .move { width:90px; height:26px; font-size:15px; margin:1px }
  .move:hover, h4:hover, .To:hover, #go:hover { background-color:#328aa4; color:#fff }

  #alist h4::before { content: url(image/开.png) }
  #alist h4 { margin:3px 1px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
  #alist h4, li { cursor: pointer; text-align:left }
  li { height:1.3em; list-style-type:none; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
  ol li { font-size:13px; background-color:rgba(255,255,191,0.7); padding-left:16px; }
  li:hover { border:2px solid #f00; font-size:102%; padding-left:0 }

  .To { margin:2px; border-radius:9px; background-color:#c4e9f2; color:#00f; font-weight:bold; padding:8px 0px; transition:background-color 1s, font-size 0.4s }
  .To:hover { font-size:125% }

  #txt:focus { background-color:rgba(255,255,191,0.7) }

  .fb { color:blue; font-weight:bold }
  p { text-indent:2em; text-align:left; font-size:16px; line-height:200%; font-family:'宋体' }
  .p0 { text-indent:0 }

  table { border-collapse:collapse; width:100%; margin-bottom:4px }
  .qt, .qt th, .qt td { border:1px solid #000; padding:2px; }
  p:hover, .qt tr:hover { background-color:#fff; }

  .nth th { background-color:#888; color:#fff }
  .nth tr:nth-child(even) { background-color:#c4e9f2; }
  .nowrap { white-space:nowrap }

  .la { text-align:left }
  .ca { text-align:center }
  .ra { text-align:right }
  .ta { vertical-align:top }
  .ba { vertical-align:bottom }

  @media print{ #myDiv{display:none} }  

  #toTop{ width:50px; height:52px; background: url("./image/top.png") no-repeat scroll 0 0 transparent;
        position:fixed; bottom:50px; right:50px; cursor:pointer; display:none; }

