@CHARSET "UTF-8";

div.content{}
div.content table{width: 100%;}
div.content table  td{line-height: 28px;font-size: 14px}

div.content table thead td{color: rgba(0, 0, 0, 0.45);font-weight: bold;border-bottom: 1px solid  rgba(0, 0, 0, 0.06);}
div.content table thead td:first-child{width: 63%;}
div.content table thead td:nth-child(2){width: 21%;}
div.content table thead td:nth-child(3){width: 16%;}
div.content table tbody td a{color: rgba(0, 0, 0, 0.85);}
div.content table tbody td{border-bottom: 1px solid  rgba(0, 0, 0, 0.06);}


div.content table tbody tr:nth-child(2n){background: rgba(0, 0, 0, 0.04);}
div.content table tbody td:first-child{position: relative;}
div.content table tbody td:first-child:before{display: inline-block;width: 4px;height: 4px;background: #2F54EB;content: '';position: absolute;left: 0;top: calc(50% - 2px);}

div.content table td{padding: 6px 16px;}

div.content p.page{margin-top: 20px;}