<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.trade-container {
  flex: 1;
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  min-width: 1000px;
}

@media screen and (max-width: 1200px) {
  .trade-container {
    margin: 30px 20px;
  }
}

.breadcrumb {
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #1890ff;
}
.trade-center {
  display: flex;
}
.trade-c-title {
  line-height: 35px;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-left: 20px;
}
.trade-content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height:800px;
}

.trade-tabs {
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  width: 250px;
}

.trade-tab {
  padding: 10px 20px;
  cursor: pointer;
  color: #666;
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease;
}

.trade-tab.active {
  color: #fff;
  font-weight: bold;
  background: #1890ff;
}

.trade-tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1890ff;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}

.trade-tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1890ff;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.trade-tab:hover::after {
  transform: scaleX(1);
}

.search-bar {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.date-select {
  display: flex;
  gap: 10px;
  align-items: center;
}

.date-select input {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.search-input {
  flex: 1;
  display: flex;
  gap: 10px;
}

.search-input input {
  flex: 1;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.search-btn {
  padding: 6px 20px;
  background: #1890ff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.trade-list {
  flex: 1;
  margin-bottom: 20px;
  overflow-y: auto;
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.trade-list.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.trade-item {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.trade-item:last-child {
  border-bottom: none;
}

.trade-item a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.trade-item a:hover {
  color: #1890ff;
}

.trade-item .date {
  color: #999;
  font-size: 14px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 30px;
}

.page-item {
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  color: #666;
  font-size: 14px;
}

.page-item.active {
  background: #1890ff;
  color: white;
  border-color: #1890ff;
}

.page-item:hover:not(.active) {
  border-color: #1890ff;
  color: #1890ff;
}

footer {
  margin-top: auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
}

main {
  padding-top: 80px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* ��絽��狗�翫辱���ヨ��桁� */
.publish-time {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.publish-time span {
  color: #666;
  font-size: 14px;
}

.time-options {
  display: flex;
  gap: 15px;
  margin-left: 10px;
}

.time-option {
  padding: 5px 15px;
  cursor: pointer;
  color: #666;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s;
}

.time-option:hover {
  color: #1890ff;
}

.time-option.active {
  background: #1890ff;
  color: #fff;
}

/* 莚��� */
.wzxx01 {
  font-size: 12px;
  text-align: center;
}
.wz_head h1 {
  text-align: center;
  padding: 40px 0px 10px 0px;
  font-size: 24px;
}
.wzxx01 span {
  color: #88a;
}
.content {
  padding: 10px;
  line-height: 32px;
  font-size: 16px;
  text-align: justify;
}
.content a {
  color: rgb(76, 0, 255);
}
.content p {
  margin: 10px 5px;
  text-align: justify;
}
.content h2,
.content h3,
.content h4 {
  margin: 10px 5px;
}
.content h2 {
  font-size: 20px;
}
.content h3 {
  font-size: 18px;
}
.content h4 {
  font-size: 16px;
}
.wz_head h1 {
  text-align: center;
  padding: 40px 0px 10px 0px;
  font-size: 24px;
}
.content table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.content table th,
.content table td {
  border: 1px solid #ccc;
  padding: 2px;
}
.content table th {
  white-space: nowrap;
}

.content input[type="text"],
.content textarea {
  font-size: 18px;
  border: 1px solid #aaa;
  padding: 2px 3px;
  border-radius: 3px;
}
.content input[type="submit"] {
  padding: 4px 20px;
  background: #ff8d00;
  color: #fff;
  border: 1px solid #ffc69f;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
/* 筝�筝����� */
.relevant {
  border-top: 1px dashed #ddd;
  padding-top: 50px;
  margin-top: 50px;
}
.list02 {
    padding-top: 10px;
    padding-bottom: 20px;
}
.list02 li {
    line-height: 32px;
    display: flex;
}
.list02 li a {
    padding-left: 10px;
    background: url(../../img/ico1.gif) no-repeat left center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #333;
}
.page_subnav {
  text-align: center;
  font-size: 16px;
  padding: 10px 0px;
}
.page_subnav a {
  display: inline-block;
  padding: 5px 20px;
  margin: 0px 5px;
  border: 1px solid #d7d7d7;
}
.page_subnav a:hover,
.page_subnav a.thisclass {
  color: #fff;
  background: #7bc300;
  border: 1px solid #7bc300;
}
</pre></body></html>