.sec1 {
    padding: 100px 0 153px;
}

.sec1 .wrap .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 52px 0 0;
}

.sec1 .wrap .content .l {
    width: 530px;
    height: 440px;
    overflow-y: scroll;
}

.sec1 .wrap .content .l::-webkit-scrollbar {
    width: 2px;
    background: rgba(0, 0, 0, 0.1);
}

.sec1 .wrap .content .l::-webkit-scrollbar-thumb {
    background: #184392;
}

.sec1 .wrap .content .l .item {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.sec1 .wrap .content .l .item:not(:last-child) {
    margin-bottom: 40px;
}

.sec1 .wrap .content .l .item .iconfont {
    font-size: 20px;
    color: #184392;
}

.sec1 .wrap .content .l .item p {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
}

/*# sourceMappingURL=honor.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 5.2083333333vw 0px 7.96875vw;
    }

    .sec1 .wrap .content {
        margin: 2.7083333333vw 0px 0px;
    }

    .sec1 .wrap .content .l {
        width: 27.6041666667vw;
        height: 22.9166666667vw;
    }

    .sec1 .wrap .content .l::-webkit-scrollbar {
        width: 0.1041666667vw;
    }

    .sec1 .wrap .content .l .item {
        gap: 0px 0.5208333333vw;
    }

    .sec1 .wrap .content .l .item:not(:last-child) {
        margin-bottom: 2.0833333333vw;
    }

    .sec1 .wrap .content .l .item .iconfont {
        font-size: 1.0416666667vw;
    }

    .sec1 .wrap .content .l .item p {
        font-size: 0.9375vw;
    }
}

@media screen and (max-width: 768px) {
    .sec1 {
        padding: 50px 0 60px;
    }
    .sec1 .wrap .content {
        margin: 25px 0 0;
        display: block;
    }
    .sec1 .wrap .content .l {
        width: 100%;
        height: unset;
        margin-bottom: 30px;
    }
    .sec1 .wrap .content .l .item {
        gap: 0 8px;
    }
    .sec1 .wrap .content .l .item:not(:last-child) {
        margin-bottom: 15px;
    }
    .sec1 .wrap .content .l .item p {
        font-size: 16px;
    }
    .sec1 .wrap .content .l .item .iconfont {
        font-size: 16px;
    }
}
