.isPc .Link {
  width: 100%;
  text-align: center;
}

.isPc .Link ul {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-around;
}

.isPc .section1 {
  height: auto;
  margin-bottom: 50px;
}

.isPc .list2-tit {
  justify-content: center;
}

.isPc .list2-tit::before {
  display: block;
  content: " ";
  height: 4px;
  flex-grow: 1;
  background: linear-gradient(270deg, #0d52b0 10%, #b3cfe7 100%);
}

.isPc .list2-tit::after {
  display: block;
  content: " ";
  height: 4px;
  flex-grow: 1;
  background: linear-gradient(90deg, #0d52b0 10%, #b3cfe7 100%);
}

.isWap .list2-tit {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.isWap .list2-tit a {
  color: #0d52b0;
  font-size: 28px;
  height: auto;
  display: inline-flex;
  margin: 0 12px;
  font-family: Times;
}

.isWap .list2-tit::before {
  display: block;
  content: " ";
  height: 3px;
  flex-grow: 1;
  background: linear-gradient(270deg, #0d52b0 10%, #b3cfe7 100%);
}

.isWap .list2-tit::after {
  display: block;
  content: " ";
  height: 3px;
  flex-grow: 1;
  background: linear-gradient(90deg, #0d52b0 10%, #b3cfe7 100%);
}

.isPc .Link {
  background: #3882dc;
}

.isWap .section1 {
  padding-top: 3.3rem;
}

.isWap .cf {
  padding: 0 0.4rem;
}

.isWap .banner {
  margin: 0 0 0.2rem;
}

.isWap .i-list,
.isWap .i-list2 {
  padding: 0;
}
