<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tags a {
	display: inline-block;
	margin: 5px 14px 10px 0;
	padding: 5px 10px;
	color: #555;
	border: 2px solid #333;
}

.tags a:hover {
	background-color: #333;
	border: 2px solid #333;
	color: #48e0a4;
	text-decoration: none;
}

#cat_blog ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.widget h4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	color: #ccc;
}

#cat_blog ul li a {
	border-bottom: 1px solid #ededed;
	padding: 10px 0;
	display: block;
	color: #888;
}

#cat_blog ul li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}

#cat_blog ul li a:hover {
	color: #e04f67;
}

ul.recent_post {
	margin: 0;
	padding: 0;
}

ul.recent_post li {
	padding: 0 0 8px 0;
	margin-bottom: 15px;
	border-bottom: 1px #333 dotted;
	color: #313131;
	list-style: none;
	line-height: 18px;
	padding-bottom: 15px;
	color: #888;
	font-style: italic;
}

ul.recent_post li a {
	color: #555;
}

ul.recent_post li a:hover {
	color: #111;
}

ul.recent_post li div {
	padding-left: 25px;
	font-style: normal
}

ul.recent_post li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.post {
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 3px 0px 0px #161616;
	-moz-box-shadow: 0px 3px 0px 0px #161616;
	box-shadow: 0px 3px 0px 0px #161616;
	background-color: #212121;
	padding: 30px;
}

.post h2 {
	font-size: 22px;
}

.post p {
	margin-bottom: 20px;
}

.post_info {
	padding: 8px 10px;
	background-color: #161616;
	margin-bottom: 12px;
	font-size: 12px;
	color: #555;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.post_info a {
	color: #555;
}

.post_info a:hover {
	color: #fff;
}

.post_info span {
	color: #fff;
}

.post-left {
	float: left;
}

.post-left ul {
	margin-left: 0;
	padding-left: 0;
}

.post-left ul li {
	float: left;
	margin-right: 15px;
	list-style: none;
}

.post-left ul li i {
	margin-right: 4px;
}

.post-right {
	float: right;
}

#comments {
	padding: 10px 0 0px 0;
	margin-bottom: 15px;
}

#comments ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#comments ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

#comments li {
	padding: 0 0 23px 0;
	list-style: none;
}

.avatar {
	float: left;
	margin-right: 11px;

}

.avatar img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.comment_right {
	display: table;
}

.comment_info {
	padding-bottom: 7px;
}

.comment_info span {
	padding: 0 10px;
}

#comments ol li ul li {
	padding: 23px 0 0 30px;
	margin: 0;
}

ul#cat_nav_blog {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	font-weight: 500;
}

ul#cat_nav_blog li a {
	background-color: #212121;
	padding: 10px 15px;
	display: block;
	margin-bottom: 7px;
	position: relative;
	color: #fff;
}

ul#cat_nav_blog li a:hover {
	color: #48e0a4;
}

ul#cat_nav_blog li:last-child a {
	margin-bottom: 0;
}

ul#cat_nav_blog li a:before {
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-family: 'ElegantIcons';
	position: absolute;
	font-size: 20px;
	right: 10px;
	top: 5px;
	content: "\35";
}

#custom-search-input-blog {
	padding: 0;
	padding-left: 10px;
	background-color: #161616;
}

#custom-search-input-blog input {
	border: 0;
	font-size: 14px;
	box-shadow: none;
	padding-left: 10px;
}

#custom-search-input-blog button {
	margin: 2px 0 0 0;
	box-shadow: none;
	background: none;
	border: 0;
	color: #666666;
	padding: 0 8px 0 10px;
	border-left: solid 1px #333;
	outline: none;
}

#custom-search-input-blog button:hover {
	border: 0;
	box-shadow: none;
	border-left: solid 1px #ccc;
	color: #ed5434;
}

#custom-search-input-blog .glyphicon-search {
	font-size: 23px;
}

#sidebar hr {
	margin: 30px 0 20px 0;
	border-top: 1px solid #111;
	border-bottom: 1px solid #333;
}

.pager li&gt;a,
.pager li&gt;span {
	display: inline-block;
	padding: 10px 20px;
	background-color: #161616;
	border: none;
	border-radius: 3px;
}

.pager li&gt;a:hover,
.pager li&gt;a:focus {
	text-decoration: none;
	background-color: #eee;
}

/* From tablet portrait to mobile */
@media (max-width: 767px) {
	.post-left ul {
		margin-bottom: 0;
		line-height: 1.8;
	}

	.post-left ul li {
		float: none;
		margin-right: 0;
	}

	.pager {
		margin-bottom: 30px;
	}

}

/* ---------------------------------------------------------------------- */

.blog-list {}

.blog-item {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	background-color: #292929;
}

.blog-item .date {
	width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #000;
}

.blog-item .date .month {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.blog-item .date .day {
	font-size: 36px;
	line-height: 1em;
}

.blog-con {
	min-width: 0;
	flex: 1;
	padding: 20px 40px;
	box-sizing: border-box;

}

.blog-title {
	margin-bottom: 1em;
	font-size: 24px;
	line-height: 1.4em;
	color: #fff;
}

.blog-info {
	font-size: 14px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;

	opacity: 0.8;
}

.blog-info-left {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-info .user,
.blog-info .time {
	padding-right: 10px;
	min-width: 0;
	max-width: 50%;
	flex: 1;
	display: flex;
	align-items: center;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.blog-info img {
	margin-right: 5px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;

}

.blog-more-btn {
	width: 100px;
	height: 40px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;

}

.blog-more-btn:hover {
	color: #fff;
}

.blog-detail .top {
	margin-bottom: 50px;
}

.blog-detail .top .title {
	font-size: 32px;
	line-height: 1.2em;
	color: #fff;
}

.blog-detail .top .info {
	margin-top: 30px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
}

.blog-detail .top .info .user {
	margin-right: 50px;
}

.blog-detail .top img {
	margin-right: 5px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;

}

.blog-detail .doc {
	font-size: 16px;
	line-height: 1.5em;
}

@media (max-width: 767px) {
	.blog-item {
		flex-direction: column;
	}

	.blog-item .date {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		padding: 15px;
	}

	.blog-item .date .month {
		margin-bottom: 0;
	}

	.blog-con {
		padding: 15px;
	}

	.blog-title {
		font-size: 18px;
	}

	.blog-info-left {
		width: auto;
		flex: 1;
	}

	.blog-more-btn {
		width: 80px;
		height: 32px;
		font-size: 14px;
	}
}
.page{
	width: 100%;
	margin: 0 auto;
}
.page ul{
	display: flex;
	justify-content: center;
}</pre></body></html>