<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/top.css";
/*澶撮儴*/
@import "module/nav.css";
/*娴锋姤鍥�*/
@import "module/poster.css";
/*瀵艰埅*/
@import "module/footer.css";


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

/* 鍐呭 */
.main .headline {
    margin-top: 1.25rem  /* 20/16 */;
    padding: 0.625rem  /* 10/16 */ 0;
    border-bottom: 1px solid #f0efef;
}

.main .headline h3 {
    font-size: 1rem  /* 16/16 */;
    font-weight: normal;
    color: #333;
}

.main .headline p {
    color: #adadad;
    line-height: 2rem;
}

.main .content {
    min-height: 18.75rem  /* 300/16 */;
    padding: 1.25rem  /* 20/16 */ 0;
}

.main img {
    max-width: 100%;
    height: auto;
}

/*椤靛熬*/
.main .page {
    border-top: 1px solid #f0efef;
    padding: 0.625rem  /* 10/16 */ 0;
}

.main .page p {
    line-height: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
}

.main .page a {
    display: block;
    width: 100%;
    color: #7e7e7e;

}

.main .page a:hover {
    color: black;
}
</pre></body></html>