.breadcrumb-nav{
    margin: 10px 10px;
}
.breadcrumb-nav a{
    text-decoration: none;
    color: black;
    margin: 5px;
}
.head{
    border-bottom: 1px solid rgba(128, 128, 128, 0.34);
    color: #1c4984;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;

}
.location{
    margin: 20px auto;
    margin-top: 50px;
}
.blue-line-left, .blue-line-right{
    height: 1px;
    background-color: #1c4984;
    margin-top: 15px;
}
.blue-line-left{
    margin-right: 0px;
    padding-right: 0px;
}
.blue-line-right{
    margin-left: 0px;
    padding-right: 0px;
}
.title{
    text-align: center;
    color: #1c4984;
    font-size: 16px;
    padding: 0px;
}
.img{
    width: 100%;
}
.instruc{
    text-align: center;
    font-size: 10px;
    color: #231106;
}
.img-padding{
    padding: 2px;
}

.news-table {
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
}

.news-year {
    color: rgba(154, 154, 154, 0.65);
    text-align: right;
    font-size: 12px;
    border-right: 1px solid rgba(154, 154, 154, 0.65);
    padding-right: 5px;
}

.news-day {
    font-size: 25px;
    text-align: center;
    padding-right: 10px;
}

.news-title {
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    max-width: 200px;
}