@charset "utf-8";
/* 内容页右边 */
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: '.';
    height: 0;
  }
  .clearfix {
    *zoom: 1;
  }
  .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .left {
    width: 65%;
  }
  .right {
    width: 30%;
  }

  .right .mdt10 {
    margin-top: 10px;
  }
  .right .mdt20 {
    margin-top: 20px;
  }
  .right .mdt30 {
    margin-top: 30px;
  }
  .title {
    line-height: 50px;
    height: 50px;
    border-bottom: #e5e5e5 1px solid;
  }
  .title a {
    display: flex;
    justify-content: space-between;
  }
  .title a span {
    color: #000;
    border-bottom: #c90018 3px solid;
    font-size: 25px;
    padding-left: 40px;
    padding-right: 10px;
  }
  .title a i {
    font-size: 16px;
    color: #c90018;
  }
  .s-title a span {
    padding: 0 20px;
    font-size: 25px;
  }
  .list-3 {
    width: 300px;
    padding: 0 10px;
  }
  .list-3 ul li {
    white-space: normal;
    margin-top: 22px;
  }
  .list-3 ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .list-3 ul li a .time {
    width: 17%;
    height: 50px;
    overflow: hidden;
    border: 1px solid #c90018;
  }
  .list-3 ul li a .time p {
    text-align: center;
    height: 26px;
    line-height: 26px;
  }
  .list-3 ul li a .time p:first-of-type {
    border-bottom: 1px solid #c0c0c0;
    background-color: #c90018;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
  }
  .list-3 ul li a .time p:last-of-type {
    font-size: 12px;
    color: #888888;
  }
  .list-3 ul li a h2 {
    width: 78%;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    cursor: pointer;
    font-weight: normal;
  }

  .list-3 ul li:last-of-type {
    border: none;
  }

  .list-2 ul li {
    height: 42px;
    line-height: 42px;
  }
  .list-2 ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .list-2 ul li a span {
    height: 20px;
    line-height: 20px;
    width: 17%;
    font-size: 18px;
    font-weight: 700;
    color: #c90018;
    border-right: 1px solid #c90018;
  }
  .list-2 ul li a h1 {
    color: #000;
    width: 79%;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  .img-div {
    overflow: hidden;
  }
  .img-div a {
    display: flex;
    justify-content: space-between;
  }
  .img-div img {
    width: 35%;
  }
  .img-div .text {
    width: 60%;
  }
  .img-div .text h1 {
    font-size: 19px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  .img-div .text h2 {
    font-size: 16px;
    margin: 10px 0;
    text-indent: 1rem;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    cursor: pointer;
    font-weight: normal;
  }