.topic-index-page .c_title-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.topic-index-page .c_title-li-half {
  width: 580px;
  background: #f5f5f5;
}
.topic-index-page .c_title-li-half .c_image {
  width: 580px;
  height: 114px;
  background: rgba(0, 0, 0, 0);
}
.topic-index-page .c_title-li-half .c_text_box {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.topic-index-page .c_title-li-half .c_text_box:before {
  content: "";
  width: 6px;
  height: 20px;
  background: #b91111;
  display: inline-block;
  transform: translateY(4px);
  margin-right: 18px;
}