./img.tab-container {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

.tabs {
  display: flex;
  background-color: #fff;
  overflow: hidden;
}

.tab {
  flex: 1;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  border: none;
  outline: none;
  background: transparent;
}

.tab.active {
  background-color: #338ae0;
  color: white;
  position: relative;
  overflow: hidden;
}

.table-column-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 840px;
  margin: 20px 0 0 0;
}

.table-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.table-row:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: linear-gradient(90deg, #dcecf9 0%, rgba(222, 237, 250, 0) 100%);
  border-bottom: 3px solid #338ae0;
}

/* 悬停时文字颜色变化 */
.table-row:hover .index-cell {
  color: #338ae0;
  font-weight: bold;
}

/* 悬停时文字颜色变化 */
.table-row:hover .content-title {
  color: #338ae0;
}

.table-row {
  width: 100%;
  display: flex;
  height: 80px;
  background-color: white;
  // border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  /* 添加指针样式表明可点击 */
  transition: all 0.3s ease;
}

.table-row:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.index-cell {
  width: 80px;
  flex-shrink: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #eee;
}

.date {
  font-size: 14px;
  color: #c9c9c9;
  font-weight: normal;
}

.content-cell {
  flex: 1;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
}

.content-title {
  width: 712px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.publisher {
  font-size: 14px;
  color: #999;
  margin-top: auto;
  /* 将发布时间推到内容底部 */
  display: flex;
  align-items: center;
}

.highlight {
  background-color: #f0f7ff;
  border-left: 3px solid #1890ff;
}

.highlight .index-cell {
  font-weight: bold;
  color: #1890ff;
}

.highlight .date {
  color: #1890ff;
}

.item {
  background-color: #dde8f8;
}

.a-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s, box-shadow 0.2s;
  width: 140px;
}

.a-btn:hover {
  background-color: #f5f5f5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.a-btn.active {
  background-color: #0047ab !important;
  color: white !important;
  position: relative;
  overflow: hidden;
}

.content-ellipsis {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.content-ellipsis-dept {
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* 基础样式 */
.enterprise-container {
  margin-top: 20px;
  /* margin: 0 auto; */
  /* padding: 20px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background-color: #F5FAFF; */
}

.request-container {
  margin-top: 20px;
}

.srhd-title {
  font-weight: bold;
  font-size: 24px;
  color: #27323a;
  margin-bottom: 20px;
}

.request {
  width: 100%;
}

.enterprise {
  /* max-width: 1200px; */
  width: 100%;
}

.section {
  /* margin-bottom: 40px; */
}

.section-content {
  display: flex;
  align-items: center;
}

/* 标题样式 */
.section-title {
  display: none;
  align-items: center;
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  width: 120px;
  flex-shrink: 0;
  white-space: nowrap;
}

.title-icon {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border: 1px solid #ddd;
}

.arrow-btn {
  display: inline-flex;
  align-items: center;
  padding: 5px 15px;
  background-color: #e2eeff;
  color: #338ae0;
  border: 1px solid #d9ecff;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 40px;
}

.arrow-btn:hover {
  background-color: #d9ecff;
}

/* 卡片容器 */
.card-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex: 1;
}

.card {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.card-content {
  display: flex;
  padding: 0;
}

.card-left {
  width: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-image {
  width: 100%;
  height: -webkit-fill-available;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-right {
  flex: 1;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: calc(100% - 300px - 200px);
}

.card-content-box {
  border-left: none;
  border-radius: 0 6px 6px 0;
  max-width: 540px;
  height: 200px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: flex;
  flex-direction: column;
}

.card-content-box p {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-header {
  margin-bottom: 20px;
}

.card-title {
  width: 450px !important;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #338ae0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.company-list {
  width: 100%;
  height: 560px;
  background: url(../img/company-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}

.card-title1 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-title1:hover {
  color: #fff;
}

.card-description {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.page-btn-left1,
.page-btn-left2 {
  width: 40px;
  height: 40px;
  background: url(../img/left-btn.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  margin-right: 30px;
}

.page-btn-right1,
.page-btn-right2 {
  width: 40px;
  height: 40px;
  background: url(../img/right-btn.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 30px;
}

/* 诉求办件表格 */
.request-table {
  width: 100%;
  background: #f5faff;
  border-radius: 8px;
  /* padding: 16px; */
  position: relative;
}

.request-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.request-table thead th {
  background: #eaf3ff;
  color: #338ae0;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  padding: 14px 20px;
}

.request-table tbody td {
  padding: 14px 20px;
  font-size: 16px;
  color: #27323a;
  border-top: 1px solid #eeeef0;
}

.request-table tbody tr:nth-child(even) {
  background: #f8fbff;
}

.request-table th:nth-child(1),
.request-table td:nth-child(1) {
  width: 80px;
  text-align: center;
}

.request-table th:nth-child(3),
.request-table td:nth-child(3) {
  width: 300px;
}

.request-table th:nth-child(4),
.request-table td:nth-child(4) {
  width: 160px;
}

.status-success {
  color: #00c853;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}

.status-success .dot {
  width: 8px;
  height: 8px;
  background: #00c853;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
}
