@charset "UTF-8";
/**
* 20250509新点电子交易平台
* date:2025-5-13
* author: sxw;
 */
.main-container {
  background: #fff;
  padding: 32px;
}

.trade-info {
  text-align: center;
  margin-bottom: 38px;
}
.trade-info .trade-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 13px;
}
.trade-info .trade-meta {
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
.trade-info .trade-meta span {
  margin-right: 16px;
}
.trade-info .trade-meta span:last-child {
  margin-right: 0;
}

.trade-content {
  line-height: 28px;
  /* text-indent: 2em; */
min-height: 172px;}
.trade-content img{
  max-width:100%;
}

.trade-files {
  margin-top: 60px;
}
.trade-files h3 {
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 500;
}
.trade-files .file-list li {
  line-height: 24px;
  display: flex;
  align-items: center;
  padding: 7px 12px;
  transition: all 0.3s ease;
}
.trade-files .file-list li:hover {
  background-color: #E9F3FF;
}
.trade-files .file-list li:hover .file-info {
  color: #0173BC;
}
.trade-files .file-list li:hover .download-btn {
  background: url("../../images/icon_download.png") no-repeat center;
}
.trade-files .file-list li:last-child {
  border-bottom: none;
}
.trade-files .file-list li .icon-file {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  background: url("../../images/icon_file.png") no-repeat center;
}
.trade-files .file-list li .file-info {
  flex: 1;
  min-width: 0;
  transition: color 0.3s ease;
  cursor: pointer;
}
.trade-files .file-list li .file-size {
  color: #999;
  font-size: 12px;
}
.trade-files .file-list li .download-btn {
  width: 18px;
  height: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 15px;
}