.wendaBlock .w1400 .right {
  padding-bottom: 30px;
}
.wendaBlock .w1400 .right > .top {
  font-size: 24px;
  font-weight: bold;
  color: #3cb4e6;
  margin-top: -6px;
}
.wendaBlock .w1400 .right .content {
  margin-top: 38px;
}
.wendaBlock .w1400 .right .content .list {
  margin-bottom: 26px;
  display: block;
}
.wendaBlock .w1400 .right .content .list:last-child {
  margin-bottom: 0;
}
.wendaBlock .w1400 .right .content .list .tit {
  display: flex;
  justify-content: space-between;
  background: #faf9f9;
}
.wendaBlock .w1400 .right .content .list .tit p {
  padding: 18px 0 18px 36px;
  line-height: 36px;
  font-size: 20px;
  color: #203356;
}
.wendaBlock .w1400 .right .content .list .tit .more {
  position: relative;
  background: #203356;
  width: 31px;
  height: 72px;
}
.wendaBlock .w1400 .right .content .list .tit .more span {
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wendaBlock .w1400 .right .content .list .tit .more span:nth-child(2) {
  width: 2px;
  height: 12px;
}
.wendaBlock .w1400 .right .pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.wendaBlock .w1400 .right .pagination li {
  margin-left: 10px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}
.wendaBlock .w1400 .right .pagination li a, .wendaBlock .w1400 .right .pagination li span {
  display: block;
  font-size: 18px;
  color: #1c2e51;
}
.wendaBlock .w1400 .right .pagination li.active {
  background: #3cb4e6;
}
.wendaBlock .w1400 .right .pagination li.active a, .wendaBlock .w1400 .right .pagination li.active span {
  color: #fff;
}
.wendaBlock .w1400 .right .pagination li:first-child {
  margin-left: 0;
}

.wendaBlock2 .w1400 .right > .top {
  font-size: 24px;
  font-weight: bold;
  color: #3cb4e6;
  margin-top: -6px;
}
.wendaBlock2 .w1400 .right .content {
  border-top: 1px solid #e1e1e1;
  margin-top: 21px;
  padding-top: 35px;
  position: relative;
  padding-bottom: 240px;
}
.wendaBlock2 .w1400 .right .content .tit {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #203356;
}
.wendaBlock2 .w1400 .right .content .info {
  display: flex;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 29px;
}
.wendaBlock2 .w1400 .right .content .info div {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.wendaBlock2 .w1400 .right .content .info div:first-child {
  margin-right: 16px;
}
.wendaBlock2 .w1400 .right .content .cont p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.wendaBlock2 .w1400 .right .content .bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
}
.wendaBlock2 .w1400 .right .content .bottom p {
  font-size: 16px;
  line-height: 1.5;
  color: #203356;
}
.wendaBlock2 .w1400 .right .content .bottom .btnList {
  margin-top: 14px;
  display: flex;
}
.wendaBlock2 .w1400 .right .content .bottom .btnList a {
  width: 106px;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #3cb4e6;
  border: 1px solid #3cb4e6;
  border-radius: 20px;
}
.wendaBlock2 .w1400 .right .content .bottom .btnList a img {
  margin-right: 8px;
  transform: translateY(-1px);
}
.wendaBlock2 .w1400 .right .content .bottom .btnList a img:last-child {
  display: none;
}
.wendaBlock2 .w1400 .right .content .bottom .btnList a:last-child {
  margin-left: 20px;
}
.wendaBlock2 .w1400 .right .content .bottom .btnList a:last-child img {
  transform: rotate(180deg) translateY(-1px);
}
.wendaBlock2 .w1400 .right .content .bottom .btnList a.on img {
  display: none;
}
.wendaBlock2 .w1400 .right .content .bottom .btnList a.on img:last-child {
  display: block;
}

@media (max-width: 996px) {
  .wendaBlock .w1400 .right .content {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .wendaBlock .w1400 .right > .top {
    font-size: 4.5vw;
  }
  .wendaBlock .w1400 .right .content {
    margin-top: 20px;
  }
  .wendaBlock .w1400 .right .content .list .tit p {
    padding: 5px 0 5px 20px;
    font-size: 16px;
  }
  .wendaBlock .w1400 .right .content .list .tit .more {
    height: 46px;
  }
  .wendaBlock2 .w1400 .right > .top {
    font-size: 4.5vw;
  }
  .wendaBlock2 .w1400 .right .content {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 150px;
  }
  .wendaBlock2 .w1400 .right .content .tit {
    font-size: 4.5vw;
  }
  .wendaBlock2 .w1400 .right .content .info .time {
    font-size: 14px;
  }
  .wendaBlock2 .w1400 .right .content .cont p {
    font-size: 14px;
    line-height: 1.8;
  }
}/*# sourceMappingURL=wenda.css.map */