<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.layout-headers {
  background-color: rgba(49, 52, 56, 0.5);
}
.c-width {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .c-width {
    width: 100%;
    margin: 0 auto;
  }
  .xwdt .info-cell {
    line-height: 30px !important;
    padding: 10px 0;
  }
}
.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.xwdt {
  padding-bottom: 50px;
}
.xwdt .banner img {
  width: 100%;
}
.xwdt .news {
  float: left;
  margin: 30px 0;
  width: 100%;
}
.xwdt .content {
  padding-top: 50px;
}
.xwdt .info-cell {
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 16px;
  margin-bottom: 20px;
}
.xwdt .info-cell::before {
  content: '';
  float: left;
  margin: 26px 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
}
.xwdt .info-cell:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
}
</pre></body></html>