body {
  margin: 0;
  padding: 0;
  font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, 微软雅黑, STHeitiSC-Light, simsun, 宋体, "sans-serif";
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.6;
  min-width: 1200px;
}

.page-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 28px 0px 28px;
}


.page-header {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page-title {
      font-size: 24px;
    color: #333;
}

.article-count {
  float: right;
  margin-top: 12px;
  font-size: 14px;
  color: #aaaaaa;
}
.article-count .count{
  color: #004FD0;
}
.list-wrap {
  margin: 0;
  background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.list-card {
  padding: 20px;
    transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 1px solid #eee;
    display: block;
}
.list-card:hover{-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.15)}
.list-card:hover .list-title{
   color: #004FD0;
}
.list-title {
  margin-bottom: 4px;
      font-weight: bold;
    color: #333;
    font-size: 18px;
    line-height: 32px;
}

.list-meta {
  margin-bottom: 3px;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 20px;
}

.list-meta .source {
  /* color: #666; */
  font-weight: bold;
}

.list-meta .sep2 {
  margin: 0 6px;
  color: #cccccc;
}

.list-answer {
      color: #999;
    line-height: 32px;
    font-size: 14px;
    height: 32px;
    overflow: hidden;
}


.qdetail{
    width: 1200px;
  margin: 0 auto;
  padding: 5px 0px 28px;
}

.breadcrumb {
  font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 10px 0;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
}

.breadcrumb a:hover {
  /* text-decoration: underline; */
  color:#0076f6
}

.breadcrumb .sep {
  margin: 0 6px;
  color: #bbbbbb;
}

.breadcrumb .current {
  color: #0076f6;
}

.qcard {
  margin-bottom: 22px;
  padding: 28px 32px 12px;
  border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.qcard  h1.article-title {
  line-height: 32px;
    font-size: 26px;
    color: #333333;
    line-height: 44px;
    max-height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
}

.qcard  .article-meta {
  margin:10px 0 20px;
  font-size: 14px;
  color: #999;
  line-height: 18px;
}

.qcard .article-meta .source {
  color: #999;
}

.qcard .article-meta .sep2 {
  margin: 0 6px;
  color: #cccccc;
}

.qcard hr.divider {
  height: 1px;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
}

.qa-list {
  margin: 0;
}

.qa-item {
  margin-bottom: 28px;
}

.qa-q,
.qa-a {
  overflow: hidden;
}

.qa-q {
  margin-bottom: 10px;
}

.badge {
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  margin-top: 4px;
}

.badge-q {
  background: #e6f1fb;
  color: #185fa5;
}

.badge-a {
  background: #eaf3de;
  color: #3b6d11;
}

.qa-q-text,
.qa-a-text {
  display: block;
  overflow: hidden;
}

.qa-q-text {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 32px;
}

.qa-a-text {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.suggest-card{
  padding: 11px 32px 6px;
    position: relative;
    margin-bottom: 10px;
     border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.suggest-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 142px;
    height: 2px;
    background-color: #4284f4;
}
.suggest-title {
    position: relative;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 14px 0;
}

.suggest-list {
  margin: 0;
}

.suggest-q-link {
  display: block;
  font-size: 16px;
  line-height: 32px;
    padding: 8px 0;
    color: #4284f4;
    text-decoration: none;
    border-bottom: 1px dashed #eee;
}

.suggest-q-link:hover {
  text-decoration: underline;
}

.suggest-q-link:last-child{border-bottom:0}
.indicate {
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    margin-bottom:20px
}