.section1 .wrap {
    width: 1440px;
    margin: 0 auto;
    padding-top: 160px;
}

.section1 .wrap .top {
    border-bottom: 1px solid #DBDFE6;
    padding-bottom: 30px;
}

.section1 .wrap .top .title {
    margin-bottom: 30px;
}

.section1 .wrap .top .title h3 {
    color: #111;
    font-size: 36px;
}

.section1 .wrap .top .time {
    display: flex;
    grid-gap: 30px;
}

.section1 .wrap .top .time p {
    color: #999;
    font-size: 16px;
}

.section1 .wrap .bottom {
    padding: 60px 0;
}

.section1 .wrap .bottom h4 {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 10px;
}

.section1 .wrap .bottom p {
    font-size: 16px;
    line-height: 2;
}

.section1 .wrap .bottom li {
    display: flex;
}

.section1 .wrap .bottom li p {
    text-indent: 2em;
    flex: 1;
}

.section1 .wrap .bottom li::before {
    width: 6px;
    height: 6px;
    font-size: 16px;
    border-radius: 50%;
    margin-top: 13px;
    line-height: 32px;
    content: "";
    background-color: #333;
    display: block;
    margin-right: 10px;
    transform: translateX(2em);
}

@media screen and (max-width: 1919px) {
    .section1 .wrap {
        width: 75vw;
        padding-top: 8.3333333333vw;
    }

    .section1 .wrap .top {
        padding-bottom: 1.5625vw;
    }

    .section1 .wrap .top .title {
        margin-bottom: 1.5625vw;
    }

    .section1 .wrap .top .title h3 {
        font-size: 1.875vw;
    }

    .section1 .wrap .top .time {
        gap: 1.5625vw;
    }

    .section1 .wrap .top .time p {
        font-size: 0.8333333333vw;
    }

    .section1 .wrap .bottom {
        padding: 3.125vw 0px;
    }

    .section1 .wrap .bottom h4 {
        font-size: 1.0416666667vw;
        margin-bottom: 0.5208333333vw;
        margin-top: 0.5208333333vw;
    }

    .section1 .wrap .bottom p {
        font-size: 0.8333333333vw;
    }

    .section1 .wrap .bottom li::before {
        width: 0.3125vw;
        height: 0.3125vw;
        font-size: 0.8333333333vw;
        margin-top: 0.6770833333vw;
        line-height: 1.6666666667vw;
        margin-right: 0.5208333333vw;
    }
}
@media screen and (max-width: 1024px) {
    .section1 .wrap {
        width: 90%;
        padding: 100px 0 20px;
    }
    .section1 .wrap .top{
        padding-bottom: 10px;
    }
    .section1 .wrap .top .title{
        margin-bottom: 20px;
    }
    .section1 .wrap .top .title h3 {
        color: #111;
        font-size: 24px;
    }
    .section1 .wrap .top .time p{
        font-size: 14px;
    }
    .section1 .wrap .top .time{
        grid-gap: 30px;
    }
    .section1 .wrap .bottom{
        padding: 40px 0 0;
    }
    .section1 .wrap .bottom h4{
        font-size: 18px;
        margin: 5px 0;
    }
    .section1 .wrap .bottom p{
        font-size: 14px;

    }
    .section1 .wrap .bottom li p{
        text-indent: 0;
    }
    .section1 .wrap .bottom li::before{
        width: 6px;
        height: 6px;
        font-size: 14px;
        line-height: 1;
        margin-top: 11px;
        margin-right: 10px;
        transform: none;
    }
}
