.main-blogs-block {
	width: 100%;
	float: left;
	background-color: #ffffff;
	padding: 15px;
}
.blog-stat {
	width: 100%;
	float: left;
}
.blog-stat a img {
    width: 25px;
    height: 25px;
}
.blog-category-name {
	float: right;
}

.blogs-list {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
}

.blogs-list li {
    width: 259px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 60px;
}
.blogs-list li:nth-child(3n+3) {
    margin-right: 0;
}

.blogs-list li .blog-item-img {
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.blogs-list li .blog-item-img a img {
	width: 100%;
}
.blogs-list li .blog-item-stat {
    position: absolute;
    width: 100%;
    bottom: -50px;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all .2s ease-out .2s;
    padding: 3px 0 3px 8px;
}
.blogs-list li .blog-item-stat span {
	margin-right: 7px;
}
.blogs-list li:hover .blog-item-stat {
	bottom: 0;
}
.blog-item-img:hover a img {
	opacity: 0.5;
    -webkit-transition: all 0.1s ease-in-out;
	transition: all .1s ease-out .1s;
}
.blog-item-title h2 {
    font-weight: normal;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 22px;
    position: relative;
    margin-top: 10px;
}
.blog-author {
	position: absolute;
    right: 0;
    bottom: 5px;
}
.blog-author a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	margin-right: 3px;
}
.blog-author img {
	width: 20px !important;
}
