.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

body {
	font-family: Helvetica, Arial, "LiHei Pro", "微軟正黑體", "新細明體", PMingLiU,
		sans-serif;
	font-size: 2em;
}

.content-wrapper {
	width: 90%;
	max-width: 60em;
	margin: 0 auto;
}

#container {
	padding: 0.5em 0 2em;
	background: #e5e5e5;
}

#main {
	margin-top: 0.5em;
}

#sub_menu {
	float: left;
	width: 17%;
}

.leftMenu {
	display: block;
	padding: 0.8em 1.5em;
	text-decoration: none;
	color: #444;
	position: relative;
}

.menuChild {
	display: block;
	padding: 0.3em 1.5em;
	text-decoration: none;
	font-size: 16px;
	color: #444;
	position: relative;
}


#flip {
	float: right;
	width: 83%;
	overflow: hidden;
}

#ch-content, #en-content {
	width: 100% !important;
	height: auto !important;
	min-height: 23.5em;
	padding: 1.5em 2.5em;
	box-sizing: border-box;
	background: #fff;
	position: relative;
}

#ch-content .lang, #en-content .lang {
	display: inline-block;
	font-size: 0.7em;
	color: #606060;
	position: absolute;
	right: 3.571428571428572em;
}

#ch-content .lang a, #en-content .lang a {
	text-decoration: none;
	color: #606060;
}

#ch-content .lang a:hover, #en-content .lang a:hover {
	text-decoration: underline;
}

#ch-content h2, #en-content h2 {
	margin-top: 0.7em;
	color: #007dc5;
	font-weight: normal;
	position: relative;
}

#ch-content h2 a, #en-content h2 a {
	width: 1em;
	height: 1em;
	line-height: 1.333333333333333em;
	position: absolute;
	right: 0;
	top: 0.333333333333333em;
}

#ch-content h2 a img, #en-content h2 a img {
	width: 100%;
	height: 100%;
}

#ch-content p, #en-content p {
	font-size: 0.8em;
	line-height: 1.875em;
}

#ch-content p a, #en-content p a {
	/*color: #000;*/
}

#ch-content dl, #en-content dl {
	font-size: 0.65em;
	padding: 1.538461538461538em;
	line-height: 2.153846153846154em;
	color: #557db9;
	background: #f5f5f5;
}

#currentPath {
	font-size: 0.8em;
	line-height: 2em;
}

#articleList {
	padding: 20px 0px;
}

.list-group-item {
	padding: 5px;
}

.breadcrumb .active {
	font-size: 16px;
}

#toBeContinue img {
	 display:block; 
	 margin:auto;
}
/*
#loginDiv {
	display:block; 
	width:270px;
	height:auto;
	margin:auto;
}*/

.well.loginbox {
	padding: 36px;
}