.page-container{
  min-height: 100vh;
}
.container{
  padding: 2rem 15px 6.25rem;
}
.breadcrumb-container{
  border-bottom: 1px solid #eaeaea;
}
.breadcrumb li{
  color: var(--themeColor);
  font-size: 18px;
}
.breadcrumb-item+.breadcrumb-item::before{
  color: var(--themeColor);
}
.head-row{
  margin-top: 3.12rem;
  margin-bottom: 2.2rem;
  padding-bottom: 12px;
  border-bottom: 1px dashed #eaeaea;
}
.head-row .news-title{
  font-size: max(18px,2rem);
  font-weight: bold;
}
.head-row .time{
  margin-top: 10px;
}
.media-image{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.media-desc{
  margin-top: 2.5rem;
  font-size: 16px;
  color: #333333;
}
.table-scroll{
  margin-top: 2rem;
}
.table thead th{
  white-space: nowrap;
}
.table tbody td{
  min-width: 100px;
}