html.isWap {
  overflow-x: hidden;
}

.isWap .main,
.isWap .main2 {
  background-color: #015bb5;
}

.isPc .pBox4 ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.isPc .pBox4 ul li {
  margin-bottom: 50px;
}

.isPc .pBox4 ul li:nth-child(3n) {
  margin-right: 0;
}

.isWap .pBox4 ul {
  display: flex;
  flex-wrap: wrap;
}

.isPc .btnBox2 a.no-data,
.isWap .btnBox2 a.no-data {
  background: none;
  cursor: default;
}

.pager {
  margin-top: 60px;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.pager a,
.pager span {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #dfdfdf;
}

.pager a:hover,
.pager span {
  background-color: #2685c8;
  border-color: #2685c8;
  color: #fff;
}

.isWap .pager {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

.isWap .info_box span {
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
}

figure.image img {
  margin: 0;
  max-width: 100%;
}
figure.image figcaption {
  margin: 8px 0 0;
  text-align: left;
  font-size: 14px;
}
figure.image {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 0px solid white;
  margin-bottom: 40px;
}
figure.image.align-left {
  float: left;
}
figure.image.align-right {
  float: right;
}
figure.image.align-center {
  margin-left: auto;
  margin-right: auto;
}

.isWap figure.image {
  margin: 0.2rem 0 0.2rem;
}
.isWap figure.image figcaption {
  text-align: left;
  font-weight: normal;
  font-size: 0.26rem;
  line-height: 0.34rem;
  color: #777;
  padding-top: 0.2rem;
  display: block;
  margin: 0;
}

/*20231212*/
.isPc .banner6 .sliderInner{ background:url("../i/bg4.png") no-repeat left center; height:420px;}
.isPc .banner6 .sliderInner li.list-pic i{padding-top:30px;}
.isPc .banner6 .sliderInner li.list-pic span{ float:left; width:390px; height:290px; padding:30px 60px 10px; text-align: center; font-size:30px; color:#0159b1; }
.isPc .banner6 .btn-slider{ position:absolute;width:13px;height:26px;font-size:0px;line-height:0px;overflow:hidden; background:url(../i/arr_lr2.png) no-repeat; top:42%; margin-top:260px;}
.isPc .banner6 .btn-prev{left:43%;}
.isPc .banner6 .btn-next{right:44.5%; background-position:-13px 0px; }
.isPc .banner6 .btn-slider:hover{ position:absolute;width:13px;height:26px;font-size:0px;line-height:0px; top:42%; margin-top:260px; background:url("../i/arr_lr.png") no-repeat left top;}
.isPc .banner6 .btn-prev:hover{background-position:left top;}
.isPc .banner6 .btn-next:hover{background-position:right top;}
.isPc .banner6 .sliderInner li.list-pic span{ float:left; width:510px; height:340px; padding:30px 0 10px; text-align: center; font-size:30px; line-height:34px; color:#0159b1; }
.isPc .banner6 .sliderInner li.list-pic span dd{ display: block; font-size:24px; line-height:24px; padding:0 80px;}
.isPc .banner6 .sliderInner li.list-pic span dt{ display: block; text-transform:capitalize; margin-bottom:5px;}

.isWap .banner6 .btn-slider{ position:absolute;width:13px;height:26px;font-size:0px;line-height:0px; top:88.5%; margin-top:-19px;}

.isPc .banner6 {
  width: calc(100% - 60px);
}
.isPc .banner6 .sliderCur {
  width: auto;
  text-align: center;
}
.isPc .banner6 .sliderCur span {
  display: inline-block;
  width: auto;
}

.isPc .box1_cont em a,
.isWap .box1_cont em a {
  color: #004f9e;
}