 body {
      font-family: "Microsoft YaHei", sans-serif;
      background: #f9f9f9;
      color: #333;
      max-width: 760px;
      margin: 30px auto;
      padding: 0 15px;
    }
    h1 {
      text-align: center;
      color: #6a5acd;
    }
    .notice {
      background: white;
      padding: 16px;
      margin: 20px 0;
      border-radius: 6px;
      box-shadow: 0 1px 4px rgba(0,0,0,0.08);
      border-left: 4px solid #6a5acd;
    }
    .notice .date {
      font-size: 0.85em;
      color: #888;
      margin-bottom: 8px;
    }
    .notice img {
      max-width: 100%;
      height: auto;
      border-radius: 4px;
      margin-top: 10px;
    }
  a {
     text-decoration: none;
    } 