.content_body {
  width: 100%;
  flex: 1;
}
.content_body .page_faq_list li {
  position: relative;
  background: #f4f2f0;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.content_body .page_faq_list li .info_top {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
}
.content_body .page_faq_list li .info_top .page_faq_icon {
  width: 35px;
  height: 30px;
  margin-right: 41px;
  background: url(../images/icon32.png) no-repeat;
  background-size: contain;
}
.content_body .page_faq_list li .info_top > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content_body .page_faq_list li .info_top .title {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  line-height: 40px;
  font-family: Akzidenz-Grotesk BQ;
}
.content_body .page_faq_list li .info_top .right_icon {
  width: 19px;
  height: 17px;
  background: url(../images/icon2.png) no-repeat center;
  cursor: pointer;
  flex-shrink: 0;
}
.content_body .page_faq_list li .info_bottom {
  font-weight: 400;
  background: #8b6745;
  color: #e5e5e5;
  line-height: 30px;
  padding: 29px 69px 29px 88px;
  display: none;
}
.content_body .page_faq_list li:not(:first-child) {
  margin-top: 12px;
}
.content_body .page_faq_list li.active_go .info_top {
  background: #8b6745;
}
.content_body .page_faq_list li.active_go .info_top .page_faq_icon {
  background: url(../images/icon33.png) no-repeat;
  background-size: contain;
}
.content_body .page_faq_list li.active_go .info_top .title {
  color: #fff;
}
.content_body .page_faq_list li.active_go .info_top .right_icon {
  background: url(../images/icon1.png) no-repeat center;
}
.content_body .page_faq_list li.active_go .info_bottom {
  display: block;
}
@media screen and (max-width: 768px) {
  .layout {
    width: 100%;
  }
  .article-list {
    margin-top: 15px;
  }
  .content_body .page_faq_list li .info_top .page_faq_icon {
    margin-right: 10px;
  }
  .content_body .page_faq_list li .info_top .title {
    font-size: 16px;
    line-height: normal;
  }
  .content_body .page_faq_list li .info_bottom {
    padding: 15px;
  }
  .news-main .layout .content_main {
    margin-top: 30px;
    padding: 0 20px;
  }
}
