
/* 投资者关系-派息记录 */
.md13753.md-investor_dividend {
  width: 100%;
  padding: 0.95rem 0 0.45rem;
}
.md13753.md-investor_dividend .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12.8rem;
  max-width: 92%;
}
.md13753.md-investor_dividend .titles {
  width: 100%;
  text-align: center;
  margin-bottom: 0.4rem;
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
}
.md13753.md-investor_dividend .cont {
  width: 100%;
  padding-bottom: 0.55rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.md13753.md-investor_dividend .tr {
  width: 100%;
  font-size: 0;
  padding: 0 0.5rem;
  background-color: #f2f3f5;
  border-radius: 0.08rem 0.08rem 0 0;
}
.md13753.md-investor_dividend .th {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem 0.05rem;
  text-align: center;
  color: #333333;
  line-height: 1.5;
}
.md13753.md-investor_dividend .th:nth-child(1) {
  width: 17%;
}
.md13753.md-investor_dividend .th:nth-child(2) {
  width: 22%;
}
.md13753.md-investor_dividend .th:nth-child(3) {
  width: 22%;
}
.md13753.md-investor_dividend .th:nth-child(4) {
  width: 25%;
}
.md13753.md-investor_dividend .th:nth-child(5) {
  width: 14%;
}
.md13753.md-investor_dividend .list {
  width: 100%;
}
.md13753.md-investor_dividend .item {
  position: relative;
  width: 100%;
  font-size: 0;
  padding: 0 0.5rem;
  background-color: #fdfdfd;
}
.md13753.md-investor_dividend .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 1rem);
  height: 1px;
  background-color: #e9e9e9;
}
.md13753.md-investor_dividend .item:last-child {
  border-radius: 0 0 0.08rem 0.08rem;
}
.md13753.md-investor_dividend .item:last-child:after {
  display: none;
}
.md13753.md-investor_dividend .td {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.md13753.md-investor_dividend .td:nth-child(1) {
  width: 17%;
}
.md13753.md-investor_dividend .td:nth-child(2) {
  width: 22%;
}
.md13753.md-investor_dividend .td:nth-child(3) {
  width: 22%;
}
.md13753.md-investor_dividend .td:nth-child(4) {
  width: 25%;
}
.md13753.md-investor_dividend .td:nth-child(5) {
  width: 14%;
}
.md13753.md-investor_dividend .intro {
  width: 100%;
  padding: 0.26rem 0.05rem;
  word-break: break-all;
  color: #333333;
  line-height: 1.5;
}

@media (max-width: 750px) {
  .md13753.md-investor_dividend .tr {
    padding: 0 0.15rem;
  }
  .md13753.md-investor_dividend .item {
    padding: 0 0.15rem;
  }
}

/* 分页 */
.paging {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.paging .paging-item {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all ease 0.5s;
  margin: 0.1rem 0.05rem;
  min-width: 2.56em;
  height: 2.56em;
  line-height: 2.56em;
  color: #777777;
  border-radius: 0.1rem;
  border: solid 1px #eeeeee;
}
.paging .paging-item:hover {
  color: #ffffff;
  background-color: #e31d23;
  border: solid 1px #e31d23;
}
.paging .paging-item.active {
  color: #ffffff;
  background-color: #e31d23;
  border: solid 1px #e31d23;
}
.paging .paging-up {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all ease 0.5s;
  margin: 0.1rem 0.05rem;
  min-width: 2.56em;
  height: 2.56em;
  color: transparent;
  border-radius: 0.1rem;
  border: solid 1px #eeeeee;
  background-image: url("../images/icon3.png");
  background-size: 0.44em auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.paging .paging-up:hover {
  background-image: url("../images/icon3-b.png");
  background-color: #e31d23;
  border: solid 1px #e31d23;
}
.paging .paging-next {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all ease 0.5s;
  transform: rotate(-180deg);
  margin: 0.1rem 0.05rem;
  min-width: 2.56em;
  height: 2.56em;
  color: transparent;
  border-radius: 0.1rem;
  border: solid 1px #eeeeee;
  background-image: url("../images/icon3.png");
  background-size: 0.44em auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.paging .paging-next:hover {
  background-image: url("../images/icon3-b.png");
  background-color: #e31d23;
  border: solid 1px #e31d23;
}
