<!-- 重置外边距和内边距-->
*{
    padding:0;
    margin:0;
}
header{
    background-image: url(images/HOME2.jpg);
    background-size:cover;
    background-color: white;
    height: 120px;
    width: 100%;
    position:relative;
    background-repeat: no-repeat;
}
p{
    text-indent: 2em;
    font-size: 18px;
}
h1{
    color: white;
    position:absolute;
    left: 0px;
    top: -23px;
    line-height: 125px;
    background-image: url(images/AsA\ Pan.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: unset;
    width: 210px;
    text-indent: -9999px;
}
header ul{
    position:absolute;
    right:1vw;
    top: 2px;
    line-height: 170px;
}
header li{
    display: inline;
    margin-right:4vw;

}
header a{
    color:black;
    text-decoration: none;
}
header a:hover{
    text-decoration: underline;
    color: #009926;
}
input{
    position: absolute;
    top: 150px;
    right:8px;
    font-weight:bold;
}
table{
    table-layout: auto;
    word-break: break-all;
}
td{
    text-align: center; 
    vertical-align: middle
}
.new{
    background-color: white;
    color: black;
    background-image: url("images/AsA.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
h2{
    font-family: "楷体, 楷体_GB2312";
}
h3{
    font-family: Times New Roman, Times, serif;
}