hr {
    width: 1220px;
    color: #f2f2f5;
    border: 1px solid;
  }
  .examdatasummery {
    min-height: 100vh;
    width: 1220px;
  }
  .examdatasummery .head {
    width: 1220px;
    display: flex;
    padding: 30px 0 15px;
    margin-bottom: 10px;
  }
  .examdatasummery .head a {
    font-size: 24px;
    color: #b1b5b9;
    letter-spacing: 0;
    line-height: 26px;
    margin-right: 40px;
    font-weight: 400;
    cursor: pointer;
  }
  
  .examdatasummery .head a:hover {
    color: #FF8800;
  }

  .examdatasummery .tagcontent {
    display: flex;
    margin-top: 20px;
  }
  .examdatasummery .tagcontent p {
    height: 35px;
    color: #8a9095;
    cursor: pointer;
    margin-right: 6px;
    font-size: 16px;
    padding: 5px 4px;
  }

  .examdatasummery .tagcontent .bg {
    background: #ff8800;
    box-shadow: 0 4px 10px 0 rgba(60, 124, 252, 0.3);
    border-radius: 4px;
    color: #fff !important;
  }

  .examdatasummery .tagcontent p:hover {
    color: #ff8800;
  }
  .examdatasummery .main {
    width: 1220px;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
  }
  .examdatasummery .main .left {
    width: 780px;
  }
  .examdatasummery .main .left .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    cursor: pointer;

  }
  .examdatasummery .main .left .content .img img {
    width: 224px;
    height: 140px;
    border-radius: 8px;
    cursor: pointer;
  }
  .examdatasummery .main .left .content .words {
    width: 526px;
    height: 140px;
    margin-bottom: 20px;
  }
  .examdatasummery .main .left .content .words .title {
    font-size: 18px;
    color: #222;
    line-height: 28px;
    font-weight: 400;
  }
  .examdatasummery .main .left .content .words .brief {
    width: 426px;
    height: 66px;
    font-size: 14px;
    color: #8a9095 ;
    line-height: 22px;
    overflow: hidden;
  }
  .examdatasummery .main .left .content .words .brief section p{
    width: 426px;
    height: 66px;
    font-size: 14px !important;
    color: #8a9095 !important;
    line-height: 22px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .examdatasummery .main .left .content .words .brief  p{
    width: 426px;
    height: 66px;
    font-size: 14px !important;
    color: #8a9095 !important;
    line-height: 22px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .examdatasummery .main .left .content .words .time {
    margin-top: 25px;
  }
  .examdatasummery .main .left .content:hover .words .title {
    color: #ff8800;
  }
  .examdatasummery .main .right .other {
    width: 360px;
    height: 303px;
    display: flex;
    flex-direction: column;
  }
  .examdatasummery .main .right .other .imgcontent {
    position: relative;
    top: -250px;
    font-size: 36px;
    color: #fff;
    letter-spacing: 0.89px;
    font-weight: 900;
    left: 30px;
  }
  .examdatasummery .main .right .other .imgcontent .imgword {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.89px;
    font-weight: 200;
  }
  .examdatasummery .main .right .other p {
    margin-top: 20px;
    width: 360px;
    font-size: 14px;
    color: #8a9095;
    line-height: 22px;
  }
  .examdatasummery .main .right .other .more {
    position: relative;
    top: -100px;
  }
  