@media screen and (min-width: 769px) {
  .Content .flex .Left .list li {
    width: 100%;
    height: 207px;
    background-color: rgba(255, 255, 255, 0.72);
    margin-bottom: 14px;
  }
  .Content .flex .Left .list li a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 17px 15px;
    justify-content: space-between;
  }
  .Content .flex .Left .list li a .text {
    flex: 1;
    padding: 13px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .Content .flex .Left .list li a .text h5 {
    font-size: 18px;
    line-height: 30px;
    color: #1b1b1b;
  }
  .Content .flex .Left .list li a .text .ps {
    width: 610px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Content .flex .Left .list li a .text .ps p {
    display: flex;
    align-items: center;
  }
  .Content .flex .Left .list li a .text .ps p img {
    margin-right: 4px;
  }
  .Content .flex .Left .list li a .text .ps p span {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
  }
  .Content .flex .Left .list li a .text .ps p span:nth-child(1) {
    margin-right: 24px;
  }
  .Content .flex .Left .list li a .img {
    width: 260px;
    height: 100%;
    margin-left: 48px;
    position: relative;
  }
  .Content .flex .Left .list li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .Content .flex .Left .list li a .img p {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 28px;
    background-image: linear-gradient(-55deg, #1e4dba 0%, #2f61d4 100%), linear-gradient(#285dd8, #285dd8);
    background-blend-mode: normal, normal;
    border-radius: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
  }
  .Content .flex .Left .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 29px;
  }
  .Content .flex .Left .pagination a {
    display: block;
    width: 44px;
    height: 36px;
    background-color: #d4d4d4;
    border-radius: 7px;
    margin: 0 4px;
    font-size: 14px;
    line-height: 36px;
    color: #000000;
    text-align: center;
  }
  .Content .flex .Left .pagination a.active {
    background-color: #2757c7;
    color: #fff;
  }
}
@media screen and (max-width: 769px) {
  .Content .flex .Left .list {
    width: 100%;
  }
  .Content .flex .Left .list li {
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.72);
    margin-bottom: 3.73333333vw;
  }
  .Content .flex .Left .list li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 1.33333333vw 2.66666667vw;
  }
  .Content .flex .Left .list li a .text {
    width: 100%;
    padding: 3.46666667vw 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .Content .flex .Left .list li a .text h5 {
    font-size: 4vw;
    line-height: 6.4vw;
    color: #1b1b1b;
  }
  .Content .flex .Left .list li a .text .ps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6.66666667vw;
  }
  .Content .flex .Left .list li a .text .ps p {
    display: flex;
    align-items: center;
  }
  .Content .flex .Left .list li a .text .ps p img {
    margin-right: 1.06666667vw;
  }
  .Content .flex .Left .list li a .text .ps p span {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #999999;
  }
  .Content .flex .Left .list li a .text .ps p span:nth-child(1) {
    margin-right: 5.33333333vw;
  }
  .Content .flex .Left .list li a .img {
    width: 78%;
    height: auto;
    margin: 3.2vw auto 0;
    position: relative;
  }
  .Content .flex .Left .list li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .Content .flex .Left .list li a .img p {
    position: absolute;
    top: 0;
    left: 0;
    width: 13.33333333vw;
    height: 7.46666667vw;
    background-image: linear-gradient(-55deg, #1e4dba 0%, #2f61d4 100%), linear-gradient(#285dd8, #285dd8);
    background-blend-mode: normal, normal;
    border-radius: 0vw 0vw 2.66666667vw 0vw;
    font-size: 3.73333333vw;
    line-height: 7.46666667vw;
    text-align: center;
    color: #ffffff;
  }
  .Content .flex .Left .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6.66666667vw 0;
  }
  .Content .flex .Left .pagination a {
    display: block;
    width: auto;
    height: 7.46666667vw;
    background-color: #d4d4d4;
    border-radius: 1.86666667vw;
    margin: 0 1.06666667vw;
    padding: 0 3.73333333vw;
    font-size: 3.2vw;
    line-height: 7.46666667vw;
    color: #000000;
    text-align: center;
  }
  .Content .flex .Left .pagination a.active {
    background-color: #2757c7;
    color: #fff;
  }
}
