/*
 * @ä½œè€…: å±ˆçªçª
 * @åˆ›å»ºæ—¶é—´: 2025-02-13 09:09:30
 * @ä¿®æ”¹æ—¶é—´: 2025-09-25 09:48:59
 * @ç‰ˆæœ¬: [1.0]
 * @ç‰ˆæƒ: å›½æ³°æ–°ç‚¹è½¯ä»¶è‚¡ä»½æœ‰é™å…¬å¸
 * @æè¿°: 
 */

 @font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url('/newwz/css/fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf') format('truetype');
}

@font-face {
  font-family: 'DingTalk JinBuTi';
  src: url('/newwz/css/fonts/DingTalk-JinBuTi/DingTalk-JinBuTi.ttf') format('truetype');
}

@font-face {
  font-family: 'OPPOSans';
  src: url('/newwz/css/fonts/OPPOSans-H/OPPOSans-H.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Han Sans CN';
  src: url('/newwz/index/css/fonts/SourceHanSansCN/SourceHanSansCN-Medium.otf') format('truetype');
}

@font-face {
  font-family: 'Source Han Sans CN-Regular';
  src: url('/newwz/index/css/fonts/SourceHanSansCN/SourceHanSansCN-Regular.otf') format('truetype');
}

@font-face {
  font-family: 'Source Han Sans CN-Bold';
  src: url('/newwz/index/css/fonts/SourceHanSansCN/SourceHanSansCN-Bold.otf') format('truetype');
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

body {
  background: url("/newwz/images/banner.png") top center no-repeat, #f6f7f9;
  font-family: Source Han Sans CN;
  margin: 0;
  padding: 0;
  background-size: 1920px 680px, auto auto;
}

.container1200 {
  width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #000;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-top-20 {
  margin-top: 20px;
}

.flex {
  display: flex;
}

.flex-between {
  justify-content: space-between;
}

.header {
  background: transparent !important;
  min-height: 120px;
}

.main-header {
  background: transparent !important;
}

.banner {
    position: relative;
    height: 550px;
  margin-bottom: 40px;
}

.logo {
  display: inline-block;
  margin-top: 115px;
  width: 605px;
  height: 126px;
  background: url('/newwz/images/logo.png') no-repeat;
  background-size: 100% 100%;
}

.text-logo {
  display: inline-block;
  position: absolute;
  top: 104px;
  right: 25px;
  width: 266px;
  height: 162px;
  background: url('/newwz/images/logo-text.png') no-repeat;
  background-size: 100% 100%;
}

/* é¡µé¢ä¸»ä½“æ ·å¼ */
.section {
  margin-bottom: 56px;
}

.section-content {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 28px 0px rgba(0, 73, 173, 0.04);
  /* margin-bottom: 24px; */
  padding: 20px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  /* margin-top: 40px; */
}

.section-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-title h2 {
  padding-left: 32px;
}

.icon-title.zxft-title h2{
  background: url(../images/icon1.png) no-repeat left center;
  background-size: 24px 24px;
}

.icon-title.hfdx-title h2{
  background: url(../images/icon2.png) no-repeat left center;
  background-size: 24px 24px;
}

.icon-title.wsgs-title h2{
  background: url(../images/icon3.png) no-repeat left center;
  background-size: 24px 24px;
}

.icon-title.wspy-title h2{
  background: url(../images/icon4.png) no-repeat left center;
  background-size: 24px 24px;
}

.icon-title.wszj-title h2{
  background: url(../images/icon5.png) no-repeat left center;
  background-size: 24px 24px;
}

.icon-title.bmdhb-title h2{
  background: url(../images/icon6.png) no-repeat left center;
  background-size: 24px 24px;
}

.title-icon {
  margin-top: 5px;
}

.title-icon .icon-img {
  width: 24px;
  height: 24px;
}

.title-icon .icon-bg {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-title h2 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin: 0;
  letter-spacing: 1.5px;
  line-height: 40px;
  font-family: Source Han Sans CN-Bold;
}

.section-more {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666666;
  font-size: 16px;
  cursor: pointer;
  font-family: 'Source Han Sans CN-Regular';
}

.arrow-icon {
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url("/newwz/govcitizeninteraction/images/icon_arrow.png") no-repeat;
}

/* åœ¨çº¿è®¿è°ˆæ ·å¼ */
.interview-card {
  position: relative;

  /* margin-bottom: 20px; */
}

.interview-tabcontent {
  display: flex;
  align-items: stretch;
  gap: 40px;
  width: 100%;
  min-height: 288px;
}

.interview-image {
  width: 502px;
  height: 288px;
  border-radius: 4px;
  overflow: hidden;
  background: #f0f7ff;
}

.interview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-content {
  flex: 1;
}

.interview-title {
  font-size: 24px;
  font-weight: 700;
  color: #1764ce;
  margin: 0 0 20px 0;
  line-height: 36px;
  font-family: Source Han Sans CN-Bold;
}

.interview-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 70px;
  font-family: 'Source Han Sans CN-Regular';
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  line-height: 24px;
}

.info-icon {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.info-label {
  font-size: 16px;
  color: #999999;
  white-space: nowrap;
  line-height: 24px;
}

.info-value {
  font-size: 16px;
  color: #333333;
  flex: 1;
}

.info-item:last-child .info-value {
  height: 72px;
  line-height: 26px;
}

.section-tabs {
  width: 638px;
  width: calc(100% - 542px);
  height: 56px;
  position: absolute;
  bottom: 0px;
  right: 0;
  display: flex;
  gap: 16px;
}

.section-tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 8px;
  padding: 14px 20px 14px 48px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}

.tab.active {
  /* background: #1764ce; */
  color: #ffffff;
}

.tab:first-child.active {
  background: url("/newwz/govcitizeninteraction/images/icon_bn_active.png") 96px center no-repeat, #1764ce;
  background-size: 20px 20px;
}

.tab:first-child.active:hover {
  background-color: #1250A5;
}

.tab:last-child.active {
  background: url("/newwz/govcitizeninteraction/images/icon_ln_active.png") 106px center no-repeat,
    #1764ce;
  background-size: 20px 20px;
}

/* .tab:not(.active) {
  background: url("/newwz/govcitizeninteraction/images/icon_bn_a.png") 96px center no-repeat, #f0f7ff;
  color: #284a78;
} */
.tab:first-child {
  background: url("/newwz/govcitizeninteraction/images/icon_bn.png") 96px center no-repeat, #f0f7ff;
  background-size: 20px 20px;
}

.tab:last-child {
  background: url("/newwz/govcitizeninteraction/images/icon_ln.png") 106px center no-repeat, #f0f7ff;
  background-size: 20px 20px;
}

.tab:last-child:hover{
  color: #f0f7ff;
  background: url("/newwz/govcitizeninteraction/images/icon_ln_active.png") 106px center no-repeat, #1764ce;
  background-size: 20px 20px;
}

/* å›žå¤é€‰ç™»æ ·å¼ */
.responses-box {
  width: 1200px;
  display: flex;
  gap: 24px;
}

.responses-box .section-header {
  margin-bottom: 20px;
}

.reply-content {
  height: 353px;
  max-width: 786px;
  border-radius: 8px;
  min-width: 786px;
}

.reply-header {
  display: flex;
  padding: 0 23px;
  height: 52px;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #1764ce;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.reply-header .header-item:first-child {
  flex: 1;
}

.reply-header .header-item:nth-child(2) {
  width: 90px;
  margin: 0 60px;
}

.reply-header .header-item:nth-child(3) {
  width: 121px;
}

.reply-list {
  /* width: 100%; */
  height: 261px;
  overflow-y: auto;
  /* border-bottom: 0.5px dashed #cbd0d7; */
}

.reply-item {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 52px;
  font-size: 16px;
  font-family: 'Source Han Sans CN-Regular';
  font-weight: 400;
}

.reply-item:not(:last-child) {
  border-bottom: 0.5px dashed #cbd0d7;
}

.reply-title {
  flex: 1;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.reply-title:hover {
  color: #1764ce;
}

.reply-date {
  width: 90px;
  margin: 0 58px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reply-unit {
  width: 130px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reply-stats {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0px 0;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stat-label {
  font-size: 16px;
  color: #333333;
  font-family: 'Source Han Sans CN-Regular';
}

.stat-value {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.stat-value .number {
  font-family: "OPPOSans";
  font-size: 20px;
  color: #1764ce;
}

.stat-value .unit {
  font-size: 14px;
  color: #666666;
  margin-bottom: 2px;
  font-family: 'Source Han Sans CN-Regular';
}

.divider {
  width: 0;
  height: 16px;
  border-left: 1px solid #a9bfdd;
}

/* é¢†å¯¼ä¿¡ç®±æ ·å¼ */
.mailbox-content {
  width: 390px;
}

.mailbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.mailbox-item {
  display: flex;
  align-items: center;
  padding: 13px 20px;
  background: url("/newwz/govcitizeninteraction/images/bg_mailbox.png") right bottom no-repeat, #fff;
  border: 0.5px solid #e7ebf1;
  border-left: 1.5px solid #1764ce;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.mailbox-item:hover {
  border: 1px solid #1764ce;
}

.mailbox-item:hover .mailbox-title {
  color: #1764ce;
}

.mailbox-title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  flex: 1;
  font-family: 'Source Han Sans CN';
  letter-spacing: 1px;
}

.mailbox-icon {
  position: absolute;
  top: -93px;
  left: 52px;
  width: 186.82px;
  height: 189.05px;
  background: url("") no-repeat;
  background-size: contain;
}

.mailbox-check {
  position: relative;
  width: 19px;
  height: 50px;
}

.check-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 50px;
  background: #1764ce;
  border-radius: 25px;
}

.check-indicator {
  position: absolute;
  top: 0;
  left: 2px;
  width: 17px;
  height: 50px;
  background: #ffffff;
  border-radius: 25px;
}

/* æœåŠ¡æ¨¡å—æ ·å¼ */
.mailbox-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.service-item {
  height: 75px;
  padding: 18px 16px 10px 16px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #fff;
}

.service-item:hover {
  border: 1px solid #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 73, 173, 0.1);
  transition: all 0.3s ease;
}

.service-item:first-child {
  color: #006798;
  background: url("/newwz/govcitizeninteraction/images/img_item1.png") no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease;
}

.service-item:nth-child(2) {
  color: #ac6508;
  background: url("/newwz/govcitizeninteraction/images/img_item2.png") no-repeat;
  background-size: 100% 100%;
}

.service-item:nth-child(3) {
  color: #306624;
  background: url("/newwz/govcitizeninteraction/images/img_item3.png") no-repeat;
  background-size: 100% 100%;
}

.service-item:nth-child(4) {
  color: #bb3d4a;
  background: url("/newwz/govcitizeninteraction/images/img_item4.png") no-repeat;
  background-size: 100% 100%;
}

.service-icon {
  position: relative;
  height: 160px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.service-text {
  font-family: "DingTalk JinBuTi";
  font-size: 18px;
  font-weight: 400;
}

.bg-blue {
  background: linear-gradient(-47deg, #edf9ff 0%, #d4edf9 100%);
  box-shadow: 0px 4px 20px 0px rgba(0, 73, 173, 0.08);
}

.bg-yellow {
  background: linear-gradient(-47deg, #fff8e6 0%, #f8e8c3 100%);
}

.bg-green {
  background: linear-gradient(-47deg, #eef7ec 0%, #e4f1e1 100%);
}

.bg-red {
  background: linear-gradient(-47deg, #ffefef 0%, #fde1e4 100%);
}

/* ç½‘ä¸Šå…¬ç¤º/è¯„è®®/å¾é›†æ ·å¼ */
.section-triple {
  display: flex;
  gap: 24px;
}

.section-triple .section-header {
  margin-bottom: 14px;
}

.section-col {
  width: 30%;
  flex: 1;
}

.triple-content {
  height: 338px;
  padding: 0 20px;
  overflow-y: auto;
}

.triple-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 0.5px dashed #cbd0d7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-family: 'Source Han Sans CN-Regular';
  font-weight: 400;
}

.triple-item:hover .triple-text {
  color: #1764ce;
}

.triple-item:last-child {
  border-bottom: none;
}

.triple-text {
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.status-tag {
  padding: 0 6px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 8px;
}

.in-progress {
  background: #1764ce;
  color: #ffffff;
}

.finished {
  background: #f37b87;
  color: #ffffff;
}

/* ä¾¿æ°‘ç”µè¯ç°¿æ ·å¼ */
.phone-content {
  padding: 20px;
}

.phone-header {
  display: flex;
  padding: 0 16px;
  height: 52px;
  align-items: center;
  background: #1764ce;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.phone-header .header-item:first-child {
  width: 432px;
  width: 312px;
}

.phone-header .header-item:nth-child(2) {
  width: 214px;
  margin: 0 58px;
}

.phone-header .header-item:nth-child(3) {
  width: 300px;
  margin-right: 58px;
}

.phone-header .header-item:nth-child(4) {
  width: 104px;
}

.phone-list {
  /* overflow-y: auto; */
  /* max-height: 332px; */
}

.phone-item {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 52px;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 0.5px dashed #cbd0d7;
  font-family: 'Source Han Sans CN-Regular';
}

.phone-department {
  width: 312px;
  /* width: 432px; */
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* cursor: pointer; */
}

.phone-number {
  width: 214px;
  margin: 0 58px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Source Han Sans CN-Regular';
}

.phone-address {
  width: 300px;
  margin-right: 58px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.phone-zip {
  width: 104px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* åˆ†é¡µæ ·å¼ */
.my-pagination {
  text-align: center;
  width: 100%;
  margin-top: 24px;
  font-family: 'Source Han Sans CN';
}

.my-pagination .m-pagination-jump {
  width: auto;
  height: 30px;
  padding-right: 12px;
}

.my-pagination .m-pagination-jump .m-pagination-group {
  height: 100%;
  padding-left: 0;
  font-weight: 400;
  font-size: 14px;
  color: #5C5C5C;
  line-height: 14px;
}

.my-pagination .m-pagination-jump .m-pagination-group input {
  width: 28px;
  height: 28px;
  border: 1px solid #D6D6D6;
  float: left;
}

.my-pagination .m-pagination-jump .m-pagination-group button {
  width: 72px;
  height: 36px;
}

.my-pagination .m-pagination-page li a,
.my-pagination .m-pagination-size select,
.my-pagination .m-pagination-group input,
.my-pagination .m-pagination-group button {
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #5C5C5C;
  line-height: 14px;
}

.my-pagination .m-pagination-jump-txt {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.my-pagination .m-pagination-page>li a {
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  text-align: center;
}

.my-pagination .m-pagination-page>li.active a {
  color: #fff;
  background-color: #1764CE;
}

.my-pagination .m-pagination-page>li:first-child a,
.my-pagination .m-pagination-page>li:last-child a {
  border-radius: 4px;
}

.my-pagination .m-pagination-size select {
  height: 30px;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 53px;
}

.abt-fontzoom3 .my-pagination .m-pagination-size select {
  
}


.my-pagination .m-pagination-size::before {
  position: absolute;
  top: 14px;
  right: 18px;
  content: '';
  width: 7px;
  height: 4px;
  background: url(../images/icon-put.png) no-repeat center;
  background-size: 100% 100%;
}

.my-pagination .m-pagination-size>select::-ms-expand {
  display: none;
}

.my-pagination .m-pagination-size {
  position: relative;
}

.my-pagination .m-pagination-size::after {
  position: absolute;
  top: 0;
  right: 28px;
  content: '条/页';
  font-size: 14px;
  color: #5C5C5C;
  line-height: 28px;
  font-family: 'Source Han Sans CN';
}

.my-pagination .m-pagination-jump .m-pagination-group button {
  display: none;
}

.my-pagination #data-page-txt {
  margin: 0 8px;
}

.my-pagination .page-jump-text {
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.my-pagination .m-pagination-page li .pager-cut-btn {
  background: url(../images/icon-cut.png) no-repeat center center;
}

.my-pagination .m-pagination-page li:first-child .pager-cut-btn {
  transform: rotate(180deg);
}

.my-pagination-group button {
  display: none;
}

.my-pagination .m-pagination-page>li.disabled .pager-cut-btn {
  background: url(../images/icon-cut-disabled.png) no-repeat center center;
}

.pager-total-info {
  line-height: 30px;
  font-size: 12px;
  color: #333;
}

/* ç§»åŠ¨ç«¯é€‚é…æ ·å¼ */
@media (max-width: 768px) {
  /* body {
    background: url("/newwz/govcitizeninteraction/images/banner.png") top center/auto auto no-repeat #f6f7f9;
  } */

  .section {
    margin-bottom: 30px;
  }

  .header {
    height: auto;
    min-height: auto;
  }

  .banner {
        height: 320px;
        display: flex;
        align-items: center;
        flex-direction: column;
  }

  .container1200 {
    width: 100%;
    padding: 10px;
  }

  /* é€šç”¨æ¨¡å—è°ƒæ•´ */
  .section-content {
    padding: 15px;
    /* margin-bottom: 15px; */
  }

  .section-header {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }

  .section-title h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .section-more {
    font-size: 14px;
  }

  /* åœ¨çº¿è®¿è°ˆæ¨¡å— */
  .interview-tabcontent {
    flex-direction: column;
    gap: 20px;
    min-height: 384px;
  }

  .abt-fontzoom3 .interview-tabcontent{
    min-height: 660px;
  }

   .abt-fontzoom1 .interview-tabcontent {
      min-height: 600px;
   }

  .abt-fontzoom2 .interview-tabcontent {
      min-height: 630px;
   }

  .interview-image {
    width: 100%;
    height: 200px;
  }

  .interview-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .info-label,
  .info-value {
    font-size: 14px;
    line-height: 20px;
  }

  .section-tabs {
    width: 100%;
    gap: 10px;
    margin-top: 15px;
    justify-content: center;
  }

  .tab {
    padding: 6px 15px;
    font-size: 16px;
  }

  .tab:first-child.active {
    background: url("/newwz/govcitizeninteraction/images/icon_bn_active.png") 20px center no-repeat,
      #1764ce;
    background-size: 20px 20px;
  }

  .tab:last-child.active {
    background: url("/newwz/govcitizeninteraction/images/icon_ln_active.png") 36px center no-repeat,
      #1764ce;
    background-size: 20px 20px;
  }

  .tab:first-child {
    background: url("/newwz/govcitizeninteraction/images/icon_bn.png") 36px center no-repeat, #f0f7ff;
   background-size: 20px 20px;
  }

  .tab:last-child {
    background: url("/newwz/govcitizeninteraction/images/icon_ln.png") 20px center no-repeat, #f0f7ff;
    background-size: 20px 20px;
  }

   .tab:last-child:hover {
    background: url("/newwz/govcitizeninteraction/images/icon_ln_avtive.png") 20px center no-repeat, #1764ce;
    background-size: 20px 20px;
  }

  .com-tab .tab {
    padding: 14px 20px 14px 40px;
  }

  .abt-fontzoom3 .section-tabs,
  .abt-fontzoom1 .section-tabs,
  .abt-fontzoom2 .section-tabs{
    flex-wrap: wrap;
    height: 175px;
  }

  .abt-fontzoom3 .com-tab .tab,
  .abt-fontzoom1 .com-tab .tab,
  .abt-fontzoom2 .com-tab .tab{
      width: 100%;
      flex: unset;
  }

  /* å›žå¤é€‰ç™»æ¨¡å— */
  .responses-box {
    width: 100%;
    flex-direction: column;
    gap: 15px;
  }

  .reply-content {
    max-width: 100%;
    height: auto;
    min-width: 100%;
    width: auto;
    overflow: auto;
  }

  .reply-item {
    height: auto;
    padding: 15px 10px;
    gap: 5px;
  }

  .reply-stats {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: end;
  }

  .stat-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }

  .stat-label {
    font-size: 14px;
  }

  .stat-value .number {
    font-size: 18px;
  }

  /* é¢†å¯¼ä¿¡ç®±æ¨¡å— */
  .mailbox-content {
    width: 100%;
  }

  .mailbox-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 15px;
  }

  .mailbox-item {
    padding: 10px;
  }

  .mailbox-title {
    font-size: 14px;
  }

  .mailbox-services {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .section-col {
    width: 100%;
  }

  .service-item {
    height: 60px;
    padding: 12px 10px;
  }

  .service-text {
    font-size: 16px;
  }

  /* ç½‘ä¸Šå…¬ç¤º/è¯„è®®/å¾é›†æ¨¡å— */
  .section-triple {
    flex-direction: column;
    gap: 15px;
  }

  .triple-content {
    padding: 0 10px;
    height: 255px;
  }

  .triple-text {
    font-size: 14px;
    line-height: 24px;
  }

  .status-tag {
    font-size: 12px;
    line-height: 20px;
  }

  /* ä¾¿æ°‘ç”µè¯ç°¿æ¨¡å— */
  .phone-content {
    padding: 15px;
  }

  .phone-list {
    height: auto;
    max-height: max-content;
    width: max-content;
  }

  .phone-item {
    height: auto;
    padding: 15px 10px;
    gap: 5px;
    /* flex-wrap: wrap; */
    width: auto;  
  }

  /* .reply-header .header-item:first-child,
  .reply-title {
    width: 40%;
  } */

  /* .reply-header .header-item:nth-child(2),
  .reply-date {
    
    white-space: nowrap;
  }

  .reply-header .header-item:nth-child(3),
  .reply-unit {

  } */

  /* ç”µè¯ç°¿è¡¨æ ¼å®½åº¦ä¼˜åŒ– */
  /* .phone-header .header-item:first-child,
  .phone-department {
    width: 25%;
    width: 30%;
    overflow: visible;
    white-space: wrap;
  }

  .phone-header .header-item:nth-child(2),
  .phone-number {
    width: 15%;
    width: 25%;
    margin: 0 10px;
    overflow: visible;
    white-space: wrap;
  }

  .phone-header .header-item:nth-child(3),
  .phone-address {
    width: 40%;
    width: 25%;
    margin: 0 10px;
    overflow: visible;
    white-space: wrap;
  }

  .phone-header .header-item:nth-child(4),
  .phone-zip {
    width: 10%;
    width: 20%;
    margin: 0 10px;
    overflow: visible;
    white-space: wrap;
  }

  .phone-pagination .pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  } */

  .m-pagination-page {
    flex-wrap: wrap;
}

  .reply-header,
  .reply-list {
    width: max-content;
  }

  .reply-list {
     height: auto;
  }

  .reply-header .header-item,
  .reply-item .reply-title {
    width: 200px;
  }

  .reply-header .header-item,
  .reply-title  {
    /* width: 100%; */
    flex: unset;
    white-space: nowrap;
  }

  .phone-header {
    width: max-content;
  }

  .my-pager-content {
    overflow: auto;
  }

  .logo {
    width: 90%;
    height: 70px;
    margin-top: 0;
    margin-left: 20px;
  }

  .text-logo {
    position: unset;
    margin: 0 auto;
    margin-top: 15px;
  }


  
  body.abt-fontzoom0 .banner,
  body.abt-fontzoom1 .banner,
  body.abt-fontzoom2 .banner,
  body.abt-fontzoom3 .banner {
    height: 300px;
  }

  body.abt-fontzoom0,
  body.abt-fontzoom1,
  body.abt-fontzoom2,
  body.abt-fontzoom3 {
    background-size: 1920px 780px, auto auto;
  }

  .abt-fontzoom3 .my-pagination .m-pagination-size::after {
    line-height: 33px;
    font-size: 16px;
  }

  .abt-fontzoom3 .my-pagination .m-pagination-size::before {
    top: 18px;
  }

  .abt-fontzoom3 .my-pagination .m-pagination-size::before {
      vertical-align: middle;
  }
  
  .abt-fontzoom3 .my-pagination .m-pagination-page>li a  {
        vertical-align: top;
  }
}


/* å…³æ€€ç‰ˆæ ·å¼  */
.old-care-style .container1200 {
  width: 100%;
}

.old-care-style .logo {
  margin-top: 0;
}

.old-care-style .text-logo {
  bottom: 30px;
  top: unset;
  right: 35%;
}

.old-care-style .banner {
  height: auto;
}

.old-care-style .responses-box {
  width: 100%;
  flex-wrap: wrap;
}

 .old-care-bg-h4 .old-care-style .tab:first-child.active {
    background: url(/newwz/govcitizeninteraction/images/icon_bn_active.png) 76px center no-repeat, #1764ce;
    background-size: 20px 20px;
}

.old-care-bg-h1 .old-care-style .tab:first-child.active {
    background: url(/newwz/govcitizeninteraction/images/icon_bn_active.png) 186px center no-repeat, #1764ce;
    background-size: 20px 20px;
}

.old-care-bg-h2 .old-care-style .tab:first-child.active {
    background: url(/newwz/govcitizeninteraction/images/icon_bn_active.png) 136px center no-repeat, #1764ce;
    background-size: 20px 20px;
}

.old-care-bg-h5 .old-care-style .tab:first-child.active {
    background: url(/newwz/govcitizeninteraction/images/icon_bn_active.png) 56px center no-repeat, #1764ce;
    background-size: 20px 20px;
}
.old-care-style .responses-box .section-header {
  justify-content: space-between;
}

.old-care-style .mailbox-content {
  width: 100%;
}

.old-care-style .responses-box .section {
  width: 100%;
}

.old-care-style .reply-content {
  min-width: 100%;
}

.old-care-style .section-triple {
  flex-wrap: wrap;
}

.old-care-style .header-item {
  white-space: nowrap;
}

 .old-care-bg-h4 .old-care-style .tab:last-child {
    background: url(/newwz/govcitizeninteraction/images/icon_ln.png) 86px center no-repeat, #f0f7ff;
    background-size: 20px 20px;
}

 .old-care-bg-h1 .old-care-style .tab:last-child {
    background: url(/newwz/govcitizeninteraction/images/icon_ln.png) 196px center no-repeat, #f0f7ff;
    background-size: 20px 20px;
}

 .old-care-bg-h2 .old-care-style .tab:last-child {
    background: url(/newwz/govcitizeninteraction/images/icon_ln.png) 146px center no-repeat, #f0f7ff;
    background-size: 20px 20px;
}

 .old-care-bg-h5 .old-care-style .tab:last-child {
    background: url(/newwz/govcitizeninteraction/images/icon_ln.png) 66px center no-repeat, #f0f7ff;
    background-size: 20px 20px;
}

.old-care-style .section-tabs {
  width: 100%;
}

.old-care-bg-h1 {
  background-size: 1920px 680px, auto auto;
}

.old-care-bg-h1 .old-care-style .banner {
  height: 410px;
}

.old-care-bg-h1 .banner {
  height: 268px;
  height: 450px;
}

.old-care-bg-h2 {
  background-size: 1920px 600px, auto auto;
  background-size: 1920px 800px, auto auto;
}

.old-care-bg-h2 .banner {
  height: 268px;
  height: 450px;
}

.old-care-bg-h2 .old-care-style .banner {
  height: 415px;
}

.old-care-bg-h2 .old-care-style .text-logo {
  right: 0;
  top: 50px;
}

.old-care-bg-h1 .old-care-style .text-logo {
  top: 50px;
  right: 0;
}

.old-care-bg-h3 {
  background-size: 1920px 880px, auto auto;
}

.old-care-bg-h3 .old-care-style .banner {
  height: 350px;
}

.old-care-bg-h3 .banner {
  height: 420px;
}

.old-care-bg-h3 .old-care-style .logo {
   transform: translateX(85px);
}

.old-care-bg-h4 {
  background-size: 1920px 1000px, auto auto;
}

.old-care-bg-h4 .old-care-style .banner {
  height: 355px;
}

.old-care-bg-h4 .banner {
  height: 430px;
}

.old-care-bg-h4 .old-care-style .logo {
     transform: translateX(70px);
}

.old-care-bg-h4 .old-care-style .text-logo{
  right: 30%;
  bottom: 30px;
}

.old-care-bg-h5 {
  background-size: 1920px 1200px, auto auto;
}

.old-care-bg-h5 .old-care-style .banner {
  height: 360px;
}

.old-care-bg-h5 .banner {
  height: 480px;
}

.old-care-bg-h5 .old-care-style .logo {
     transform: translateX(15px);
}

.old-care-bg-h5 .old-care-style .text-logo{
  right: 30%;
}

.old-care-style .interview-tabcontent {
   flex-wrap: wrap;
   min-height: 360px;
}

.old-care-style .interview-image {
  width: calc(50% - 10px);
}

.old-care-style .section-col {
  width: 100%;
}

.old-care-style .my-pagination .m-pagination-page>li a,
.old-care-style .my-pagination .m-pagination-size select,
.old-care-style .pager-total-info {
   vertical-align: top;
}

.old-care-style .reply-date,
.old-care-style .reply-header .header-item:nth-child(2){
  width: 150px;
}

.old-care-bg-h4 .old-care-style .interview-tabcontent,
.old-care-bg-h5 .old-care-style .interview-tabcontent {
  min-height: 920px;
}


.old-care-bg-h4 .old-care-style .interview-image,
.old-care-bg-h5 .old-care-style .interview-image,
.old-care-bg-h3 .old-care-style .interview-image {
  width: 100%;
  height:  auto;
}

.old-care-bg-h2 .phone-number,
.old-care-bg-h2 .phone-header .header-item:nth-child(2),{
  margin: 0 10px;
  width: 210px;
}

.old-care-bg-h3 .phone-number,
.old-care-bg-h3 .phone-header .header-item:nth-child(2){
  margin: 0 10px;
  width: 220px;
}

.old-care-bg-h4 .phone-number,
.old-care-bg-h4 .phone-header .header-item:nth-child(2),
.old-care-bg-h5 .phone-number,
.old-care-bg-h5 .phone-header .header-item:nth-child(2){
  margin: 0 10px;
  width: 250px;
}

.old-care-bg-h4 .phone-department,
.old-care-bg-h4 .phone-header .header-item:first-child,
.old-care-bg-h4 .phone-header .header-item:nth-child(3),
.old-care-bg-h4 .phone-address{
  width: 200px;
}

.old-care-bg-h2 .phone-department,
.old-care-bg-h2 .phone-header .header-item:first-child,
.old-care-bg-h2 .phone-header .header-item:nth-child(3),
.old-care-bg-h2 .phone-address {
  width: 250px;
}

.old-care-bg-h3 .phone-department,
.old-care-bg-h3 .phone-header .header-item:first-child,
.old-care-bg-h3 .phone-header .header-item:nth-child(3),
.old-care-bg-h3 .phone-address {
  width: 220px;
}

.old-care-bg-h5 .phone-department,
.old-care-bg-h5 .phone-header .header-item:first-child,
.old-care-bg-h5 .phone-header .header-item:nth-child(3),
.old-care-bg-h5 .phone-address {
  width: 150px
}

.old-care-bg-h4 .phone-header .header-item:nth-child(3),
.old-care-bg-h4 .phone-address,
.old-care-bg-h5 .phone-header .header-item:nth-child(3),
.old-care-bg-h5 .phone-address,
.old-care-bg-h2 .phone-header .header-item:nth-child(3),
.old-care-bg-h2 .phone-address,
.old-care-bg-h3 .phone-header .header-item:nth-child(3),
.old-care-bg-h3 .phone-address{
  margin-right: 10px
}

.old-care-style .my-pager-content {
  overflow-x: auto;
}

 .old-care-bg-h4 .my-pagination .m-pagination-size select,
 .old-care-bg-h5 .my-pagination .m-pagination-size select,
 .old-care-bg-h2 .my-pagination .m-pagination-size select,
 .old-care-bg-h3 .my-pagination .m-pagination-size select{
  line-height: normal
}


.hidden{
  display:none;
}