@charset "utf-8";
.title-logo {
    font: 50px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 25px;
    font-style: inherit;
    margin-left: 50px;
    text-decoration: none;
}

a {
  text-decoration: none; /* 默认去除下划线 */
}
a:hover {
  text-decoration: none; /* 鼠标移上去也保持无下划线 */
}
