.archive-post-list,
.search-post-list{
    padding: 0 20px;
/*     background: #f5f5f5; */
	  background: #fff;
    display: inline-block;
	margin:20px 0;
}
.site-sidebar aside{
	padding-bottom:20px;
}
.post-card{
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.post-card .entry-title a{
    font-size: 22px;
    text-decoration: none;
    color: #005683;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.post-card .entry-date-views{
    color: #a1a1a1;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}
.post-card .entry-content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 10px;
}