.box-news .images{-moz-transition: all 0.4s ease-out;-o-transition: all 0.4s ease-out;-webkit-transition: all 0.4s ease-out;  -ms-transition: all 0.4s ease-out;  transition: all 0.4s ease-out; -webkit-backface-visibility: hidden;background-size: cover;background-repeat: no-repeat;background-position: center bottom;padding-top: 60%}
.box-news .card-body a.viewMore {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    color: #777;
    display: block;
    margin-top: 5px;
    letter-spacing: 1px;
    -webkit-transition: all 1s ease 0;
    -moz-transition: all 1s ease 0;
    -o-transition: all 1s ease 0;
    transition: all 1s ease 0
}
.box-news .card-body a.name {
    color: #0e76bc;
    line-height: 23px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
    -webkit-transition: all 1s ease 0;
    -moz-transition: all 1s ease 0;
    -o-transition: all 1s ease 0;
    transition: all 1s ease 0;
}
.news-other li {
    padding: 5px 0
}

.news-other li a:before {
    content: "\f138";
    font: 14px/1 FontAwesome;
    margin-right: 10px
}

.news-other li a {
    color: #0388cd
}
.news-detail .date {
    margin-bottom: 10px
}

.news-detail .date li {
    display: inline-block;
    color: #999;
    padding-right: 10px;
    font-size: 12px;
    font-style: italic
}

.news-detail .date li a {
    color: #0388cd
}

.news-detail .date li i {
    font-size: 13px
}
