@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;
}

/* 政策文件 */

.zcbox {
  padding: 0 0 64px;
  background-color: #f0f1f7;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.zc-container {
  display: flex;
  margin: 0 auto;
}
.zcbox-left {
  width: calc(100% - 394px);
  padding: 24px;
  flex: 1;
  background: #fff;
  box-sizing: border-box;
  margin-right: 24px;
}
.zcbox-left-top {
  display: flex;
  align-items: center;
}
.zcbox-left-top img {
  width: auto;
  height: 130px;
}
.zcbox-left-top .zcwjk {
  position: relative;
}
.zcbox-left-top .xzgf {
  margin-left: 24px;
}
.zcbox-right {
  width: 370px;
  flex: 1;
  background-color: #f4f7fa;
  position: relative;
}
.zcbox-right img {
  width: 100%;
  height: 200px;
}
.zcbox-right div:first-child img {
  margin-bottom: 20px;
}

/* 政策文件库搜索 */
.zc-search {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 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;
}
.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*/

/* 政策解读 政策文件 */
.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;
}
.x-tab-item.on a {
  color: #245396;
}

.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;
}
.xinxi_center_l {
  margin-top: 10px;
}

.x-link a:hover {
  color: #245396;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

/*轮播*/
.silder {
  width: 100%;
  height: 220px !important;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.silder .silder_list {
  height: 220px !important;
  overflow: hidden;
  position: relative;
}
.silder .silder_list li:first-child {
  z-index: 2;
}
.silder .silder_list li {
  z-index: 1;
}
.silder .silder_list li.slideshide {
  z-index: -1;
}

.silder .silder_list a {
  position: absolute;
  top: 0;
  left: 0;
}

.silder .silder_list a,
.silder .silder_list img {
  display: inline-block;
  float: left;
}

.silder .silder_page {
  display: flex;
  justify-content: center;
  height: 30px;
  text-align: right;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  position: absolute;
  bottom: 1px;
  z-index: 10;
}

.silder .silder_page li {
  width: 20px;
  font-size: 0;
  height: 4px;
  line-height: 0;
  border-radius: 1px;
  margin: 15px 10px 0 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  text-align: center;
  color: #000;
}

.silder .silder_page li.current {
  background: #fff;
  color: #fff;
}

.silder_desc {
  display: none;
  color: #fff;
  float: left;
  line-height: 50px;
  height: 50px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  text-indent: 10px;
  z-index: 9;
}

.silder .silder_page li:hover {
  cursor: pointer;
}

.silderbottom {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
  filter: alpha(Opacity=80);
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 9;
}
.carousel-image {
  cursor: pointer;
  width: 100%;
  height: 220px !important;
}
/* 轮播 end */

@media screen and (min-width: 768px) {
  .slides_box {
    min-width: 1200px;
  }
  /* 轮播图 */
  .silder .silder_list li {
    position: absolute;
    width: 100%;
    left: 0;
    height: 360px;
    opacity: 0;
    transition: all 1s;
    display: list-item !important;
  }
  .silder .silder_list li:first-child {
    opacity: 1;
  }
  .silder .silder_list li.slideshow {
    opacity: 1;
  }
  .silder .silder_list li.slideshide {
    opacity: 0;
    z-index: -1;
  }
  /* 轮播图 end */

  .zfxxgk {
    width: 100%;
    min-width: 1200px;
    height: auto;
    flex-wrap: wrap;
    background: #f0f1f7;
  }
  .zfxxgk_title {
    width: 100%;
    text-align: center;
    position: relative;
    font-family: Source Han Sans;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #3d3d3d;
  }
  .zfxxgk-container {
    padding: 50px 0;
    display: flex;
    align-items: flex-start;
  }
  .zfxxgk-left,
  .zfxxgk-right {
    width: 50%;
    flex: none;
  }
  /* 领导头像 */
  .zfxxgk-left .zfxxgk_title {
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 32px;
    margin-top: 28px;
  }
  .leader-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-right: 40px;
  }
  .leader-box .leader-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40%;
  }
  .leader-box .leader-avatar {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    width: 135px;
    height: 190px;
    margin-bottom: 20px;
    background-color: #f00001;
  }
  .leader-box .leader-avatar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f00001; /* 遮罩颜色和透明度 */
    pointer-events: none; /* 使伪元素不接收鼠标事件 */
    background-clip: padding-box; /* 背景裁剪仅包括内边距区域和内容 */
  }

  .leader-box .leader-item:first-child img {
    position: relative;
    top: 30px;
    width: auto;
    max-height: 210px;
    margin-bottom: 12px;
    z-index: 1;
  }
  .leader-box .leader-item img {
    position: relative;
    top: 12px;
    width: auto;
    max-height: 180px;
    margin-bottom: 12px;
    z-index: 1;
  }
  .leader-box .leader-item .leader-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .leader-box .leader-item .leader-post {
    font-size: 16px;
  }

  /* 政府信息公开 */
  .zfxxgk-right {
    padding: 28px 20px 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
  }
  .zfxxgk-right .zfxxgk_title {
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 12px;
  }

  .zfxxgk_title .zfxxgk_title_img {
    left: 465px;
  }
  .zfxxgk_items {
    width: 100%;
    height: auto;
  }
  .zfxxgk_items ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .zfxxgk_items ul a {
    width: 170px;
    padding: 10px;
    box-sizing: border-box;
  }
  .zfxxgk_items ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    background: rgba(36, 83, 150, 0.1);
    font-size: 16px;
  }
  .zfxxgk_items i {
    font-size: 80px;
    color: #3e90ef;
  }
  .zfxxgk_items ul li img {
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
  }

  /* 政府信息公开 end */

  .zcbox {
    min-width: 1200px;
  }

  /* 数据开放 */
  .sjfb {
    width: 100%;
    min-width: 1200px;
    padding-top: 40px;
  }
  .iframe-data {
    width: 1200px;
    height: 550px;
    margin: 0 auto;
    display: block;
    border: none;
    overflow: hidden;
  }
  /* 数据开放 end*/

  /* 重点领域政务信息 start*/
  .zdly {
    min-width: 1200px;
    height: auto;
    padding-top: 56px;
    background-color: #e5e8f4;
    background-image: url('/szgyyq/xhtml/images/ywtk/home-bg-row-2.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
  }
  .zdly_items {
    width: 100%;
    height: auto;
    margin-top: 28px;
    padding-bottom: 50px;
  }
  .zdly_items ul {
    display: flex;
    flex-wrap: wrap;
  }
  .zdly_items ul li {
    display: flex;
    align-items: center;
    width: 180px;
    height: 60px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    line-height: 20px;
    font-size: 17px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .zdly_items ul a:nth-child(6n) li {
    margin-right: 0;
  }
  .zdly_items ul .li-2 {
    width: 380px;
  }
  .zdly_items ul li img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }
  .zdly_items_tc {
    width: 530px !important;
    background: #f4f7fa url(../images/ywtk/0826_43.jpg) no-repeat 537px 21px !important;
  }
  /* 重点领域政务信息 end*/

  /* 特色专栏 */
  .tszl {
    padding-top: 56px;
  }
  .banner {
    width: 1200px;
    margin: 28px auto 20px;
  }
  .banner ul {
    display: flex;
    justify-content: space-between;
  }
  .banner ul li a img {
    max-width: 95%;
  }
  /* 特色专栏 end */
}

@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;
  }

  .zfxxgk-container {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .zfxxgk-left,
  .zfxxgk-right {
    width: 100%;
    flex: none;
  }
  .zfxxgk-right {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .zfxxgk-left {
    margin-bottom: 20px;
  }
  /* 领导头像 */
  .zfxxgk-left .zfxxgk_title {
    text-align: center;
    justify-content: center;
    margin-bottom: 12px;
  }
  .leader-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-right: 0;
  }
  .leader-box .leader-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40%;
  }
  .leader-box .leader-avatar {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    width: 135px;
    height: 190px;
    margin-bottom: 20px;
    background-color: #f00001;
  }
  .leader-box .leader-avatar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f00001; /* 遮罩颜色和透明度 */
    pointer-events: none; /* 使伪元素不接收鼠标事件 */
    background-clip: padding-box; /* 背景裁剪仅包括内边距区域和内容 */
  }

  .leader-box .leader-item:first-child img {
    position: relative;
    top: 30px;
    width: auto;
    max-height: 210px;
    margin-bottom: 12px;
    z-index: 1;
  }
  .leader-box .leader-item img {
    position: relative;
    top: 12px;
    width: auto;
    max-height: 180px;
    margin-bottom: 12px;
    z-index: 1;
  }
  .leader-box .leader-item .leader-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .leader-box .leader-item .leader-post {
    font-size: 16px;
  }

  /* 政府信息公开 */
  .zfxxgk {
    width: 100%;
    height: auto;
    background: none;
    padding-top: 10px;
    margin-top: 0;
  }
  .zfxxgk_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #333333;
  }
  .zfxxgk_title .zfxxgk_title_img {
    left: 0;
    right: 0;
    top: 60px !important;
    margin: auto;
  }
  .zfxxgk_items {
    width: 100%;
    height: auto;
  }
  .zfxxgk_items ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .zfxxgk_items ul a {
    width: calc(50% - 20px);
    padding: 0;
    margin: 10px;
  }
  .zfxxgk_items ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    float: left;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    text-align: center;
    box-shadow: 0 0 10px 5px #ededf4;
  }
  .zfxxgk_items i {
    font-size: 50px;
    color: #3e90ef;
  }
  .zfxxgk_items ul li img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  /* 政府信息公开 end */


    /* 政策文件库搜索 */
    .zc-search {
      position: absolute;
      bottom: 5vw;
      left: 0;
      right: 0;
      margin: auto;
      width: 80%;
      height: 10vw;
    }
  
    .zc-search dl {
      position: relative;
      width: 100%;
      background-color: #fff;
      border: 1px solid #dae0e8;
      border-radius: 5vw;
      overflow: hidden;
    }
  
    .zc-search dl dd {
      padding-left: 10px;
      height: 10vw;
      background-color: transparent;
      border: none;
    }
  
    .zc-search dl dd input[type='text'] {
      padding: 0;
      height: 10vw;
      line-height: 10vw;
      width: 100%;
      font-size: 14px;
      color: #333;
      background: none;
      border: 0;
      vertical-align: top;
      position: relative;
      z-index: 9;
    }
    .zc-search dl dd input[type='text']::placeholder {
      color: #a7aab3;
    }
  
    .zc-search dl dd.button {
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 10vw;
      z-index: 10;
    }
  
    .zc-search dl dd input.searchBtn {
      width: 100%;
      height: 10vw;
      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*/

  /* 数据开放 */
  .iframe-data {
    width: 100%;
    height: 650px;
    margin: 0 auto;
    display: block;
    border: none;
    overflow: hidden;
    margin-bottom: 20px;
  }
  /* 数据开放 end*/

  /* 政策文件 */
  /* 政策文件 */

  .zcbox {
    padding: 0 0 30px;
    background-color: #e5e8f4;
    background-size: 100% 100%;
    background-position: center;
  }
  .zc-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .zcbox-left {
    width: 100%;
    padding: 12px;
    flex: 1;
    background: #fff;
    box-sizing: border-box;
    margin-right: 24px;
  }
  .zcbox-left-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .zcbox-left-top img {
    width: 100%;
    height: auto;
  }

  .zcbox-left-top .xzgf {
    width: 100%;
    margin-left: 0;
  }
  .zcbox-right {
    width: 100%;
    flex: 1;
    padding: 12px;
    background-color: #f4f7fa;
    position: relative;
  }
  .zcbox-right img {
    height: auto;
  }
  .zcbox-right div:first-child img {
    margin-bottom: 20px;
  }
  /* 政策文件 end */

  /* 重点领域政务信息 */
  .zdly {
    width: 100%;
    height: auto;
    background: none;
    background-position: bottom;
  }
  .zdly_items {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .zdly_items ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
  }
  .zdly_items a {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .zdly_items ul li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    background: #f4f7fa url(../images/ywtk/0826_43.jpg) no-repeat 90% 24px;
    line-height: 25px;
    font-size: 15px;
    padding: 0 10px !important;
    box-sizing: border-box;
    overflow: hidden;
  }
  .zdly_items ul a:nth-child(2n) {
    margin-right: 0;
  }
  .zdly_items ul a:nth-last-child(1) {
    width: calc(100% - 20px);
    margin-right: 0;
  }
  .zdly_items ul li img {
    width: 32px;
    height: 32px;
  }

  .zdly_items_tc {
    width: 530px !important;
    background: #f4f7fa url(../images/ywtk/0826_43.jpg) no-repeat 537px 21px !important;
  }
  /* 重点领域政务信息 end*/

  /* 特色专栏 */
  .tszl {
    margin-top: 20px;
  }
  .banner {
    width: 100%;
    margin: 20px auto;
    padding: 0 10px;
  }
  .banner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .banner ul li {
    width: calc(50% - 5px);
    margin-bottom: 8px;
  }
  .banner ul li a img {
    width: 100%;
    max-width: 100%;
  }
  /* 特色专栏 end */
}
