.concats-mode {
  width: 100%;
  box-sizing: border-box;
  background: #F7F6F9;
}
.concats-mode .page_path {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.concats-mode .page_path img {
  margin-right: 3px;
  width: 17px;
  height: 17px;
}
.concats-mode .page_path span {
  color: #676767;
  font-size: 14px;
}
.concats-mode .page_path span a:nth-child(2) {
  font-size: 14px;
  color: #5B798E;
  font-weight: 600;
}
.concats-mode .concat-content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.concats-mode .concat-content .article_title {
  background: #fff;
  text-align: center;
  padding: 18px 30px;
  margin-bottom: 10px;
}
.concats-mode .concat-content .article_title .title {
  font-size: 29px;
  color: #3D3D3D;
  line-height: 35px;
}
.concats-mode .concat-content .article_title .sub-title {
  font-size: 21px;
  color: #555555;
  line-height: 22px;
  margin-top: 30px;
}
.concats-mode .concat-content .article_content {
  background: #fff;
  padding: 0 50px 20px;
}
.concats-mode .concat-content .article_content .title_time {
  width: 1090px;
  margin: 0 auto;
  display: flex;
  color: #AFAFAF;
  font-size: 13px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dashed #D8D8D8;
  margin-bottom: 10px;
}
.concats-mode .concat-content .article_content .title_time p {
  display: flex;
  align-items: center;
  margin: 0 5px;
}
.concats-mode .concat-content .article_content .title_time img {
  margin: 0 5px;
  width: 13px;
}
.concats-mode .concat-content .article_foot {
  background: #fff;
  padding: 20px 50px;
  color: #737373;
  font-size: 16px;
}
.concats-mode .concat-content .article_foot .article_foot_item {
  border-top: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  flex-direction: column;
  gap: 18px;
}
.concats-mode .concat-content .article_foot .article_foot_item div a:hover {
  color: #B3262D;
}
/*# sourceMappingURL=show_activity.css.map */