@charset "utf-8";

ul,
li,
dl,
dd,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  border: none;
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Microsoft YaHei';
  font-size: 17px;
  font: 17px/1.2 'Microsoft YaHei';
  color: #333;
  line-height: 1.2;
}
a {
  text-decoration: none;
  color: #333;
}
.clr {
  clear: both;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix {
  zoom: 1;
}

/**
**   Flex
*/
.flex {
  display: flex !important;
  flex-wrap: wrap;
}
.flex-nowrap {
  display: flex !important;
}
.flex-none {
  flex: none;
  overflow: hidden;
}
.justify-between {
  justify-content: space-between;
}
.flex-1 {
  flex: 1 1 0%;
}
.h-full {
  height: 100%;
  box-sizing: border-box;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-20 {
  margin-right: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}
.fit-row {
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
}

.fit-col {
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

#full-screen-slider,
#slides {
  height: calc(320 / 1920 * 100vw) !important;
  min-height: 200px !important;
}
#pagination {
  display: none !important;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

/* banner */
.banner-box {
  background-color: #f0f1f7;
  padding: 50px 0;
}
.banner {
  width: 1200px;
  margin: 0 auto;
}
.banner ul {
  display: flex;
  justify-content: space-between;
}
.banner ul li a {
  position: relative;
  display: block;
}
.banner ul li a > img {
  max-width: 100%;
}
.banner ul li a .banner-info {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
/* banner end */

/* 公众监督 */
.gzjd-box {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.gzjd-box .gzjd {
  width: 100%;
  min-height: 300px;
  padding: 50px 0;
  position: relative;
  background: url('/szgyyq/xhtml/images/zmhd/bg-gzjd.png') no-repeat center top;
  background-size: cover;
  border-radius: 12px;
}

.gzjd-box .gzjd-img {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 36px;
  object-fit: contain;
}

/* 公众监督搜索 */
.zc-search {
  position: relative;
  margin: 24px auto;
  width: 80%;
  height: 40px;
}

.zc-search dl {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dae0e8;
  border-radius: 20px;
  overflow: hidden;
}

.zc-search dl dd {
  padding-left: 10px;
  height: 40px;
  background-color: transparent;
  border: none;
}

.zc-search dl dd input[type='text'] {
  padding: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 14px;
  color: #333;
  background: none;
  border: 0;
  vertical-align: top;
  position: relative;
  z-index: 9;
  border: none;
  outline: none;
}
.zc-search dl dd input[type='text']::placeholder {
  color: #a7aab3;
}

.zc-search dl dd.button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 40px;
  z-index: 10;
}

.zc-search dl dd input.searchBtn {
  width: 100%;
  height: 40px;
  color: #fff;
  background: url('https://www.sipac.gov.cn/szgyyq/xhtml/images/2024/icon-search-gray.png')
    no-repeat center;
  -webkit-appearance: none;
  border: none;
  vertical-align: top;
  cursor: pointer;
}

/* 公众监督搜索 end*/
.gzjd-list-box {
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  border-radius: 12px;
  border-top: 1px solid #ffffff;
}
.gzjd-list {
  width: 100%;
  min-height: 300px;
  padding: 12px 24px 24px;
  box-sizing: border-box;
  border: 1px solid;
  border-top: none;
  border-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%)
    1;
}
.gzjd-table {
  border: none;
  border-collapse: collapse;
  width: 100%;
}
.gzjd-table tbody {
  padding: 12px 0;
}

.gzjd-table tr th {
  padding: 12px 0;
  color: #fff;
  font-family: 黑体, Microsoft YaHei;
}
.gzjd-table tr td {
  vertical-align: middle;
  padding: 12px 0;
  background-color: #fff;
  text-align: center;
}
.gzjd-table tr:hover td {
  vertical-align: middle;
  padding: 12px 0;
  background-color: #f5f7fa;
  text-align: center;
}
.gzjd-table tr td:hover a {
  color: #245396;
}
.gzjd-table tr td:nth-child(2) {
  text-align: left;
}
.gzjd-table tr:first-child td {
  padding-top: 24px;
}
.gzjd-table tr:last-child td {
  padding-bottom: 24px;
}
.gzjd-table tr:first-child td:first-child {
  border-radius: 12px 0 0 0;
}
.gzjd-table tr:first-child td:last-child {
  border-radius: 0 12px 0 0;
}
.gzjd-table tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.gzjd-table tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
.text-type {
  font-weight: bold;
}
.text-type-blue {
  font-weight: bold;
  background: linear-gradient(76deg, #6281ff 11%, #7cf2ff 106%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.text-type-green {
  background: linear-gradient(79deg, #54d1c1 9%, #86edb4 107%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.text-type-red {
  background: linear-gradient(60deg, #ff5225 12%, #ff9d73 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.text-state {
}
.text-state-blue {
  color: #4968ff;
}
.text-state-red {
  color: #fc0d21;
}
/* 公众监督 end */

/* 问答知识库 */
.wdzsk-box {
  background-color: #f0f1f7;
  background-image: url('/szgyyq/xhtml/images/zmhd/bg-wdzsk.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 0 0 50px;
}
.wdzsk-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wdzsk-top .title-img {
  width: auto;
  height: 36px;
}
.wdzsk-top .wdzsk-logo {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .wdzsk-logo::after {
  display: none;
  position: absolute;
  right: 20px;
  content: '';
  width: 300px;
  height: 120px;
  background: #fff;
  background-image: url(https://www.sipac.gov.cn/szgyyq/xhtml/images/2025/wx_rongyiban.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  bottom: 100%;
  text-align: left;
}
.wdzsk-top .wdzsk-logo:hover::after {
  display: block;
} */
.wdzsk-top .wdzsk-logo img {
  width: 110px;
  height: auto;
}
.wdzsk-logo img:first-child {
  width: 180px;
}
.wdzsk-left {
  display: inline-block;
  width: 240px;
  margin-right: 24px;
  background-color: #fff;
  vertical-align: top;
  border-radius: 12px;
}
.wdzsk-left .mb-std {
  margin-bottom: 0;
}
.wdzsk-title {
  width: 100%;
}
.wdzsk-left ul {
  width: 100%;
}
.wdzsk-left ul li {
  width: 100%;
  text-align: center;
}

.wdzsk-right {
  display: inline-block;
  width: calc(100% - 270px);
  background-color: #fff;
  box-sizing: border-box;
  padding: 12px 24px;
  border-radius: 12px;
  min-height: 480px;
}
.wdzsk-right .my_wdzsk p {
  line-height: 45px;
  height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.wdzsk-right .my_wdzsk p:hover {
  color: #245396;
}
/* 政策文件 */

.zcbox {
  padding: 64px 0;
  background-color: #e5e8f4;
  background-image: url('/szgyyq/xhtml/images/ywtk/home-bg-row-1.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.zc-container {
  display: flex;
  margin: 0 auto;
}
.zcbox-left {
  position: relative;
  top: -12px;
  width: calc(100% - 394px);
  padding: 0;
  flex: 1;
  box-sizing: border-box;
  margin-right: 24px;
}
.zcbox-left .x-tab {
  position: relative;
  left: -10px;
}
.zcbox-right {
  width: 280px;
  flex: none;
  position: relative;
}
.zcbox-right img {
  width: 100%;
  height: 127px;
}
.zcbox-right .zcbox-right-item:first-child {
  margin-bottom: 20px;
}

/* 政策解读 政策文件 */
.x-tab {
  /* border: 1px solid #000; */
}

.x-tab-item {
  color: #333 !important;
  font-size: 18px;
  padding: 6px 8px;
  box-sizing: border-box;
  font-weight: bold;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
  cursor: pointer;
}

.x-tab-item.on {
  background-color: #fff;
  color: #245396 !important;
  border-bottom: 4px solid #245396;
}
.x-tab-item a {
  color: #333;
  transition: none;
}
.x-tab-item.on a {
  color: #245396;
}
.wdzsk_tab {
  margin: 10px 20px;
  padding: 15px 0;
  border-radius: 4px;
  height: 50px;
  box-sizing: border-box;
  transition: none;
}
.wdzsk_tab.on {
  margin: 0;
  height: 130px;
  background-color: #ff5225;
  background-image: url('/szgyyq/xhtml/images/zmhd/logo-wdzsk.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #fff !important;
  border-bottom: none;
  padding-top: 90px;
  box-sizing: border-box;
}
.wdzsk_tab.on a {
  color: #fff;
}

.zw {
  position: relative;
  display: flex;
  align-items: center;
}
.zw img:first-child {
  display: block;
}
.zw img:last-child {
  display: none;
}
.zw.on {
  background-color: transparent;
  border-bottom: none;
}
.zw.on img:first-child {
  display: none;
}
.zw.on img:last-child {
  display: block;
}
.zw:first-child::after {
  content: '/';
  position: absolute;
  color: #245396;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.more-link {
  cursor: pointer;
}
.more-link:hover {
  color: #245396;
}

.oneline-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my_zw_one,
.my_zw_two,
.my_zw_three {
  line-height: 32px;
}
.zcbox p {
  line-height: 36px;
}

.x-link a:hover {
  color: #245396;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

@media screen and (min-width: 768px) {
  .slides_box {
    min-width: 1200px;
  }
  .zcbox {
    min-width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  html,
  body {
    width: 100%;
    height: 100%;
  }
  .clr {
    clear: both;
  }

  .container {
    width: 100%;
    margin: 0 auto;
  }

  #full-screen-slider,
  #slides {
    height: calc(320 / 1920 * 100vw) !important;
    min-height: auto !important;
  }
  #pagination {
    display: none !important;
  }

  /* banner */
  .banner-box {
    padding: 12px;
  }
  .banner {
    width: 100%;
  }
  .banner ul {
    display: flex;
    flex-direction: column;
  }
  .banner ul li {
    margin-bottom: 12px;
  }

  /* banner end */

  /* 公众监督 */
  .gzjd-box {
    margin-top: 0;
    display: flex;
    align-items: center;
  }

  .gzjd-box .gzjd {
    width: 100%;
    min-height: 300px;
    padding: 12px 0;
  }

  .gzjd-box .gzjd-img {
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 36px;
  }

  .gzjd-list-box {
    box-sizing: border-box;
    width: 100%;
  }
  .gzjd-list {
    width: 100%;
    min-height: 300px;
    padding: 12px 12px 24px;
  }

  .gzjd-table tbody {
    padding: 12px 0;
  }

  .gzjd-table tr th {
    padding: 12px 0;
    color: #fff;
    font-family: 黑体, Microsoft YaHei;
  }
  .gzjd-table tr td {
    vertical-align: middle;
    padding: 8px 0;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
  }
  .gzjd-table tr:first-child td {
    padding-top: 12px;
  }
  .gzjd-table tr:last-child td {
    padding-bottom: 12px;
  }

  /* 公众监督 end */

  /* 问答知识库 */
  .wdzsk-box {
    width: 100%;
    padding: 12px;
  }
  .wdzsk-top {
  }
  .wdzsk-top .title-img {
    width: auto;
    height: 24px;
  }
  .wdzsk-top .wdzsk-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wdzsk-top .wdzsk-logo img {
    width: 80px;
    height: auto;
  }
  .wdzsk-logo img:first-child {
    width: 130px;
  }
  .wdzsk-left {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .wdzsk-left > img {
    width: 60%;
    margin: 0 auto;
    display: block;
    height: auto;
  }
  .wdzsk-left > .wdzsk-title {
    width: 100%;
  }
  .wdzsk-left ul {
  }

  .wdzsk-left ul {
    width: 100%;
  }
  .wdzsk-left ul li {
    width: 100%;
    text-align: center;
  }
  .wdzsk_tab.on {
    height: 50vw;
    padding-top: 36vw;
  }

  .wdzsk-right {
    display: block;
    width: 100%;
    padding: 12px 8px;
    min-height: 472px;
  }
  /* 问答知识库 end */
  .zc-container {
    flex-direction: column;
    padding: 12px;
    box-sizing: border-box;
  }
  .zcbox {
    padding: 0;
  }
  .zcbox-left {
    width: 100%;
    padding: 0;
    flex: 1;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .zcbox-right {
    width: 100%;
    flex: none;
    position: relative;
  }
  .zcbox-right img {
    width: 100%;
    height: auto;
  }
  .zcbox-right div:first-child img {
    margin-bottom: 12px;
  }
}
