@media(min-width:768px){
    .sites-img img{
    width: 100%;
    height: 326px;
}
}
.left-nav-column{
    background: #0b2341;
    color: #fff;
    line-height: 46px;
    font-size: 22px;
    text-align: center;
    border-bottom: solid 6px #e6e6e6;
}
.left-nav-div ul li{
    padding: 11px 0 10px;
    text-align: center;
    border-bottom: solid 1px #e6e6e6;
}

.article-title {
    text-align: center;
    font-size: 32px;
    border-bottom: 1px #0b2341 solid;
    padding-bottom: 20px;
    margin: 10px 0;
}
.breadcrumb{
  border-bottom: 1px solid #ccc;
}
.article-subtitle{
  text-align: center;
  margin-bottom: 20px;
}
.article-main img{
  width: 90%;
}
.list-title{
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 30px;
  width: 80%;
  font-size: 18px;
}
@media(max-width:767px){
  .list-title{
    width:65%;
  }
}