/*-----------------blog-type-3----------*/

.blog-type-3 .item .item-inner {
    margin-bottom: 30px;
}

.blog-type-3 .slider-carousel .item .item-inner:last-child {
    margin-bottom: 0;
}

.blog-type-3 .post_title {
	font-size: 1.6rem;
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
	line-height: 2.1rem;
}

.blog-type-3 .news_module_image_holder {
    margin: auto 0;
    position: relative;
}

.blog-type-3 .news_module_image_holder .image_holder_wrap {
	overflow: hidden;
}

.blog-type-3 .news_module_image_holder .image_holder_wrap a {
	display: block;
}

.blog-type-3 .news_module_image_holder:hover .image_holder_wrap a {
    transform: scale3d(1.07, 1.07, 1);
}

.blog-type-3 .right_blog_home{
	padding-top: 20px;
}

.blog-type-3 .right_blog_home > p{
	margin-bottom: 0;
	line-height: 2.4rem;
	font-size: 1.4rem;
	color: #666;
}

.blog-type-3 .content{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	margin-bottom: 5px;
}

.blog-type-3 .date_added i{
	color: #aaa;
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-right: 10px;
}

.blog-type-3 .date_added{
    color: #aaaaaa;
    font-size: 12px;
    line-height: 30px;
	display:inline-block;
	margin-right:12px;
}

.blog-type-3 .content .date_added:last-child{
	margin-right:0;	
}

.blog-type-3 .content .date_added:last-child span{
	color: #b33a3a;
}

.blog-type-3 .bottom_blog .date_added{
	float:right;
	line-height:20px;
	font-size:12px;
	margin-left:20px;
	margin-bottom:10px;
}

.blog-type-3 .line-bog-home {
    width: 30px;
    height: 2px;
    background: #b33a3a;
    margin-bottom: 15px;
}

.blog-type-3 .read-more-blog {
    margin-left: 10px;
}

.blog-type-3 .read-more-blog i {
    font-size: 10px;
    width: 16px;
    text-align: center;
    border: 1px solid;
    border-radius: 100%;
    line-height: 14px;
    height: 16px;
}