.data{
    width: 550px;
    height: 450px;
    border-radius: 10px;
    background-color: rgb(125, 137, 247);
    margin: 0 auto;
    text-align: center;
}
.data2{
    width: 550px;
    height: 300px;
    border-radius: 10px;
    background-color: rgb(125, 137, 247);
    margin: 0 auto;
    text-align: center;
}
.title{
    text-align: center;
}
.头像{
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.公告{
    width: 550px;
    height: 150px;
    border-radius: 10px;
    background-color: rgb(125, 137, 247);
    margin: 0 auto;
    text-align: center;
}
a{
    color: #000;
    margin: 10px;
}
p{
    text-align: center;
}
h6{
    color: rgb(0, 0, 0);
}
footer{
    text-align:center;
    padding:20px;
    font-size:0.8em;
    color:#666;
}