.banner {
  position: relative; }
  .banner img {
    width: 100%;
    display: block;
    object-fit: cover; }
  .banner .text {
    position: absolute;
    left: 0;
    top: 14.5833333333vw;
    width: 100%;
    text-align: center;
    color: white; }
    .banner .text .t {
      line-height: 1.65;
      font-weight: 700;
      margin-bottom: 0.78125vw; }

.container {
  padding-bottom: 4.6875vw; }
  .container .tabs {
    background: #222;
    display: flex;
    padding: 0 5.2083333333vw; }
    .container .tabs span {
      display: block;
      padding: 1.7708333333vw 5.2083333333vw;
      color: white;
      position: relative;
      cursor: pointer;
      transition: all 600ms;
      border-bottom: 3px solid transparent;
      z-index: 5; }
      .container .tabs span::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        transition: all 600ms;
        height: 100%;
        z-index: -1;
        background: linear-gradient(90deg, rgba(237, 27, 36, 0.1) 0%, rgba(237, 27, 36, 0.05) 49.5%, rgba(237, 27, 36, 0) 100%); }
      .container .tabs span::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -0.625vw;
        width: 0.78125vw;
        height: 0.78125vw;
        transition: all 0.3s ease;
        background: url(../images/sjx.svg) no-repeat center;
        background-size: 100% 100%;
        opacity: 0;
        transition: all 600ms; }
      .container .tabs span.on {
        border-color: #ED1B24;
        color: #ED1B24; }
        .container .tabs span.on::before {
          width: 100%; }
        .container .tabs span.on::after {
          opacity: 1; }
  .container .list {
    padding: 3.6458333333vw 5.2083333333vw 4.1666666667vw 5.2083333333vw; }
    .container .list .item {
      padding: 2.0833333333vw 2.34375vw 2.0833333333vw 1.5625vw;
      border-bottom: 1px solid #DDD;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: all 600ms; }
      .container .list .item .lbox {
        display: flex;
        align-items: center;
        gap: 1.0416666667vw; }
        .container .list .item .lbox .icon img {
          width: 5.2083333333vw;
          display: block; }
        .container .list .item .lbox .text {
          width: 100%;
          flex: 1; }
          .container .list .item .lbox .text .p1 {
            font-weight: 500;
            line-height: 1.25; }
          .container .list .item .lbox .text .time {
            color: #666;
            line-height: 1.75;
            margin-top: 1.25vw; }
      .container .list .item a {
        display: flex;
        align-items: center;
        padding: 1.0416666667vw 3.0208333333vw;
        justify-content: center;
        gap: 0.3125vw;
        border: 1px solid #ED1B24;
        color: #ED1B24;
        transition: all 600ms; }
        .container .list .item a img {
          width: 1.1458333333vw;
          display: block;
          transition: all 200ms; }
        .container .list .item a:hover {
          background: #ED1B24;
          color: #fff; }
          .container .list .item a:hover img {
            filter: brightness(0) invert(1); }
      .container .list .item:hover {
        background: rgba(237, 27, 36, 0.05); }
  .container .pager {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5625vw; }
    .container .pager .prev,
    .container .pager .next {
      display: block; }
      .container .pager .prev svg,
      .container .pager .next svg {
        display: block;
        width: 1.0416666667vw; }
        .container .pager .prev svg:hover path,
        .container .pager .next svg:hover path {
          fill: #ED1B24; }
    .container .pager .nums {
      display: flex;
      gap: 1.0416666667vw; }
      .container .pager .nums a {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #333;
        line-height: 1;
        transition: all 600ms; }
        .container .pager .nums a.on, .container .pager .nums a:hover {
          background: #ED1B24;
          color: #fff; }

@media screen and (max-width: 768px) {
  .banner {
    margin-top: 60px; }
    .banner img {
      height: 200px; }
    .banner .text {
      top: 50%;
      transform: translateY(-50%);
      padding: 0 5%; }
      .banner .text .t {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 10px; }

  .container {
    padding-bottom: 40px; }
    .container .tabs {
      padding: 0 5%;
      white-space: nowrap; }
      .container .tabs span {
        padding: 20px 30px;
        font-size: 16px; }
        .container .tabs span::after {
          bottom: -8px;
          width: 10px;
          height: 10px; }
    .container .list {
      padding: 30px  5%; }
      .container .list .item {
        padding: 20px 10px;
        flex-direction: column;
        gap: 20px; }
        .container .list .item .lbox {
          gap: 15px;
          width: 100%; }
          .container .list .item .lbox .icon img {
            width: 50px; }
          .container .list .item .lbox .text .p1 {
            font-size: 16px; }
          .container .list .item .lbox .text .time {
            margin-top: 10px;
            font-size: 14px; }
        .container .list .item a {
          padding: 8px 20px;
          font-size: 16px;
          gap: 5px; }
          .container .list .item a img {
            width: 18px; }
    .container .pager {
      gap: 10px; }
      .container .pager .prev svg,
      .container .pager .next svg {
        width: 16px; }
      .container .pager .nums {
        gap: 10px; }
        .container .pager .nums a {
          width: 35px;
          height: 35px;
          font-size: 14px; } }
