.header{
    background: #fff;
}
.notice1{
    padding: 173px 0;
}
.notice1 .wrap{
    width: 1600px;
    margin: auto;
}
.notice1 .wrap .item:not(:last-child) {
    margin: 0 0 120px;
}
.notice1 .wrap .item .p1{
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    padding: 0 0 30px;
    border-bottom: 1px solid #F2F5F8;
    margin: 0 0 45px;
}
.notice1 .wrap .item  .text{
    font-weight: 400;
    font-size: 18px;
    color: #555555;
    line-height: 36px;
}

@media screen and (max-width: 1919px) {
    .notice1{
        padding: 9.0104166667vw 0px;
    }
    .notice1 .wrap{
        width: 83.3333333333vw;
    }
    .notice1 .wrap .item:not(:last-child){
        margin: 0px 0px 6.25vw;
    }
    .notice1 .wrap .item .p1{
        font-size: 1.6666666667vw;
        padding: 0px 0px 1.5625vw;
        margin: 0px 0px 2.34375vw;
    }
    .notice1 .wrap .item .text{
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
}

@media screen and (max-width: 1024px) {
    .notice1{
        padding: 100px 0 30px;
    }
    .notice1 .wrap{
        width: 90%;
    }
    .notice1 .wrap .item:not(:last-child){
        margin: 0 0 25px;
    }
    .notice1 .wrap .item .p1{
        font-size: 22px;
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    .notice1 .wrap .item .text{
        font-size: 13px;
        line-height: 25px;
    }
}
