﻿@charset"utf-8";
/* 首页样式 START */

/* 轮播图 STRART */
.swiperBox {
  width: 100%;
  height: 340px;
  margin-bottom: 34px;
  position: relative;
}

.swiperBox .bd li img {
  width: 100%;
  height: 340px;
}

/* .swiperBox .swiper-button-next{
  position: absolute;
  top: 50%;
  right: 45px;
} */
.swiper-button-next,
.swiper-button-prev,
.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
  cursor: pointer !important;
}

/* 轮播图 END */

/* 新闻动态 START */
.swiperBox2 .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.swiperBox2 .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.swiperBox2 .hd ul li {
  width: 8px;
  float: left;
  height: 8px;
  border-radius: 8px;
  background: #555 !important;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff !important;
  cursor: pointer;
  cursor: pointer;
}

.swiperBox2 .hd ul li.on {
  background: #fff !important;
  /* 两种都可以 */
  width: 8px;
  height: 8px;
  border-radius: 8px;

  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff !important;
  cursor: pointer;
}

.newsBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 39px;
}

.home-title {
  width: 100%;
  margin: 0 0 16px;
  padding: 0 0 0 14px;
  border-left: 4px solid #0896ec;

  color: #0896ec;
  /* color: #878787; */

  font-weight: bold;
  line-height: 28px;
  font-size: 16px;
}

.home-title-more {
  cursor: pointer;
}

.newsBox .home-title-blank {
  width: 90%;
  /* width: calc(100% - 98px); */
}

.home-title-blank {
  width: 100%;
  height: 10px;
  margin: 10px 10px 0 20px;
  background-color: #f3f7fa;
}

.nav {
  margin-bottom: 8px;
}

.swiperBox2 {
  width: 480px;
  height: 265px;
  overflow: hidden;
  float: left;
  position: relative;
}

.swiperBox2 .bd,
.swiperBox2 .bd ul,
.swiperBox2 .bd li,
.swiperBox2 .bd li img {
  width: 100%;
  height: 100%;
}

.swiper2-dot {
  position: absolute;
  bottom: 25px;
  right: 10px;
  width: 25% !important;
  height: auto;
}

.img-infoBox {
  width: 100%;
  height: 38px;
  background: rgba(0, 0, 0, 0.5);
  width: 480px;
  position: absolute;
  padding-left: 30px;
  box-sizing: border-box;
  bottom: 0;
}

.img-info {
  width: 280px;
  height: 38px;

  line-height: 38px;

  overflow: hidden !important;
  float: left;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #fff;
  font-size: 14px;
}

/* .swiper-container2 {} */

.swiper-container2 .swiper-slide {
  width: 471px;
  height: 265px;
}

.swiper-container2 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.news-rightBox {
  width: 580px;
  float: right;
  overflow: hidden;
}

.nav {
  width: 100%;
  height: 48px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.mechanism-text .home-jg:nth-child(2n) {
  float: right;
}

.nav li {
  float: left;
  font-size: 18px;
  font-weight: 700;
  /* padding-bottom: 16px; */
  padding: 8px 12px 16px;
  cursor: pointer !important;
}

.nav li a {
  color: #515a6e !important;
}

.nav .active {
  border-bottom: 4px solid #0896ec !important;
}

.nav-tabs li a {
  color: #515a6e !important;
}

/* .newsBox .news-rightBox .nav-tabs {
  display: none;
} */
.nav .active a {
  color: #0896ec !important;
}

.tab-content {
  width: 100%;
  height: auto;
}

.tab-content li {
  /* padding: 8px 0; */
  /* border-bottom: 1px dashed #ddd; */
  /* overflow: hidden; */
  /* cursor: pointer; */
  font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti;
  font-size: 14px;
  /* padding-left: 25px; */
  line-height: 35px;
  overflow: hidden;
  position: relative;
  height: 35px;
  color: #333333;
}

.tab-content li a {
  color: #333 !important;
}

.tab-content ul li:nth-of-type(6) {
  border: none;
}

.tab-content .dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #069ae5;
  float: left;
  margin-top: 14px;
  margin-right: 15px;
}

.tab-content .text {
  float: left;
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mechanism .tab-content .text {
  width: 320px;
}

.tab-content .tab-time {
  float: right;
  color: #333;
}

.text-more {
  display: none;
}

.mechanism .news-rightBox {
  width: 100%;
  margin-top: 15px;
}

.mechanism-text p {
  margin-top: 10px;
}

.mechanism .news-rightBox .nav {
  height: 41px;
}

.mechanism .news-rightBox .nav li {
  padding-top: 0;
}

.mechanism .news-rightBox .tab-content li:nth-child(5) {
  border: none;
}

/* 新闻动态 END */
/* 机构概况 START */
.mechanismBox {
  width: 100%;
  overflow: hidden;
}

.mechanism {
  /* width: auto; */
  float: left;
  margin-left: 50px;
}

/* .mechanismBox .mechanism+.mechanism+.mechanism .nav-tabs+.nav-tabs {
  display: none;
} */
.mechanism:first-child {
  margin-left: 0;
  width: 260px;
}

.home-title .home-title-more a {
  color: #08c;
}

.mechanismBox .home-jg {
  width: 68px;
  margin: 3px 22px 32px;
  color: #515a6e;
}

.mechanismBox .home-jg img {
  width: 100%;
}

.mechanismBox .home-jg p {
  text-align: center;
}

.affairsBox {
  width: 309px;
  height: auto;
  margin-top: 30px;

  overflow: hidden;
}

.affairs-list {
  width: 48%;
  height: 65px;
  /* margin-right: 4%; */
  padding: 18px 16px;
  box-sizing: border-box;
  float: left;
  line-height: 29px;
  overflow: hidden;
  margin-bottom: 15px;
  background: #edf5f9;
}

.affairs-listImage {
  width: 24px;
  height: 28px;
  float: left;
  margin-right: 20px;
}

.affairs-listImage img {
  width: 100%;
  height: 100%;
  /* margin-top: 18px; */
}

.affairs-list span {
  margin-top: 6px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0896ec;
  line-height: 32px;
}

.affairs-list+.affairs-list+.affairs-list+.affairs-list .affairs-listImage {
  margin-right: 8px !important;
}

.affairsBox a {
  display: inline-block;
  width: 100%;
}

.affairsBox .affairs-list:nth-child(2n) {
  margin-right: 0;
}

.affairsBox .affairs-list+.affairs-list+.affairs-list {
  float: left;
}

.affairsBox .affairs-list+.affairs-list {
  float: right;
}

.affairsBox .affairs-list+.affairs-list+.affairs-list+.affairs-list {
  float: right;
}

.affairsBox .affairs-list+.affairs-list+.affairs-list+.affairs-list+.affairs-list {
  padding: 16px 60px;
  width: 100% !important;
}

.affairsBox .affairs-list:nth-child(5) img {
  margin-right: 25px;
}

.mechanism:nth-child(3) {
  width: 450px;
  float: right;
  margin-left: 0;
}

.mechanism .home-title {
  box-sizing: border-box;
}

/* 机构概况 END */

/* 政民互动 START */
.home-row {
  width: 100%;
  margin-bottom: 30px;
}

.home-row+.home-row+.home-row {
  margin-bottom: 0;
}

.zmBox {
  width: 620px;
  margin-top: 12px;
  float: left;
  background: #f4f4f4;
  /* overflow: hidden; */
}

.ztBox {
  background: #fff;
}

.home-row .home-hd {
  width: 512px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: auto;
  float: left;
}

.home-hd .home-hd-item {
  width: 141px !important;
  height: auto;
  margin: 18px 0;
  float: left !important;
  margin-left: 22px;
}

.img-full {
  width: 100%;
  height: 100%;
  float: left;
}

.zm-right {
  width: 450px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zm-right a {
  width: 48%;
  height: auto;
  /* display: inline-block; */
  float: left;
  margin-right: 2%;
}

.zm-right a+a {
  float: right;
  margin-right: 0;
}

.zm-img {
  width: 48%;
  height: auto;
  cursor: pointer;
  float: left;
}

.zm-img img {
  width: 100%;
  height: 100%;
}

.zm-right .zm-img+.zm-img {
  float: right !important;
  margin-right: 0;
}

/* 政民互动 END */

/* 专题专栏 START */
.ztBox {
  margin-top: 0;
}

.zmBox .home-title {
  box-sizing: border-box;
}

.mechanism .home-title-blank {
  width: 40%;
}

.mechanism:nth-child(3) .home-title-blank {
  width: 60%;
}

.zmBox .home-title-blank {
  width: 60%;
}

.ztImgBox {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.ztImgBox ul {
  width: 100%;
  /* display: inline-block;
  display: flex;
  align-items: center;
  justify-content: space-between; */
}

.ztImgBox ul li {
  width: 31%;
  height: 95px;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 14px;
  cursor: pointer;
}

.ztImgBox ul li:nth-child(3n) {
  margin-right: 0px;
}

.ztImgBox ul li img {
  width: 100%;
  height: 100%;
}

.zt-swiper {
  min-width: 0;
  width: 400px;
  height: 264px;
  /* float: right; */
  margin-top: 12px;
  margin-right: 12px;
  margin: 0 auto;
  /* float: left; */
  position: absolute;
  overflow: hidden;
  left: 25px;
  /* background-color: #069ae5; */

  /* box-sizing: border-box; */
}

.zt-swiper-item-box {
  width: 100%;
  overflow: hidden;
  height: 133px;
  float: left;
}

/* .zt-swiper .bd {
  width: 390px;
  height: 264px;
  overflow: hidden !important;
  float: left;
  margin: 0 auto;
} */
/* .zt-swiper-list {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
  overflow: hidden;
} */
.zt-swiper-max {
  width: 450px;
  height: auto;
  display: inline-block;
  height: 264px;
  float: right;
  /* overflow: hidden; */
}

.zt-swiper-out {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.zt-swiper-list-content {
  width: 420px !important;
  height: 264px;
  float: left;

  /* background: red; */
}

.zt-swiper-list-box {
  width: auto !important;
  height: 260px;
  /* position: relative; */
  /* top: 0;
  left:0; */
  /* overflow: scroll;
  overflow-x: hidden;
  overflow-y: hidden; */
}

.zt-swiper .zt-swiper-item li,
.zt-swiper .zt-swiper-item1 li {
  float: left;
  width: 109px;
  height: 109px;
  margin-bottom: 23px;

  margin: 12px;
  margin-left: 0;
  margin-right: 36px;
  cursor: pointer;
}

.zt-swiper-item li a img,
.zt-swiper-item1 li a img {
  width: 100%;
  height: 100%;
}

.zt-swiper-item {
  width: 200%;
  position: absolute;
  top: 0;
  left: 0;
}

.zt-swiper-item1 {
  width: 200%;
  position: absolute;
  top: 50%;
  left: 0;
}

/* .zt-swiper-item{
  width: 200%;
  height: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.zt-swiper-item1{
  width: 200%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.zt-swiper-item li,.zt-swiper-item1 li {
  width: 109px;
  height: 109px;
  margin-bottom: 23px;
  float: left;
  margin: 12px;
  cursor: pointer;
}
.zt-swiper-item li a img,.zt-swiper-item1 li a img {
  width: 100%;
  height: 100%;
} */
.zt-btn-next,
.zt-btn-prev {
  width: 61px;
  height: 82px;
}

.next img,
.prev img {
  width: 100%;
  height: 100%;
}

.swiperBox .swiper-button-prev {
  width: 62px;
  height: 62px;
  position: absolute;
  left: 10px !important;
  top: 40% !important;
}

.swiperBox .swiper-button-next {
  width: 62px;
  height: 62px;
  position: absolute;
  right: 10px !important;
  top: 40% !important;
}

.zt-swiper-out .swiper-button-prev {
  left: 0 !important;
  top: 40% !important;
  position: absolute;
  width: 61px;
  height: 82px;
  float: left;
}

.zt-swiper-out .swiper-button-next {
  right: 0 !important;
  top: 40% !important;
  position: absolute;
  width: 61px;
  height: 82px;
}

/* 专题专栏 END */
/* 友情链接 START */
.yq-linkBox {
  /* margin-top:60px ; */
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 40px;
}

.yq-logo {
  width: 103px;
  height: 24px;
  float: left;
  margin-top: 15px;
}

.yq-logo img {
  width: 100%;
  height: 100%;
}

.yq-right {
  width: 980px;
  float: right;
  padding-left: 30px;
  box-sizing: border-box;
}

.list-down {
  width: 100%;
  margin: 10px auto;
  display: inline-block;
  text-align: center;
}

.list-down button {
  width: 150px;
  height: 40px;
  cursor: pointer;
  background-color: #ea6f5a;
  border: none;
  color: #ccc;
}

.list-down button:hover {
  color: #fff;
  font-size: 17px;
  font-style: 2000;
}

.list-down button:focus {
  border: none;
}

.list-box {
  width: 33%;
  position: relative;
  height: auto;
  display: inline-block;
}

.list-chooses {
  width: 303px;
  /* margin-top: 60px; */
  padding-left: 33px;
  box-sizing: border-box;
  background: #fff;
  padding-left: 0 !important;

  position: absolute;
  top: 50px;
  height: 150px;
  overflow: scroll;
  overflow-x: hidden;
  background: #fff;
}

.list-down .list-chooses {
  border-top: 1px solid #ddd;
}

.list-chooses li a {
  width: 100%;
  height: 40px;
  display: block;
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .list-chooses li {
    width: 100%;
    line-height: 40px;

    background-color: rgb(245, 245, 245);
    padding-left: 33px;
    box-sizing: border-box;
  }

  .list-chooses li:hover a {
    color: #fff;
    font-size: 17px;
    font-style: 2000;
  }

  .list-chooses li:hover {
    background: #069ae5;
  }
}

.affairsBox {
  margin-top: 0.35rem;
}

.yq-list {
  width: 303px;
  height: 40px;
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  float: left;
  /* margin-left: 30px; */
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 40px;
  padding: 0 17px 0 28px;
  box-sizing: border-box;
  cursor: pointer;
}

.sanJ {
  /* margin-left: 10px; */
  float: left;
  width: 0;
  height: 0;
  border-width: 5px;
  margin-top: 16px;

  border-style: solid;
  float: right;
  border-color: #666666 transparent transparent transparent;
}

/* 友情链接 END */
@media screen and (max-width: 1200px) {
  .home-main {
    padding: 0 0;
    width: 100% !important;
    background: #f0f0f0;
    padding-top: 2.2rem;
  }

  .swiperBox {
    width: 100% !important;
    height: 2.32rem;
    margin-bottom: 0;
  }

  .swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiperBox .bd,
  .swiperBox .bd ul,
  .swiperBox .bd li,
  .swiperBox .bd li a,
  .swiperBox .bd li a img {
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
  }

  .swiperBox .swiper-button-next {
    display: none;
  }

  .swiperBox .swiper-button-prev {
    display: none;
  }

  .swiper-pagination-bullet {
    width: 0.08rem !important;
    height: 0.08rem !important;
  }

  /*轮播图 End*/
  /*新闻动态 START*/
  .home-title {
    height: auto !important;
    line-height: 0.24rem;
  }

  .newsBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0.3rem;
    /* margin-top: 0.3rem; */
    padding: 0.35rem 0.3rem 0;
    box-sizing: border-box;
    background: #fff;
  }

  .home-title-text {
    font-size: 0.28rem !important;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0.28rem !important;
  }

  .newsBox .home-title-blank {
    width: calc(100% - 2rem);
    height: 0.12rem;
    float: left;
    margin-top: 0.08rem !important;
  }

  .swiperBox2 {
    width: 100%;
    height: 3.89rem !important;
  }

  .img-infoBox {
    width: 100%;
    height: 0.5rem;
  }

  .img-info {
    width: 55% !important;
    height: 100%;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .swiperBox2 .swiper2-dot {
    width: 30% !important;
    height: auto;
    right: 0.05rem !important;
    display: inline-block !important;
  }

  .img-info div {
    height: 100%;
    line-height: 0.5rem !important;
    font-size: 0.18rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .swiper-container2 {
    width: 100%;
    height: 3.89rem !important;
  }

  .swiper-container2 .swiper-wrapper {
    width: 100%;
    height: 100%;
  }

  .swiperBox2 .swiper-slide {
    width: 100%;
    height: 100%;
  }

  .swiperBox2 .swiper-slide img {
    width: 100%;
    height: 100%;
  }

  .news-rightBox {
    width: 100%;
    display: inline-block;
    float: left;
  }

  .nav-tabs {
    height: 0.82rem !important;
    line-height: 0.82rem !important;
    /* display: flex !important;
  align-items: center !important;
  justify-content: space-between !important; */
  }

  .nav li {
    width: 1.8rem !important;
    height: 0.82rem !important;
    box-sizing: border-box;
    font-size: 0.28rem !important;
    font-weight: normal;
  }

  .nav li a {
    width: 100%;
    text-align: center;
    color: #999999 !important;
  }

  .nav .active {
    border-bottom: 0.04rem solid #0896ec !important;
  }

  .tab-content li {
    padding: 0;
    border-bottom: 0.02rem dashed #ddd;
  }

  .tab-content li a {
    color: #333 !important;
  }

  .news-rightBox .nav-tabs {
    display: block !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
  }

  .newsBox .news-rightBox .nav-tabs a {
    width: 100%;
    text-align: center;
    display: inline-block;
  }

  /* .news-rightBox .nav-tabs:nth-child(1) {
    display: none !important;
  } */

  .tab-content .dot {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 0.08rem;
    background: #069ae5;
    float: left;
    margin-top: 0.35rem;
    margin-right: 0.1rem;
  }

  .text-more {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 0.37rem;
    font-size: 0.22rem !important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 0.38rem;
    text-align: center;
  }

  .tab-content .text {
    float: left;
    width: 5.26rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.26rem !important;
    color: #333;
    line-height: 0.79rem;
  }

  .tab-content .tab-time {
    font-size: 0.22rem !important;
    line-height: 0.79rem;
  }

  /*新闻 End*/
  /*机构概况 start*/
  .mechanismBox {
    width: 100%;
    height: auto;
  }

  .mechanism:nth-child(1) .mechanism-text .home-jg {
    margin: 0;
  }

  .mechanism-text .home-jg:nth-child(2n) {
    float: left !important;
  }

  .mechanism:nth-child(1) .mechanism-text2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 0.2rem;
    box-sizing: border-box;
    margin-bottom: 0.4rem;
  }

  .mechanismBox .mechanism {
    width: 100% !important;
    height: auto !important;
    background: #fff;
    padding: 0.36rem 0.3rem 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
    margin-left: 0 !important;
    margin-bottom: 0.4rem !important;
    display: inline-block;
  }

  .mechanism .home-title-blank {
    width: calc(100% - 2.8rem);
    height: 0.12rem;
    float: left;
    margin-top: 0.08rem !important;
  }

  .mechanism .home-title-more {
    font-size: 0.24rem !important;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(8, 150, 236, 1);
    /* line-height:2.66rem !important; */
  }

  .mechanismBox .mechanism:first-child {
    height: auto !important;
  }

  .mechanism-text .home-jg {
    width: auto;
    height: auto;
    margin-top: 0.41rem !important;
  }

  .mechanism-text .home-jg img {
    width: 0.84rem;
    height: 0.84rem;
    margin-left: 0.11rem !important;
  }

  .mechanism-text .home-jg p {
    font-size: 0.24rem;
    width: 1.06rem;
  }

  /*机构概况 End*/
  /*政务公开 START*/
  .affairsBox {
    width: 100%;
  }

  .affairs-list {
    height: auto !important;
    padding: 0.15rem 10%;
    box-sizing: border-box;
  }

  .affairs-listImage {
    width: 0.32rem;
    height: auto;
    margin-top: 0.05rem;
  }

  .affairs-list span {
    font-size: 0.26rem !important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(8, 150, 236, 1);
    line-height: 0.5rem;
  }

  .affairsBox .affairs-list:nth-child(5) {
    padding: 0.15rem 0 0.15rem 30%;
  }

  .affairsBox .affairs-list:nth-child(5) img {
    margin-right: 0.29rem;
  }

  .affairsBox {
    /* padding-bottom: 0.35rem; */
  }

  /*政务公开 End*/
  /*网上办事 START*/
  .mechanism:nth-child(3) .nav-tabs:nth-child(2) {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .mechanism:nth-child(3) .nav-tabs:nth-child(2) li {
    float: left !important;
    text-align: center;
  }

  .mechanism:nth-child(3) .nav-tabs:nth-child(2) li a {
    width: 100%;
  }

  /*网上办事 End*/
  /*政民互动 START*/
  .home-row {
    margin-bottom: 0 !important;
  }

  .zmBox,
  .home-hd {
    margin-top: 0 !important;
    /* margin-bottom: 0.1rem !important; */
    width: 100% !important;
    background: none !important;
  }

  .zmBox {
    padding: 0 0.3rem;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .zmBox1 .clear-float {
    display: none !important;
  }

  .home-hd .home-hd-item {
    width: 32% !important;
    height: 0.72rem !important;
    float: left;
  }

  .home-row .ztBox {
    background: #fff !important;
  }

  .zmBox .home-title-blank {
    width: calc(100% - 2.8rem);
    height: 0.12rem;
    float: left;
    margin-top: 0.08rem !important;
  }

  .zmBox .home-title-more {
    font-size: 0.24rem !important;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(8, 150, 236, 1);
    /* line-height:2.66rem !important; */
  }

  .ztImgBox {
    width: 100%;
  }

  .ztImgBox li {
    width: 48% !important;
    margin: 0 !important;
    margin-bottom: 0.2rem !important;
  }

  .ztImgBox li:nth-child(2n) {
    float: right;
  }

  /* .zt-swiper {
    width: 100%;
    height: auto;
    margin-top: 0;
    background: #fff;
  } */

  /* .zt-swiper-list {
    width: 60%;
    padding: 0.3rem 0;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .zt-swiper .swiper-button-next,
  .zt-swiper .swiper-button-prev,
  .zt-btn-next img,
  .zt-btn-prev img {
    width: 0.42rem !important;

    height: auto;
  }
  .zt-swiper .swiper-button-prev {
    left: 0.3rem !important;
    top: calc((100% - 0.6rem) / 2) !important;
  }
  .zt-swiper .swiper-button-next {
    right: 0.3rem !important;
    top: calc((100% - 0.6rem) / 2) !important;
  } */
  .list-box {
    width: 100%;
    margin-top: 0;
  }

  .yq-linkBox {
    height: auto;
    margin-top: 0.3rem;
    background: #fff;
    padding: 0.1rem 0.3rem;
    box-sizing: border-box;
  }

  .yq-logo {
    width: 1.02rem !important;
    height: 0.24rem !important;
  }

  .yq-right {
    width: 100%;
    margin-top: 0.3rem;
  }

  .yq-right ul {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    z-index: 10;
  }

  .list-chooses {
    /* margin-top: 60px; */
    line-height: 0.6rem !important;
    position: absolute;
    top: 0.9rem !important;
    height: 3rem;
    overflow: scroll;
    overflow-x: hidden;
    background: #fff;
    padding-bottom: 0.5rem;
  }

  .list-down {
    height: auto;
  }

  .list-down .list-chooses {
    border-top: 0.14rem solid #ddd;
  }

  .list-chooses li {
    line-height: 0.6rem !important;
    font-size: 0.24rem;
    height: auto !;
    background-color: rgb(245, 245, 245);
    padding-left: 0.3rem;
    box-sizing: border-box;
  }

  .list-chooses li a {
    color: #333;
    text-decoration: none;
  }

  .yq-list {
    width: 100% !important;
    font-size: 0.24rem !important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 0.2rem;
    padding: 0.18rem 0.29rem;
    box-sizing: border-box;
    /* height: auto !important; */
    float: left;
    /* margin-bottom: 0.3rem; */
  }

  .sanJ {
    /* margin-left: 10px; */

    border-width: 0.07rem;
    margin-top: 0.05rem;
  }
}