.detail-crumb ul {
  display: flex;
  margin-top: 30px;
}

.detail-crumb ul li {
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  padding: 0 3px;
}
.detail-crumb ul li a {
  color: inherit;
}
.detail-crumb ul li:last-child a {
  color: #e40b21;
}
.default-content {
  display: flex;
  align-items: flex-start;
  margin-top: 70px;
  padding-bottom: 80px;
}
.left-content {
  flex: 1;
  margin-right: 200px;
}
.left-content .title {
  font-size: 32px;
  font-weight: bold;
  color: #0e0e0e;
  margin-bottom: 20px;
}
.left-content .tools {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
}
.left-content .tools p {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #dddddd;
}
.left-content .tools p br {
  display: none;
}
.left-content .tools p:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.left-content .text-box .text-title {
  font-size: 20px;
  font-weight: bold;
  color: #0e0e0e;
  margin-top: 50px;
}
.left-content .text-box .text-des {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 32px;
  margin-top: 20px;
  text-align: justify;
}
.left-content .btn-list {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
.left-content .btn-list .button {
  height: 52px;
  border: 1px solid rgba(136, 136, 136, 0.5);
  border-radius: 12px;
  line-height: 50px;
  text-align: center;
  padding: 0 48px;
  margin-right: 20px;
  color: #555555;
  cursor: pointer;
}
.left-content .btn-list .sub {
  background: #e40b21;
  border-color: #e40b21;
  color: #fff;
}
.right-content {
  width: 400px;
  background: #ffffff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 40px;
  border-top: 4px solid #e40b21;
  position: sticky;
  top: 0;
}
.right-content .title {
  font-size: 22px;
  font-weight: bold;
  color: #0e0e0e;
  margin-bottom: 20px;
}
.right-content .list-item {
  border-top: 1px solid #eaeaea;
  padding: 20px 0;
}
.right-content .list-item .list-tit::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #e40b21;
  position: absolute;
  inset: 0;
  right: auto;
  margin: auto;
}
.right-content .list-tit {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  color: #0e0e0e;
  padding: 0 20px;
}
.right-content .time {
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  padding: 0 20px;
  margin-top: 10px;
}

@media (max-width: 1280px) {
  .left-content {
    margin-right: 100px;
  }
}

@media (max-width: 1080px) {
  .default-content {
    display: block;
    padding-bottom: 40px;
  }
  .left-content,
  .right-content {
    width: 100%;
  }
  .right-content {
    margin: 40px 0;
  }
}
@media (max-width: 500px) {
  .default-content {
    margin-top: 40px;
  }
  .detail-crumb ul li {
    font-size: 14px;
  }
  .left-content .title {
    font-size: 22px;
  }
  .left-content .tools p {
    line-height: 26px;
    font-size: 13px;
  }
  .left-content .tools p br {
    display: block;
  }
  .left-content .tools {
    padding-bottom: 20px;
  }
  .left-content .text-box .text-title {
    font-size: 16px;
    margin-top: 30px;
  }
  .left-content .text-box .text-des {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
  }
  .left-content .btn-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    margin-top: 40px;
  }
  .left-content .btn-list .button {
    padding: 0;
    font-size: 14px;
    height: 48px;
    line-height: 46px;
    margin: 0;
  }
  .right-content {
    padding: 20px;
  }
  .right-content .title {
    font-size: 18px;
  }
  .right-content .list-tit {
    font-size: 16px;
  }
  .right-content .time {
    font-size: 13px;
    margin-top: 5px;
  }
  .right-content .list-item {
    padding: 15px 0;
  }
}
