body,td {FONT-SIZE: 12px; FONT-FAMILY:  ËÎÌå, Tahoma, Verdana; line-height:200%}
table{border-spacing:0px !important;}
body {background-color: #000000; margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;}
input{font-size:12px}
a:link {text-decoration: none;color: black; cursor:hand}
a:visited {text-decoration: none;color: black; cursor:hand}
a:active { text-decoration: none;color: black;}
a:hover {color: #2F5637; text-decoration: none;}
/* µ¼º½µÄCSS¶¨Òå */
a.menu:link {font-family:"Î¢ÈíÑÅºÚ"; color: #FFF; font-weight: bolder; font-size:15px}
a.menu:visited {font-family:"Î¢ÈíÑÅºÚ";color: #FFF; font-weight: bolder; font-size:15px}
a.menu:hover {font-family:"Î¢ÈíÑÅºÚ";color: #FFFFCC; font-weight: bolder; text-decoration: none; font-size:15px}
a.menu:active {font-family:"Î¢ÈíÑÅºÚ";color: #FFF; font-weight: bolder; font-size:15px}

.white {color: #FFFFFF;font-weight: bold;}
a.white:link {color: #FFF; font-weight: bold;}
a.white:visited {color: #FFF; font-weight: bold;}
a.white:hover {color: #FFFFCC; font-weight: bold; text-decoration: none;}
a.white:active {color: #FFF; font-weight: bold;}

.bblue {font-family:"Î¢ÈíÑÅºÚ";color: #003366; font-weight: 900; font-size:16px}
a.bblue:link {font-family:"Î¢ÈíÑÅºÚ"; color: #003366; font-weight: 900; font-size:16px}
a.bblue:visited {font-family:"Î¢ÈíÑÅºÚ";color: #003366; font-weight: 900; font-size:16px}
a.bblue:hover {font-family:"Î¢ÈíÑÅºÚ";color: #003399; font-weight: 900; text-decoration: none; font-size:16px}
a.bblue:active {font-family:"Î¢ÈíÑÅºÚ";color: #003366; font-weight: 900; font-size:16px}

.red {font-family:"ËÎÌå";color: red; font-weight: 900; font-size:22px; line-height:150%;}

.pagination {
    align-items: center;
    justify-content: center;
    margin-top: 45px;

    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.6rem 0.95rem;
    margin-left: 5px;
    border-radius: 5px;
    line-height: 1.25;
    color: #007bff;
    /*background-color: #fff;*/
    border: 1px solid #44664a;
}

.pagination li.active a {
    background: #44664a;
    color: #ffffff;
    border-color: transparent;
}