.menu ul {
    display: flex;
    justify-content: center;}
.menu ul .menuList {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
.menu ul .menuList li {
    line-height: 3.25rem;}
.menu ul .menuList li a {
    font-size: 1rem;
        color: rgb(0,0,0) !important;}
.layui-nav-child {
    top: 3.5rem;}
.gdfwtable {
                            table-layout: fixed;
                            width: 100%;
                            font-size: 0.875rem;
                            --equal-col-min-width: 200px;}
                        .gdfwtd,.gdfwth {
                            padding: 0.3rem  0.2rem;
                            border: 1px solid black;
                            word-wrap: break-word;
                            word-break: break-all;
                            white-space: normal;}
                        .col-auto {
                            width: 1fr; 
                            min-width: var(--equal-col-min-width);}
                        .gdfwtd a {
                            color: #0c82dc;}
                        .gdfwtd a:hover {
                            color: #23527c;}
