.lsf_thea-l {
  width: 780px;
  margin: 0 auto;
}

.lsf_thea-l * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.lsf_thea-l .lsf_thea-l_rxkc {
  width: 780px;
  padding: 15px 20px;
  background-color: #eff6f9;
}

.lsf_thea-l .lsf_thea-l_rxkc .rxkc-top {
  display: flex;
  justify-content: center;
}

.lsf_thea-l .lsf_thea-l_rxkc .rxkc-top .title {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  height: initial !important;
  line-height: initial !important;
  border-bottom: none;
}

.lsf_thea-l .lsf_thea-l_rxkc .rxkc-top .title::before {
  position: absolute;
  content: '';
  background: url(https://img.china-kaoshi.com/public/platform/thea/202209/lsf/china-pc/images/bac1.png) no-repeat;
  background-size: 100% 100%;
  width: 106px;
  height: 18px;
  left: -80px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lsf_thea-l .lsf_thea-l_rxkc .rxkc-top .title::after {
  position: absolute;
  content: '';
  background: url(../images/bac2.png) no-repeat;
  background-size: 100% 100%;
  width: 106px;
  height: 18px;
  right: -190px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lsf_thea-l .lsf_thea-l_rxkc .rxkc-top .title span {
  color: #e12929;
}

.lsf_thea-l .lsf_thea-l_rxkc .rxkc-btn {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.lsf_thea-l .lsf_thea-l_rxkc .rxkc-btn li {
  width: 230px;
}

.lsf_thea-l .lsf_thea-l_rxkc .rxkc-btn li .li-top img {
  width: 230px;
  height: 160px;
}

.lsf_thea-l .lsf_thea-l_rxkc .rxkc-btn li .li-btn {
  margin-top: 10px;
  position: relative;
}

.lsf_thea-l .lsf_thea-l_rxkc .rxkc-btn li .li-btn h4 {
  font-size: 16px;
  padding-right: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lsf_thea-l .lsf_thea-l_rxkc .rxkc-btn li .li-btn p {
  width: 130px;
  font-size: 20px;
  color: #e12929;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lsf_thea-l .lsf_thea-l_rxkc .rxkc-btn li .li-btn .stty {
  display: block;
  width: 98px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-image: linear-gradient(125deg, #f54b4b 0%, #e12929 100%), linear-gradient(#ffb168, #ffb168);
  background-blend-mode: normal,
 normal;
  box-shadow: -1px 4px 7px 0px rgba(220, 23, 24, 0.22);
  border-radius: 14px;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0px;
}

