html {
    font-size: 100px;
}

body {
    font-size: 16px;
}

.banner {
    background: url(01.png);
    background-size: 100% 1.5rem;
    width: 100%;
    height: 1.5rem;
}

.banner .banner_con {
    display: none;
}

.lnrzc {
    width: 100%;
    height: auto;
    padding: 0 .2rem;
}

.lnrzc_list .lnrzc_item {
    width: 100%;
    height: .45rem;
    display: flex;
    line-height: .45rem;
    font-size: .12rem;
    color: #333;
}

.lnrzc_list .lnrzc_item>a {
    width: 2.75rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: inherit;
}

.lnrzc_list .lnrzc_item .item_jd {
    margin-left: .1rem;
    color: inherit;
}