﻿            .org-column {
                width: 100%;
                float: left;
            }

            .org-column-title {
                width: 100%;
                font-size: 1.5em;
                padding: 10px 0px;
                float: left;
            }

            .org-column-items {
                width: 100%;
                float: left;

            }

            .table-row {
                width: 100%;
            }

            .org-column-items-table > tbody > tr {
                width: 100%;
            }

            .org-column-items-table {
                width: 100%;
                background-color: transparent;
            }

            .org-column-items-table > tbody > tr > td {
                border: none;
                padding: 13px 20px;
            }




            .org-column-items-table > tbody > tr > td:nth-child(n) {
                width: 30%;
            }

            .org-column-items-table > tbody > tr > td:nth-child(2n) {
                width: 20%;
            }

            .org-column-items-table > tbody > tr > td > a {
                color: black;
            }

            .org-column-items-table > tbody > tr:nth-child(odd) {
                background: #eee;
                border: none;
            }

            .daohang > tbody > tr > td {
                width: 25%;
            }

            .daohang > tbody > tr:nth-child(odd) {
                background: #eee;
                border: none;
            }

            .daohang > tbody > tr {
                width: 100%;
            }

            .daohang {
                width: 100%;
                background-color: transparent;
            }

            .daohang > tbody > tr > td {
                border: none;
                padding: 13px 20px;
            }

            .daohang > tbody > tr > td > a {
                color: black;
            }

























