.text-body {
  background: #f2f2f5;
  padding-top: 2.778vw; }

.lx {
  background: #fff;
  padding: 2.778vw;
  margin-bottom: 2.778vw;
  border-bottom: 1px solid #eeeeee; }
  .lx * {
    padding: 2.778vw 0px; }
  .lx h4 {
    border-bottom: 1px solid #eeeeee; }

.list {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border-top: 1px solid #eee;
  background: #fff;
  margin-top: 0.926vw; }
  .list .list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.778vw;
    border-bottom: 1px solid #eeeeee; }
    .list .list-item div {
      display: flex;
      align-items: center;
      font-size: 3.889vw; }
      .list .list-item div a {
        color: #000000; }
      .list .list-item div img {
        height: 3.889vw;
        width: auto;
        margin-right: 1.852vw; }
      .list .list-item div p {
        width: 0.926vw;
        height: 0.926vw;
        border-radius: 50%;
        background: #E20;
        margin-right: 1.852vw; }
      .list .list-item div a {
        font-size: 3.241vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .list .list-item div:nth-child(1) {
      width: 70%; }
    .list .list-item div:nth-child(2) a {
      color: #c5c5c5;
      font-size: 2.963vw; }

.imgbox a {
  display: block;
  width: 100%;
  position: relative;
  font-size: 30px; }
  .imgbox a img {
    width: 100%; }
  .imgbox a p {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2.778vw;
    font-size: 3.241vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
