

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
 
}

pre,
code {
  font-family: "微软雅黑", Arial, Consolas, monospace;
}

hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {  font-size: 23px;}

h2 {  font-size: 21px;}

h3 {  font-size: 19px;}

h4 {  font-size: 16px;}

h5 {  font-size: 13px;height: 24px; line-height: 24px;  background: url("/images/Columnbg.jpg") repeat-x center; height: 24px; line-height: 24px; width:100% }

h5 span {	background: rgb(255, 255, 255); padding: 0px 15px ; display: inline-block;}

h6 {  font-size: 13px;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}