.top-banner {
    /*position: relative;*/
    top: 4.8rem;
    padding: 0px;
}
.top-banner img{
    width: 100%;
}
.top-banner .news-center {
    position: absolute;
    top: 25%;
    text-align: center;
    width: 100%;
    color: white;
}
.article {
    background: #fff;
    -webkit-box-shadow: 0 0 1.25em 0em rgba(0,0,0,0.05);
    box-shadow: 0 0 1.25em 0em rgba(0,0,0,0.05);
    width: 100%;
    margin-bottom: 3.125em;
    display: inline-block;
}
.article .title {
    color: black;
}
.article .description {
    color: #a7a7a7;
}
.article img {
    width: 100%;
}
.article .col-md-12 {
    padding: 3.125em;
}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
.widget-title {
    font-size: 1.4em;
    text-align: center;
    position: relative;
    color: white;
    margin-bottom: 20px;
}
body {
    background-color: rgb(255, 255, 255);
}
.left {
    background-color: rgb(0, 64, 152);
    border-radius: 10px;
}
.left .info {
    padding-top: 2rem;
    background-color: white;
    /*padding: 2rem 2rem 0rem 2rem;*/
    margin-bottom: 2rem;
    text-align: center;
}
.left .info img {
    width: 100%;
    display: inline-block;
    margin-bottom: 1.5em;
}
.position {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.container-info .title {
    font-size: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.container-info .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.center-vertical {
    position:relative;
    top:50%;
    transform:translateY(15%);
}
@media (max-width: 991px) {
    .center-vertical {
        transform:none;
    }
    .article .col-md-12 {
        padding: 1.5rem
    }
    .article {
        margin-bottom: 1.5rem;
    }
    .article .title {
        font-size: 16px;
    }
    .article .description {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .left {
        display: none;
    }
}



