<!-- 重置外边距和内边距-->
*{
    padding:0;
    margin:0;
}
header{
    background-image: url(images/title.jpg);
    background-size:cover;
    background-color: white;
    height: 120px;
    width: 100%;
    position:relative;
    background-repeat: no-repeat;
}
p{
    text-indent: 2em;
    text-align: justify;
    font-size: 18px;
}
h1{
    color: white;
    position:absolute;
    left: 0px;
    top: -22px;
    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;
}
.mean{
    display: flex;
}
.mean img{
    width: 765px;
    height: 817px;  
}
.info{
    width: 50%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer{
    background-color: #000000;
    color: #b7b7b7;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.news{
    background-color: white;
    color:white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.news p{
    color: black;
    font-size:18px;
    margin:25px 0;

}
.news a{
    color:black;
    text-decoration: none;
    border:1px solid #ACACAC;
    padding:10px 20px;
    border-radius: 5px;
}
h3{
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 40px;
}