.container {
  width: 1465px;
  position: relative;
  margin: 0 auto 31px;
  padding:0 0 20px;
  background-image: url(../images/finance/bj2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}
.tiaotiao{
  width: 1465px;
  height: 12px;
  margin: 0 auto;
  background-color: #d9d9d9;
}
.nekb{
  width: 30%;
  float: left;
  height: 12px;
  background-color: #5386fb;
}

.o {
    display: flex;
    padding: 0 20px;
    width: 98%;
    margin: 30px auto;
}
.o input {
  width: 100%;
  border: 1px solid #eee;
}
/* 筛选区域样式 */
.filter-section {
    padding: 15px 20px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 97%;
    margin: 0 auto;
}
.filter-group {
  margin-bottom: 15px;
}
.filter-group:last-child {
  margin-bottom: 0;
}
.more {
  white-space: nowrap;
  border: none !important;
}
.filter-label {
  display: inline-block;
  width: 80px;
  font-weight: bold;
  margin-right: 10px;
  color: #333;
  font-size: 16px;
}
.filter-tags {
  display: inline;
}
.filter-tag {
  display: inline-block;
  padding: 4px 12px;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}
.filter-tag:hover {
  background-color: #e0e0e0;
}
.filter-tag.active {
  color: #1890ff;
}
.filter-tag.more {
  background-color: transparent;
  color: #1890ff;
  border: 1px solid #1890ff;
}
.filter-tag.more:hover {
  background-color: #e6f7ff;
}
/* 搜索按钮 */
.search-btn22 {
    float: right;
    background-color: #1890ff;
    color: white;
    border: none;
    padding: 8px 24px;
    border-radius: 0 6px 6px 0;
    width: 100px;
    /* font-size: 27px; */
    cursor: pointer;
    font-size: 17px;
    transition: background-color 0.3s ease;
}





.search-btn22:hover {
  background-color: #40a9ff;
}
/* 表格容器 */
.table-container {
  font-size: 16px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  width: 96%;
  margin: 0 auto;
  border-radius: 6px;
}
/* 表格样式 */
.policy-table {
  width: 100%;
  border-collapse: collapse;
}
.policy-table th,
.policy-table td {
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid #d7d7d7;

}
.policy-table th {
  background-color: #dfe8fd;
  font-weight: bold;
  color: #333;
}
.policy-table tr:hover {
  background-color: #fafafa;
}
.policy-table tr:last-child td {
  border-bottom: none;
}
/* 文件标题样式 */
.file-title {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  transition: color 0.3s ease;
}
.file-title .prefix {
  white-space: nowrap;
}
.file-title span {
  color: #333 !important;
}
.file-title .prefix {
  color: #999;
  font-weight: normal;
  margin-right: 5px;
}
/* 日期样式 */
.file-date {
  color: #666;
  font-size: 14px;
  text-align: right!important;
}
/* 分页控件 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
.pagination a {
  color: #666;
  text-decoration: none;
  padding: 6px 12px;
  margin: 0 4px;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 14px;
  border: 1px solid #f0f0f0;
}
.pagination a:hover {
  border-color: #1890ff;
  color: #1890ff;
}
.pagination a.active {
  background-color: #1890ff;
  color: white;
  border-color: #1890ff;
}
.pagination .ellipsis {
  padding: 0 10px;
  color: #999;
  cursor: default;
}
.pagination .next-page {
  margin-left: 10px;
}
