@charset "utf-8"; /* CSS Document */ .list_main .list_right ul { padding: 20px; list-style:none; } .list_main .list_right ul li { background-color: rgb(165, 200, 214); height: 32px; color: rgb(34, 34, 34); line-height: 32px; overflow: hidden; padding-left: 25px; font-family: "微软雅黑"; font-size: 12px; } .responsive-table .table-header { background-color: #95a5a6; font-size: 14px; text-transform: uppercase; letter-spacing: 0.03em; } .responsive-table li { border-radius: 3px; padding: 12px 12px 12px; display: flex; justify-content: space-between; margin-bottom: 12px; } .responsive-table .table-row { background-color: #ffffff; font-size:14px; box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1); } .responsive-table .col-3 { flex-basis: 20%; font-size:14px; } .list_main .list_right ul li a { color: rgb(34, 34, 34); }