

* {
    box-sizing: border-box;
}
body{
margin-top: 70px;
font-size: 16px;
width: 930px;
background-image: url("pic/sandy.jpg");
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
background-color: #E5D0B1;
line-height:150%;
font-family:'KingHwa_OldSong';}
.menu{
float: right;
width: 500px;
}

.cover {
width: 400px;
float: left;
position: fixed;
/*绝对位移*/
/*pointer-events:none;*/
/*left 属性规定元素的左边缘。该属性定义了定位元素左外边距边界与其包含块左边界之间的偏移。*/
}
.content{
width:650px;

margin-left: auto;
margin-right: auto;
}

p.title{
text-align: center;
font-size: 28px;
font-style: oblique;
}

p.author{
text-align: center;
font-size: 22px;
margin-top: -5px;
font-style: oblique;
}

p{
padding-top: 6px;
padding-bottom: 6px;
font-family: '京華老宋体';
color: black;
}
p.left-text{
padding-top: 0px;
padding-bottom: 0px;
margin-top: 1px;
margin-bottom: 1px;
font-family: '京華老宋体';
color: black;
}

p.poem{
margin-top: 1px;
margin-bottom: 1px;
font-family: '京華老宋体';
color: black;
}

p.right-text{
margin-top: 1px;
margin-bottom: 1px;
font-family: '京華老宋体';
color: black;
text-align:right;
}

p.center-text{
margin-top: 1px;
margin-bottom: 1px;
font-family: '京華老宋体';
color: black;
text-align:center;
}

p.注释{
margin-top: 1px;
margin-bottom: 1px;
font-family: '京華老宋体';
color: grey;
}

h2{
color: black;
font-family: '京華老宋体';}

h1{
color: black;
font-family: '京華老宋体';
}

hr.hr{
border: none;
height: 1px;
margin-top: 20px;
margin-bottom: 20px;
background-color: blacl;
}

hr.注释{
margin-top: 1px;
margin-bottom: 1px;
background-color: black;
border: none;
height: 1px;}


a{
pointer-events: auto;
}

a:link {color: #0080A3;}
a:visited{color:#0080A3;}
a:hover{color:#0080A3;}
a:active{color:#0080A3;}

p.feet{
text-align: center;
padding-bottom: 20px;
}
