@charset "utf-8";
body {
 font-family: "宋体";
 font-size: 12px;
 margin:0 auto;
}
a:link {
 color: #222222;
 text-decoration: none;
}
a:visited {
 text-decoration: none;
 color: #222222;
}
a:hover {
 text-decoration: none;
 color: #cc0000;
}
a:active {
 text-decoration: none;
 color: #222222;
}
 
.bk{
    border: 1px solid #cccccc;
    }
 
.bk_b{
    border-bottom: 1px solid #010101;
    }
