@charset "utf-8";

#body {
  margin: 34px auto;
}

.container {
  width: 1200px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}

.content-one .content-one-left {
  width: 500px;
}

.normal-title {
  position: relative;
  margin-bottom: 30px;
}

.normal-title .line-short,
.content-one-right .title li .line-short {
  width: 0px;
  height: 4px;
  background: #115db2;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1.2s;
}

.normal-title:hover .line-short {
  width: 100%;
  transition: width 1.2s;
}

.content-one-left .container1 {
  width: 100%;
  padding: 20px;
  border: 1px solid #115db2;
}

.content-one-left .szfld {
  border: none;
}

.container1 .ctTop {
  display: flex;
}

.container1 .ctTop .lt {
  width: 140px;
}

.container1 .ctTop .lt img {
  width: 140px;
}

.container1 .ctTop .rt {
  width: 67%;
  margin-left: 12%;
}

.content-one .content-one-left .people {
  width: 100%;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  padding-bottom: 5px;
}

.content-one .content-one-left .people .name a {
  display: block;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.content-one .content-one-left .people .job {
  float: left;
  padding: 10px 15px 5px;
}

.content-one-left .container1 .peopleInfo {
  margin-top: 10px;
}

.content-one .content-one-left .container1 .peopleInfo li a {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 35px;
  text-align: center;
  background-image: linear-gradient(-90deg, #1973d9 0%, #6db2ff 100%);
  border-radius: 2px;
}

.content-one .content-one-left .container1 .peopleInfo li a:hover {
  background-color: #d6d6d6;
  color: #115db2;
}

.content-one .content-one-left .container1 .peopleInfo li {
  margin-bottom: 10px;
}

.content-one .content-one-left .container1 .peopleInfo li:last-of-type {
  margin-bottom: 0;
}

.content-one .content-one-left .container1 .peopleInfo img {
  height: 19px;
  margin-right: 10%;
}

.content-one .content-one-left .container1 .ctBottom {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
  /* margin-top: 10px; */
  margin-top: 80px;
  padding-top: 10px;
  font-size: 20px;
}

.content-one .content-one-left .container1 .ctBottom:nth-of-type(1) {
  border-top: 1px #115db2 dashed;
}

.content-one .content-one-left .container1 .ctBottom li {
  display: inline-block;
  margin-right: 10px;
}

.content-one .content-one-left .container1 .ctBottom:nth-of-type(2) li:nth-of-type(1) {
  margin-left: 80px;
}

.content-one .content-one-left .container1 .ctBottom li > a {
  color: #404040;
}

.content-one .content-one-left .container1 .ctBottom li > a:hover {
  color: #115db2;
}

.content-one .content-one-right {
  width: 646px;
}

.content-one-right .title {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #115496;
  margin-bottom: 20px;
}

.content-one-right .title li {
  position: relative;
  margin-right: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.content-one-right .title li a {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  padding-bottom: 20px;
}

.content-one-right .title .active a {
  color: #115db2;
}

.content-one-right .title li .line-short {
  width: 4px;
  height: 25px;
  background-color: #115496;
  position: absolute;
  bottom: 12px;
  left: 0;
}

.normal-ul-li {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-indent: 10px;
  border-bottom: 1px #115db2 dashed;
}

.normal-ul-li a {
  display: block;
}

.normal-ul-li:hover .caption {
  color: #115db2;
}

.normal-ul-li::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  background-color: #acc2d4;
  border-radius: 50%;
  left: 0;
  top: 21px;
}

.normal-ul-li .caption {
  display: inline-block;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #404040;
}

.normal-ul-li a .time {
  float: right;
  color: #999;
}

.content-two {
  flex-direction: column;
}

.content-two-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-two-ul-li {
  width: 285px;
  height: 120px;
  background-color: #f5f5f5;
}

.content-two-ul-li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  color: #404040;
}

.content-two-ul-li a img {
  margin: 20px 0 10px 0;
}

.content-two-ul-li:hover a {
  color: #115db2;
  font-weight: 600;
}

.content-three-img {
  width: 260px;
  padding-right: 10px;
}

.content-three-img img {
  width: 100%;
}

.content-three .content-three-left {
  width: 600px;
}

.content-three-left .row-title {
  display: flex;
  border-bottom: 3px solid #ddd;
}

.content-three-left .row-title a {
  display: block;
  width: 30%;
}

.content-three-left .row-title .normal-title {
  padding-bottom: 5px;
  margin: 0 5px;
}

.content-three-left .row-title .active h5 {
  color: #115db2;
  font-weight: 600;
}

.content-three-left .row-title .one h5 {
  border-left: 4px solid #115496;
}

.content-three-left .row-nav {
  width: 100%;
  background-color: #daecfb;
  margin-bottom: 10px;
}

.content-three-left .row-nav ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.content-three-left .row-nav ul li {
  padding: 0 20px;
  line-height: 50px;
}

.content-three-left .row-nav ul li a {
  color: #115db2;
}

.content-three-left .row-nav ul .on,
.content-three-left .row-nav ul .on a {
  font-weight: 600;
  color: #115db2;
}

.content_list li {
  position: relative;
}

.content_list li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #acc2d4;
  border-radius: 50%;
  left: 0;
  top: 24px;
}

.content_list li a {
  display: block;
  border-bottom: 1px #115db2 dashed;
  height: 51px;
}

.content_list li a .caption {
  color: #404040;
}

.content_list li a .time {
  color: #666;
}

.content_list li a:hover .caption {
  color: #115db2;
}

.content_list li span {
  height: 50px;
  line-height: 50px;
}

.content_list li span:first-of-type {
  font-size: 16px;
  color: #333333;
  width: 75%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  padding-left: 13px;
}

.content_list .time {
  color: #999999;
  font-size: 16px;
  float: right;
}

.content-three-right {
  width: 300px;
}

.content-three-right .content {
  width: 100%;
  border: solid 1px #ececec;
}

.content-three-right .content h5 {
  font-size: 24px;
  color: #115db2;
  padding-left: 20px;
  border-bottom: 1px solid #115db2;
}

.content-three-right ul {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  padding-top: 15px;
}

.content-three-right ul li {
  text-align: center;
  width: 30%;
  margin: auto;
}

.content-three-right ul li a {
  display: block;
}

.content-three-right ul li img {
  width: 50px;
  height: 50px;
  margin: 0 8px;
}

.content-three-right ul li p {
  color: #404040;
  text-align: center;
  margin-top: 10px;
}

.ggqsypt {
  background: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15975/images/ggqsy_bj.png') no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: right;
  padding-right: 20px;
  font-size: 18px;
  color: #115db2;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.zzc_con {
  width: 300px;
  height: 135px;
  border: solid 1px #ececec;
  margin-top: 10px;
}

.zfhy_r a {
  vertical-align: middle;
  display: inline-block;
  width: 45%;
  margin-left: 5px;
  color: #115db2;
}

.zfhy_r a img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin: 0 10px;
}

.content-four {
  width: 100%;
}

.content-four .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-four .list_one .list_item {
  width: 210px;
  height: 160px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(16, 129, 255, 0.6);
  border-radius: 5px;
}

.content-four .list_one .list_item:hover {
  background-color: #115db2;
}

.content-four .list_one .list_item:hover a {
  color: #fff;
}

.content-four .list_one .list_item a {
  height: 100%;
  color: #404040;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-four .list_one .list_item img {
  width: 82px;
  height: 85px;
  margin-bottom: 20px;
}

.content-four .pullDown {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(16, 129, 255, 0.6);
  color: #fff;
}

.content-four .list_one .list_item .pullDown a {
  height: 40px;
  font-size: 16px;
  color: #115db2;
  font-weight: 500;
}

.content-five {
  margin-top: 45px;
  margin-bottom: 45px;
}

.content-five-li {
  width: 18.8%;
  height: 60px;
}
.content-five-li {
  background-image: url('/picture/76/2204111441548796632.png');
  height: 60px;
  text-align: center;
  background-size: 100% 100%;
}
.content-five-li a {
  line-height: 60px;
  color: #115db2;
  font-size: 18px;
}
.content-five-li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.content-five-li:hover {
  box-shadow: 0px 0px 15px 0px rgba(16, 129, 255, 0.6);
}

.content-six {
  flex-direction: column;
}

.content-six .normal-title {
  width: 1200px;
  margin-bottom: 30px;
}

.content-six-m ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #ffffff;
  border: solid 1px #115db2;
  padding: 20px 0;
}

.content-six-m ul li {
  width: 13%;
  height: 76px;
  text-align: center;
  margin: 16px 0;
}

.content-six-m ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.content-six-m ul li a p {
  width: 100%;
  overflow: hidden;
  margin-top: 6px;
  text-align: center;
  color: #404040;
}

.content-six-m ul li a img.fz {
  display: none;
  transform: rotateY(180deg);
}

.content-six-m ul li .image_show {
  transition: all 0.6s;
}

.content-six-m ul li:hover img.mr {
  display: none;
}

.content-six-m ul li:hover .image_show {
  transform: rotateY(180deg);
}

.content-six-m ul li:hover img.fz {
  display: inline-block;
}

.content-six-m ul li:hover a p {
  color: #115db2;
}

.content-seven {
  flex-direction: column;
}

.content-seven ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-seven ul li {
  width: 23.7%;
  /* min-width: 200px; */
  height: 50px;
  border: solid 1px #115db2;
  margin-bottom: 20px;
  transition: all 0.6s;
}

.content-seven ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  color: #115db2;
}

.content-seven ul:last-child li {
  height: auto;
  border: 0;
  transition: all 0.6s;
}

.content-seven ul:last-child li:hover {
  transform: scale(1.06);
}

.content-seven .content-eight {
  flex-wrap: wrap;
}

.content-eight-li {
  width: 18.6%;
  min-width: 180px;
  height: 50px;
  margin-bottom: 8px;
  background: url(/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15975/images/szf-bg.png);
  background-size: 100% 100%;
  transition: all 0.2s;
}

.content-eight-li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #115db2;
  padding: 0 10% 0 4%;
}

.content-eight-li:hover {
  transform: scale(1.03);
}

a:focus {
  outline: none;
}

.content-three-right ul {
  padding: 25px 0;
}

.content-eight-li a {
  font-size: 16px;
  padding: 0 0 0 4%;
}

.content-eight-li a p {
  width: 250px;
  text-align: center;
}

.zcwnj {
  display: inline-block;
  width: 590px;
  height: 90px;
  background: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15975/images/zcwjtyfb.png');
  background-size: 100% 100%;
}

.zcwjgfx {
  display: flex;
  justify-content: space-between;
}

.gufxwj {
  display: inline-block;
  width: 590px;
  height: 90px;
  background: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15975/images/gfxwjglpt.png');
  background-size: 100% 100%;
}

/* --------政务公开底部政务专题改版样式-------- */
.content-seven .content-seven-flex {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.content-seven .content-seven-flex div {
  border: 1px solid #ddd;
  height: auto;
}

.content-seven .content-seven-flex .content-seven-flex-left {
  width: 758px;
}

.content-seven .content-seven-flex .content-seven-flex-right {
  width: 418px;
}

.content-seven .content-seven-flex div .flex_tt {
  width: 100%;
  height: 80px;
  padding-left: 40px;
  background-size: 100% 100%;
  position: relative;
}

.content-seven .content-seven-flex .content-seven-flex-left .flex_tt {
  background-image: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15975/images/zdlygg.jpg');
}

.content-seven .content-seven-flex .content-seven-flex-right .flex_tt {
  background-image: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15975/images/gzcy.jpg');
}

.content-seven .content-seven-flex div .flex_tt h4 {
  height: 100%;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
}

.content-seven .content-seven-flex div .flex_tt h5 {
  position: absolute;
  width: 45px;
  height: 5px;
  background-color: #ffffff;
  box-shadow: 2px 1px 2px 0px rgba(0, 81, 194, 0.7);
  border-radius: 3px;
  left: 40px;
  bottom: 15px;
}

.content-seven .content-seven-flex div ul {
  width: 100%;
  padding: 19px 21px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.content-seven .content-seven-flex .content-seven-flex-left ul li {
  width: 24%;
  height: 50px;
  margin-top: 10px;
}

.content-seven .content-seven-flex .content-seven-flex-left ul li a {
  display: inline-block;
  margin-top: 10px;
  display: flex;
  justify-content: space-evenly;
  border: 1px solid #ddd;
  line-height: 50px;
  width: 100%;
  height: 100%;
  color: #404040;
}

.content-seven .content-seven-flex ul li img {
  width: 31px;
  height: 31px;
}

.content-seven .content-seven-flex .content-seven-flex-left ul li img {
  margin: 10px 0;
}

.content-seven .content-seven-flex .content-seven-flex-right ul li {
  width: 45%;
  text-align: center;
}

.content-seven .content-seven-flex .content-seven-flex-right ul li p {
  color: #404040;
}

.content-seven .bottom-title {
  width: 100%;
  height: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15975/images/zfzttt.png');
  margin-top: 50px;
}
.bottomDiv {
  width: 100%;
  margin-top: 40px;
}
.bottomDiv a {
  height: 100%;
}
.bottomDiv a img {
  width: 230px;
  height: 160px;
}
.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide .lbt_list li {
  width: 225px;
  height: 150px;
  float: left;
  margin: 5px;
}
.czxx_con {
  display: none;
  background: #fff !important;
  z-index: 2;
  width: 350px;
  color: #115db2 !important;
}
.czxx_con a {
  border-color: #115db2 !important;
}
.czxx_con a:hover {
  background-color: #115db2 !important;
  color: #fff !important;
}
.czxx_tl:hover .czxx_con {
  display: flex;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}

/* newStyle*/

.newStyle .content-one {
  flex-direction: column;
  align-items: center;
}
.newStyle .content-one .content-one-left {
  width: 100%;
}
.newStyle .content-one .content-one-left .people .name a {
  font-size: 44px;
}
.newStyle .job {
  font-size: 34px;
}
.newStyle .container1 .ctTop .lt img {
  width: 200px;
}
.newStyle .content-one .content-one-left .container1 .ctBottom li {
  font-size: 34px;
}
.newStyle .content-one-right .title li a {
  font-size: 50px;
}
.newStyle .content-one .content-one-left .container1 .peopleInfo li a {
  width: 100%;
  height: 60px;
  font-size: 34px;
}
.newStyle .content-one .content-one-left .container1 .peopleInfo img {
  display: none;
}
.newStyle .normal-title {
  font-size: 50px;
}
.newStyle .content-one .content-one-right {
  width: 100%;
  margin-top: 50px;
}
.newStyle .content-one-right .title li .line-short {
  height: 46px;
}
.newStyle .normal-ul-li .caption {
  font-size: 34px;
}
.newStyle .normal-ul-li a .time {
  font-size: 34px;
}
.newStyle .normal-ul-li {
  height: 75px;
  line-height: 75px;
}
.newStyle .normal-ul-li::before {
  top: 33px;
}
.newStyle .content-eight-li a p {
  font-size: 34px;
}
.newStyle .content-eight {
  display: block;
}
.newStyle .content-eight-li {
  width: 38.6%;
  margin: 0 50px;
  margin-bottom: 40px;
}
.newStyle .content-eight-li a p {
  width: 80%;
}
.newStyle .content-eight-li {
  float: left;
}
.newStyle .content-four .list_one .list_item a {
  font-size: 34px;
}
.newStyle .content-four .list_one .list_item .pullDown a {
  height: 40px;
  font-size: 26px;
  color: #115db2;
  font-weight: 500;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newStyle .content-five-li a {
  font-size: 32px;
}
.newStyle .content-two-ul-li a {
  font-size: 34px;
}
.newStyle .content-three {
  flex-direction: column;
}
.newStyle .content-three .content-three-left {
  width: 100%;
  margin-top: 50px;
}
.newStyle .content-three-img {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
}
.newStyle .content-three-left .row-nav ul .on,
.newStyle .content-three-left .row-nav ul .on a {
  font-size: 34px;
}
.newStyle .content_list li span:first-of-type {
  font-size: 34px;
}
.newStyle .content_list .time {
  font-size: 34px;
}
.newStyle .content_list li a {
  height: 75px;
  line-height: 75px;
}
.newStyle .content-three-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newStyle .content-three-right .content {
  width: 100%;
}
.newStyle .content-three-right .content h5 {
  font-size: 50px;
}
.newStyle .content-three-right ul li p {
  font-size: 34px;
}
.newStyle .ggqsypt {
  background: none;
  width: 100%;
  height: 159px;
  line-height: 159px;
  text-align: center;
  padding-right: 0;
  font-size: 34px;
  margin-bottom: 0;
  margin-top: 66px;
  border: 1px solid #efefef;
}
.newStyle .zzc_con {
  width: 100%;
}
.newStyle .gjs_title {
  font-size: 34px;
}
.newStyle .input-text {
  height: 73px;
}
.newStyle .cx {
  width: 42px;
  height: 42px;
  right: 16%;
  margin-top: 13px;
}
.newStyle .zfhy_r a {
  font-size: 34px;
  text-align: center;
  margin-bottom: 10px;
}
.newStyle .zzc_con {
  height: auto;
}

.newStyle .content-three-right {
  margin-top: 80px;
}
.newStyle .content-seven .content-seven-flex {
  flex-direction: column;
}
.newStyle .content-seven .content-seven-flex div .flex_tt h4 {
  font-size: 34px;
}
.newStyle .content-seven .content-seven-flex div .flex_tt h5 {
  bottom: 7px;
}
.newStyle .content-seven .content-seven-flex .content-seven-flex-left {
  width: 100%;
}
.newStyle .content-seven .content-seven-flex .content-seven-flex-left ul li a {
  font-size: 34px;
}
.newStyle .content-seven .content-seven-flex .content-seven-flex-right {
  width: 100%;
  margin-top: 50px;
}
.newStyle .content-seven .content-seven-flex .content-seven-flex-right ul li p {
  font-size: 34px;
}
.newStyle .content-seven .bottom-title {
  background-image: none;
  font-size: 34px;
}

/**
* 轮播图
*/
.normal-title {
  font-size: 24px;
}
.swiper-slide .lbt_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.swiper-slide .lbt_list li {
  width: 225px;
  height: 150px;
  margin: 5px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -4px;
  left: 0;
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: auto;
}
.bottomDiv a img {
  width: 230px;
  height: 150px;
}
.swiper-wrapper {
  height: 350px;
}

@media screen and (max-width: 1200px) {
  #body {
    max-width: 96%;
    padding: 0 1%;
    overflow-x: hidden;
  }

  .container {
    width: 100%;
    flex-direction: column;
  }

  .content-eight {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .content-one-left,
  .content-one-right,
  .content-three-left,
  .content-three-right,
  .content-seven-left,
  .content-seven-right {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .container1 .ctTop .rt {
    padding-top: 0;
  }

  .content-one .content-one-left .people .job {
    font-size: 15px;
  }

  .content-one .content-one-left .container1 .ctBottom .lt {
    width: 25%;
  }

  .content-one .content-one-left .people .job {
    padding: 10px 0;
  }

  .content-one-right .title {
    margin-top: 20px;
  }

  .content-two {
    height: auto;
  }

  .content-two-ul-li,
  .content-five-li {
    width: 48%;
    margin-bottom: 5px;
  }

  .content-three-left .row-nav ul li {
    padding: 0 4px;
  }

  .content-three-left .row-nav ul li {
    font-size: 15px;
  }

  .content-three .query {
    margin-left: 0;
    text-align: center;
  }

  .content-four {
    height: auto;
  }

  .content-four .list_one .list_item {
    width: 19%;
    margin-bottom: 10px;
  }

  .content-four .list_one.container,
  .content-five.container {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .content-six-m ul {
    justify-content: flex-start;
  }

  .content-six-m ul li {
    width: 30%;
    margin: 0 0.6% 25px;
  }

  .content-eight-li {
    width: 48%;
  }

  .normal-title .line {
    max-width: 100%;
  }

  .normal-ul-li .caption {
    width: 66%;
  }

  .content_list li span:first-of-type {
    width: 70%;
  }

  .normal-title h5 {
    font-size: 22px;
  }

  .swiper-container,
  .swiper-slide img {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .swiper-slide img {
    width: 100%;
  }

  .content-three-img {
    width: 100%;
  }

  .zcwnj {
    margin: 10px 0;
  }

  .ggqsypt,
  .zzc_con {
    width: 90%;
    margin: 0 auto;
  }
  .content-seven .content-seven-flex {
    flex-wrap: wrap;
  }
  .content-seven .content-seven-flex .content-seven-flex-left ul li {
    width: 49%;
  }
}

@media screen and (max-width: 420px) {
  #body {
    max-width: 98%;
  }

  .normal-title h5 {
    font-size: 18px;
  }

  .content-one .content-one-left .container1 .ctBottom .lt {
    width: 23%;
  }

  .content-one-right .title li a {
    font-size: 16px;
  }

  .content-two-ul-li {
    width: 100%;
  }

  .content-three-left .row-title .normal-title {
    margin: 0;
  }

  .content-three-img img {
    height: auto !important;
  }

  .content-three .query {
    margin-left: 0;
  }

  .content-three-right > a > img {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .content-four .list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .content-four .list_one .list_item {
    width: 52%;
    margin-bottom: 10px;
  }

  .content-five {
    flex-wrap: wrap;
  }

  .content-five-li {
    width: 95%;
    margin: 12px auto;
  }

  .content-six-m ul {
    justify-content: flex-start;
  }
  .swiper-slide .lbt_list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .swiper-wrapper {
    height: 800px;
  }
  .bottomDiv a img {
    width: 100%;
    height: 140px;
  }
  .content-seven ul li {
    width: 90%;
    margin: 5px auto;
  }

  .content-seven ul:last-child li {
    width: 88%;
    margin-bottom: 5px;
  }

  .content-eight-li {
    width: 80%;
    margin: 0 auto 8px;
  }
  .content-four .list_one {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
  }
  .content-four .list_one .list_item {
    width: 48%;
  }
  .ggqsypt,
  .ggqsyimg,
  .zzc_con {
    width: 100% !important;
  }
}

@media screen and (max-width: 350px) {
  .normal-ul-li .caption {
    width: 50%;
  }

  .content_list li span:first-of-type {
    width: 50%;
  }

  .content-one .container1 .ctTop .lt img {
    width: 120px;
  }

  .container1 .ctTop .rt {
    margin-left: 15px;
  }

  .content-one .content-one-left .container1 .peopleInfo img {
    margin-right: 5px;
  }

  .content-one .content-one-left .container1 .ctBottom .lt {
    width: 24%;
  }

  .content-three .query {
    margin-left: 0;
  }

  .content-three-left .row-nav ul li {
    font-size: 13px;
  }

  .normal-title h5 {
    font-size: 17px;
  }

  .content-eight-li {
    width: 100%;
  }
}
