.top-qa {
  background-color: #f8f8f8;
}
.top-qa .top-content {
  display: flex;
  align-items: center;
  padding: 20px 50px;
  background-color: #fff;
}
.top-qa .top-content h2 {
  font-size: 30px;
  color: #666;
}
.top-qa .top-content a {
  margin-left: auto;
  display: block;
  width: 285px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #537cf0;
  border-radius: 40px;
}
.qa {
  padding-top: 18px;
  padding-bottom: 64px;
  background-color: #f8f8f8;
}
.qa .qa-content {
  border-top: 2px solid #ececec;
  margin-bottom: 76px;
  background-color: #fff;
}
.qa .qa-content ul a:last-child li {
  border-bottom: 0;
}
.qa .qa-content ul li {
  padding: 28px 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
}
.qa .qa-content ul li .left-date {
  width: 61px;
  border-radius: 10px;
  overflow: hidden;
}
.qa .qa-content ul li .left-date .day {
  width: 100%;
  height: 31px;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  color: #333;
  background-color: #f1f1f1;
}
.qa .qa-content ul li .left-date .date {
  width: 100%;
  height: 31px;
  font-size: 13px;
  line-height: 31px;
  text-align: center;
  color: #fff;
  background-color: #537cf0;
}
.qa .qa-content ul li .right-title {
  width: calc(100% - 61px);
  padding-left: 30px;
}
.qa .qa-content ul li .right-title h4 {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.qa .pagination-content {
  margin-top: 78px;
}
