.text-index {
  text-indent: 2em;
}
.table-info-group.row6 .table-info {
  width: 33.33333333%;
  max-width: 33.33333333%;
}
.table-info-group.row6 .table-info:nth-child(4n) {
  border-top: 1px solid #aeb1be;
  border-right: 1px solid #e8e8e8;
}
.table-info-group.row6 .table-info:nth-child(3n) {
  border-right: none;
}
.activity_imgbox {
  height: 300px;
  background-color: #ebebeb;
  overflow: hidden;
}
.activity_imgbox a {
  display: block;
  width: 100%;
  height: 100%;
}
.activity_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.min-height-100 {
  min-height: 90px;
  max-height: 90px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-overflow-2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row-flex {
  display: flex;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-top-50 {
  padding-top: 50px;
}
.new-details-title {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  max-width: 100%;
}
/* 富文本样式 */
.details_content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  word-wrap: break-word;
}
.details_content p {
  margin-bottom: 1em;
  text-indent: 2em;
  text-align: justify;
}
.details_content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.details_content h1,
.details_content h2,
.details_content h3,
.details_content h4,
.details_content h5,
.details_content h6 {
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  font-weight: bold;
  color: #29293a;
}
.details_content h1 {
  font-size: 28px;
}
.details_content h2 {
  font-size: 24px;
}
.details_content h3 {
  font-size: 20px;
}
.details_content h4 {
  font-size: 18px;
}
.details_content ul,
.details_content ol {
  margin-bottom: 1em;
  padding-left: 2em;
}
.details_content li {
  margin-bottom: 0.5em;
  line-height: 1.8;
}
.details_content a {
  color: #3873e1;
  text-decoration: none;
  transition: color 0.3s;
}
.details_content a:hover {
  color: #ab4a04;
  text-decoration: underline;
}
.details_content strong {
  font-weight: bold;
  color: #29293a;
}
.details_content em {
  font-style: italic;
}
.details_content blockquote {
  margin: 1.5em 0;
  padding: 10px 20px;
  border-left: 4px solid #3873e1;
  background-color: #f8f9fa;
  color: #666;
}
.details_content table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
}
.details_content table th,
.details_content table td {
  padding: 12px;
  border: 1px solid #e8e8e8;
  text-align: left;
}
.details_content table th {
  background-color: #f8f9fa;
  font-weight: bold;
}
.details_content code {
  background-color: #f4f4f4;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: 'Courier New', monospace;
  font-size: 0.9em;
}
.details_content pre {
  background-color: #f4f4f4;
  padding: 15px;
  border-radius: 4px;
  overflow-x: auto;
  margin: 1.5em 0;
}
.details_content pre code {
  background-color: transparent;
  padding: 0;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
  display: inline-block;
  transition: .22s;
  content: '\f236';
  font-family: "Material Design Icons";
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    padding: 0;
  }
  .section-1 {
    padding: 36px 20px;
  }
  .table-info-group.row6 {
    display: flex;
    flex-wrap: wrap;
  }
  .table-info-group.row6 .table-info {
    width: 50%;
    max-width: 50%;
  }
  .table-info-group.row6 .table-info:nth-child(4n) {
    border-top: 1px solid #aeb1be;
    border-right: 1px solid #e8e8e8;
  }
  .table-info-group.row6 .table-info:nth-child(2n) {
    border-right: none;
  }
  .scaleFadeIn .row-flex {
    display: block;
  }
  .scaleFadeIn .row-flex .imgbox {
    margin-bottom: 20px;
  }
  .scaleFadeIn .activity_imgbox {
    height: 180px;
  }
}
