.fqa-banner {
  width: 100%;
}
.fqa-banner img {
  width: 100%;
}
.footer {
  top: 0 !important;
}
.fqa-content {
  width: 100%;
}
.content-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding-top: 80px;
}
.content-list-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.content-list-item-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px;
  background: #fff;
  cursor: pointer;
  border-radius: 12px;
  color: #282938;
  font-size: 20px;
  line-height: 24px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.content-list-item-title .img1 {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: none;
}
.content-list-item-title p {
  display: flex;
  align-items: center;
}
.content-list-item-title .img2 {
  width: 32px;
  height: 32px;
  display: none;
}
.content-list-item-title .img3 {
  width: 32px;
  height: 32px;
  display: block;
}
.content-list-item.active .content-list-item-title {
  background: #1b47a5;
  color: #fff;
}
.content-list-item.active .content-list-item-title .img1 {
  display: none;
}
.content-list-item.active .content-list-item-title .img2 {
  display: block;
}
.content-list-item.active .content-list-item-title .img3 {
  display: none;
}
.content-list-item.active .content-list-item-content {
  display: block;
}
.content-list-item-content {
  width: 100%;
  display: none;
}
.content-list-item-content {
  display: none;
  animation: fadeIn 0.5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.content-list-item-content ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 44px;
}
.content-list-item-content ul li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-left: 35px;
  box-sizing: border-box;
  border-left: 1px dashed #1b47a5;
  position: relative;
  padding-bottom: 60px;
}
.content-list-item-content ul li .line {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 24px;
  position: absolute;
  top: 0;
  left: -11px;
}
.content-list-item-content ul li .line .sp3 {
  width: 10px;

  background: #fff;
  position: absolute;
  top: 20px;
  left: 1px;
}
.content-list-item-content ul li .line .sp1 {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cfeae7;
}
.content-list-item-content ul li .line .sp1 span {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(315deg, #1b47a5 0%, #1b47a5 100%);
}
.content-list-item-content ul li .line .sp2 {
  height: 150px;
  border-left: 1px dashed #1b47a5;
  display: none;
}

.content-list-item-content ul li .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content-list-item-content ul li .right p {
  color: #333333;
  font-size: 18px;
  line-height: 26px;
}
.content-list-item-content ul li .right > div {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.content-list-item-content ul li .right > div span {
  width: 32px;
  height: 32px;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background: #1b47a5;
  border-radius: 4px;
  margin-right: 16px;
  flex-shrink: 0;
}
.content-list-item-content ul li .right .answer {
  margin-bottom: 0;
}
.content-list-item-content ul li .right .answer span {
  width: 32px;
  height: 32px;
  background: #ffffff;
  box-shadow: 2px 2px 0px 0px rgba(12, 74, 155, 0.2);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(12, 155, 138, 0.2);
  color: #1b47a5;
}
