@font-face {
  font-family: "SourceHanSerifCN-Bold";
  src: url("//ybj.hubei.gov.cn/material/fonts/2025/SOURCEHANSERIFCN-BOLD.otf");
}
a {
  text-decoration: none;
  outline: none; /* 移除轮廓（通常用于聚焦状态的边框） */
}
a:hover {
  text-decoration: none; /* 鼠标悬停时添加下划线 */
  outline: none; /* 移除轮廓（通常用于聚焦状态的边框） */
}
.dcfocus,
a:active,
a:focus {
  text-decoration: none; /* 鼠标悬停时添加下划线 */
  outline: none; /* 移除轮廓（通常用于聚焦状态的边框） */
}
.inner {
  width: 1400px;
  margin: 0 auto;
}
.list-t li{
  line-height: 39px;
}
.home-content {
  display: flex;
  gap: 20px;
  padding-bottom: 26px;
}
.home-left {
  background-color: #edf5ff;
  width: 300px;
  padding: 15px;
}
.bs-title {
  font-size: 24px;
  color: #1d63b5;
  font-weight: bold;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.bs-title span {
  color: #1d63b5;
  font-size: 26px;
  margin-right: 15px;
}
.zwfw a {
  background-color: #fcfdff;
  box-shadow: 0px 5px 9px 0px rgba(106, 161, 222, 0.23);
  border-radius: 6px;
  border: solid 1px #ffffff;
  width: 100%;
  height: 90px;
  background: url("//ybj.hubei.gov.cn/material/images/2025home/zwfwbg.png")
    no-repeat;
  padding-top: 13px;
  padding-left: 9px;
  display: block;
  position: relative;
  margin-bottom: 10px;
  background-size: 100%;
}
.zwfw img {
  margin-bottom: 5px;
}
.zwfw-logo {
  position: absolute;
  transform: scale(0.8);
  bottom: -6px;
  right: 0px;
  margin-bottom: 0px !important;
}
.zwfw .wz {
  width: 150px;
  height: 24px;
  background-color: #fcfdff;
  border-radius: 12px;
  font-size: 14px;
  color: #007cc7;
  line-height: 24px;
  padding-left: 8px;
}

.ybfwdt a {
  width: 100%;
  height: 90px;
  box-shadow: 0px 5px 9px 0px rgba(106, 161, 222, 0.23);
  border-radius: 6px;
  border: solid 1px #ffffff;
  display: block;
  position: relative;
  padding-top: 24px;
  padding-left: 16px;
  margin-bottom: 15px;
  background: url("//ybj.hubei.gov.cn/material/images/2025home/wsfwdtbg.png")
    no-repeat;
  background-size: 100%;
}
.ybfwdt-logo {
  position: absolute;
  bottom: -8px;
  right: 0px;
  transform: scale(0.8);
}
.ybfwdt h4 {
  font-size: 20px;
  color: #0054d3;
  margin-bottom: 10px;
  font-weight: bold;
}
.ybfwdt p {
  font-size: 14px;
  color: #2371d7;
}
.normal-title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 11px;
}

.fw-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 17px; /* 只保留水平间距17px，垂直间距设为0 */
  margin-bottom: 11px;
}

.fw-list li {
  margin-bottom: 13px; /* 修改为10px */
}
.fw-list li:last-child{
  margin-bottom: 10px;
}

.fw-list li a {
  display: block;
  width: 100%;
  height: 55px;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 5px 10px 16px;
  font-size: 16px;
  color: #333333;
  box-shadow: 0px 5px 9px 0px rgba(106, 161, 222, 0.23);
  border-radius: 6px;
  border: solid 1px #ffffff;
}

.fw-list li:nth-child(1) a {
  background-image: linear-gradient(90deg, #d4edff 0%, #ebfbfe 100%);
}
.fw-list li:nth-child(1) a .iconfont {
  background-image: linear-gradient(90deg, #2a6ad5 0%, #0691e0 100%);
  opacity: 0.3;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  bottom: -3px;
}
.fw-list li:nth-child(2) a {
  background-image: linear-gradient(90deg, #fff2de 0%, #fef9eb 100%);
}
.fw-list li:nth-child(2) a .iconfont {
  background-image: linear-gradient(90deg, #fd621e 0%, #ffa067 100%);
  opacity: 0.3;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.fw-list li:nth-child(3) a {
  background-image: linear-gradient(90deg, #f6e6ff 0%, #f9f2ff 100%);
}
.fw-list li:nth-child(3) a .iconfont {
  background-image: linear-gradient(90deg, #949dff 0%, #6878f2 100%),
    linear-gradient(90deg, #ff6e68 0%, #ff4d63 100%);
  opacity: 0.3;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.fw-list li:nth-child(4) a {
  background-image: linear-gradient(90deg, #ffe7e7 0%, #fef2eb 100%);
}
.fw-list li:nth-child(4) a .iconfont {
  background-image: linear-gradient(90deg, #fd6853 0%, #fd9a7c 100%);
  opacity: 0.3;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.fw-list li:nth-child(5) a {
  background-image: linear-gradient(90deg, #d4edff 0%, #ebfbfe 100%);
}
.fw-list li:nth-child(5) a .iconfont {
  background-image: linear-gradient(90deg, #2a6ad5 0%, #0691e0 100%);
  opacity: 0.3;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.fw-list li:nth-child(6) a {
  background-image: linear-gradient(90deg, #fff2de 0%, #fef9eb 100%);
}
.fw-list li:nth-child(6) a .iconfont {
  background-image: linear-gradient(90deg, #fd621e 0%, #ffa067 100%);
  opacity: 0.3;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.fw-list li:nth-child(7) a {
  background-image: linear-gradient(90deg, #e1f7ec 0%, #f0faf7 100%);
}
.fw-list li:nth-child(7) a .iconfont {
  background-image: linear-gradient(90deg, #1cce74 0%, #01ac5c 100%);
  opacity: 0.3;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fw-list li:not(:nth-last-child(-n + 2)) {
  width: calc(50% - 8.5px); /* 对半分减去一半间距 */
}

.fw-list li:nth-last-child(-n + 3) {
  width: 100%;
}
.fw-list li:nth-last-child(-n + 3) a{
  padding: 15px 10px 16px;
}

.fw-list li .iconfont {
  position: absolute;
  right: 10px;
  bottom: 0px;
  font-size: 26px;
  color: #1d63b5;
}

.query-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-image: linear-gradient(90deg, #ffffff 46%, #eff7ff 100%);
  box-shadow: 0px 5px 9px 0px rgba(106, 161, 222, 0.23);
  border-radius: 6px;
  border: solid 1px #ffffff;
  padding: 0px 10px;
}

.query-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.query-item {
  display: block;
  padding: 15px 11px;
  position: relative;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px dashed #ddd;
}
.query-item:nth-child(2){padding-right: 0px;}
.query-item:nth-child(4){padding-right: 0px;}
.query-item:nth-child(6){padding-right: 0px;}
.query-item:nth-child(8){padding-right: 0px;}
.query-item:last-child {
  border: none;
}

.query-arrow {
  color: #1d63b5;
  font-size: 10px;
  position: absolute;
  top: 14px;
  left: 0px;
}

.query-swiper .swiper-pagination {
  position: relative;
  margin-top: 0px;
}
.query-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #4c89e7;
  transition: all 0.3s ease;
  opacity: 1;
  margin: 2px !important;
}
.query-swiper .swiper-pagination-bullet-active {
  width: 14px;
  border-radius: 3px;
}

.gxbcyjs {
  width: 100%;
  height: 85px;
  background: url("//ybj.hubei.gov.cn/material/images/2025home/gxbcyjsbg.png")
    no-repeat;
  box-shadow: 0px 5px 9px 0px rgba(106, 161, 222, 0.23);
  border-radius: 6px;
  border: solid 1px #ffffff;
  margin-top: 19px;
  position: relative;
  background-size: 100%;
  margin-top: 10px;
}
.gxbcyjs a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-left: 17px;
}
.gxbcyjs img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.gxbcyjs p {
  width: 171px;
  height: 26px;
  background: url("//ybj.hubei.gov.cn/material/images/2025home/gxbcyjstext.png")
    no-repeat;
  font-size: 0px;
}

.home-right {
  flex: 1;
  min-width: 0;
}
.p1 {
  padding: 20px;
  padding-top: 0px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 21px 0px rgba(13, 82, 160, 0.15);
}
.headline {
  font-size: 22px;
  color: #333333;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  padding-top: 20px;
}

.news-container {
  display: flex;
  gap: 22px; /* 图片与列表间距 */
}

.news-slider {
  width: 550px;
  position: relative;
  overflow: hidden;
}

.news-slider img {
  width: 100%;
  height: 344px;
  object-fit: cover;
}

.slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px 80px 10px 10px;
}

.news-list {
  flex: 1;
  min-width: 0px;
}

.news-tabs {
  display: flex;
  margin-bottom: 5px;
  justify-content: space-between;
}

.tab-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.tab-btn.active {
  color: #1870d3;
}

.news-items li {
  position: relative;
  padding-left: 20px;
  line-height: 40px;
  font-size: 16px;
}

.news-content .list-t li a {
  width: 75%;
}

.news-title {
  flex: 1;
  color: #333;
}

.news-time {
  position: absolute;
  top: 0;
  right: 0;
  color: #bbb;
}
.news-slider .swiper-pagination {
  right: 0px;
  width: auto;
  text-align: right;
  padding-right: 9px;
  bottom: 17px;
}
.news-slider .swiper-pagination-bullet {
  border: 1px solid #fff;
  background: none;
  opacity: 1;
}
.news-slider .swiper-pagination-bullet-active {
  background: #fff;
}

.p2 {
  height: 120px;
  width: 100%;
  background-color: #eaf6ff;
  border-radius: 6px;
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.ewm-box {
  width: 585px;
  height: 100%;
  background: url("//ybj.hubei.gov.cn/material/images/2025home/ewmbg.png")
    no-repeat;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background-size: 100% 100%;
}
.ewm-box p {
  color: #1d63b5;
  font-weight: bold;
}
.ewm-text {
  width: 70px;
  height: 55px;
  background: url("//ybj.hubei.gov.cn/material/images/2025home/xmtjztext.png")
    no-repeat;
  position: relative;
  background-size: contain;
  margin: 0 auto;
}
.ewm-text span {
  margin-left: 5px;
  font-size: 32px;
  font-weight: normal;
  background: linear-gradient(to bottom, #eea187, #f34719);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: absolute;
  height: 35px;
  padding-top: 5px;
  bottom: -2px;
  right: 3px;
}

.ewm-imgbox {
  display: flex;
  gap: 0px;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 14px;
}

.ewm-imgbox li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 105px;
}

.ewm-imgbox img {
  width: 64px;
  height: 64px;
  display: block;
  margin-bottom: 5px;
}

.ewm-imgbox p {
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  font-weight: normal;
}

.twsp-tab {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: -22.5px;
}

.twsp-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  box-shadow: 0px 5px 9px 0px rgba(102, 139, 180, 0.41);
  position: relative;
  color: #0f55a9;
  font-size: 14px;
}

.twsp-dot::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px dashed white;
  border-radius: 50%;
  display: none;
}

.twsp-item.current {
  background-image: linear-gradient(0deg, #599ae8 0%, #8dc9ff 100%);
  color: #fff;
}
.twsp-item.current .twsp-dot::after {
  display: block;
}

.twsp-item.current .twsp-dot::after {
  border-color: white;
}

.info-list {
  margin-left: 16px;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0px;
  padding-right: 20px;
  min-width: 0px;
}
.info-list li {
  height: 45px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 14px 0px 20px;
  background-color: #ffffff;
  border-radius: 10px;
}
.info-list li a {
  width: 80%;
}
.info-list li a h4 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 0px;
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 超出隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
  width: 100%;
}
.info-list li a span {
  font-size: 14px;
  color: #999999;
}
.info-list li img {
  width: 40px;
  height: 40px;
  background-color: #a1e0fd;
  border-radius: 6px;
  object-fit: contain;
}

.p3 {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 25px; 
}
.p3::after {
  display: none;
}
.p3-left {
  flex: 1;
  min-width: 0;
}

.p3-title {
  position: relative;
}
.p3-title span {
  padding-right: 25px;
  font-size: 24px;
  color: #1d63b5;
  font-weight: bold;
  background: #fff;
  position: relative;
  z-index: 1;
}

.p3-title::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin-left: 25px;
  transform: translateY(-50%);
}
.p3-tabs {
  display: flex;
  gap: 15px;
  margin-bottom: 5px;
  margin-top: 20px;
  cursor: pointer;
  position: relative;
}

.p3-tab {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 13px;
}
.gzbb {
  width: 224px;
  height: 37px;
  background: url("//ybj.hubei.gov.cn/material/images/2025home/bbztbg.png")
    no-repeat;
  border-radius: 6px;
  background-size: 100% 100%;
  border: solid 1px #cfe4fc;
  position: absolute;
  right: 0px;
  top: 30%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 46px;
  padding-left: 10px;
  font-weight: bold;
}
.gzbb a {
  color: #0040a0;
  font-family: "SourceHanSerifCN-Bold";
}

.p3-tab.active {
  border-bottom: 3px solid #1d63b5;
}
.p3 .list-t {
  min-height: 283px;
}
.p3 .list-t li {
  padding-left: 11px;
}
.p3 .list-t a {
  white-space: wrap;
  line-height: 34px;
  margin-bottom: 7px;
}
.p3 .list-t li:last-child a {
  margin-bottom: 0px;
}

.p3 .list-t span {
  color: #999;
  font-size: 16px;
  margin-left: 10px;
}

.hd-box {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.ztzl {
  width: 490px;
  height: 231px;
  background-color: #ebf7ff;
  border-radius: 6px;
  padding: 11px 17px 17px 20px;
}
.ztzl h3 {
  font-size: 24px;
  color: #1d63b5;
  font-weight: bold;
}
.zt-box {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}
.zt-left {
  width: 305px;
}

.zt-swiper {
  width: 100%;
  height: 169px;
  overflow: hidden;
  position: relative;
}
.zt-swiper img {
  width: 305px;
  height: 169px;
}
.zt-swiper a {
  display: block;
  width: 100%;
  height: 100%;
}
.zt-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  opacity: 1;
  transition: all 0.3s ease;
}
.zt-pagination .swiper-pagination-bullet-active {
  width: 14px;
  border-radius: 3px;
}

.zt-right {
  width: 132px;
}

.zt-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zt-right li {
  margin-bottom: 6px;
}
.zt-right li img {
  width: 100%;
  height: 82px;
}

.zt-right li:last-child {
  margin-bottom: 0;
}

.hdjl-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hdjl-list li {
  width: 106px;
  height: 104px;
  background-color: #ffffff;
  box-shadow: 0px 3px 9px 0px rgba(106, 161, 222, 0.31);
  border-radius: 6px;
  border: solid 1px #e9f5ff;
  opacity: 0.8;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.hdjl-list li:nth-last-child(-n + 2) {
  margin-bottom: 0px;
}

.hdjl-list .iconfont {
  display: block;
  font-size: 40px;
}
.hdjl-list li:nth-child(1) .iconfont {
  background-image: linear-gradient(45deg, #5da0ff 0%, #a5caff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 13px;
}
.hdjl-list li:nth-child(2) .iconfont {
  background-image: linear-gradient(45deg, #64caff 0%, #afe4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 13px;
}
.hdjl-list li:nth-child(3) .iconfont {
  background-image: linear-gradient(45deg, #64caff 0%, #afe4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 24px;
}
.hdjl-list li:nth-child(4) .iconfont {
  background-image: linear-gradient(45deg, #5da0ff 0%, #a5caff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 24px;
  font-size: 24px;
}

.hdjl-list p {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  height: 17px;
  margin-bottom: 4px;
}
.hdjl-list span {
  font-size: 14px;
  color: #333333;
}

.p3-right {
  width: 316px;
}

.div-table {
  width: 100%;
  border: 1px solid #e3f0ff;
  border-radius: 6px;
  overflow: hidden;
}

.div-table-header {
  display: flex;
  height: 39px;
  background-color: #2882ea;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 39px;
}
.div-table-header .div-table-col {
  padding: 0px;
  border: none;
}

.div-table-body {
  display: flex;
  flex-direction: column;
}

.div-table-row {
  display: flex;
  padding: 0px 6px;
}

.div-table-row.even {
  background-color: #f2f8ff;
}

.div-table-row:hover {
  background-color: #ffffff;
}

.div-table-col {
  flex: 1;
  padding: 3px 15px;
  text-align: center;
  border-bottom: 1px dashed #c6c6c6;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.div-table-col p {
}
.div-table-row:last-child .div-table-col {
  border: none;
}
.div-table-row .div-table-col:nth-child(1) {
  color: #1d63b5;
}

.jczlxfs {
  width: 100%;
  height: 132px;
  background: url("//ybj.hubei.gov.cn/material/images/2025home/jjjcbg.png")
    no-repeat;
  border-radius: 6px;
  margin-top: 20px;
  padding: 19px 14px;
}
.jczlxfs h4 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.contact-info {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.contact-item {
  display: flex;
}

.contact-item .iconfont {
  font-size: 16px;
  color: #919fb3;
  margin-right: 5px;
  min-width: 5px;
}

.contact-text {
  font-size: 16px;
  color: #333333;
  max-width: calc(100% - 30px);
}

#ad-side {
  position: fixed;
  top: 30%;
  right: 15px;
  z-index: 999;
}
#ad-side #right {
  display: block;
  width: 50px;
  border-radius: 3px;
  background-color: #0000;
  border: 0px;
  z-index: 2;
  float: right;
}
#ad-side #close {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  float: right;
  margin-top: -26px;
  margin-right: 18px;
  position: relative;
  _display: inline;
}
#ad-side #right ul li {
  text-align: center;
}
#ad-side #right ul .dxe a {
  height: 50px;
}
#ad-side #right .dxe img {
  height: 38px;
  margin-top: -2px;
}
#ad-side #right .wx .qr,
#ad-side #right .znkf .qr,
#ad-side #right .sxqd .qr {
  display: none;
  position: absolute;
  top: 11px;
  right: 61px;
  background-color: white;
  border-radius: 5px;
  padding: 2px;
  color: #409eff;
  border: 1px solid #409eff;
  width: 130px;
}
#ad-side #right ul li + li {
  border-top: none;
}
#ad-side #right ul li a {
  color: #0560a5;
  height: 50px;
  padding: 10px 0px;
  display: block;
}
#ad-side #right img {
  width: 31px;
  height: 31px;
}
#ad-side #right .sxqd .qr {
  display: none;
  position: absolute;
  top: 70px;
  right: 63px;
  background-color: white;
  border-radius: 5px;
  padding: 4px;
  color: #409eff;
  width: 110px;
  border: 1px solid #409eff;
}
#ad-side ul li {
  margin: 0 auto 10px;
  border-radius: 50%;
  background-color: #409eff;
}
#close {
  display: block;
  width: 16px;
  height: 16px;
  background: url(//ybj.hubei.gov.cn/material/images/images2022/close.png)
    no-repeat;
  cursor: pointer;
  text-align: left;
  letter-spacing: -3em;
  overflow: hidden;
  background-size: contain;
}
#ad-side #right .wx:hover .qr {
  display: block;
}
#ad-side #right .sxqd:hover .qr {
  display: block;
}


.twsp-content {
  flex: 1;
  min-width: 0;
  height: 100%;
}

.div-table-body {
  position: relative;
  overflow: hidden;
  height: 340px;
}


.div-table-scroll {
  position: relative;
}

.scroll-content {
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

/* 移动适配 */
@media (max-width: 1200px) {
  .inner {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .home-content {
    flex-direction: column;
    padding: 20px;
  }

  .home-left {
    width: 100%;
    padding: 10px;
  }

  .bs-title {
    font-size: 18px;
  }

  .bs-title span {
    font-size: 18px;
    margin-right: 10px;
  }

  .ybfwdt h4 {
    font-size: 16px;
  }

  .ybfwdt a {
    margin-bottom: 20px;
  }

  .normal-title {
    font-size: 18px;
  }

  .fw-list li a {
    font-size: 14px;
    height: 60px;
    padding: 15px 16px 16px;
  }

  .gxbcyjs p {
    width: 140px;
    background-size: contain;
  }

  .query-item {
    font-size: 14px;
  }

  .headline {
    font-size: 20px;
  }

  .news-container {
    flex-direction: column;
  }

  .news-slider {
    width: 100%;
  }

  .p1 {
    padding: 10px;
  }

  .tab-btn {
    font-size: 14px;
  }

  .news-content .list-t li a {
    font-size: 12px;
  }

  .p2 {
    height: auto;
    flex-direction: column;
    padding: 10px;
  }

  .ewm-box {
    padding-left: 0px;
    background: none;
    width: 100%;
  }

  .ewm-imgbox {
    margin-left: 0px;
    flex: 1;
  }

  .ewm-imgbox img {
    width: 46px;
    height: auto;
    margin-bottom: 5px;
  }

  .ewm-text {
    width: 70px;
    height: 45px;
    background-size: contain;
  }

  .ewm-text span {
    font-size: 21px;
  }

  .ewm-imgbox p {
    font-size: 7px;
  }

  .ewm-imgbox li {
    width: 25%;
  }

  .twsp-tab {
    flex-direction: row;
    gap: 15px;
    margin-left: 0px;
    margin-top: 15px;
  }

  .info-list {
    margin-left: 0px;
    padding: 0px;
    padding-right: 0px;
    width: 100%;
    margin-top: 15px;
  }

  .p3 {
    margin-top: 20px;
    flex-direction: column;
  }

  .p3-title span {
    font-size: 18px;
    padding-right: 22px;
  }

  .p3-tab {
    font-size: 16px;
  }

  .gzbb {
    font-size: 14px;
    top: -93%;
    width: 65%;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    background-size: 100% 100%;
    z-index: 998;
  }
  .p3 .list-t a {
    font-size: 12px;
  }
  .p3-tab {
    padding-bottom: 5px;
  }
  .hd-box {
    flex-direction: column;
  }
  .ztzl {
    width: 100%;
    height: auto;
  }
  .ztzl h3 {
    font-size: 18px;
  }
  .zt-left {
    width: 60%;
  }
  .zt-swiper img {
    width: 100%;
    height: 132px;
    object-fit: cover;
  }
  .zt-swiper {
    height: 132px;
  }
  .zt-right {
    width: 38%;
  }
  .zt-right li img {
    height: 63px;
    object-fit: cover;
  }
  .hdjl-list li {
    width: 23% !important;
  }
  .hdjl-list p {
    font-size: 12px;
  }
  .hdjl-list span {
    font-size: 11px;
  }
  .hdjl-list li:nth-child(1) .iconfont {
    margin-bottom: 5px;
  }
  .hdjl-list li:nth-child(2) .iconfont {
    margin-bottom: 5px;
  }
  .p3-right {
    width: 100%;
  }
  .jczlxfs {
    background-size: 100% 100%;
  }
  .info-list li {
    margin-bottom: 10px;
  }
  .info-list li:last-child {
    margin-bottom: 0px;
  }
}
