<!-- 重置外边距和内边距-->
*{
    padding:0;
    margin:0;
}
header{
    background-image: url(images/background2.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;
    margin: 10px 0px;
    font-family: Arial, Helvetica, sans-serif;
}
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;
}
h2{
    text-align: center;
    color: #54664e;
}

header ul{
    position:absolute;
    right:35vw;
    top: 10px;;
    line-height: 150px;
    display: flex;
    justify-content: center; 
}
header li{
    display: inline;
    margin-right:4vw;
}
header a{
    color:  #4d004c;
    text-decoration: none;
    color:  #4d004c;
}
header a:hover{
    text-decoration: underline;
    color: #009926;
}
.mean{
    display: flex;
}
.mean img{
    width: 736px;
    height: 817px;
    float: right;
    margin: 10px;
    padding: 0 0 10px 10px;  
}
.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: 20px 0;

}
.news a{
    color:black;
    text-decoration: none;
    border:1px solid #ACACAC;
    padding:10px 20px;
    border-radius: 5px;
}
.news a:hover{
    text-decoration: underline;
    color: #009926;
}
h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
}