@charset "UTF-8";
/**!
* 释义解读
* date:2024-04-15
* author: TH;
*/
body {
  background: #F4F6FB;
}

.content {
  margin-top: 21px;
  box-shadow: 0px 7px 29px rgba(213, 213, 213, 0.25);
  border-radius: 60px 60px 0px 0px;
  background-color: #fff;
}

.heading {
  margin: 0 auto;
  margin-top: 54px;
  width: 1094px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  color: #000;
}

.source {
  margin: 0 auto;
  margin-top: 32px;
  width: 1094px;
  background: #f8f8f8;
  overflow: hidden;
  padding: 9px 0;
  font-size: 0;
  text-align: center;
}
.source p {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 18px;
  color: #666;
  margin: 0 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 250px - 36px);
}
.source p:last-child {
  white-space: no-wrap;
}

.explain-list {
  margin: 32px 54px 0 54px;
  min-height: 380px; 
}
.explain-item {
  margin-bottom: 24px;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 23px;
  text-align: left;
}
.explain-item .from {
  position: relative;
  margin-bottom: 16px;
  line-height: 36px;
  font-size: 20px;
  text-indent: 50px;
}
.explain-item .from::before {
  position: absolute;
  content: "出处";
  width: 44px;
  height: 25px;
  line-height: 25px;
  top: 6px;
  left: 0;
  border-radius: 3px;
  background-color: #38B7A0;
  color: #fff;
  font-size: 14px;
  text-indent: 0;
  text-align: center;
}
.explain-item .intro {
  position: relative;
  background-color: #F4F6FE;
  color: #2F4DC8;
  padding: 14px;
  border-radius: 4px;
  line-height: 36px;
  text-indent: 100px;
  font-size: 20px;
}
.explain-item .intro::before {
  position: absolute;
  content: "释义及解读";
  width: 86px;
  height: 25px;
  line-height: 25px;
  top: 19px;
  left: 14px;
  border-radius: 3px;
  background-color: #2F4DC8;
  color: #fff;
  font-size: 14px;
  text-indent: 0;
  text-align: center;
}
.explain-text {
  font-size: 20px;
  line-height: 36px;
  text-indent: 42px;
  margin-bottom: 34px;
}
.explain-text:last-child {
  margin-bottom: 53px;
}

.pager {
  text-align: right;
  padding: 34px 0 28px 0;
  text-align: right;
}