* {
  word-break: break-all;
}

.container {
  width: 840px;
  margin: 0 auto;
}

.grid {
  margin-bottom: 24px;
}

.content-list {
  margin-top: 24px;
}

.content-item-horizontal {
  display: flex;
  margin-bottom: 12px;
  cursor: pointer;
}

.content-item-horizontal:hover {
  background-color: #f9f9f9;
}

.content-image {
  width: 375px;
  height: 188px;
  object-fit: cover;
  margin-right: 24px;
}

.content-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-title {
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: bold;
  color: #000000e6;
}

.content-desc {
  color: #000000e6;
  font-size: 14px;
  line-height: 22px;
  font-family: "PingFang SC";
}

.dateline {
  margin-bottom: 24px;
  display: flex;
  padding: 16px 32px;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  border-top: 2px solid var(--Brand-Brand7-Normal, #0052D9);
  color: #000000e6;
  font-size: 16px;
}

.linetext {
  color: #00000066;
  font-size: 14px;
  line-height: 22px;
}

.flex_cell {
  flex: 1;
}

.toJoin {
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #0052D9;
  height: 32px;
  line-height: 32px;
}

.panelTitle {
  padding-bottom: 6px;
}

.title-with-line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.line {
  margin: 0 10px;
  width: 20px;
  height: 1px;
  background: #C5C5C5;
}

.title {
  white-space: nowrap;
  font-size: 18px;
  color: #000000e6;
  font-weight: bold;
}

.english-title {
  text-align: center;
  font-size: 14px;
  color: #00000042;
  margin-top: 5px;
}

.panelContent {
  padding-bottom: 24px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 24px;
  font-family: "PingFang SC";
}

.contentText {
  color: #000000e6;
  line-height: 22px;
  font-size: 14px;
  font-family: "PingFang SC";
}

.object {
  color: #e37318;
  font-size: 16px;
  font-weight: 600;
}

.rhythm-grid {
  padding-top: 6px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.stat-item {
  padding: 16px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  border-radius: 4px;
}

.stat-value {
  color: #000000e6;
  font-family: "PingFang SC";
  font-size: 14px;
  line-height: 22px;
}

.case {
  display: flex;
  padding: 16px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  color: #000000e6;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
  width: fit-content;
  cursor: pointer;
}

.case .flex_cell {
  margin: 0 8px;
}

.points {
  width: 175px;
  height: 119px;
  margin-top: 6px;
  display: flex;
  align-items: center;
  background-image: url("../images/jfbg.png");
  background-size: 100% 100%;
}

.pointValue {
  width: 123px;
  text-align: center;
}

.pointValue .number {
  color: #000000e6;
  font-family: "DIN Black";
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: 44px;
}

.pointValue .jf {
  color: #000000e6;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}

.process-flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 18px;
  margin-bottom: 12px;
}

.process-step {
  flex: 1;
  text-align: center;
  position: relative;
}

.step-icon {
  margin-bottom: 4px;
}

.step-icon img {
  width: 20px;
  height: 20px;
}

.step-text {
  font-size: 14px;
  color: #000000e6;
}

.divider {
  width: 30px;
  height: 1px;
  border-top: 1px dashed #ccc;
}

.process-step:last-child .divider {
  display: none;
}

@media (max-width: 768px) {
  .process-step {
    min-width: 100px;
    margin-bottom: 15px;
  }

  .step-icon img {
    width: 40px;
    height: 40px;
  }

  .step-text {
    font-size: 14px;
  }
}