body .ctx .right .content_div {
  display: inline-block;
  text-align: left;
  width: 100%;
  list-style: none;
  padding: 0px;
}
body .ctx .right .content_div .slt {
  width: 126px;
  height: 168px;
  clear: both;
  margin: 0 0 33px 0;
  display: inline-block;
  overflow: hidden;
}
body .ctx .right .content_div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clear: both;
  margin: 0 0 33px 0;
  display: inline-block;
}
body .ctx .right .content_div .info {
  float: right;
  width: 800px;
  border-top: 4px #0e27bf solid;
  background: #f5f7fa;
  /* height: 168px; */
}
body .ctx .right .content_div .info div {
  padding: 16px 0 16px 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 {
  /* height: calc(172px - 26px);  */
}
body .ctx .right .content_div .info table tbody {
  border-spacing: 0;
  width: 100%;
}
body .ctx .right .content_div .info table tbody tr {
  display: inline-block;
  height: calc((168px - 60px) / 4);
}
body .ctx .right .content_div .info table tbody tr td {
  padding: 0 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;
  padding-top: 0;
  padding-bottom: 0;
}

@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: 20vw;
    clear: both;
    margin: 0 0 33px 0;
    display: inline-block;
  }
  body .ctx .right .content_div img {
    width: 12vw;
    height: auto;
    clear: both;
    margin: 0 0 33px 0;
    display: inline-block;
  }
  body .ctx .right .content_div .info {
    float: right;
    width: 70vw;
    border-top: 4px #0e27bf solid;
    background: #f5f7fa;
    height: 20vw;
    min-height: 160px;
    overflow: hidden;
  }
  body .ctx .right .content_div .info div {
    padding: 0 0 0 24px;
    border-bottom: 1px #e9edf2 solid;
    height: 20%;
  }
  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: 1.6vw;
    padding: 2vw 0 1vw 24px;
    letter-spacing: 2px;
  }
  body .ctx .right .content_div .info table tbody {
    border-spacing: 0;
    width: 70%;
  }
  body .ctx .right .content_div .info table tbody tr {
    display: inline-block;
    height: auto;
  }
  body .ctx .right .content_div .info table tbody tr td {
    padding: 0vw 16px 0vw 16px;
  }
  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;
    max-width: calc(30vw - 10px);
  }
}

/*# sourceMappingURL=b11.css.map */
