.articles {
    overflow: hidden;
    margin-bottom: 20px;
}
.ocpa-layout .article-item {
    padding-top: 20px;
    margin-bottom: 15px;
    border-top: 1px solid #CCCCCC;
    margin-top: -1px;
}
.article-item .col-xs-12 .pull-left {
    padding-right: 10px;
    min-height: 120px;
}
.ocpa-layout .article-item h2 {
    margin-top: 5px;
}
.ocpa-date {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 5px;
}
.ocpa-time {
    background: url('../image/article_time.png') 0 0 no-repeat;
    padding-left: 20px;
    height: 16px;
    line-height: 16px;
    color: #b7b7b7;
}
.ocpa-layout .article-item .article-thumb {
    float: left!important;
    padding-right: 15px;
    min-height: 100px;
}
.ocpa-layout  .article-item h3 {
      margin-top: 5px;
}
.article .product-thumb .caption {
    min-height: 140px;
}

.ocpa .article-item .ocpa-title a {
    font-size: 1.3em;
    line-height: 1.3em;
    text-decoration: underline;
}
.ocpa-grid .article-item {
    margin-bottom: 25px;
}
.ocpa-annotation {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    line-height: 20px;
}
.ocpa-annotation:before {
    content: '';
    height: 30px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
    background: linear-gradient('to bottom', rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
}
.ocpa-image {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.ocpa-grid .ocpa-image img {
    max-width: 100%;
}
@media (min-width: 1200px) {
    .ocpa-grid .col-lg-2:nth-child(6n+1),
    .ocpa-grid .col-lg-2:nth-child(6n+1),
    .ocpa-grid .col-lg-3:nth-child(4n+1),
    .ocpa-grid .col-lg-4:nth-child(3n+1),
    .ocpa-grid .col-lg-6:nth-child(2n+1) {
            clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ocpa-grid .col-md-2:nth-child(6n+1),
	.ocpa-grid .col-md-2:nth-child(6n+1),
	.ocpa-grid .col-md-3:nth-child(4n+1),
	.ocpa-grid .col-md-4:nth-child(3n+1),
	.ocpa-grid .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ocpa-grid .col-sm-2:nth-child(6n+1),
	.ocpa-grid .col-sm-2:nth-child(6n+1),
	.ocpa-grid .col-sm-3:nth-child(4n+1),
	.ocpa-grid .col-sm-4:nth-child(3n+1),
	.ocpa-grid .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}