﻿.top-banner-section {
  background: center top / auto 100% no-repeat url(../img/nc-banner-bg.jpg);
}
.main-section {
  background-color: #fff;
}
.article-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  text-align: center;
  font-size: 28px;
  color: #15499a;
}
.info-wrapper {
  padding: 1rem 0;
}
.content-wrapper {
  color: #555;
}
.content-wrapper img {
  max-width: 75%;
}
.content-wrapper video{
  max-width: 100%;
}
.controls {
  display: flex;
  align-items: center;
}
.controls .iconfont {
  font-size: 22px;
}
.controls .divider {
  font-size: 20px;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .content-wrapper img {
    max-width: 100%;
  }
  .info-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }

}
@media print {
  body * {
    visibility: hidden;
  }
  .main-section .container,
  .main-section .container * {
    visibility: visible;
  }
  .main-section .container {
    position: absolute;
    left: 0;
    top: 0;
  }
}


.xgld-title {padding:1rem 0; margin-bottom:.5rem;  border-bottom:1px solid #eee; clear: both; font-weight:bold;}
ul.news-list li{position: relative; padding: .48rem 0 .48rem 0;}
ul.news-list li a{ display: block; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; color: #333;}
ul.news-list li:hover{/* background-position: 10px center; padding-left:25px; */}
ul.news-list li:hover a{ color: #006dba; }
ul.news-list li:hover span{ color: #006dba; }
ul.news-list li span{ display: block; float:right; text-align: right; color: #878787; }
ul.news-list .line {height: 0;line-height: normal; margin:10px auto; padding:0px; border-bottom: 1px dashed #e4e4e4; background: none;}