﻿
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family:  "微软雅黑", "Microsoft YaHei", Sans-serif;
  white-space: nowrap;
  text-decoration: none;
  font-size: 14pt;
  color: #666;
}

html { 
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

div#main {
  width: 100%;
  padding: 10px;
  max-width: 1200px;
  margin-left: 0 auto;
}

div#footer {
  position: fixed;
  bottom: 0;
  right: 10px;
  text-align: right;
  clear: left;
}

div#footer p {
  color: #F0F0F0;
}

#content div {
  width: 220px;
  height: 100%;
  margin: 10px;
  float: left;
}

#content div#title {
  width: 200px;
  margin-left: 10px;
  text-align: center;
}

div#title ul {
  list-style: none;
  width: 200px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  div#main, #content div  {
    width: 90%;
    margin-left: 4px;
  }
}

div#title ul#back a {
  display: block;
  padding: 2px;
  background: #C00;
  color: #F0F0F0;
}

div#title ul#back a:hover {
  background: #EEA2A4; /*牡丹*/
}

h1 {
  font-size: 36pt;
}

h2 {
  padding: 2px 8px;
  font-size: 1.1em;
  color: #777;
  text-shadow: 0 0 2px #ccc;
}

ul {
  margin-bottom: 10px;
}

ul li {
  padding: 2px 10px;
  list-style: none;
  color: #FFF;
}

a {
  white-space: nowrap;
  text-decoration: none;
  color: #888;
}

a:hover {
  background: #69C;
  color: #FFF;
}

a em {
  font-style: normal;
  font-size: 10pt;
}

a span {
  font-size: 10pt;
  color: red;
}

a:hover em, a:hover span {
  color: #FFF;
}

li.new a {
  color: red;
}
