@charset "utf-8";
/* CSS Document */


.blog-section {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

	.blog-section {
		margin-top: 10px;
		margin-bottom: 0px;
	}

} 

.blog-content {
	float: left;
	width: 100%;
}

.blog-list {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog-list a {
	color: #333;
}

.blog-list li a:hover h3 {
	color: #0f2882;
}

.blog-list .item {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 20px;
	margin: 0;
	border-bottom: 1px solid #e3e1e1;
}

.blog-list .item .title {
	float: left;
	width: 100%;
	font-size: 1.5em;
	line-height: 1.4;
	font-weight: 500;
	font-weight: 600;
	font-family: "Noto Serif TC", serif;
	letter-spacing: 3px;
	padding-bottom: 10px;
}

.blog-list .item .author {
	float: left;
	width: 100%;
	font-size: 1em;
	line-height: 1.4;
	font-weight: 500;
	font-weight: 600;
	font-family: "Noto Serif TC", serif;
	padding-bottom: 10px;
	text-decoration: underline;
}

.blog-list .item .date {
	float: left;
	color: #999999;
	width: 100%;
	font-size: 0.7em;
	line-height: 1.4;
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 400;
}

.blog-list .item .desc {
	float: left;
	width: 100%;
	color: #727272;
	margin-top: 5px;
	padding-bottom: 20px;
	line-height: 1.6;
}


/* Change the color of links on hover */
.topnav a:hover {
	background-color: #ddd;
	color: black;
}

/* Style the "active" element to highlight the current page */
.topnav a.active {
	background-color: #2196F3;
	color: white;
}

/* Style the search box inside the navigation bar */
.topnav input[type=text] {
	float: right;
	padding: 6px;
	border: none;
	margin-top: 8px;
	margin-right: 16px;
	font-size: 17px;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {

	.topnav a,
	.topnav input[type=text] {
		float: none;
		display: block;
		text-align: left;
		width: 100%;
		margin: 0;
		padding: 14px;
	}

	.topnav input[type=text] {
		border: 1px solid #ccc;
	}
}

.pin {
	/*background-image: url('../images/pin.png');
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;*/
	font-size: 0.8em;
	border: 1px solid #e3e1e1;
	font-family: "微軟正黑體", serif;
	letter-spacing: 0px;
	background-color:#999999;
	color:#fff;
	padding:2px 6px;
	margin-bottom:2px;
	text-decoration:none;
}
