body .ctx .right .content_div {
  display: inline-block;
  text-align: left;
  width: 100%;
  list-style: none;
  padding: 0px;
}
body .ctx .right .content_div li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
body .ctx .right .content_div .slt {
  width: 126px;
  height: 168px;
  clear: both;
  display: inline-block;
  overflow: hidden;
}
body .ctx .right .content_div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clear: both;
  display: inline-block;
}
body .ctx .right .content_div .info {
  width: 800px;
  border-top: 4px #0e27bf solid;
  background: #f5f7fa;
}
body .ctx .right .content_div .info div {
  padding: 12px 0 12px 24px;
  border-bottom: 1px #e9edf2 solid;
}
body .ctx .right .content_div .info .name {
  opacity: 1;
  font-size: 20px;
  font-family: "PingFang SC", PingFangSC-Semibold, sans-serif;
  font-weight: 600;
  text-align: left;
  color: #040e1d;
  line-height: 26px;
  letter-spacing: 2px;
}
body .ctx .right .content_div .info table tbody {
  border-spacing: 0;
  width: 100%;
}
body .ctx .right .content_div .info table tbody tr td {
  padding: 2px 16px;
  height: 20px;
  opacity: 0.8;
  font-size: 16px;
  font-family: "PingFang SC", PingFangSC-Regular, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #040e1d;
  border-bottom: 1px solid #e9edf2;
  border-right: 1px solid #e9edf2;
  width: 80%;
  overflow: hidden;
  max-height: 40px;
}
body .ctx .right .content_div .info table tbody tr td:first-child {
  width: 20%;
}
body .ctx .right .content_div .info table tbody tr td:nth-child(2) {
  overflow-x: hidden;
  width: 1000px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  body .ctx .right .content_div {
    display: inline-block;
    text-align: left;
    width: 90%;
    padding: 0 5vw;
    list-style: none;
    margin-right: 5vw;
  }
  body .ctx .right .content_div .slt {
    width: auto;
    height: auto;
    margin: 0 0 20px 0;
    display: inline-block;
  }
  body .ctx .right .content_div .info {
    width: 70vw;
  }
  body .ctx .right .content_div .info table tbody tr {
    display: inline-block;
    height: auto;
  }
  body .ctx .right .content_div .info table tbody tr td:first-child {
    width: 30%;
    min-width: 80px;
  }
  body .ctx .right .content_div .info table tbody tr td:nth-child(2) {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  body .ctx .right .content_div li {
    flex-direction: column;
    align-items: center;
  }

  body .ctx .right .content_div .info {
    width: 100%;
  }
}
/*# sourceMappingURL=b11.css.map */
