/* -- reset module8 -- */
.edit,
.show_content,
.main_part {
	width: auto !important;
	max-width: 100% !important;
	margin: auto !important;
	padding: 0 !important;
}

.pageIndex .main_part {
	border: none !important;
}

.path {
	display: none;
}

/* -- reset module8 end -- */

.hs_box * {
	line-height: 150%;
	font-size: 15px;
	border: 0;
	outline: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	max-width: 100%;
	font-family: "微軟正黑體";
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.hs_box img {
	max-width: 100%;
}

.hs_clear::before, .hs_clear::after {
	content: "";
	display: table;
}

.hs_clear::after {
	clear: both;
}

.hs_clear {
	zoom: 1;
}

.hs_box {
	overflow: hidden;
	max-width: 2000px;
	margin: auto;
}

.ldc_w1300 {
	max-width: 1300px;
	margin: auto;
	padding: 15px;
}