#news-list .card-body {
    height: 200px;
}
#news-list .card-image {
    height: 200px;
}
#news-list .card-img-top {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#news-list .card-body:before {
    content: "";
    height: 70px;
    position: absolute;
    margin-top: .5rem!important;
    width: 4px;
    background: #010073;
    border-radius: 2px;
}
#news-list .card-link {
    color: #010073;
    font-size: 0.875em;
}
.search_news {
    border-top: 2px solid #dcdbda;
    background: #ffffff;
}

#news-list .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1em;
    font-weight: bold;
    padding-left: 1%;
    height: 70px;
}
#news-list .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.75em;
    height: 70px;
}
#search_news #month,
#search_news #year {
    height: 30px;
    border-radius: 5px;
    background: #ffffff;
}
#search_news .searchBtn {
    height: 30px;
    font-size: 1.875em;
}


#gallery {
    display: flex;
}
#gallery img {
    border: none;
}

#gallery_nav {
    width: 20%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
#gallery_nav img.active {
    opacity: .4;
}
#gallery_nav a img {
    border: 1px solid #001173;
    margin-bottom: 2px;
    width: 100%;
}
#gallery_nav a:not(:last-child) img {
    margin-bottom: 2px;
}

#gallery_output {
    height: auto;
}

#gallery_output img {
    width: 100%;
}