<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #fffcf6;
}

.top-header {
  overflow: auto;
  height: 520px;
  background: url(../img/wmcj-header-bg.jpg);
}

.logo img {
  margin-top: 40px;
  width: 278px;
  max-width: 100%;
}

.sub-logo {
  margin-top: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-logo img {
  width: 468px;
  max-width: 100%;
}

#topNav {
  background-color: #c30d23;
}
#topNav .nav-link {
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
}
#topNav .nav-link:hover,
#topNav .nav-link.active {
  color: #ffea00;
  background: #970012;
}
.navbar-collapse {
  box-shadow: none;
}
#mainCarousel {
  height: 365px;
}
.wmcj-headline {
  border-bottom: 3px dotted #999;
}

.wmcj-headline .title a {
  font-size: 24px;
  font-weight: bold;
  color: #e60012;
  line-height: 40px;
}
.wmcj-headline .desc a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #999999;
  line-height: 24px;
}
.news-list-wrapper .entry-wrapper .title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.news-list-wrapper .entry-wrapper .title a:hover {
  color: #e60012;
}
.column-title-wrapper {
  justify-content: center;
  overflow: hidden;
}
.column-title-wrapper img {
  object-position: center center;
  height: 73px;
  margin: 0;
}
.column-wrapper-light {
  margin-top: -20px;
  background-color: #fff;
}
.column-wrapper-light .headline-wrapper {
  background-color: #fffbf3;
  padding: 18px;
}
.column-wrapper-light .headline-wrapper .title {
  font-size: 18px;
  font-weight: bold;
  color: #010101;
}
.column-wrapper-light .headline-wrapper .desc a {
  font-size: 16px;
  color: #999;
}
.column-wrapper-light .list {
  padding: 0;
  margin: 0;
}
.column-wrapper-light .entry {
  padding: 12px 18px;
  background: #f6f6f6;
  border-bottom: 1px dashed #c30d23;
}
.advertise-section {
  display: block;
  background: url("../img/ads-bg.jpg");
}
.ad-entry {
  display: block;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
  transition: 0.3s;
}
.ad-entry:hover {
  transform: translateY(-5px);
}
.ad-entry .title {
  text-align: center;
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}
.ad-entry .image-wrapper {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
}
.ad-entry .image-wrapper img {
  height: 200px;
}

.example-entry {
  display: block;
}
.example-entry .image-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.example-entry .image-wrapper img {
  height: 252px;
}
.example-entry .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 40px;text-align: center;
}
.example-entry .desc {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 30px;
}

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
  #topNav .nav-link {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .top-header {
    height: 260px;
    background-size: auto 100%;
  }
.sub-logo {
  margin-top: 35px;
}
  .sub-logo img {
    max-width: 80%;
  }
  #mainCarousel {
    height: 280px;
  }
}
@media only screen and (max-width: 374px) {
}







</pre></body></html>