<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <title>ƽ̨</title>
    <style type="text/css">
        table {
            border-collapse: collapse;
            border: none;
            width: 100%;
            border-color: #0094ff;
        }

        a {
            text-decoration: none;
        }

            a:hover {
                color: #f00;
                text-decoration: underline;
            }

        td {
            border: solid #0094ff 1px;
        }

        .tab_title {
            font: 13px/1.5 "Microsoft Yahei",sans-serif;
            font-weight: bold;
            text-align: center;
            background: #69c4fa;
        }

        .tab_ask {
            font: 12px/1.5 "Microsoft Yahei",sans-serif;
            text-align: center;
            background: #e4f4fc;
        }

        .tab_answer {
            font: 12px/1.5 "Microsoft Yahei",sans-serif;
            text-align: center;
        }

        .tab_td_content {
            text-align: left;
        }

        .tab_tr_empty {
            height: 1px;
        }
   .tab_td1 {
            width: 5%;
        }
        .tab_td2 {
        width:8%;
        }
         .tab_td3 {
        width:10%;
        }
           .tab_td5 {
        width:8%;
        }

    </style>
</head>
<body>
    <table>
        <tr class="tab_title">
             <td class="tab_td1">/</td>
            <td class="tab_td2">˾</td>
            <td class="tab_td3"></td>
            <td></td>
            <td class="tab_td5"></td>
        </tr>

        {$content}
       

    </table>

</body>
</html>
