.slideBox {
  position: absolute;
  top: 0px;
  z-index: -1;
  width: 11.33px;
}
/* css 重置 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: 0;
}
a {
  text-decoration: none;
  color: #333;
}


/* 本例子css */
.slideBox {
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 100% !important;
}
.slideBox .bd ul {
  width: 100% !important;
}
.slideBox .bd img {
  display: block;
  object-fit: cover;
  height: 700px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url() -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}
@media screen and (max-width: 768px) {
  .slideBox {
    width: 100%;
    height: 4.9rem;
    overflow: hidden;
  }
  .slideBox .bd img {
    display: block;
    object-fit: fill;
    height: 5rem;
  }
  .slideBox .bd ul {
    width: 100% !important;
    height: 5rem;
  }
}

.searchh-top {
  display: flex;
}
.searchh-2024 {
  width: 718px;
  height: 244px;
  margin: 0 auto;
}
.xiaolong {
  display: block;
  width: 110px;
  height: 137px;
  background-image: url(xiaolong.gif);
  background-size: cover;
}
.searchh-top h1 {
  color: #fff;
  /* font-size: 66px; */
  margin-top: 32px;
  width: 528px;
  height: 105px;
  background: url(biaoyu.png) no-repeat;
  background-size: 533px;
  margin-left: 6px;
}

/*检索部分*/
.search_wraper {
  width: 1200px;
  height: 328px;
  padding-top: 64px;
  margin: 0 auto;
  overflow: hidden;
}
.search_wraper .webname {
  width: 100%;
  height: 56px;
  font-size: 44px;
  color: #ffffff;
  line-height: 56px;
  font-style: inherit;
  font-weight: 400;
  text-shadow: 0px 2px 4px rgba(31, 78, 136, 0.53);
}
.search {
}
.search .search_box {
  padding-left: 7px;
  width: 100%;
  height: 60px;
  position: relative;
}
.search .search_box .input {
  float: left;
  width: 614px;
  height: 60px;
  background: #ffffff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.search .search_box .input input {
  float: left;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background: none;
  outline: none;
  border: none;
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  line-height: 60px;
  -webkit-appearance: none;
  border-radius: 0;
}
.search .search_box .btn {
  float: left;
  width: 96px;
  height: 60px;
  padding: 0;
}
.search .search_box .btn input {
  float: left;
  width: 100%;
  height: 60px;
  outline: none;
  border: none;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 6px;
  text-align: center;
  line-height: 60px;
  background: #e7a12f;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search .keywords {
  margin-top: 16px;
  width: 707px;
  height: 30px;
  line-height: 30px;
}
.search .keywords .keyword_box {
  height: 30px;
  width: 610px;
  position: relative;
  display: flex;
  justify-content: center;
}
.keyword_box .keyword_tit {
  float: left;
  font-size: 16px;
  color: #ffffff;
}
.search .keywords .keyword_box li {
  padding: 0 3px;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  max-width: 136px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .keywords .keyword_box li a {
  color: #666666;
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 8px;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .keywords .keyword_box li a:hover {
  background-color: rgba(37, 100, 179, 0.6);
  color: #fff;
}
/*检索部分end*/

/*检索历史记录*/
.historyWrap {
  width: 707px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(32, 85, 191, 14%) 0px 5px 10px 0px;
  padding: 15px;
  color: rgb(153, 153, 153);
  font-size: 14px;
  z-index: 9;
  display: none;
}
.historyWrap > .titleWrap > .title {
  float: left;
}
.historyWrap > .titleWrap > .clearAll {
  float: right;
  cursor: pointer;
  color: rgb(20, 146, 255);
  font-size: 16px;
  margin-top: 20px;
}
.historyWrap > .historyList {
  margin-top: 10px;
}
.historyWrap > .historyList > ul > li {
  float: left;
  border: 1px solid rgb(191, 191, 191);
  border-radius: 20px;
  padding: 4px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.historyWrap > .historyList > ul > li:hover {
  background: rgb(240, 241, 242);
}
.historyWrap > .historyList > ul > li > a {
  color: rgb(153, 153, 153);
  float: left;
  line-height: 21px;
}
.historyWrap > .historyList > ul > li > .delete {
  cursor: pointer;
  vertical-align: 3px;
  margin-left: 5px;
}
.history-list-title {
  padding: 0 3px;
}
.jcse-result-box {
  padding-bottom: 10px;
  padding-top: 10px;
}
/*检索历史记录end*/

/*检索联想*/
.search .keywords .keyword_box {
  width: 100%;
}
.autocomplete-suggestions {
  position: inherit !important;
  width: 707px !important;
  background: #ffffff;
  cursor: default;
  overflow: auto;
  box-shadow: 0 2px 10px #ccc;
  border: 1px solid #eee;
  border-bottom: none;
}
.autocomplete-suggestion {
  padding: 10px 20px;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
}
.autocomplete-selected {
  background: #f1f1f1;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}
.autocomplete-suggestions div:nth-child(5) ~ div {
  display: none;
}
.autocomplete-suggestion em {
  font-style: normal;
  color: red;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  background-color: #eaf3ff;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/*检索联想end*/

/* <!-- 特色分类 --> */
.tsfl-2024 {
  width: 822px;
  height: 102px;
  margin-top: 80px;
}
.tsfl-2024-ul {
  display: flex;
}
.tsfl-2024-ul li:hover {
  box-shadow: 0px 2px 15px rgba(153, 153, 153, 0.2);
  transform: translate3d(0, -10px, 0);
  transition: all 0.3s;
}
.tsfl-2024-ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.tsfl-2024-ul li {
  margin-right: 20px;
  width: 100px;
  height: 102px;
  transition: all 0.3s;
}
.tsfl-2024-ul li:last-child {
  margin-right: 0;
}
.tsfl-2024-ul li:nth-child(1) {
  background: url(1.svg);
}
.tsfl-2024-ul li:nth-child(2) {
  background: url(2.svg);
}
.tsfl-2024-ul li:nth-child(3) {
  background: url(3.svg);
}
.tsfl-2024-ul li:nth-child(4) {
  background: url(4.svg);
}
.tsfl-2024-ul li:nth-child(5) {
  background: url(5.svg);
}
.tsfl-2024-ul li:nth-child(6) {
  background: url(6.svg);
}
.tsfl-2024-ul li:nth-child(7) {
  background: url(7.svg);
}
/* 特色分类end */

/* 六统一start */
.lty-2024 {
  width: 100%;
  height: 80px;
  background: #f3f8fd;
  margin-top: 117px;
}
.lty-2024-div {
  display: flex;
}
.lty-2024-span {
  font-size: 22px;
  color: #333;
  height: 80px;
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.lty-2024-i {
  display: block;
  width: 24.87px;
  height: 27.2px;
  background: url(tuijian.png);
  margin-right: 25.47px;
}
.lty-2024-ul {
  height: 80px;
  display: flex;
  align-items: center;
}
.lty-2024-ul li a {
  display: block;
  width: 100%;
  display: flex;
}
.lty-2024-ul li {
  display: flex;
  align-items: center;
  padding: 11px 0 10px 24px;
  width: 140px;
  height: 40px;
  background-color: #fff;
  color: #333333;
  margin-right: 20px;
}
.lty-2024-ul li:nth-last-child() {
  margin-right: 0px;
}
.lty-2024-ul li i {
  display: block;
  width: 16px;
  height: 19px;
  margin-right: 12px;
}
.lty-2024-ul li:nth-child(2) {
}
.lty-2024-ul li:nth-child(1) i {
  background: url(sx.svg);
}
.lty-2024-ul li:nth-child(2) i {
  width: 17px;
  height: 18px;
  background: url(sb.svg);
}
.lty-2024-ul li:nth-child(3) i {
  width: 16px;
  height: 18px;
  background: url(sl.svg);
}
.lty-2024-ul li:nth-child(4) i {
  width: 17px;
  height: 19px;
  background: url(bl.svg);
}
.lty-2024-ul li:nth-child(5) i {
  width: 19px;
  height: 18px;
  background: url(bj.svg);
}
.lty-2024-ul li:nth-child(6) i {
  width: 18px;
  height: 17px;
  background: url(pj.svg);
}
/* 六统一end */

/* 专区展示start */
.zqzs-2024 {
  margin-top: 140px !important;
  display: flex;
  justify-content: space-between;
}
.zqzs-2024-left {
  width: 584px;
  height: 345px;
  transition: all 0.3s;
}
.zqzs-2024-left:hover {
  box-shadow: 0px 2px 15px rgba(153, 153, 153, 0.2);
  transform: translate3d(0, -10px, 0);
  transition: all 0.3s;
}
.tuceng {
  width: 584px;
  height: 345px;
  background: url(gxbcyjstc.png);
  transition: all 0.5s;
}
.zqzs-2024-left a {
  display: block;
  width: 100%;
  height: 100%;
}
.tuceng-p {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.tuceng-p span {
  margin-left: 21px;
  font-size: 22px;
  color: #fff;
}
.jt {
  display: block;
  width: 20px;
  height: 20px;
  background: url(zjt.png);
  background-position: -15px -13px;
  margin-right: 20px;

}
.title-f {
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
  margin-top: 8px;
}
.zqzs-2024-right {
  position: relative;
}
.gengduo {
  display: block;
  position: absolute;
  background: url(gengd1.png);
  width: 35px;
  height: 34px;
  top: 44%;
  right: -47px;
}
.zqzs-2024-right ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}
.zqzs-2024-right ul li {
  margin-bottom: 20px;
  width: 287.78px;
  height: 163px;
  margin-right: 20.22px;
  transition: all 0.3s;
  border-radius: 3px;
}
.zqzs-2024-right ul li:hover {
  box-shadow: 0px 2px 15px rgba(153, 153, 153, 0.2);
  transform: translate3d(0, -10px, 0);
  transition: all 0.3s;
}
.zqzs-2024-right ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.zqzs-2024-right ul li:nth-child(2n) {
  margin-right: 0px;
}
.zqzs-2024-right ul li:nth-child(n + 2) {
  margin-bottom: 0;
}
.tuceng-s {
  width: 287.78px;
  height: 163px;
  background: url(qyzqtc.png);
  transition: all 0.5s;
  border-radius: 3px;
}
.tuceng-s-p {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.tuceng-s-p span {
  color: #fff;
  margin-left: 21px;
}

.tuceng-rz {
  width: 287.78px;
  height: 163px;
  background: url(rzxypttc.png);
  transition: all 0.5s;
  border-radius: 3px;
}
.tuceng-yh {
  width: 287.78px;
  height: 163px;
  background: url(yhyshjtc.png);
  transition: all 0.5s;
  border-radius: 3px;
}
.tuceng-qy {
  width: 287.78px;
  height: 163px;
  background: url(kstbtc.png);
  transition: all 0.5s;
  border-radius: 3px;
}
/* 专区展示end */
/* 数据展示start */
.sjzs-2024 {
  margin-top: 50px;
  margin-bottom: 49px;
}
.sjzs-2024 ul {
  display: flex;
  justify-content: space-between;
}
.sjzs-2024 .shujufenlei > li {
  padding: 20px 24px 18px 20px;
  width: 285px;
  height: 200px;
  transition: all 0.3s;
}
.sjzs-2024 .shujufenlei > li:hover {
  box-shadow: 0px 2px 15px rgba(153, 153, 153, 0.2);
  transform: translate3d(0, -10px, 0);
  transition: all 0.3s;
}
.xnjd {
  background: url(xnjd.png);
  cursor: not-allowed;
}
.xnjd-2024 {
  font-size: 22px;
  font-weight: normal;
}
.xnjd-title {
  color: #999999;
  font-size: 14px;

  margin-top: 7px;
}
.number {
  color: #333;
  font-size: 16px;
  text-align: center;
}
.number-title {
  color: #999999;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.xnjd > a > ul {
  margin-top: 32px;
  display: flex;
  justify-content: space-around;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.date {
  color: #999999;
  font-size: 12px;
  margin-top: 10px;
}
.fwqd {
  background: url(fwqd.png);
  cursor: pointer;
}
.fwqd > ul {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.fwqd > ul li {
  width: 118px;
  height: 30px;
  background-color: #ffe8e6;
}
.fwqd > ul li:nth-child(n + 3) {
  margin-top: 10px;
}
.fwqd-number {
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  text-align: center;
}
.hcp {
  background: url(hcp.png);
}
.hcp > a > ul {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.sjkf {
  background: url(sjkf.png);
}
.sjkf > a > ul {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.xnjd-a {
  display: block;
  width: 100%;
  cursor: not-allowed;
  pointer-events: none;
}
.wt {
  font-size: 16px !important;
}
#myIframe{
  width: 1200px;
  height: 400px;
}
/* 数据展示end */

@media screen and (max-width:768px) {
  .searchh-top {
    display: flex;
  }
  .searchh-2024 {
    width: 7.18rem;
    height: 2.44rem;
    margin: 0 auto;
  }
  #myIframe{
    width: 100%;
    height: 4rem;
  }
  .xiaolong {
    display: block;
    width: 1.1rem;
    height: 1.37rem;
    background-image: url(xiaolong.gif);
    background-size: cover;
  }
  .searchh-top h1 {
    color: #fff;
    /* font-size: .66rem; */
    margin-top: .32rem;
    width: 5.28rem;
    height: 1.05rem;
    background: url(biaoyu.png) no-repeat;
    background-size: 5.33rem;
    margin-left: .06rem;
  }
  
  /*检索部分*/
  .search_wraper {
    width: 12rem;
    height: 3.28rem;
    padding-top: .64rem;
    margin: 0 auto;
    overflow: hidden;
  }
  .search_wraper .webname {
    width: 100%;
    height: .56rem;
    font-size: .44rem;
    color: #ffffff;
    line-height: .56rem;
    font-style: inherit;
    font-weight: 400;
    text-shadow: 0rem .02rem .04rem rgba(31, 78, 136, 0.53);
  }
  .search {
  }
  .search .search_box {
    padding-left: .07rem;
    width: 100%;
    height: .6rem;
    position: relative;
  }
  .search .search_box .input {
    float: left;
    width: 6.14rem;
    height: .6rem;
    background: #ffffff;
    border-top-left-radius: .04rem;
    border-bottom-left-radius: .04rem;
  }
  .search .search_box .input input {
    float: left;
    width: 100%;
    height: .6rem;
    padding: 0 .2rem;
    background: none;
    outline: none;
    border: none;
    font-size: .18rem;
    color: #666666;
    letter-spacing: 0;
    line-height: .6rem;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .search .search_box .btn {
    float: left;
    width: .96rem;
    height: .6rem;
    padding: 0;
  }
  .search .search_box .btn input {
    float: left;
    width: 100%;
    height: .6rem;
    outline: none;
    border: none;
    font-size: .18rem;
    color: #ffffff;
    letter-spacing: .06rem;
    text-align: center;
    line-height: .6rem;
    background: #e7a12f;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    border-top-right-radius: .04rem;
    border-bottom-right-radius: .04rem;
  }
  .search .keywords {
    margin-top: .16rem;
    width: 7.07rem;
    height: .3rem;
    line-height: .3rem;
  }
  .search .keywords .keyword_box {
    height: .3rem;
    width: 6.1rem;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .keyword_box .keyword_tit {
    float: left;
    font-size: .16rem;
    color: #ffffff;
  }
  .search .keywords .keyword_box li {
    padding: 0 .03rem;
    font-size: .16rem;
    color: #ffffff;
    display: inline-block;
    position: relative;
    max-width: 1.36rem;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search .keywords .keyword_box li a {
    color: #666666;
    display: block;
    width: 100%;
    height: .3rem;
    padding: 0 .08rem;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search .keywords .keyword_box li a:hover {
    background-color: rgba(37, 100, 179, 0.6);
    color: #fff;
  }
  /*检索部分end*/
  
  /*检索历史记录*/
  .historyWrap {
    width: 7.07rem;
    background: rgb(255, 255, 255);
    box-shadow: rgba(32, 85, 191, 14%) 0rem .05rem .1rem 0rem;
    padding: .15rem;
    color: rgb(153, 153, 153);
    font-size: .14rem;
    z-index: 9;
    display: none;
  }
  .historyWrap > .titleWrap > .title {
    float: left;
  }
  .historyWrap > .titleWrap > .clearAll {
    float: right;
    cursor: pointer;
    color: rgb(20, 146, 255);
    font-size: .16rem;
    margin-top: .2rem;
  }
  .historyWrap > .historyList {
    margin-top: .1rem;
  }
  .historyWrap > .historyList > ul > li {
    float: left;
    border: .01rem solid rgb(191, 191, 191);
    border-radius: .2rem;
    padding: .04rem .2rem;
    margin-right: .1rem;
    margin-bottom: .1rem;
  }
  .historyWrap > .historyList > ul > li:hover {
    background: rgb(240, 241, 242);
  }
  .historyWrap > .historyList > ul > li > a {
    color: rgb(153, 153, 153);
    float: left;
    line-height: .21rem;
  }
  .historyWrap > .historyList > ul > li > .delete {
    cursor: pointer;
    vertical-align: .03rem;
    margin-left: .05rem;
  }
  .history-list-title {
    padding: 0 .03rem;
  }
  .jcse-result-box {
    padding-bottom: .1rem;
    padding-top: .1rem;
  }
  /*检索历史记录end*/
  
  /*检索联想*/
  .search .keywords .keyword_box {
    width: 100%;
  }
  .autocomplete-suggestions {
    position: inherit !important;
    width: 7.07rem !important;
    background: #ffffff;
    cursor: default;
    overflow: auto;
    box-shadow: 0 .02rem .1rem #ccc;
    border: .01rem solid #eee;
    border-bottom: none;
  }
  .autocomplete-suggestion {
    padding: .1rem .2rem;
    color: #000;
    font-size: .16rem;
    line-height: .25rem;
    cursor: pointer;
  }
  .autocomplete-selected {
    background: #f1f1f1;
  }
  .autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
  }
  .autocomplete-suggestions div:nth-child(5) ~ div {
    display: none;
  }
  .autocomplete-suggestion em {
    font-style: normal;
    color: red;
  }
  .autocomplete-suggestions .autocomplete-suggestion:hover {
    background-color: #eaf3ff;
  }
  .clearfix::after {
    content: '';
    display: block;
    clear: both;
  }
  /*检索联想end*/
  
  /* <!-- 特色分类 --> */
  .tsfl-2024 {
    width: 100%;
    height: 1.02rem;
    margin-top: .2rem;
  }
  .tsfl-2024-ul {
    display: flex;
    justify-content: space-between;
  }
  .tsfl-2024-ul li:hover {
    box-shadow: 0rem .02rem .15rem rgba(153, 153, 153, 0.2);
    transform: translate3d(0, -0.1rem, 0);
    transition: all 0.3s;
  }
  .tsfl-2024-ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .tsfl-2024-ul li {
    margin-right: 0rem;
    width: 0.8rem;
    height: 0.8rem;
    transition: all 0.3s;
    background-size: cover !important;
  }
  .tsfl-2024-ul li:last-child {
    margin-right: 0;
  }
  .tsfl-2024-ul li:nth-child(1) {
    background: url(1.svg);
  }
  .tsfl-2024-ul li:nth-child(2) {
    background: url(2.svg);
  }
  .tsfl-2024-ul li:nth-child(3) {
    background: url(3.svg);
  }
  .tsfl-2024-ul li:nth-child(4) {
    background: url(4.svg);
  }
  .tsfl-2024-ul li:nth-child(5) {
    background: url(5.svg);
  }
  .tsfl-2024-ul li:nth-child(6) {
    background: url(6.svg);
  }
  .tsfl-2024-ul li:nth-child(7) {
    background: url(7.svg);
  }
  /* 特色分类end */
  
  /* 六统一start */
  .lty-2024 {
    width: 100%;
    height: .8rem;
    background: #f3f8fd;
    margin-top: 1.17rem;
  }
  .lty-2024-div {
    display: flex;
  }
  .lty-2024-span {
    font-size: .22rem;
    color: #333;
    height: .8rem;
    display: flex;
    align-items: center;
    margin-right: .4rem;
  }
  .lty-2024-i {
    display: block;
    width: .2487rem;
    height: .272rem;
    background: url(tuijian.png);
    margin-right: .2547rem;
  }
  .lty-2024-ul {
    height: .8rem;
    display: flex;
    align-items: center;
  }
  .lty-2024-ul li a {
    display: block;
    width: 100%;
    display: flex;
  }
  .lty-2024-ul li {
    display: flex;
    align-items: center;
    padding: .11rem 0 .1rem .24rem;
    width: 1.4rem;
    height: .4rem;
    background-color: #fff;
    color: #333333;
    margin-right: .2rem;
  }
  .lty-2024-ul li:nth-last-child() {
    margin-right: 0rem;
  }
  .lty-2024-ul li i {
    display: block;
    width: .16rem;
    height: .19rem;
    margin-right: .12rem;
  }
  .lty-2024-ul li:nth-child(2) {
  }
  .lty-2024-ul li:nth-child(1) i {
    background: url(sx.svg);
  }
  .lty-2024-ul li:nth-child(2) i {
    width: .17rem;
    height: .18rem;
    background: url(sb.svg);
  }
  .lty-2024-ul li:nth-child(3) i {
    width: .16rem;
    height: .18rem;
    background: url(sl.svg);
  }
  .lty-2024-ul li:nth-child(4) i {
    width: .17rem;
    height: .19rem;
    background: url(bl.svg);
  }
  .lty-2024-ul li:nth-child(5) i {
    width: .19rem;
    height: .18rem;
    background: url(bj.svg);
  }
  .lty-2024-ul li:nth-child(6) i {
    width: .18rem;
    height: .17rem;
    background: url(pj.svg);
  }
  /* 六统一end */
  
  /* 专区展示start */
  .zqzs-2024 {
    margin-top: 0rem !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .zqzs-2024-left {
    width: 90%;
    height: 3.45rem;
    transition: all 0.3s;
    background-size: cover !important;
  }
  .zqzs-2024-left:hover {
    box-shadow: 0rem .02rem .15rem rgba(153, 153, 153, 0.2);
    transform: translate3d(0, -0.1rem, 0);
    transition: all 0.3s;
  }
  .tuceng {
    width: 100%;
    height: 3.45rem;
    background: url(gxbcyjstc.png);
    transition: all 0.5s;
  }
  .zqzs-2024-left a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .tuceng-p {
    padding-top: .2rem;
    display: flex;
    justify-content: space-between;
  }
  .tuceng-p span {
    margin-left: .21rem;
    font-size: .22rem;
    color: #fff;
  }
  .jt {
    display: block;
    width: .2rem;
    height: .2rem;
    background: url(zjt.png);
    background-position: -0.15rem -0.18rem;
    margin-right: .2rem;
    background-size: cover !important;
  }
  .title-f {
    font-size: .14rem;
    color: #fff;
    margin-left: .2rem;
    margin-top: .08rem;
  }
  .zqzs-2024-right {
    position: relative;
    width: 90%;
    margin-top: 0.2rem;
  }
  .gengduo {
    display: block;
    position: absolute;
    background: url(gengd1.png);
    width: .35rem;
    height: .34rem;
    top: 44%;
    right: -0.3rem;
    background-size: cover !important;
  }
  .zqzs-2024-right ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0rem;
  }
  .zqzs-2024-right ul li {
    margin-bottom: .2rem;
    width: 48%;
    height: 1.63rem;
    margin-right: .2022rem;
    transition: all 0.3s;
    border-radius: .03rem;
    background-size: cover !important;
  }
  .zqzs-2024-right ul li:hover {
    box-shadow: 0rem .02rem .15rem rgba(153, 153, 153, 0.2);
    transform: translate3d(0, -0.1rem, 0);
    transition: all 0.3s;
  }
  .zqzs-2024-right ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
  }
  .zqzs-2024-right ul li:nth-child(2n) {
    margin-right: 0rem;
  }
  .zqzs-2024-right ul li:nth-child(n + 2) {
    margin-bottom: 0;
  }
  .tuceng-s {
    width: 100%;
    height: 1.63rem;
    background: url(qyzqtc.png);
    transition: all 0.5s;
    border-radius: .03rem;
  }
  .tuceng-s-p {
    padding-top: .2rem;
    display: flex;
    justify-content: space-between;
  }
  .tuceng-s-p span {
    color: #fff;
    margin-left: .21rem;
  }
  
  .tuceng-rz {
    width: 100%;
    height: 1.63rem;
    background: url(rzxypttc.png);
    transition: all 0.5s;
    border-radius: .03rem;
  }
  .tuceng-yh {
    width: 100%;
    height: 1.63rem;
    background: url(yhyshjtc.png);
    transition: all 0.5s;
    border-radius: .03rem;
  }
  .tuceng-qy {
    width: 100%;
    height: 1.63rem;
    background: url(kstbtc.png);
    transition: all 0.5s;
    border-radius: .03rem;
  }
  /* 专区展示end */
  /* 数据展示start */
  .sjzs-2024 {
    margin-top: .3rem;
    margin-bottom: .2rem;
  }
  .sjzs-2024 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sjzs-2024 .shujufenlei > li {
    padding: .2rem .24rem .18rem .2rem;
    width: 43%;
    height: 2rem;
    transition: all 0.3s;
    margin-right: .2rem;
    margin-bottom: .2rem;
  }
  .sjzs-2024 .shujufenlei > li:nth-child(2){
    margin-right: 0rem;
  }
  .sjzs-2024 .shujufenlei > li:nth-child(4){
    margin-right: 0rem;
  }
  .sjzs-2024 .shujufenlei > li:hover {
    box-shadow: 0rem .02rem .15rem rgba(153, 153, 153, 0.2);
    transform: translate3d(0, -0.1rem, 0);
    transition: all 0.3s;
  }
  .xnjd {
    background: url(xnjd.png);
  }
  .xnjd-2024 {
    font-size: .22rem;
    font-weight: normal;
  }
  .xnjd-title {
    color: #999999;
    font-size: .14rem;
  
    margin-top: .07rem;
  }
  .number {
    color: #333;
    font-size: .16rem;
    text-align: center;
  }
  .number-title {
    color: #999999;
    font-size: .14rem;
    line-height: .22rem;
    text-align: center;
  }
  .xnjd > a > ul {
    margin-top: .32rem;
    display: flex;
    justify-content: space-around;
    padding-bottom: .1rem;
    border-bottom: .01rem solid #e8e8e8;
  }
  .date {
    color: #999999;
    font-size: .12rem;
    margin-top: .1rem;
  }
  .fwqd {
    background: url(fwqd.png);
    cursor: pointer;
  }
  .fwqd > ul {
    margin-top: .32rem;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: .1rem;
  }
  .fwqd > ul li {
    width: 1.18rem;
    height: .3rem;
    background-color: #ffe8e6;
  }
  .fwqd > ul li:nth-child(n + 3) {
    margin-top: .1rem;
  }
  .fwqd-number {
    font-size: .16rem;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: .3rem;
    text-align: center;
  }
  .hcp {
    background: url(hcp.png);
  }
  .hcp > a > ul {
    margin-top: .32rem;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: .1rem;
    border-bottom: .01rem solid #e8e8e8;
    justify-content: space-around;
  }
  .sjkf {
    background: url(sjkf.png);
  }
  .sjkf > a > ul {
    margin-top: .32rem;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: .1rem;
    border-bottom: .01rem solid #e8e8e8;
    justify-content: space-around;
  }
  .xnjd-a {
    display: block;
    width: 100%;
  }
  .wt {
    font-size: .16rem !important;
  }
  /* 数据展示end */

}