.blog-article {
	float: left;
	width: 100%;
}
.blog-article figure {
	float: left;
	width: 250px;
	margin-right: 25px;
	margin-bottom: 10px;
}
.blog-article .post-meta {
	width: 125px;
	margin: 20px 30px 15px 0;
}
.blog-article .post-meta ul {
	padding: 0;
}
h2.post-title {
	font-size: 20px;
	letter-spacing: normal;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 2;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
h2.post-title a{
	color:#333;
}
.blog-article {
	margin-bottom: 30px;
}
.blog-article figure {
	margin-bottom: 20px;
}
.blog-article .format-icon {
	left: 0;
}
.blog-article p {
	margin-bottom: 20px;
	line-height: 24px;
}
.blog-article blockquote p {
	line-height: 32px;
}
.blog-article .read-more-link {
	text-transform: uppercase;
	line-height: 23px;
	color: #888;
}
.blog-article .read-more-link:after {
	content: "\f101";
	font-family: FontAwesome;
	color: #da251e;
	padding-left: 8px;
}
.blog-article .read-more-link:hover {
	color: #da251e;
}
.blog-article .read-more-link:hover:after {
	color: #da251e;
}
.blog-article .post-meta {
	color: #888;
	font-size: 12px;
	float: left;
	width: 21.97402597402597%;
	border-right: 2px solid #d7dee0;
	margin: 20px 30px 15px 0;
}
.blog-article .post-meta a {
	color: #888;
	font-size:14px;
}
.blog-article .post-meta a:hover {
	color: #888;
}
.blog-article .post-meta ul {
	list-style: none;
	margin: 0;
	padding: 0 15px;
}
.blog-article .post-meta ul li {
	margin: 0 0 6px;
	padding: 4px 0;
	text-transform: uppercase;
	background: none;
	font-size:14px;
}
.blog-article .post-meta ul li:before {
	font-family: 'FontAwesome';
	padding-right: 17px;
	font-size: 14px;
	color: #8C9194;
}
.blog-article .post-meta ul li.date:before {
	content: "\f073";
}
.blog-article .post-meta ul li.comments:before {
	content: "\f086";
}
.blog-article .post-meta ul li.tags:before {
	content: "\f02b";
}
.blog-article .post-meta ul li.author:before {
	content: "\f007";
}
.blog-article .post-summary {
	padding-left: 0px;
	width:80%;
	float:left;
}
.blog-article .post-summary p {
	margin-bottom: 10px;
	line-height: 2;
	color: #888;
	font-size:14px;
	margin-top:20px;

}
.blog-article .post-content-wrapper {
	padding: 15px 0 30px;
}
.blog-article .post-meta ul li time {
	background: none;
	margin-left: -3px;
	font-size:14px;
}
@media (max-width : 768px) {
	.blog-article figure {
		display: none;
	}
	.blog-article figure img{
		width:100%;
		height:auto;
	}
	.am-container{
		width:94% !important;
		margin:0 auto;
	}
	.blog-article .post-summary{
		width: 100%;
	}
	.am-weizhi{
		display: none;
	}
	.blog-article .entry-header {
		clear: both;
		margin-bottom:15px;
	}
	h2.post-title {
		font-size: 17px;
		margin-bottom: 14px;
	}
	.blog-article .post-meta {
		margin: 0 0px 15px 0;
		width: 100%;
		border-right: none;
	}
	.blog-article .post-meta ul li:before {
		padding-right: 10px;
	}
	.blog-article .post-meta ul li {
		float: left;
		padding: 0;
		margin: 0 12px 0 0px;
	}
	.blog-article .entry-content {
		clear: both;
	}
	.blog-article .post-summary p {
		margin-bottom: 0;
		margin-top:0;
	}
	.blog-article .post-meta ul li.author {
		display: none;
	}
}