/* style.css */

* {
    margin: 0;
    padding: 0;}

ul > li {
    list-style: none;}

a {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    font-family: "黑体";}

.header {
    height: 260px;}

.logo {
    position: absolute;
    left: 72px;
    top: 48px;}

.title {
    position: absolute;
    right: 65px;
    top: 64px;}
.footer {
    padding-top: 10px;
    width: 691px;
	height: 50px;
    margin: 0 auto;}
