#news a .color-link-article{text-align: left;font-weight: bold;margin-top: 1em;}
.ntitle{margin-top: 0;font-weight: bold;font-size: 1.8em;}
.meta{font-size: 0.85em;font-weight: bold;}
#news a:nth-of-type(3n + 1) .col-md-5{border-left:#33bce3 solid 0.2em;}
#news a:nth-of-type(3n + 1) .ntitle,#news a:nth-of-type(3n + 1) .color-link-article {color:#33bce3}
#news a:nth-of-type(3n + 2) .col-md-5{border-left:#54be61 solid 0.2em;}
#news a:nth-of-type(3n + 2) .ntitle,#news a:nth-of-type(3n + 2) .color-link-article {color:#54be61}
#news a:nth-of-type(3n + 3) .col-md-5{border-left:#fbbf00 solid 0.2em;}
#news a:nth-of-type(3n + 3) .ntitle,#news a:nth-of-type(3n + 3) .color-link-article {color:#fbbf00}
.inner{display: flex;flex-direction: column;height: 100%;}
.post-foot{display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
img{margin: auto;display: block;}
.pagination{justify-content: center;}
.pagination a{padding:0.25em;}
.pagination span.current{width: 1.5em;height: 1.5em;display: inline-block;text-align: center;font-weight: bold;}
@media(max-width:1000px){
    .post-foot{display: none;}
    #news a:nth-of-type(3n + 1) .col-md-5{border-left:0;border-bottom:#33bce3 solid 0.2em;padding-bottom:1em;margin-bottom:1em;}
    #news a:nth-of-type(3n + 2) .col-md-5{border-left:0;border-bottom:#54be61 solid 0.2em;padding-bottom:1em;margin-bottom:1em;}
    #news a:nth-of-type(3n + 3) .col-md-5{border-left:0;border-bottom:#fbbf00 solid 0.2em;padding-bottom:1em;margin-bottom:1em;}   
}