.container {
    width: 1465px;
    margin: 0 auto;
    background-image: url(../images/finance/bj2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-color: #fff;
    margin-bottom: 31px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
/* 搜索区域样式 */
.search-section {
  padding: 20px;
  display: flex;
  align-items: center;
}
.search-input {
  flex: 1;
  padding: 11px 15px;
  border: 1px solid #d9d9d9;
  border-radius: 10px 0  0 10px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s;
}
.search-input:focus {
  border-color: #1890ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.search-btn {
  background-color: #ff4d4f;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s;
}
.search-btn:hover {
  background-color: #ff7875;
}
/* 主题标签样式 */
.topic-tabs {
  padding: 15px 20px 0;
  display: flex;
  gap: 30px;
  justify-content: center;
  border-bottom: 1px solid #dadada;
  width: 95%;
  margin: 0 auto;
}
.topic-tab {
  color: #666;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 0;
  position: relative;
  transition: all 0.3s;
}
.topic-tab:hover {
  color: #5386fb;
}
.topic-tab.active {
  color: #5386fb;
  font-weight: bold;
}
.topic-tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #1890ff;
}
/* FAQ列表样式 */
.faq-list {
  overflow: hidden;
  padding: 50px 20px;
  width: 96%;
  margin: 0 auto;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border: 2px solid #d3e0ff;
  border-radius: 9px;
  cursor: pointer;
  margin-bottom: 12px;
  transition: background-color 0.3s;
}
.faq-header:hover {
  background-color: #fafafa;
}
.faq-question {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  flex: 1;
}
.faq-toggle {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  color: #5386fb;
  transition: all 0.3s;
}
.faq-item.active .faq-toggle {
  color: #5386fb;
}
.faq-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fafafa;
}
.faq-item.active .faq-content {
  padding: 20px;
  max-height: 500px;
  box-shadow: 0 5px 6px rgb(215 222 241);
  margin: 0 auto 20px;
  border-radius: 10px;
}
.faq-answer {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}
.faq-answer ol {
  margin: 10px 0;
  padding-left: 20px;
}
.faq-answer li {
  margin-bottom: 8px;
}

.tiaotiao{
  width: 1465px;
  height: 12px;
  margin: 0 auto;
  background-color: #d9d9d9;
}
.nekb{
  width: 30%;
  float: left;
  height: 12px;
  background-color: #5386fb;
}