.caonweb-blog {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
    background: #fff;
    overflow: hidden;
}
.image-blog img {
    width: 100%;
    overflow: hidden;
    transition: 1s all ease;
    height: 229px;
}

.blog-text {
    background: white;
    padding: 10px 20px;
}

.blog-text h3 {
    margin: 0;
    padding: 0;
    line-height: 16px;
    margin-bottom: 16px;
    height: 45px;
    overflow: hidden;
}

.blog-text h3 a {
    color: #000000;
    font-size: 16px;
}

.blog-text ul {
    display: -webkit-inline-box;
    list-style: none;
    padding-left: 0;
}

.blog-text li {
    margin-right: 20px;
    color: #ccc;
}

.blog-text li a {
    color: #8f8f8f;
}

.blog-text li a i {
    margin-right: 4px;
}

.blog-text   a:hover {
    text-decoration: none;
    color: #2180AC;
}

.image-blog img:hover {
    transition: 1s all ease;
    transform: scale(1.2);
    overflow: hidden;
}

 
.image-blog {
    overflow: hidden;
height: 229px;
}

.colr {
	color:#6ac744;
	margin-bottom: 18px;
    margin-top: 15px;
}

@media (max-width:767px) {
.caonweb-blog {
    margin-bottom: 15px;
}
.blog-text h3 {
    margin-bottom: 8px;
}
.blog-text ul {
     margin-bottom: 6px;
}

}











