﻿*
{
    padding: 0px;
    margin: 0px;
    border-width: 0px;
}
body
{
    font-family: 宋体, Arial, Helvetica, sans-serif;
}
a
{
    text-decoration: none;
    color: #000000;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
    color: blue;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
}
/*点下鼠标时a的样式*/

#总定位层
{
    margin: 0px auto;
    width: 980px;
    /*background-image: url('xuehuabeijing.jpg');*/
    background-repeat: repeat;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C8DAFF;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C8DAFF;
}
#header
{
    border-bottom: 8px solid #C8DAFF;
    position: relative; /*定位为非静态的方式,以供其他元素使用绝对定位*/
    background-image: url('xuehua.gif');
    background-repeat: no-repeat;
    /*一条蓝色线*/
    top: 0px;
    left: 0px;
}
#作者标志层
{
    position: absolute;     
    top: 0px;
    left: 800px;
}
#菜单层
{
    background-color: #89B744;
    height: 15pt;
    padding-top: 5px;
    padding-bottom: 5px;
}
#菜单a容器
{
    margin-left: 8px;
}
#菜单层 a
{
    font-family: 楷体_GB2312,Arial,Helvetica,sans-serif;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    display: block;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 2px;
    border-left-width: 2px;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
    line-height: 16pt;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}
#菜单层 a:hover
{
    text-decoration: none;
    background-color: Orange;
}


#路径时间层
{
    margin-top: 5px;
}
.平行层类样式
{
    border-color: #0099FF;
    width: 978px;
    clear: both;
    padding-top: 8px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    padding-bottom: 8px;
}
.左版块类
{
    float: left; /*border-style: solid;     border-width: 1px;*/
    width: 500px;
    height: 20em;
    overflow: hidden;
}
.右版块类 /*去掉 float: left; 以自动充满右边。*/
{
    /*border-style: solid;     border-width: 1px;    */
    height: 20em;
    overflow: hidden;
}

.文章标题类样式
{
    font-family: 宋体;
    font-size: 26pt;
    font-weight: bold;
    text-align: center;
    line-height: 38pt;
}
.正文类样式
{
    font-size: 16pt;
    font-family: 仿宋_GB2312;
    text-indent: 2em;
    line-height: 25pt;
}

.题目类样式
{
    font-family: 宋体;
    font-size: 15pt; /*小三号*/
    font-weight: bold; /*加粗*/
    text-align: center; /*居中*/
    line-height: 38pt; /*行高*/
}
.版块题类样式 {/*通过设置背景色显得像块板*/
    margin-bottom: 10px;
    background-color: rgb(244, 244, 244);
    border-bottom: 1px solid rgb(204, 204, 204);
}
.文章层链接类样式 a
{
	margin-left:1em;
	
	
}
.一级标题类样式
{
    /*一级标题*/
    font-family: 宋体;
    font-size: 14pt; /*四号*/
    font-weight: bold; /*加粗*/
    text-align: left; /*居左*/
    line-height: 35pt; /*行高*/
    background-color: rgb(244, 244, 244);
    border-bottom: 1px solid rgb(204, 204, 204);
}
.二级标题类样式
{
    /*二级标题*/
    font-family: 宋体;
    font-size: 12pt; /*小四号*/
    font-weight: bold; /*加粗*/
    text-align: left; /*居左*/
    line-height: 30pt; /*行高*/
}
.三级标题类样式
{
    /*三级标题*/
    font-family: 宋体;
    font-size: 12pt; /*小四号*/
    font-weight: bold; /*加粗*/
    text-align: left; /*居左*/
    line-height: 28pt; /*行高*/
}
.段落类样式
{
    font-family: 宋体;
    font-size: 12pt; /*小四号*/
    text-align: left; /*居左*/
    text-indent: 2em; /*缩进2个字符*/
    line-height: 23pt;
}

.快捷菜单类样式 a
{
    margin: 5px;
    border-width: 2px;
    border-color: #FFFFFF;
    float: left;
    border-right-style: solid;
    border-left-style: solid;
    font-size: medium;
    font-family: 楷体_GB2312, Arial, Helvetica, sans-serif;
    padding-right: 1em;
    font-weight: bold;
    padding-left: 1em;
    height: 1em;
}
#footer
{
    text-align: center;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #CCCCCC;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13pt;
    font-family: arial;
}
.recordc
{
    border-bottom-style: dashed;
    padding-bottom: 3px;
    border-bottom-color: #009900;
    border-bottom-width: 1px;
    margin-bottom: 5px;
    text-indent: 2em;
}
