body {
    background: #F5F2F2
}

.sec1 .wrap {
    width: 1440px;
    margin: 0 auto;
    padding: 80px 0 120px
}

.sec1 .wrap>h1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    line-height: 1;
    position: relative;
    text-align: center;
    margin-bottom: 68px
}

.sec1 .wrap>h1:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #C41619;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px
}

.sec1 .wrap .content {
    margin: 40px 0 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 45px
}

.sec1 .wrap .content .item {
    display: flex;
    align-items: center;
    cursor: pointer;
    --color: #C8161D
}

.sec1 .wrap .content .item:hover .jump {
    background: var(--color)
}

.sec1 .wrap .content .item:hover .jump h1 {
    color: #fff
}

.sec1 .wrap .content .item:hover .jump .time p {
    color: #fff
}

.sec1 .wrap .content .item:hover .jump .time .line {
    background: #fff
}

.sec1 .wrap .content .item:nth-child(3n+2) {
    --color: #F85D00
}

.sec1 .wrap .content .item:nth-child(3n+3) {
    --color: #F8BB00
}

.sec1 .wrap .content .item .color {
    width: 10px;
    height: 50px;
    background: var(--color)
}

.sec1 .wrap .content .item .jump {
    width: 440px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(40, 4, 4, 0.08);
    padding: 35px;
    transition: .6s ease
}

.sec1 .wrap .content .item .jump h1 {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 28px;
    transition: .6s ease
}

.sec1 .wrap .content .item .jump .time {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec1 .wrap .content .item .jump .time p {
    font-weight: 500;
    font-size: 14px;
    color: #888888;
    transition: .6s ease
}

.sec1 .wrap .content .item .jump .time .line {
    width: 256px;
    height: 1px;
    background: #000000;
    opacity: 0.2;
    transition: .6s ease
}

.sec1 .wrap .pagebox {
    margin: 77px auto 0
}
@media screen and (max-width: 1920px) {
    .sec1 .wrap {
        width: 75vw;
        padding: 4.16666667vw 0 6.25vw;
      }
      .sec1 .wrap > h1 {
        font-size: 1.875vw;
        margin-bottom: 3.54166667vw;
      }
      .sec1 .wrap > h1:after {
        width: 3.125vw;
        height: 0.20833333vw;
        bottom: -0.83333333vw;
      }
      .sec1 .wrap .content {
        margin: 2.08333333vw 0 0 0;
        gap: 2.08333333vw 2.34375vw;
      }
      .sec1 .wrap .content .item .color {
        width: 0.52083333vw;
        height: 2.60416667vw;
      }
      .sec1 .wrap .content .item .jump {
        width: 22.91666667vw;
        height: 8.33333333vw;
        box-shadow: 0px 0px 0.52083333vw 0px rgba(40, 4, 4, 0.08);
        padding: 1.82291667vw;
      }
      .sec1 .wrap .content .item .jump h1 {
        font-size: 1.04166667vw;
        line-height: 1.45833333vw;
        margin: 0 0 1.45833333vw;
      }
      .sec1 .wrap .content .item .jump .time p {
        font-size: 0.72916667vw;
      }
      .sec1 .wrap .content .item .jump .time .line {
        width: 13.33333333vw;
        height: 0.05208333vw;
      }
      .sec1 .wrap .pagebox {
        margin: 4.01041667vw auto 0;
      }
}
@media screen and (max-width: 1024px) {
    .sec1 .wrap{
        width: 90%;
    }
    .sec1 .wrap .content .item{
        width: 100%;
    }
    .sec1 .wrap .content .item .jump{
        width: 100%;
        height: auto;
    }
    .sec1 .wrap .content .item .jump h1{
        font-size: 14px;
        line-height: 1.6;
        height: 44px;
        margin-bottom: 10px;
    }
    .sec1 .wrap .content .item .jump .time p{
        font-size: 12px;
    }
    .sec1 .wrap .content .item .jump .time .line{
        flex: 1;
        height: 1px;
        margin-left: 20px;
    }
    .sec1 .wrap .content .item .color{
        width: 4px;
        height: 30px;
    }
    .sec1 .wrap > h1{
        font-size: 24px;
        margin-bottom: 50px;
    }
    .sec1 .wrap > h1:after{
        width: 30px;
        height: 3px;
        bottom: -10px;
    }
    /* .sec1 .wrap .content {
        grid-template-columns: repeat(2, 1fr);
    } */
    .sec1 .wrap .content .item .jump{
        padding: 20px;
    }
    .sec1 .wrap{
        padding: 60px 0;
    }
}
@media screen and (max-width: 820px) {
    .sec1 .wrap .content{
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width: 540px) {
    .sec1 .wrap{
        padding: 40px 0;
    }
    .sec1 .wrap .content .item .jump {
        padding: 15px;
    }
    .sec1 .wrap .content {
        grid-template-columns: repeat(1, 1fr);
    }
}