/* ��˽����������ʽ */
.privacy-policy-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.8;
  color: #333;
  font-family: "Microsoft YaHei", "SimSun", serif;
}

/* ������ʽ */
.section-title {
  font-size: 1.4em;
  color: #2c3e50;
  margin: 30px 0 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #eee;
}

/* �б���ʽ */
.list-dot {
  margin: 10px 0;
  padding-left: 20px;
}
.list-dot li {
  margin: 8px 0;
}

.list-number {
  margin: 15px 0;
  padding-left: 20px;
}
.list-number li {
  margin: 10px 0;
}

/* ������ʽ */
.privacy-policy-content p {
  margin: 15px 0;
  text-align: justify;
}

/* ���б��� */
.title-main, .title-sub {
  font-weight: bold;
}

/* ��ϵ��ʽ���� */
.privacy-policy-content a {
  color: #1a73e8;
  text-decoration: none;
}
.privacy-policy-content a:hover {
  text-decoration: underline;
}