@charset "UTF-8";

* {
  box-sizing: border-box;
}

body {
  background: none !important;
  background-color: #fff;
}

a:hover,
a:hover h5 {
  color: #558fe2 !important;
}

.img {
  overflow: hidden;
  cursor: pointer;
}

.img img {
  transition: all .3s;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.img:hover img {
  transform: scale(1.03);
}

.zt-row {
  margin-bottom: 60px;
}

.elli-s {
  /* 超出一行显示省略号 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.elli-m {
  /* 超出两行显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.elli-t {
  /* 超出三行显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 响应式布局 */
.zt-container {
  width: 1200px;
  margin: 0 auto;
  overflow: visible;
}

.zt-container:after,
.zt-container:before {
  display: table;
  content: "";
}

.zt-container:after {
  clear: both;
}

@media (max-width: 1500px) {
  .zt-container {
    width: 1200px;
  }
}

@media (max-width:1480px) {
  .zt-container {
    width: 1170px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1280px) {
  .zt-container {
    width: 970px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  .zt-container {
    width: 750px !important;
  }
}

@media (max-width: 768px) {
  .zt-container {
    width: auto !important;
  }
}


/* header */
.zt-header {
  width: 100%;
  /* padding-top: 63px; */
}

.zt-header .header-bg {
  width: 100%;
  /* position: absolute; */
  /* top: 0; */
  z-index: -1;
}

.zt-header .header-bg img {
  width: 100%;
  display: block;
}

.zt-header .logo {
  position: absolute;
  top: 24px;
  width: 100%;
}

.zt-header .logo .logo-img {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.zt-header .logo .logo-img .header-text {
  /* width: ; */
}

.zt-header .logo a {
  width: 256px;
  display: inline-block;
}

.zt-header .logo a img {
  width: 100%;
}

/* logo */
@media (max-width:768px) {
  .zt-header .logo a img {
    /* width: 50%; */
  }
}

@media (max-width:431px) {
  .zt-header .logo .logo-img {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }

  .zt-header .logo a {
    width: 50%;
    display: inline-block;
  }

  .zt-header .logo {
    top: 0;
  }
}


/* main-content */
.zt-main {
  width: 100%;
  margin-top: 10px;
}

.zt-main .mod-title {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mod-title .title {
  display: inline-block;
  /* width: 175px; */
  height: 35px;
  display: flex;
  gap: 17px;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 37.65px;
  color: rgba(30, 91, 203, 1);
}

.mod-title .title::before {
  content: "";
  width: 9px;
  height: 82.85%;
  background-color: rgba(30, 91, 203, 1);
}

.mod-title .more {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20.27px;
  color: rgba(143, 143, 143, 1);
  text-align: left;
  vertical-align: top;
}

.show-detail {
  font-weight: 400;
  color: rgba(212, 48, 48, 1);
}

.zt-main .content-box {
  background-color: rgb(255, 255, 255);
}

/* 数据发布 */
.sjfb-box .mod-content .sjfb-form.layui-form label {
  font-size: 24px;
  font-weight: 500;
  line-height: 34.75px;
  color: rgba(51, 51, 51, 1);
}

.sjfb-box .mod-content .sjfb-form.layui-form .sjfb-form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 33px;
}

.sjfb-box .mod-content .sjfb-form .tjsj-select {
  width: 295px;
}

.sjfb-box .mod-content .sjfb-form .tjsj-select input {
  height: 40px;
  padding: 0 23px;
}

.sjfb-box .mod-content .sjfb-form .item-left {
  display: flex;
  align-items: center;
  gap: 34px;
}

.sjfb-box .mod-content .sjfb-form .item-right {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  color: rgba(51, 51, 51, 1);
}

.sjfb-box .mod-content .sjfb-form .item-right.sjly-text {
  /* letter-spacing: 3px;
  align-self: flex-end; */
  font-size: 20px;
}

.sjfb-box .mod-content .sjfb-form .layui-btn {
  background-color: rgba(30, 91, 203, 1);
  width: 80px;
}

.layui-form-select dl dd.layui-this {
  background-color: rgba(30, 91, 203, 1);
}

.sjfb-box .mod-content .sjfb-form .sjb-sjt-select {
  width: 260px;
}

.layui-laydate-main {
  width: 50% !important;
}

.time-range {
  width: 52%;
  flex-shrink: 0;
}

.time-label {
  flex-shrink: 0;
}

/* cy-tab切换按钮 */
.cy-tab-switch {
  width: 100%;
  height: 40px;
  /* border-radius: 999px; */
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.cy-tab-switch .item {
  /* width: 33%; */
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 999px; */
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
  border: 1px solid rgba(232, 232, 232, 1);
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  border-radius: 3px;
}

.cy-tab-switch .item.on {
  background-color: rgba(30, 91, 203, 1);
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(30, 91, 203, 1);
}




/* tab切换按钮 */
.tab-switch {
  width: 260px;
  height: 40px;
  border-radius: 999px;
  background-color: #fff;
  position: relative;
  display: flex;
  border: 1px solid rgba(232, 232, 232, 1);
}

.tab-switch .item {
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

.tab-switch .item.on {
  background-color: rgba(30, 91, 203, 1);
  flex-grow: 1;
  color: rgba(255, 255, 255, 1);
}

@media (max-width:992px) {
  .tab-switch {
    width: 260px;
  }

  /* .tab-switch .item {
    width: 145px;
  } */
}




.sjfb-box .mod-content #echarts-box {
  height: 400px;
}

.sjfb-box .mod-content #table-box th,
.sjfb-box .mod-content #table-box td {
  /* height: 400px; */
  text-align: center;
}


.sjfb-box .mod-content .text {
  font-size: 16px;
  line-height: 30px;
  color: rgba(51, 51, 51, 1);
  text-align: justify;
  text-indent: 2em;
}


/* 数据解读 */
/* tw-list */
.tw-list {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tw-list .tw-item {
  display: inline-block;
  vertical-align: top;
  width: 24.16%;
  background-color: #fff;
  /* box-shadow: 5px 5px 5px rgb(235, 243, 239); */
}

.tw-list .tw-item .img {
  width: 100%;
  height: 183px;
  overflow: hidden;
}

.tw-list .tw-item .img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.tw-list .tw-item .text {
  padding: 5px 10px;
}

.tw-list .tw-item .text h5 {
  font-size: 16px;
  line-height: 26px;
  color: black;
  font-weight: 400;
  text-align: justify;
}

/* tw-list 自适应 */
@media (max-width:1480px) {}

@media (max-width:1200px) {}

@media (max-width:992px) {}

@media (max-width:768px) {}

@media (max-width:431px) {
  .tw-list .tw-item {
    width: 48.6%;
  }
}

/* 统计年鉴和统计公报 */
.tjnj-tjgb-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}

.tjnj-tjgb-box .box-item {
  width: 48%;
}

/* 分页列表 */
.bsj-pageList {
  width: 100%;
  position: relative;
}

.bsj-pageList li {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.bsj-pageList li a {
  max-width: 80%;
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.bsj-pageList li a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(42, 130, 228, 1);
  flex-shrink: 0;
}

.bsj-pageList h5 {
  display: inline-block;
  flex-grow: 1;
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.bsj-pageList .time {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: rgba(145, 145, 145, 1);
}

@media (max-width:992px) {
  .bsj-pageList li a {
    max-width: 70%;
  }
}

@media (max-width:768px) {}

@media (max-width:431px) {}


/* 专题数据 */
.ztsj-box .mod-content ul {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  row-gap: 23px;
  column-gap: 2.45%;
}

.ztsj-box .mod-content ul li {
  width: 23.16%;
  height: 66.56px;
}

.ztsj-box .mod-content ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 11.41px rgba(41, 82, 158, 0.23);
  font-size: 19.22px;
  color: rgba(51, 51, 51, 1);
}

.ztsj-box .mod-content ul li:hover a {
  background: linear-gradient(175.72deg, rgba(107, 188, 255, 1) 0%, rgba(57, 135, 255, 1) 100%);
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1) !important;
}


/* footer */
.footer-mode .module-box {
  box-sizing: content-box !important;
}



/* 整体自适应 */
@media (max-width:1480px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {}

@media (max-width:992px) {
  .sjfb-box .mod-content .sjfb-form.layui-form label {
    font-size: 20px;
  }

  /* .sjfb-box .mod-content .sjfb-form .tjsj-select {
    width: 240px;
  } */

  /* .sjfb-box .mod-content .sjfb-form .sjb-sjt-select {
    width: 120px;
  } */
}

@media (max-width:768px) {}

@media (max-width:431px) {
  .sjfb-box .mod-content .sjfb-form.layui-form label {
    font-size: 16px;
    font-weight: 700;
  }

  .sjfb-box .mod-content .sjfb-form.layui-form .sjfb-form-item {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .sjfb-box .mod-content .sjfb-form .item-left {
    width: 100%;
    justify-content: space-between;
  }

  .sjfb-box .mod-content .sjfb-form .item-right {
    width: 100%;
  }
  .sjfb-box .mod-content .sjfb-form .tab-switch-label {
    display: none;
  }

  

  .tab-switch {
    width: 100%;
  }

  .tab-switch .item {
    width: 45%;
  }

  .sjfb-box .mod-content .sjfb-form .sjb-sjt-select {
    width: 100%;
  }


  .layui-laydate-range {
    width: 100% !important;
    left: 0 !important;
  }

  .layui-laydate-main {
    width: 50% !important;
  }



  .tjnj-tjgb-box .box-item {
    width: 100%;
  }

  .ztsj-box .mod-content ul li {
    width: 48.6%;
  }

  .sjfb-box .mod-content .sjfb-form .item-right.sjly-text {
    font-size: 16px;
  }
}
