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;	
}