table, th, td {
  border: 1px dotted #888;
  border-collapse: collapse;
}
th, td {
  padding: 1px;
}
tr:nth-child(even) {
  background-color: #FCFCFC;
}

/* Vantage Sub Menu Width */

.main-navigation ul ul a {
min-width: 200px;
width: auto;
white-space: nowrap;
}
/* 段落对齐 */
.entry-content p {
    text-align: justify;
		 text-justify:inter-word;
		hyphens: auto;	
}
/* 第一段样式 */
.hero-btn {
  display: inline-block;
  padding: 12px 22px;
  margin-right: 10px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
}

.hero-btn.primary {
  background: #ff7a00;
  color: #fff;
}

.hero-btn.primary:hover {
  background: #e96f00;
}

.hero-btn.secondary {
  border: 2px solid #fff;
  color: #fff;
}

.hero-btn.secondary:hover {
  background: #fff;
  color: #333;
}

/* 信任栏 */
.trust-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.trust-item {
  flex: 1;
  font-size: 14px;
  color: #555;
}

@media (max-width: 768px) {
  .trust-bar {
    flex-wrap: wrap;
  }
  .trust-item {
    width: 50%;
    margin-bottom: 10px;
  }
}

/*按钮样式*/
.overview-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 18px;
  border: 1px solid #2c3e50;
  color: #2c3e50;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
}

.overview-btn:hover {
  background: #2c3e50;
  color: #fff;
}