nav.top ul {
  margin: 0;
  padding: 0;
}
nav.top ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0.5rem 0 0;
  padding: 0;
}
nav.top ul li a {
  font-size: 0.7rem;
}

a.navbar-brand {
  width: 133px;
  text-align: center;
}

time.date {
  color: #999999;
  font-size: 0.9rem;
  word-break: keep-all;
}

body,
.list-group-item {
  background-color: #f1f2f3;
  color: #0e1011;
}

div.main-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-right: 1px solid #dddddd;
}
@media (max-width: 991.98px) {
  div.main-content {
    border: none;
  }
}

div.sidebar {
  padding-top: 1rem;
}

footer.footer {
  border-top: #dddddd 1px solid;
}
footer.footer .info {
  padding: 0;
  margin: 0 auto;
}
footer.footer .info li {
  color: #555555;
  display: inline-block;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
footer.footer ul.short-nav {
  padding-left: 0;
}
footer.footer ul.short-nav li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
footer.footer ul.short-nav li.copyright {
  margin-right: 1rem;
}
footer.footer ul.short-nav li.short-nav-item {
  margin: 0 1rem 0 0;
}

header.article-list {
  display: flex;
  flex-direction: row;
}
header.article-list h1 {
  flex: 0 1 auto;
  word-break: keep-all;
  margin-right: 1rem;
}
header.article-list div.tags {
  flex: auto;
  margin-top: auto;
  margin-bottom: 1rem;
}

h1.article-list strong {
  border-bottom: 2px solid #999999;
  padding: 0 0.25rem 0.5rem 0.25rem;
  display: inline-block;
  letter-spacing: -3px;
}
h1.article-list small {
  font-size: 1rem;
}

ul.article {
  margin-bottom: 2rem;
  border-bottom: 1px solid #dddddd;
}
ul.article li {
  max-height: 160px;
  overflow: hidden;
}
ul.article li a {
  width: 100%;
  color: #0e1011;
  text-decoration: none;
}
ul.article li a:hover {
  color: #555555;
  text-decoration: none;
}
ul.article li a h5 {
  letter-spacing: -1px;
}
ul.article li a .reporter {
  font-weight: normal;
}
ul.article li a .reporter, ul.article li a .intro {
  color: #555555;
  word-break: break-all;
  text-align: justify;
}
ul.article li a .intro {
  max-height: 2.5rem;
  font-size: 0.9rem;
}
ul.article li a .date {
  color: #999999;
}
ul.article li img {
  background-color: #dddddd;
  box-shadow: 0 0 5px #dddddd;
}

ul.pagination .page-link {
  border: none;
  background-color: transparent;
}
ul.pagination .page-item:first-child .page-link, ul.pagination .page-item:last-child .page-link {
  border-radius: 0 !important;
}

div.article {
  max-width: 100%;
}

article, div.flatpage {
  color: #0e1011;
  text-align: left;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dddddd;
  max-width: 100%;
}
article div.hidden, div.flatpage div.hidden {
  display: none;
}
article header, div.flatpage header {
  border-bottom: 1px solid #dddddd;
}
article table, div.flatpage table {
  margin: 0 auto;
}
article img, div.flatpage img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
article h1, div.flatpage h1 {
  font-size: 34px;
  letter-spacing: -0.3px;
  font-weight: normal;
}
article h2, div.flatpage h2 {
  font-size: 24px;
  padding: 0;
  margin: 40px 0 20px 0;
  letter-spacing: -0.3px;
  font-weight: bold;
  line-height: 155%;
}
article h3, div.flatpage h3 {
  font-size: 20px;
  margin: 40px 0 20px 0;
  letter-spacing: -0.3px;
  font-weight: bold;
  line-height: 155%;
}
article p, div.flatpage p {
  text-align: justify;
  font-size: 17px;
  line-height: 1.7;
}
article p.caption, div.flatpage p.caption {
  text-align: center;
  color: #555555;
}
article div.box, div.flatpage div.box {
  border: 3px dashed #dddddd;
  padding: 1rem 1rem 0 1rem;
  margin: 0 0 1rem 0;
  color: #999999;
}
article figcaption, div.flatpage figcaption {
  text-align: center;
  padding: 0.5rem 0;
  color: #555555;
}

div.related-articles {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dddddd;
}
div.related-articles .list-group-item {
  word-break: keep-all;
  border: none;
}

.tags .badge {
  font-size: 0.9rem;
  background-color: transparent;
}

div.share td.copy-url a.copy-btn {
  font-size: 11px;
  background: #4d575b;
  color: #ffffff;
  padding: 2px 5px 4px 5px;
  line-height: 11px;
  border-radius: 3.5px;
  cursor: pointer;
}
div.share td.copy-url a.copy-btn:active {
  opacity: 0.4;
}
div.share td.copy-url a.copy-btn:hover {
  opacity: 0.9;
}

body.it a {
  color: #56A00F;
}
body.it a:hover {
  color: #F42965;
}
body.it a.navbar-brand {
  background: #F42965;
  border-bottom: 1px solid #999999;
}
body.it nav li.page-item a.page-link {
  color: #56A00F;
}
body.it nav li.page-item.active a.page-link {
  background: #56A00F;
  color: #ffffff;
}
body.it footer.footer a {
  color: #56A00F;
}

body.game a {
  color: #0F5E95;
}
body.game a:hover {
  color: #EA693A;
}
body.game nav li.page-item.active a.page-link {
  background: #0F5E95;
  color: #ffffff;
}
body.game nav li.page-item a.page-link {
  color: #0F5E95;
}
body.game footer.footer a {
  color: #0F5E95;
}

.banner {
  margin-bottom: 16px;
  flex: auto;
}
.banner img {
  max-width: 100%;
  display: block;
}
.banner iframe {
  margin: 0 auto 0 auto;
}

#banner_main {
  display: none;
}
@media (min-width: 992px) {
  #banner_main {
    width: 930px;
    height: 140px;
    display: block;
  }
}

#banner_a1 {
  width: 280px;
  height: 140px;
}
@media (min-width: 992px) {
  #banner_a1 {
    margin: 0 -15px;
  }
}

.widget h5 {
  font-weight: bold;
}
.widget h5 a {
  color: #0e1011 !important;
}
.widget li.list-group-item {
  border-top: none;
}
.widget li.list-group-item a {
  color: #4d575b;
}
.widget .card {
  border: none;
  background-color: transparent;
  box-shadow: none !important;
}
.widget .card-img {
  border-radius: 0 !important;
  max-width: 100%;
  object-fit: cover;
  box-shadow: 0 0 10px #dddddd;
}
.widget .card--title, .widget .card--text {
  word-break: keep-all;
}

.widget.home-large-tile {
  width: 100%;
  margin: -8px 0 8px 0;
}
.widget.home-large-tile div.row.lane {
  margin: 0 -8px;
}
.widget.home-large-tile a.card {
  margin: 8px;
}
.widget.home-large-tile .card-img-overlay {
  padding: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
}
.widget.home-large-tile .card--title {
  padding: 16px;
  margin: 0;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.3;
  max-height: 100%;
  overflow: hidden;
  word-break: keep-all;
  color: #f1f2f3;
  text-shadow: -1px -1px 0px #0e1011, 1px 1px 0px #0e1011, 1px -1px 0 #0e1011, -1px 1px 0 #0e1011, 2px 2px 0 #0e1011;
}
.widget.home-large-tile .tile-others .card-img, .widget.home-large-tile .tile-secondary .card-img {
  height: 210px;
  max-width: 100%;
}
.widget.home-large-tile .tile-primary .card--title {
  font-size: 2.2rem;
}
.widget.home-large-tile .tile-primary .card-img {
  max-height: 436px;
}
@media (max-width: 1199.98px) {
  .widget.home-large-tile .card--title {
    font-size: 1.2rem;
  }
  .widget.home-large-tile .tile-others .card-img, .widget.home-large-tile .tile-secondary .card-img {
    height: 170px;
  }
  .widget.home-large-tile .tile-primary .card--title {
    font-size: 2rem;
  }
  .widget.home-large-tile .tile-primary .card-img {
    height: 356px;
  }
}
@media (max-width: 991.98px) {
  .widget.home-large-tile .card--title {
    font-size: 1.1rem;
  }
  .widget.home-large-tile .tile-others .card-img, .widget.home-large-tile .tile-secondary .card-img {
    height: 130px;
  }
  .widget.home-large-tile .tile-primary .card--title {
    font-size: 1.8rem;
  }
  .widget.home-large-tile .tile-primary .card-img {
    height: 276px;
  }
}
@media (max-width: 767.98px) {
  .widget.home-large-tile .card--title, .widget.home-large-tile .tile-primary .card--title {
    font-size: 1.2rem;
  }
  .widget.home-large-tile div.row.lane {
    margin: 0 -24px;
  }
  .widget.home-large-tile .tile-others .card-img, .widget.home-large-tile .tile-secondary .card-img {
    height: 150px;
  }
  .widget.home-large-tile .tile-primary .card-img {
    height: 150px;
  }
}
@media (max-width: 575.98px) {
  .widget.home-large-tile .card--title, .widget.home-large-tile .tile-primary .card--title {
    font-size: 1.1rem;
  }
  .widget.home-large-tile div.row.lane {
    margin: 0 -8px;
  }
}

.widget.large-image-4-item .card {
  margin-bottom: 16px;
}
.widget.large-image-4-item .card-img {
  max-height: 120px;
}
.widget.large-image-4-item .card--text {
  padding: 4px 0 0 0;
  max-height: 48px;
  overflow: hidden;
  line-height: 24px;
  color: #4d575b;
}

.widget.large-image-3-item .card {
  margin-bottom: 16px;
}
.widget.large-image-3-item .card-img {
  height: 150px;
}
.widget.large-image-3-item .card--text {
  padding: 4px 0 0 0;
  max-height: 48px;
  overflow: hidden;
  line-height: 24px;
  color: #4d575b;
}

.widget.large-image-2-item .card {
  margin-bottom: 16px;
}
.widget.large-image-2-item .card-img {
  max-height: 200px;
}
.widget.large-image-2-item .card--text {
  padding: 4px 0 0 0;
  max-height: 48px;
  overflow: hidden;
  line-height: 24px;
  color: #0e1011;
}

.widget.small-image-4-item .card {
  margin-bottom: 16px;
}
.widget.small-image-4-item .card-img {
  max-height: 48px;
}
.widget.small-image-4-item .card--text {
  padding: 0 0 0 8px;
  color: #4d575b;
  line-height: 24px;
}

.widget.small-image-first-only {
  padding: 0;
}
.widget.small-image-first-only ul {
  padding-right: 16px;
  border-top: none;
}
.widget.small-image-first-only .card-img {
  max-height: 48px;
}
.widget.small-image-first-only .card--text {
  padding: 0 0 0 8px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.widget.small-image-first-only .list-group-item {
  border: none;
}
.widget.small-image-first-only .list-group-item.one-line {
  height: 32px;
  overflow: hidden;
}

.widget.title-only .list-group-item {
  border: none;
  border-right: 1px solid #f8f9fa;
  line-height: 24px;
  word-break: keep-all;
}

/*# sourceMappingURL=tmp_sq07epi.css.map */
