ul,
ol,
li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0px;
}

p,
div,
a,
span,
ul,
li,
img,
form,
input,
br,
dl,
dt,
dd,
body {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.line-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.img-m {
    vertical-align: middle;
}

.img-size {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zz-pointer {
    cursor: pointer;
}

.not-select {
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    -khtml-user-select: none !important;
    user-select: none !important;
}


@font-face {

    font-family: 'PingFang-Medium';

    src: url('../font/PingFang/PingFang Medium.ttf');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'PingFang SC';

    src: url('../font/PingFang/PingFang_SC.ttf');

    font-weight: normal;

    font-style: normal;

}
@font-face {

    font-family: 'myharmonyos';

    src: url('../font/HarmonyOS Sans/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.ttf');

    font-weight: normal;

    font-style: normal;

}
html{
    font-family: myharmonyos, PingFang SC, PingFang-Medium,'微软雅黑' !important;
}


#xq,
#resources {
    width: 75.67%;
    margin: auto;
}
#resources{
    padding: 74px 0 40px;
}
.supervision {
    width: 75.67%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 0 40px 0;
}

.supervision #supervision_left {
    width: 16.667%;
}

.supervision #supervision_right {
    width: 80.209%;
    margin-top: 24px;
}

@media (min-width:1920px) {

    #xq,
    #resources,
    .supervision {
        width: 1440px;
    }
}
@media (max-width:1600px) {
    #xq,
    #resources,
    .supervision {
        width: 78%;
    }
}
@media (max-width:1400px) {
    #xq,
    #resources,
    .supervision {
        width: 80%;
    }
}
@media (max-width:1000px) {
    #xq,
    #resources,
    .supervision {
        width: 85%;
    }
}
@media (max-width:900px) {
    #xq,
    #resources,
    .supervision {
        width: 90%;
    }
    .supervision #supervision_left{
        display: none;
    }
    .supervision #supervision_right{
        width: 100%;
    }
}
@media (max-width:750px) {
    #xq,
    #resources,
    .supervision {
        width: 95%;
    }
}
@media (max-width:500px) {
    #xq,
    #resources,
    .supervision {
       padding: 20px 0 40px;
    }
}
@media (max-width:350px) {
    #xq,
    #resources,
    .supervision {
       padding: 20px 0 10px;
    }
}