<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 鏂伴椈
 *
 */

/*鍏叡*/
@import "reset.css";
@import "base.css";

/*瀵艰埅*/
@import "module/nav.css";
/*澶撮儴*/
@import "module/top.css";
/*娴锋姤鍥�*/
@import "module/poster.css";
/*瀵艰埅*/
@import "module/footer.css";


/* 涓讳綋缁撴瀯 */
.main {
    margin-bottom: 1.875rem  /* 30/16 */;
}

/*鍐呭*/
.main .content {
    padding: 0.625rem  /* 10/16 */ 0;
    min-height: 21.875rem  /* 350/16 */;
}

.main .content p {
    position: relative;
    display: flex;
    justify-content: space-between;
    line-height: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    border-bottom: 1px solid #f5f6f7;
}

.main .content a {
    display: block;
    width: 90%;
}
.main .content span{
    text-align: right;
    font-size: 0.75rem  /* 12/16 */;
}
</pre></body></html>