a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

body {
  background: #f1fdff url("/wen/img/bg.png") no-repeat top center;
  font-family: -apple-system-font, STHeiti SC, Microsoft YaHei, Helvetica Neue,
    Helvetica, Arial, sans-serif;
}

/* main */
.main {
  width: 1094px;
  position: relative;
  z-index: 1;
  margin: 30px auto;
  padding-top: 10px;
}
.main-content {
  position: relative;
  border-radius: 12px;
  background-color: #fff;
  width: 680px;
  float: left;
}
.answer-list {
  width: 100%;
  padding: 20px 28px;
}
.answer-item {
  width: 624px;
  height: 130px;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.answer-item-img {
  height: 100%;
  border-radius: 12px;
  margin-right: 18px;
}
.item-title {
  width: 420px;
  height: 60px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 20px;
  color: #1f1f1f;
}
.item-title:hover {
  color: #315efb;
}
.item-desc {
  margin-top: 11px;
  font-size: 14px;
  line-height: 14px;
  min-height: 14px;
  color: #858585;
}

.main-about {
  width: 395px;
  float: right;
}
.about-box {
  width: 395px;
  padding: 27px;
  border-radius: 12px;
  background-color: #fff;
  font-size: 16px;
  line-height: 16px;
  color: #1f1f1f;
  position: relative;
}
.about-title {
  margin-bottom: 7px;
  font-weight: bolder;
}
.about-text {
  line-height: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.about-phone {
  line-height: 33px;
  color: #858585;
  padding: 20px 0 0 22px;
  margin-bottom: -8px;
}

.follow-box {
  position: fixed;
  z-index: 999;
  top: 90px;
}

.page {
  display: none;
}

.pagination {
  margin-top: 10px;
}

.pagination button {
  background-color: #797f7a;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 5px;
}

.pagination button:hover {
  background-color: #8f928f;
}
