body {
  line-height: 1.8;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
img {
  max-width: 100%;
}
.spacer {
  display: block;
  width: 100%;
}
.navbar-default {
  overflow: hidden;
}
.section-title {
  font-size: 40px;
}
.section-sub-title {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.section-sub-title:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  height: 10px;
  width: 400px;
  margin-top: -5px;
  margin-left: -200px;
  z-index: 0;
  background: url(../images/line.png) no-repeat center;
}
#about {
  background-color: #1c95d1;
  color: #fff;
  font-size: 16px;
}
#about .section-title,
#about .section-sub-title {
  color: inherit;
}
#about .section-sub-title:after {
  background-image: url(../images/line-white.png);
}
#footer {
  background-color: #000;
  color: #fff;
  height: 270px;
  font-size: 14px;
}
#footer .footer-nav {
  font-size: 18px;
  margin-bottom: 30px;
}
#footer .footer-nav li {
  line-height: 18px;
}
#footer .footer-nav li:before {
  content: '|';
  display: inline-block;
  color: #1c95d1;
}
#footer .footer-nav li:first-child:before {
  display: none;
}
.info-card {
  text-align: center;
}
.info-card .info-card_title {
  margin: 9px 0 15px;
}
.info-card .info-card_content {
  font-weight: lighter;
}
#exhibition .row {
  margin-left: -5px;
  margin-right: -5px;
}
#exhibition .row .col-sm-3 {
  padding-left: 5px;
  padding-right: 5px;
}
#exhibition .row .col-sm-3 img {
  border-radius: 5px;
}
#exhibition .row .col-xs-6 {
  margin-bottom: 10px;
}
.solgon-card .title {
  font-size: 22px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 1em;
  color: #1c95d1;
}
.solgon-card .detail {
  font-size: 16px;
  font-weight: lighter;
  color: #666;
}
.article-lists .item {
  margin-bottom: 1em;
}
.article-lists .item a {
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.article-lists .item a:hover {
  color: #1c95d1;
}
.article-lists .item .date {
  font-size: 14px;
  font-weight: lighter;
  color: #999;
}
