.sec1 .wrap {
    padding: 80px 0;
    width: 1200px;
    margin: 0 auto
}

.sec1 .wrap .title {
    margin-bottom: 50px
}

.sec1 .wrap .title h1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    line-height: 1;
    text-align: center
}

.sec1 .wrap .title .line {
    width: 60px;
    height: 4px;
    background: #C41619;
    margin: 12px auto 0
}

.sec1 .wrap .list {
    border-top: 1px solid rgba(156, 12, 24, 0.2)
}

.sec1 .wrap .list .item {
    display: flex;
    align-items: center;
    height: 150px;
    border-bottom: 1px dashed #E5E5E5
}

.sec1 .wrap .list .item .time {
    text-align: center;
    margin-right: 50px
}

.sec1 .wrap .list .item .time p {
    font-weight: bold;
    font-size: 36px;
    color: #9C0C18;
    line-height: 24px
}

.sec1 .wrap .list .item .time span {
    display: block;
    width: 85px;
    height: 30px;
    background: linear-gradient(45deg, #FCC5C7, #FDF1DB);
    font-weight: 400;
    font-size: 13px;
    color: #9C0C18;
    line-height: 30px;
    margin: 10px 0 0 0
}

.sec1 .wrap .list .item .text {
    width: 755px;
    margin-right: 160px
}

.sec1 .wrap .list .item .text h5 {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 1;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 15px
}

.sec1 .wrap .list .item .text p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sec1 .wrap .list .item .iconfont {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 16px;
    color: rgba(201, 27, 34, 0.3);
    border: 1px solid rgba(200, 22, 29, 0.3);
    border-radius: 50%;
    transition: 0.4s
}

.sec1 .wrap .list .item .iconfont:before {
    transform: rotate(-45deg);
    transition: 0.4s
}

.sec1 .wrap .list .item .iconfont svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 130%
}

.sec1 .wrap .list .item .iconfont svg .path-loop {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #C8161D;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    transition: 0.6s
}

.sec1 .wrap .list .item:hover .iconfont {
    color: #c91b22
}

.sec1 .wrap .list .item:hover .iconfont:before {
    transform: rotate(0deg);
    color: #c91b22;
    transition-delay: 0.4s
}

.sec1 .wrap .list .item:hover .iconfont svg .path-loop {
    stroke-dashoffset: 0px
}

.sec1 .wrap .pagebox {
    margin: 65px auto 0
}

@media screen and (max-width: 1920px) {
    .sec1 .wrap {
        padding: 4.1666666667vw 0;
        width: 62.5vw;
    }

    .sec1 .wrap .title {
        margin-bottom: 2.6041666667vw
    }

    .sec1 .wrap .title h1 {
        font-size: 1.875vw;
    }

    .sec1 .wrap .title .line {
        width: 3.125vw;
        height: 0.2083333333vw;
        margin: 0.625vw auto 0
    }

    .sec1 .wrap .list .item {
        height: 7.8125vw;
    }

    .sec1 .wrap .list .item .time {
        margin-right: 2.6041666667vw
    }

    .sec1 .wrap .list .item .time p {
        font-size: 1.875vw;
        line-height: 1.25vw
    }

    .sec1 .wrap .list .item .time span {
        width: 4.4270833333vw;
        height: 1.5625vw;
        font-size: 0.6770833333vw;
        margin: 0.5208333333vw 0 0 0;
        line-height: 1.5625vw;
    }

    .sec1 .wrap .list .item .text {
        width: 39.3229166667vw;
        margin-right: 8.3333333333vw;
    }

    .sec1 .wrap .list .item .text h5 {
        font-size: 0.9375vw;
        margin: 0 0 0.78125vw
    }

    .sec1 .wrap .list .item .text p {
        font-size: 0.7291666667vw;
        line-height: 1.4583333333vw;
    }

    .sec1 .wrap .list .item .iconfont {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        font-size: 0.8333333333vw;
    }


    .sec1 .wrap .pagebox {
        margin: 3.3854166667vw auto 0
    }

}
@media screen and (max-width: 1024px) {
    .sec1 .wrap{
        width: 90%;
        padding: 60px 0;
    }
    .sec1 .wrap .list .item .time p{
        font-size: 24px;
        line-height: 1;
    }
    .sec1 .wrap .list .item .time span{
        width: auto;
        height: auto;
        padding: 3px 6px;
        font-size: 12px;
        margin-top: 5px;
        line-height: 1;
    }
    .sec1 .wrap .list .item{
        height: 120px;
    }
    .sec1 .wrap .list .item .text h5{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec1 .wrap .list .item .text p {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec1 .wrap .list .item .text {
        flex: 1;
        margin-right: 30px;
    }
    .sec1 .wrap .list .item .iconfont {
        width: 30px;
        font-size: 14px;
        height: 30px;
    }
    .sec1 .wrap .title h1{
        font-size: 24px;
    }
    .sec1 .wrap .title .line{
        width: 40px;
        height: 2px;
        margin-top:10px;
    }
    .sec1 .wrap .title{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .sec1 .wrap .list .item .iconfont{
        display: none;
    }
    .sec1 .wrap .list .item{
        height: auto;
        flex-direction: column;
        padding:20px 0;
        align-items: start;
    }
    .sec1 .wrap .list .item .time{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .sec1 .wrap .list .item .text{
        width: 100%;
        margin-right: 0;
    }
    .sec1 .wrap{
        padding: 50px 0;
    }
}