.g-filter {
  margin-bottom: 10px;
}
.g-main {
  background: none;
}
.g-main .item {
  padding: 0 50px;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}
.g-main .item:nth-last-of-type(2) {
  border-bottom: none;
}
.g-main .item a {
  font-size: 16px!important;
  color: #333;
}
.g-main .item a:hover {
  color: #1D428A;
}
.g-main .item span {
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
}
.item {
  padding: 30px 30px!important;
}
.blog-list {
  background: #fff;
}
.blog-list .blog-item {
  display: flex;
}
.des {
  margin-left: 15px;
}
.des h3 a {
  color: #153066;
  background: linear-gradient(to right, #1D428A, #1d78cc) no-repeat right bottom;
  background-size: 0 2px;
  transition: background-size 500ms;
}
.des h3 a:hover {
  background-position-x: left;
  background-size: 100% 2px;
}
.des p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  font-size: 14px;
}
.blog-item a {
  font-size: 16px;
}
/*# sourceMappingURL=faq-cn.css.map */