<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.bmLinkBox {
    margin: 0 auto;
    padding: 10px 0;
    width: 828px;
}
.bmLinkBoxBig {
    overflow: hidden;
    width: 850px;
}
.bmLinkBox_Title {
    font-family: "Microsoft Yahei";
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 22px;
    text-align: center;
}
.bmLinkBox ul li {
    background: url(bmLinkBg.png) no-repeat;
    float: left;
    height: 54px;
    line-height: 32px;
    margin-bottom: 5px;
    margin-right: 22px;
    text-align: center;
    width: 190px;
}
.bmLinkBox ul li a {
    color: #666666;
    font-family: "Microsoft Yahei";
    font-size: 15px;
}
.bmLinkBox ul li a:hover {
    color: #3ca6d5;
}</pre></body></html>