.bod {
  margin-bottom: 60px;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.banner {
  height: 400px;
  background: url('banner.png') top center no-repeat;

  padding-top: 80px;
}
.banner .main {
  position: relative;
}
.Banner-first {
  width: 214px;
  height: 40px;
  font-size: 16px;
  color: white;
  background-color: #5488e7;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
}
.BannerTxt {
  font-size: 40px;
  color: white;
  margin-top: 32px;
}

.banner-search.main form {
  width: 560px;
  height: 60px;
  border-radius: 10px;
  float: left;
}
.bainput.fl {
  display: flex;
}
.bainput.fl input[name='q'] {
  width: 460px;
  padding: 0;
  border: 1px solid #fff;
  font-size: 18px;
  padding-left: 19px;
}
.bainput.fl input {
  height: 60px;
  border-radius: 5px;
}
.bainput.fl input[type='submit'] {
  width: 100px;
  margin-left: -10px;
  border: 1px solid #000;
  border-color: white;
  background-color: #4393f5;
  font-size: 18px;
  color: white;
}
.banner-search.main {
  margin-top: 28px;
}
.my-office {
  width: 150px;
  height: 50px;
  font-size: 24px;
  color: #1677ff;
  background-color: #e7f1ff;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  right: 0;
  bottom: -50px;
  display: none;
}
.my-office a {
  color: #1677ff;
}
/* 主体样式 */
/* 一部分 */
.cont-tit {
  font-size: 32px;
  margin: 50px 0 36px;
}
.cont-list ul {
  display: flex;
  justify-content: left;
}
.cont-list ul li {
  width: 24%;
  height: 150px;
  transition: transform 0.5s;
  margin-right: 30px;
}
.cont-list ul li:nth-child(3) {
  /* margin-right: 0px; */
}

.cont-list ul li:nth-child(4) {
  margin-right: 0px;
}
.cont-list ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.cont-list ul li a span {
  display: inline-block;
  margin: 40px 0 0 115px;
  width: 150px;
  font-size: 20px;
}
.cont-list ul li:nth-child(1) a span {
  color: #1f5d92;
}
.cont-list ul li:nth-child(2) a span {
  color: #0e9085;
}
.cont-list ul li:nth-child(3) a span {
  color: #1f5d92;
}
.cont-list ul li:nth-child(4) a span {
  color: #bf2c37;
}
.cont-list ul li:nth-child(1) a {
  background: url(lan1.png) left top no-repeat;
  background-size: cover;
}
.cont-list ul li:nth-child(2) a {
  background: url(qin1.png) left top no-repeat;
  background-size: cover;
}
.cont-list ul li:nth-child(3) a {
  background: url(lan2.png) left top no-repeat;
  background-size: cover;
}
.cont-list ul li:nth-child(4) a {
  background: url(fen1.png) left top no-repeat;
  background-size: cover;
}
/* 二部分 */
.cont2-list ul {
  display: flex;
  justify-content: space-between;
}
.cont2-list ul li {
  width: 380px;
  height: 180px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3) !important;
  transition: transform 0.5s;
}
.cont2-list ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 30px 0 0 30px;
  position: relative;
  overflow: hidden;
}
.cont2-list ul li a p {
  width: 313px;
  font-size: 18px;
}
.cont2-list ul li a p:nth-child(2) {
  font-size: 16px;
  position: absolute;
  color: #999999;
  bottom: 33px;
}
/* 三部分 */
.ajax-banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ajax-banner li {
  width: 183px;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0px 2px 15px 0px rgba(153, 153, 153, 0.2) !important;
  cursor: pointer;
  transition: transform 0.5s;
}
.ajax-banner li:nth-child(6n) {
  margin-right: 0px;
}
.ajax-banner-act,
.ajax-banner li:hover {
  background-color: #4393f5;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  color: white;
}
.ajax-banner1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ajax-banner1 li {
  width: 183px;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0px 2px 15px 0px rgba(153, 153, 153, 0.2) !important;
  cursor: pointer;
  transition: transform 0.5s;
}
.ajax-banner1 li:nth-child(6n) {
  margin-right: 0px;
}
.ajax-banner-act,
.ajax-banner1 li:hover {
  background-color: #4393f5;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  color: white;
}
.ajax-banner2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ajax-banner2 li {
  position: relative;
  width: 183px;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0px 2px 15px 0px rgba(153, 153, 153, 0.2) !important;
  cursor: pointer;
  transition: transform 0.5s;
}
.ajax-banner2 li:nth-child(6n) {
  margin-right: 0px;
}
.ajax-banner-act,
.ajax-banner2 li:hover {
  background-color: #4393f5;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  color: white;
}
.ajax-list {
  padding-top: 50px;
  display: none;
}
.ajax-list-act {
  display: block;
}
.ajax-list li {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d7d8d9;
}
.ajax-list li > a {
  margin-left: 20px;
  float: left;
  width: 1050px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sxbl {
  margin-right: 66px;
}
.sxbl a {
  color: #3393fe;
}
/* 第四部分 */
.cont-con1 {
  display: flex;
  justify-content: space-between;
}
.cont-con1-li1 {
  width: 110px;
  height: 128px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cont-con1-li1 > div {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #4393f5;
  color: white;
  text-align: center;
  line-height: 40px;
}
.cont-con1-li1 p {
  font-size: 20px;
}
.cont-con1-li1 a {
  font-size: 18px;
  color: #4393f5;
}
.xian {
  width: 250px;
  height: 0;
  border-bottom: 2px solid #cccccc;
  margin-top: 20px;
}
.xian-act {
  border-bottom: 2px solid #1677ff;
}
.cont-con2 {
  display: flex;
  justify-content: space-between;
}
.box {
  width: 277px;
  height: 186px;
  box-shadow: 0 0 15px 0 #d8d8d8;
  padding: 20px 20px 0 20px;
  box-shadow: 0px 2px 15px 0px rgba(153, 153, 153, 0.2) !important;
}
.box:nth-child(1) li {
  width: 238px;
  height: 50px;
  background-color: #f4f8ff;
  text-align: center;
  line-height: 50px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box:nth-child(1) li:nth-child(2) {
  margin-bottom: 10px;
}
.more-pic {
  height: 28px;
  width: 100%;
  background: url(more.png) center center no-repeat;
  display: none;
}
.more-pic a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.box:nth-child(2) li {
  height: 44px;
  width: 235px;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-left: 27px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box:nth-child(2) li img {
  margin-left: 10px;
  margin-right: 11px;
}
.box:nth-child(3) ul {
  width: 238px;
  height: 120px;
  background-color: #f4f8ff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 10px;
}
.box:nth-child(3) li {
  width: 98px;
  height: 40px;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box:nth-child(4) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box:nth-child(4) .more-pic1 {
  width: 156px;
  height: 96px;
  background: url(Checklistr.png) center center no-repeat;
}
.box:nth-child(4) .ckjd {
  width: 96px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  background-color: #f4f8ff;
}
.box:nth-child(4) .ckjd a,
.box:nth-child(1) li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* 第四部分 */
.cont3-list ul {
  display: flex;
  justify-content: left;
}
.cont3-list li {
  width: 380px;
  height: 180px;
  padding: 30px 30px 0 30px;
}
.cont3-list li span {
  font-size: 24px;
  line-height: 32px;
  color: white;
}
.cont3-list li a {
  display: inline-block;
  width: 88px;
  height: 32px;
  border: 1px solid #ffffff;
  color: white;
  float: right;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
}
.cont3-list li p {
  display: inline-block;
  width: 222px;
  margin-top: 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 2;
}
.cont3-list li:nth-child(1) {
  background: url(hudong1.png) center center no-repeat;
  background-size: 100% 100%;
  margin-right: 30px;
}
.cont3-list li:nth-child(2) {
  background: url(hudong2.png) center center no-repeat;
  background-size: 100% 100%;
  margin-right: 30px;
}
.cont3-list li:nth-child(3) {
  background: url(hudong3.png) center center no-repeat;
  background-size: 100% 100%;
}

.banner-search {
  width: 500px;
  height: 60px;
  border-radius: 12px 12px 12px 12px;
  background: #ffffff;
  margin-top: 15px;
}
.banner-search input[type='text'] {
  width: 400px;
  font-size: 18px;
  line-height: 20px;
  color: #999;
  padding: 20px 0;
  border: none;
  padding-left: 20px;
}
.banner-search input[type='submit'] {
  width: 95px;
  font-size: 18px;
  line-height: 20px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background: #4393f5;
  border: none;
  float: right;
}

.cont-list ul li:hover {
  transform: translateY(-10%);
  transition: transform 0.5s;
}
.cont2-list ul li:hover {
  transform: translateY(-10%);
  transition: transform 0.5s;
  box-shadow: 0 0 10px 0 rgb(67 147 245 / 30%) !important;
}
.cont2-list ul li:hover a p {
  color: #4393f5;
}
.ajax-list li:hover {
  background-color: #f1f2f3 !important;
}
.ajax-list li:hover a {
  color: #4393f5;
}
.alt {
  font-size: 40px;
  font-weight: 400;
  margin-top: 29px;
  margin-bottom: 29px;
}
.ydrz {
  color: #fff;
  font-size: 16px;
  margin-bottom: 59px;
}
.blms {
  display: flex;
  height: 240px;
}
.blms-ul {
  box-shadow: 0px 2px 15px 0px rgba(153, 153, 153, 0.2);
}
.blms > ul > li {
  position: relative;
  padding: 14px 0 16px 19px;
  display: flex;
  align-items: center;
  width: 260px;
  height: 80px;
  border-bottom: 1px #eee solid;
}
.blms > ul > li.active {
  background: url(./blms-blue.png);
  color: #fff;
}
.blms > ul > li.active::after {
  position: absolute;
  right: -10px;
  content: '';
  width: 13px;
  height: 19px;
  background: url(./blms-sjx.png);
}
.blms > ul > li > img {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.blms > ul > li > span {
  font-size: 24px;
  margin-left: 17px;
}
.blms-right-r {
  display: none;
}
.blms-right {
  display: flex;
  margin-left: 40px;
  width: 900px;
  padding: 14px 0 22px 24px;
  box-shadow: 0px 2px 15px 0px rgba(153, 153, 153, 0.2);
}
.blms-right-r.active {
  display: block;
}

.p1 {
  font-weight: 700;
  font-size: 20px;
  margin-left: 100px;
  margin-bottom: 10px;
}
.p2 {
  margin-left: 100px;
  font-size: 18px;
  margin-bottom: 10px;
}
.p3 {
  margin-left: 33px;
  margin-right: 31px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2.7px;
}
.p4 > a {
  text-align: center;
  line-height: 40px;
  display: block;
  background-color: #4292f5;
  width: 106px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  margin-left: 422px;
}

.fwsx {
  border-bottom: 2px solid #3d3d3d;
  margin-bottom: 30px;
}
.gsd {
  box-shadow: 0px 2px 15px 0px rgba(153, 153, 153, 0.2);
  height: 50px;
}
.gsd > ul {
  display: flex;
  height: 50px;
  align-items: center;
}
.gsd > ul > li {
  margin-left: 20px;
  margin-left: 20px;
}

.gsd > ul > li:nth-child(1) {
  margin-left: 0;
  width: 105px;
  height: 50px;
  background-color: #f1f2f3;
  line-height: 50px;
  text-align: center;
}
.gsd > ul > li:nth-child(n + 2).active {
  color: #0091ff;
}

.fwsx-dh {
  display: none;
}
.fwsx-dh.active {
  display: block;
}

.bmfww {
  display: flex;
  justify-content: space-between;
}

.bmfw-ul {
  padding-bottom: 30px;
}
.bmfw-ul li {
  display: flex;
  align-items: center;
  overflow: hidden;
  float: left;
  width: 277px;
  height: 96px;
  /* margin-top: 30px; */
  margin-left: 30px;
  box-shadow: 0 0 10px 0 rgb(153 153 153 / 20%);
  background-color: #ffffff;
  transition: transform 0.5s;
  cursor: pointer;
}
.bmfw-ul li:nth-child(4n + 1) {
  margin-left: 0;
}
.bmfw-ul li:nth-child(n + 5) {
  margin-top: 30px;
}
.bmfw-ul li a {
  display: flex;
  align-items: center;
  height: 69px;
  overflow: hidden;
  width: 277px;
  height: 96px;
  padding: 0 29px 0 104px;
  font-size: 18px;
  color: #333333;
  line-height: 23px;
  text-align: left;
}
.bmfw-ul li:hover {
  color: #4393f5;
  transform: translateY(-10%);
  transition: transform 0.5s;
  box-shadow: 0 0 10px 0 rgb(67 147 245 / 30%) !important;
}
.more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ckgd {
  font-size: 16px;
  color: #666;
  margin-right: 7px;
}
.jt {
  display: inline-block;
  width: 17px;
  height: 6px;
  background: url(/images/jt.png);
}

.zczx_list {
  margin-top: 34px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.zczx_item {
  width: 380px;
  height: 150px;
  background: #ffffff;
  box-shadow: 0px 2px 15px rgba(153, 153, 153, 0.2);
  padding: 20px 20px 0 20px;
  transition: transform 0.3s;
  position: relative;
  color: #333333;
}
.zczx_item .zczx_tit {
  display: block;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zczx_item .zczx_date {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 20px;
}
.blms-right {
  height: 240px;
}
.img {
  width: 306px;
  height: 204px;
}
.p4 {
  position: absolute;
  right: 42px;
  bottom: -2px;
}
.ljbl-sp {
  position: relative;
  width: 570px;
  height: 204px;
}
.sssxmdzt{
    display: flex;
    width: 1200px;
    align-items: center;
    margin: 0 auto;
    height: 60px;
    background-color: #F1F2F3;
    margin-bottom:-50px
  }
  .sssxmd{
    margin-left: 20px;
    color: #666666;
  }
  .tbfw{
    display: none;
    margin-left: 611px;
    color: #666;
  }
  .cz{
    margin-left: 938px !important;
    color: #666;
  }
  .li-sp{
    background: url()20px center no-repeat #ffffff;background-size: 68px 68px;;
  }
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
  }
  .banner{
    background-size: cover !important;
  }
  .xjalt {
    position: absolute;
    right: -0.7rem !important;
    width: 3rem !important;
    display: inline-block;
    text-align: center;
  }
  .li-sp{
    background: url().2rem center no-repeat #ffffff;background-size: .68rem .68rem;;
  }
  .sssxmdzt{
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    height: .6rem;
    background-color: #F1F2F3;
    margin-bottom:-0.5rem;
    font-size: 0.16rem;
  }
  .sssxmd{
    margin-left: .2rem;
    color: #666666;
  }
  .tbfw{
    margin-left: 4.11rem;
    color: #666;
  }
  .cz{
    margin-left: 1.49rem;
    color: #666;
    display: none;
  }

  .xjalt {
    position: absolute;
    right: 1.3rem;
    width: 3rem;
    display: inline-block;
    text-align: center;
  }

  .alt {
    font-size: 0.4rem;
    font-weight: 400;
    margin-top: 0.29rem;
    margin-bottom: 0.29rem;
  }
  .ydrz {
    color: #fff;
    font-size: 0.16rem;
    margin-bottom: 0.59rem;
  }
  .ljbl-sp {
    position: relative;
    width: 5.7rem;
    height: 2.04rem;
  }
  .blms-right {
    height: 2.9rem;
  }
  .img {
    width: 3.06rem;
    height: 2.04rem;
  }
  .p4 {
    position: absolute;
    right: 0.42rem;
    bottom: -0.6rem;
  }
  .banner {
    height: 4rem !important;
    padding: 0.88rem 0.32rem 0 !important;
  }
  .Banner-first {
    width: 3.5rem;
    height: 0.6rem;
    font-size: 0.22rem;
    border-radius: 40px;
    line-height: 0.6rem;
  }
  .BannerTxt {
    font-size: 0.44rem;
    margin-top: 0.18rem;
  }
  .banner-search {
    width: 100%;
    height: 0.72rem;
    border-radius: 0.1rem;
    margin-top: 0.28rem;
    background: none;
  }
  .my-office {
    width: 1.38rem;
    height: 0.48rem;
    font-size: 0.24rem;
    border-radius: 50px;
    line-height: 0.48rem;
    right: 0;
    bottom: 0;
    top: 0.1rem;
  }
  .banner-search input[type='text'] {
    width: 80%;
    height: 0.72rem;
    font-size: 0.24rem;
    line-height: 0.72rem;
    padding: 0;
    padding-left: 0.2rem;
    border-radius: 0.1rem 0 0 0.1rem;
    float: left;
  }
  .banner-search input[type='submit'] {
    width: 20%;
    height: 0.72rem;
    font-size: 0.24rem;
    line-height: 0.72rem;
    padding: 0;
    float: right;
    border-radius: 0 0.1rem 0.1rem 0;
  }

  .cont-tit {
    font-size: 0.44rem;
    margin: 0.52rem 0 0.4rem;
  }
  .cont-list ul {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 3.72rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
  }
  .cont-list ul li {
    width: 3.35rem;
    height: 1.7rem; /* padding:0 0.12rem; */ /* margin-bottom:0.32rem; */ /* float:left; */
    margin: 0;
  }
  .cont-list ul li a {
    background-size: cover !important;
  }
  .cont-list ul li a span {
    width: 1.85rem;
    margin: 0.35rem 0 0 1.25rem;
    font-size: 0.26rem;
    float: left;
  }
  .cont2-list ul {
    justify-content: space-between;
    flex-direction: column;
  }
  .cont2-list ul li {
    width: 100%;
    height: 2.6rem;
    margin-bottom: 0.32rem;
  }
  .cont2-list ul li a {
    padding: 0.32rem;
  }
  .ajax-banner ul {
    justify-content: flex-start;
  }
  .ajax-banner ul li {
    width: 31%;
    height: 0.72rem;
    line-height: 0.72rem;
    padding: 0;
    margin: 0 1% 2% 1%;
    font-size: 0.26rem;
  }
  .ajax-banner1 ul {
    justify-content: flex-start;
  }
  .ajax-banner1 ul li {
    width: 31%;
    height: 0.72rem;
    line-height: 0.72rem;
    padding: 0;
    margin: 0 1% 2% 1%;
    font-size: 0.26rem;
  }
  .ajax-banner2 ul {
    justify-content: flex-start;
  }
  .ajax-banner2 ul li {
    width: 31%;
    height: 0.72rem;
    line-height: 0.72rem;
    padding: 0;
    margin: 0 1% 2% 1%;
    font-size: 0.26rem;
  }
  .ajax-list {
    padding-top: 0.52rem;
  }
  .ajax-list li {
    height: auto;
    display: block;
    font-size: 0.26rem;
    padding: 0.24rem;
    margin-bottom: 0.32rem;
  }
  .ajax-list li > a {
    width: 100%;
    display: block;
    font-size: 0.3rem;
    line-height: 0.45rem;
    margin: 0;
    float: none;
  }
  .sxbl {
    margin-top: 0.15rem;
  }
  .more {
    font-size: 0.4rem !important;
    line-height: 0.4rem !important;
  }

  .flSub {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    font-size: 16px;
    color: #4393f5;
    text-align: center;
    display: block !important;
  }
  .flSub i {
    display: inline-block;
    width: 21px;
    height: 13px;
    margin-left: 0.16rem;
    background: url(/cms_files/filemanager/1759171972/picture/20232/80543780bc5c46cf80f4a34200eba6f1.png)
      0px 2px no-repeat;
  }
  .flSub.all i {
    display: inline-block;
    width: 21px;
    height: 13px;
    margin-left: 0.16rem;
    background: url(/cms_files/filemanager/1759171972/picture/20232/80543780bc5c46cf80f4a34200eba6f1.png)
      0px -13px no-repeat;
  }
  .hideUl li:nth-child(n + 7) {
    display: none;
  }

  .cont3-list ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .cont-tit {
    font-size: 0.44rem;
    font-weight: 500;
    margin: 0.52rem 0 0.42rem;
  }

  .con1 {
    padding: 0 0.24rem;
  }

  .cont3-list li {
    width: 100%;
    height: 2.4rem;
    margin-bottom: 0.32rem;
  }

  .cont3-list li {
    padding: 0.405rem 0.31rem 0 0.31rem;
  }

  .cont3-list li span {
    float: left;
  }

  .cont3-list li p {
    font-size: 0.224rem;
    margin-top: 0.22rem;
    width: 4.38rem;
    line-height: 0.36rem;
  }

  .bod {
    margin-bottom: 0.2rem;
  }

  .mpZyImg {
    width: 6.6756rem;
    height: 1.7216rem;
    margin: 0 auto;
    background: url(/cms_files/filemanager/1759171972/picture/20232/5b3ca85622994d0c993b587efbd5d34e.png)
      center center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0.32rem;
  }

  .mpZyImg img {
    display: none;
  }

  .cont-con2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .box:nth-child(1) li {
    width: 100%;
    height: 0.75rem;
    background-color: #f4f8ff;
    text-align: center;
    line-height: 0.75rem;
    margin-bottom: 0.3rem;
    font-size: 0;
  }

  .box {
    width: 47.72%;
    height: 2.79rem;
    box-shadow: 0 0 15px 0 #d8d8d8;
    box-shadow: 0px 2px 15px 0px rgb(153 153 153 / 20%) !important;
    padding: 0.3rem 0.24rem 0.3rem 0.24rem;
    margin-bottom: 0.32rem;
  }

  .more-pic {
    height: 0.2rem;
  }

  .box:nth-child(1) li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0.24rem;
  }

  .box:nth-child(2) li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-size: 0.25rem 0.24rem !important;
  }

  .box:nth-child(2) li {
    width: 100%;
    height: auto;
    font-size: 0;
    line-height: 0.6rem;
    padding-left: 0.4rem;
  }

  .box:nth-child(2) ul {
    margin-bottom: 0.2rem;
  }

  .box:nth-child(3) ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.24rem 0.25rem 0.24rem 0.25rem;
  }

  .box:nth-child(3) ul:nth-child(4) {
    display: none;
  }

  .box:nth-child(3) li {
    width: 100%;
    font-size: 0;
    height: auto;
    line-height: 0;
  }

  .box:nth-child(3) li a {
    font-size: 0.24rem;
    line-height: 0.44rem;
  }

  .box:nth-child(4) {
    padding: 0.36rem 0.575rem 0 0.575rem;
  }

  .box:nth-child(4) .ckjd a {
    font-size: 0.24rem;
    color: #4393f5;
  }

  .box:nth-child(4) .ckjd {
    width: 1.44rem;
    height: 0.48rem;
    border-radius: 0.24rem;
    font-size: 0;
    line-height: 0.48rem;
  }
  .box:nth-child(4) .more-pic1 {
    width: 2.34rem;
    height: 1.44rem;
    background-size: cover;
  }
  .box:nth-child(3) li:nth-child(4) {
    display: none;
  }

  .blms {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .blms-ul {
    box-shadow: 0rem 0.02rem 0.15rem 0rem rgba(153, 153, 153, 0.2);
    width: 100%;
  }
  .blms > ul > li {
    position: relative;
    padding: 0.14rem 0 0.16rem 0.19rem;
    display: flex;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    border-bottom: 0.01rem #eee solid;
    width: 100%;
  }
  .blms > ul > li.active {
    background: url(./blms-blue.png);
    color: #fff;
  }
  .blms > ul > li.active::after {
    position: absolute;
    right: -0.1rem;
    content: '';
    width: 0.13rem;
    height: 0.19rem;
    background: url(./blms-sjx.png);
  }
  .blms > ul > li > img {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
  }
  .blms > ul > li > span {
    font-size: 0.24rem;
    margin-left: 0.17rem;
  }
  .blms-right-r {
    display: none;
    width: 100%;
  }
  .blms-right {
    display: flex;
    margin-left: 0;
    width: 100%;
    padding: 0.14rem 0 0.22rem 0.24rem;
    box-shadow: 0rem 0.02rem 0.15rem 0rem rgba(153, 153, 153, 0.2);
  }
  .blms-right-r.active {
    display: block;
    width: 100%;
    margin-top: 0.2rem;
  }

  .p1 {
    font-weight: 700;
    font-size: 0.2rem;
    margin-left: 0.33rem;
    margin-bottom: 0.1rem;
  }
  .p2 {
    margin-left: 0.33rem;
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
  }
  .p3 {
    margin-left: 0.33rem;
    margin-right: 0.31rem;
    font-size: 0.18rem;
    line-height: 0.22rem;
    letter-spacing: 0.027rem;
  }
  .p4 > a {
    text-align: center;
    line-height: 0.4rem;
    display: block;
    background-color: #4292f5;
    width: 1.06rem;
    height: 0.4rem;
    color: #fff;
    font-size: 0.18rem;
    margin-left: 4.22rem;
  }

  .fwsx {
    border-bottom: 0.02rem solid #3d3d3d;
    margin-bottom: 0.3rem;
  }
  .gsd {
    box-shadow: 0rem 0.02rem 0.15rem 0rem rgba(153, 153, 153, 0.2);
    height: 0.5rem;
  }
  .gsd > ul {
    display: flex;
    height: 0.5rem;
    align-items: center;
    font-size: 0.16rem;
  }
  .gsd > ul > li {
    margin-left: 0.2rem;
    margin-left: 0.2rem;
  }

  .gsd > ul > li:nth-child(1) {
    margin-left: 0;
    width: 1.05rem;
    height: 0.5rem;
    background-color: #f1f2f3;
    line-height: 0.5rem;
    text-align: center;
  }
  .gsd > ul > li:nth-child(n + 2).active {
    color: #0091ff;
  }

  .fwsx-dh {
    display: none;
  }
  .fwsx-dh.active {
    display: block;
  }

  .bmfww {
    display: flex;
    justify-content: space-between;
  }

  .bmfw-ul {
    padding-bottom: 0.3rem;
  }
  .bmfw-ul li {
    display: flex;
    align-items: center;
    overflow: hidden;
    float: left;
    width: 2.77rem;
    height: 0.96rem;
    margin-top: .3rem;
    margin-left: 0.3rem;
    box-shadow: 0 0 0.1rem 0 rgb(153 153 153 / 20%);
    background-color: #ffffff;
    transition: transform 0.5s;
    cursor: pointer;
  }
  .bmfw-ul li:nth-child(4n + 1) {
    margin-left: 0.3rem;
  }
  .bmfw-ul li:nth-child(n + 5) {
    margin-top: 0.3rem;
  }
  .bmfw-ul li a {
    display: flex;
    align-items: center;
    height: 0.69rem;
    overflow: hidden;
    width: 2.77rem;
    height: 0.96rem;
    padding: 0 0.29rem 0 1.04rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.23rem;
    text-align: left;
  }
  .bmfw-ul li:hover {
    color: #4393f5;
    transform: translateY(-10%);
    transition: transform 0.5s;
    box-shadow: 0 0 0.1rem 0 rgb(67 147 245 / 30%) !important;
  }
  .more {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ckgd {
    font-size: 0.16rem;
    color: #666;
    margin-right: 0.07rem;
  }
  .jt {
    display: inline-block;
    width: 0.3em;
    height: 0.1rem;
    background: url(/images/jt.png);
  }

  .zczx_list {
    margin-top: 0.34rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .zczx_item {
    width: 3.8rem;
    height: 1.5rem;
    background: #ffffff;
    box-shadow: 0rem 0.02rem 0.15rem rgba(153, 153, 153, 0.2);
    padding: 0.2rem 0.2rem 0 0.2rem;
    transition: transform 0.3s;
    position: relative;
    color: #333333;
  }
  .zczx_item .zczx_tit {
    display: block;
    font-size: 0.16rem;
    color: #333333;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .zczx_item .zczx_date {
    font-size: 0.14rem;
    color: #999999;
    font-weight: 400;
    display: block;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 0.2rem;
  }
}





