.page-content-box {
  width: var(--content-width);
  margin: auto;
}

.hover-active-img {
  overflow: hidden;
}
.hover-active-img img {
  transition: all 0.3s;
}
.hover-active-img:hover img {
  transform: scale(1.3);
}

/* 标签页样式 Start */
.tabs-content {
  position: relative;
  padding-bottom: 14px;
  padding-right: 8px;
  border-bottom: 1px solid var(--border-color);
}

.tabs-content .tabs-item {
  font-size: 24px;
  cursor: pointer;
}

.tabs-content .tabs-item:not(:last-child) {
  margin-right: 35px;
}

.tabs-content .tabs-item.active {
  color: var(--primary-color);
}

.tabs-content .more-btn {
  color: var(--primary-color);
  cursor: pointer;
  font-size: 14px;
}

.tabs-content .active-line {
  position: absolute;
  bottom: -1px;
  width: 50px;
  border-bottom: 2px solid var(--primary-color);
  transition: all 0.3s;
}

/* 标签页样式 End */

/* 卡片栏目列表样式 Start */
.article-card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 224px);
  gap: 16px 54px;
}

.article-card-list .article-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 192px;
}

.article-card-list .article-item img {
  height: 100%;
  width: auto;
  transition: all 0.3s;
}

.article-card-list .article-item:hover img {
  transform: scale(1.3);
}

.article-card-list .article-title {
  padding: 9px 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 卡片栏目列表样式 End */

body {
  min-width: var(--content-width);
}

.tabs-box {
  height: 60px;
  background-color: var(--primary-color);
}

.tabs-box .page-content-box {
  margin: 0 auto;
  height: 100%;
}

.tabs-box .tabs-text-item {
  width: 140px;
  text-align: center;
  cursor: pointer;
  line-height: 60px;
  color: #fff;
}

.tabs-box .tabs-text-item:hover,
.tabs-box .tabs-text-item.tabs-action {
  background-color: #FF531D;
}

.body {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 56px;
}

.top-topic-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 15px;
}

.top-topic-content .top-topic-item {
  width: 100%;
  height: 150px;
}

/* .web-news-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  height: 372px;
} */

.web-news-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  height: 375px;
  position: relative;
}

.web-news-container>div {
  height: 100%;
  overflow: hidden;
}

.web-news-container .news-icon {
  height: 78px;
  width: 78px;
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 9;
}

.swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  cursor: pointer;
}

.swiper-slide img {
  /* height: 100%; */
  max-width: 100%;
  height: auto;
}

.swiper-slide .article-title {
  color: #fff;
  font-size: 16px;
  padding: 9px 22px;
  padding-right: 161px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  width: 161px;
  right: 0;
  left: unset;
  bottom: 10px;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.web-news-container .tabs-content {
  padding-top: 6px;
}

.web-news-container .column-list-content {
  padding-left: 20px;
}

.article-list {
  overflow-x: hidden;
  overflow-y: auto;
}

.article-list .article-item {
  display: flex;
  align-items: center;
  margin: 20px 0;
  font-size: 18px;
  line-height: 25px;
  cursor: pointer;
}

.article-list .article-item:last-child {
  margin-bottom: 0;
}

.article-list .article-item .dot {
  height: 8px;
  width: 8px;
  background-color: var(--color-gray);
  border-radius: 50%;
  margin-right: 9px;
}

.article-list .article-item .article-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-list .article-item .article-create-time {
  color: var(--font-color-gray);
  font-size: 14px;
  margin-left: 24px;
}

.article-list .article-item:hover .dot {
  background-color: var(--primary-color);
}

.article-list .article-item:hover .article-title {
  color: var(--primary-color);
}

.work-status-board {
  display: flex;
  margin: 30px auto;
}

.work-status-board  .left-content {
  /* width: 65.4%; */
  width: 784px;
  margin-right: 32px;
}

.work-status-board  .left-content > * {
  /* min-height: 400px; */
}

.work-status-board  .left-content > *:not(:last-child) {
  margin-bottom: 30px;
}

.work-status-board .right-content {
  width: 384px;
}

.work-status-board .topic-list-content {
  padding: 0 20px;
  margin-top: 30px;
  overflow-y: auto;
}

.work-status-board .topic-list-content .topic-item {
  height: 120px;
  cursor: pointer;
}

.work-status-board .topic-list-content .topic-item img {
  height: 100%;
  min-width: 100%;
  width: auto;
}

.work-status-board .topic-list-content .topic-item:not(:last-child) {
  margin-bottom: 23px;
}

.work-status-board .topic-list-content>div:not(:last-child) {
  padding-bottom: 23px;
}

.second-tab-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 110px);
  gap: 16px 13px;
  margin-top: 30px;
}

.second-tab-list .tab-item {
  line-height: 35px;
  border-radius: 35px;
  background-color: #e6f1f9;
  color: #0B75C9;
  text-align: center;
  cursor: pointer;
}

.second-tab-list .tab-item.active,
.second-tab-list .tab-item:hover {
  color: #fff;
  background-color: #0B75C9;
}

.image-column {
  margin: 30px auto;
  overflow: hidden;
  height: 130px;
}

.web-service-content {
  display: grid;
  grid-template-columns: 472px 272px 384px;
  justify-content: space-between;
  margin: 30px auto;
}

.web-service-content .union-service-content .union-service-action-content {
  display: grid;
  grid-template-columns: 176px 96px 96px;
  grid-template-areas:
    "a b c"
    "a d e";
  justify-content: space-around;
  row-gap: 38px;
  margin-top: 20px;
}






.web-service-content .union-service-content .union-service-action-content>* {
  cursor: pointer;
}

.web-service-content .union-service-content .service-lg {
  overflow: hidden;
  height: 200px;
}

.web-service-content .union-service-content .service-lg img {
  height: 100%;
}

.web-service-content .legal-aid-service-content .service-content .service-list .service-item,
.web-service-content .union-service-content .union-service-action-content .service-item {
  width: 96px;
  height: 80px;
  border: 1px solid transparent;
  background-color: #F5F5F5;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
}

.help-service-action-content{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  row-gap: 38px;
  margin-top: 20px;
}

.help-service-list-box{
  width: 200px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* 两列等宽，防止内容溢出 */
  gap: 20px 10px;

}

.help-service-list-box-one{
  width: 200px;
  display: grid;
  grid-template-columns: 200px;
  row-gap: 20px;
  justify-content: center;

}


.help-organization-item{
  height: 30px;
  border: 1px solid transparent;
  background-color: #F5F5F5;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
}


.web-service-content .legal-aid-service-content .service-content .service-list .service-item:hover,
.web-service-content .union-service-content .union-service-action-content .service-item:hover {
  border-color: var(--primary-color);
  box-shadow: 0px 4px 4px 0px rgb(from var(--primary-color) r g b / 0.25);
  background-color: #fff;
}

.web-service-content .union-service-content .union-service-action-content .service-item .service-icon {
  height: 40px;
  width: 40px;
  margin-bottom: 6px;
}

.web-service-content .help-service-content .service-list {
  margin-top: 21px;
  padding-left: 24px;
}

.web-service-content .help-service-content .service-item {
  width: 224px;
  cursor: pointer;
}

.online-bookstore-list{
  margin-top: 30px;
}

.online-bookstore-item{
  margin-top: 21px;
  width: auto;
  cursor: pointer;
}

.online-bookstore-item img {
  width: 100%;
  height: 72px;
}

.web-service-content .help-service-content .service-item:not(:last-child) {
  margin-bottom: 27px;
}

.web-service-content .help-service-content .service-item img {
  width: 100%;
  height: auto;
}

.web-service-content .legal-aid-service-content .service-content {
  margin: 16px 0 0 16px;
  position: relative;
}

.web-service-content .legal-aid-service-content .service-content .column-bg {
  width: 368px;
  overflow: hidden;
}

.web-service-content .legal-aid-service-content .service-content .column-bg img {
  width: 100%;
  height: auto;
}

.web-service-content .legal-aid-service-content .service-content .service-list {
  position: absolute;
  left: 104px;
  top: 50%;
  transform: translateY(-50%);
  width: 224px;
  display: grid;
  grid-template-columns: 96px 96px;
  gap: 16px 30px;
}

.web-service-content .legal-aid-service-content .service-content .service-list .service-item {
  height: 80px;
  background-color: #fff;
  font-size: 12px;
}

.column-2-line {
  display: grid;
  grid-template-columns: 784px 384px;
  justify-content: space-between;
  margin: 30px auto;
  min-height: 292px;
}

.column-2-line .second-tab-list {
  margin: 20px 0;
}

.column-2-line .column-content {
  margin: 24px 0 0 16px;
}

.activity-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 224px);
  gap: 16px 54px;
}

.activity-list .activity-item {
  display: block;
  cursor: pointer;
  border: 1px solid transparent;
}

.activity-list .activity-item:hover {
  border-color: var(--primary-color);
  box-shadow: 0px 4px 4px 0px rgb(from var(--primary-color) r g b / 0.25);
}

.activity-list .activity-item .activity-head-img {
  height: 136px;
  overflow: hidden;
}

.activity-list .activity-item .activity-head-img img {
  height: 100%;
  width: auto;
}

.activity-list .activity-item .activity-info-content {
  padding-right: 30px;
  background-color: #f5f5f5;
}

.activity-list .activity-item .activity-title {
  padding: 0 15px;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dashed var(--border-color);
  font-size: 18px;
  font-weight: bold;
}

.activity-list .activity-item .activity-time {
  line-height: 45px;
  font-size: 14px;
  color: #666;
  padding: 0 15px;
}

.activity-list .activity-item .activity-time .iconfont {
  color: var(--primary-color);
  font-size: 16px;
  margin-right: 13px;
}
