.banner_bottom,
.other_adv {
  margin-bottom: 48px;
}
.articles_content {
  margin-top: 0;
}
.banner_bottom,
.banner_content,
.other_adv {
  margin-top: 0 !important;
}
.articles_item_left a {
  width: 100%;
  height: 100%;
}
.catlist .swiper-slide a img {
  width: 698px;
  height: 291px;
}
.banner_bottom_left {
  width: 698px;
  height: auto;
}
.content_title {
  width: 840px;
  height: 83px;
  margin-bottom: 20px;
  background: url('../images/cate_bg.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.content_title_text {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  left: 25px;
  top: 24px;
}
.content_title_text::before {
  content: '';
  width: 100%;
  height: 7px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
.catlist .articles_author {
  display: inline-block;
  color: #999;
  font-size: 12px;
  height: 19px;
}
.articles_content_left {
  width: 714px;
}
.catlist .banner_bottom {
  width: 698px;
}
.hotFindTitle {
  font-size: 20px;
}
.lookMore {
  font-size: 14px;
  color: #999;
}
.cate_list .articles_bottom_r {
  color: #999;
  font-size: 12px;
}
.cate_list .articles_bottom_r .author_name {
  width: 100px;
  color: #999;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cate_list .articles_view img {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}

.cate_list .articles_author {
  margin-bottom: 18px;
}
.cate_list .articles_author a {
  max-width: 65px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cate_list .articles_author a:hover {
  color: #2647b0;
  text-decoration: underline !important;
}
.articles_item .articles_title a:hover {
  color: #2647b0;
}
.cate_list .articles_item_left {
  height: 138px;
}

.cate_list .articles_title {
  margin-bottom: 12px;
}
.cate_list .articles_view {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 0.5px solid #e6e6e6;
}
.cate_list .articles_view .viewNum {
  display: inline-block;
  font-size: 12px;
  color: #999;
  transition: all 0.3s linear;
}
.list-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.articles_content_list {
  width: 860px;
}

.question-list {
  padding: 16px 0;
  padding-top: 0;
  padding-bottom: 20px;
}
.question-list-item {
  display: flex;
  /* padding: 0 24px; */
  margin-bottom: 15px;
}
.question-list-item:hover .question-list-item-dot {
  width: 4px;
  height: 4px;
  margin-right: 8px;
}
.question-list-item:last-child {
  margin-bottom: 0;
}
.question-list-item .list-item-text:hover {
  color: #0086ffff;
}
.list-item-text {
  width: 280px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333333;
  max-height: 40px;
}
.question-list-item-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  background: #cccccc;
  position: relative;
  top: 7px;
}
