<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 * @name: category.css
 * @time: 2013/4/24
 * @author: sole
 * @directiona: qmeye.com/category
*/

/* public */
.pub-list li { height:26px; background:url(../img/ico_bg.png) no-repeat 0 0; text-indent:10px; line-height:26px; overflow:hidden; }
.ad { width:980px; overflow:hidden; }
.ad img { display:block; width:980px; }

.opa { position:relative; display:inline-block; overflow:hidden; }
.opa span { position:absolute; left:0; bottom:0; height:24px; text-align:center; z-index:2; overflow:hidden; }
.opa .bg { background-color:#000; opacity:.5; filter:alpha(opacity=50); }
.opa .txt { color:#fff; z-index:3; }

/* topview */
.topview {}

/* search */
.search { padding-top:8px; }

/* categoty nav */
.nav { padding:0; height:35px; }
.nav a { display:inline-block; padding:0 30px; font:14px/35px "\5fae\8f6f\96c5\9ed1"; text-decoration:none; border-radius:0; }
.nav a:hover,.nav .now { background-color:#8ec31f; }

/* rmd-info */
.rmd-info { padding-bottom:10px; background-color:#f1f1f1; }
.rmd-info h3 { font:22px/35px "\5fae\8f6f\96c5\9ed1"; color:#333; }
.rmd-info h3 .mark { padding:0 5px; background-color:#9D4848; font-size:16px; color:#fff; }
.rmd-info h3 a { text-decoration:none; }
.rmd-info h3, .rmd-info p { padding:0 15px; }
.rmd-info p { font-size:12px; color:#888; }

/* sub-category */
.sub-category { padding-bottom:10px; }
.sub-category .sub-cate-list:hover, .sub-category .now { background-color:#F7F7F7; }
.sub-t { padding-bottom:8px; margin-top:10px; border-bottom:1px solid #ddd; font:18px/30px "\5fae\8f6f\96c5\9ed1"; color:#3495D2; }
.sub-cate-list { padding:15px 0; border-bottom:1px dotted #ddd; }
.sub-cate-list .pic { display:inline-block; float:left; width:200px; height:130px; margin-right:15px; overflow:hidden; }
.sub-cate-list h3 { margin-bottom:10px; line-height:30px; font-size:24px; font-family:"\5fae\8f6f\96c5\9ed1"; }
.sub-cate-list h3 a { display:inline-block; padding:1px 3px; text-decoration:none; }
.sub-cate-list h3 a:hover { background-color:#8ec31f; color:#fff; }
.sub-cate-list p { font-size:12px; }
.sub-cate-list .clear { margin-top:15px; }

/* swt */
.swt { padding:50px 0; background-color:#f9f9f9; text-align:center; font-size:24px; font-family:"\5fae\8f6f\96c5\9ed1"; }
.swt a { height:36px; line-height:32px; }

/* hits-ranking */
.hits-ranking { margin:10px 0; }
.hits-ranking h2 { padding-bottom:5px; border-bottom:1px solid #ddd; font:18px/30px "\5fae\8f6f\96c5\9ed1"; }
.hits-ranking li { padding:5px 0; border-bottom:1px solid #fff; transition:all .5s ease 0s; }
.hits-ranking li:hover { background-color:#f9f9f9; border-bottom:1px dotted #3495D2; }
.hits-ranking li h4 a { color:#3495D2; }
.hits-ranking li p { height:48px; font-size:12px; overflow:hidden; color:#888; }

/* tags */
.tags { border:1px solid #D2E1F1; }
.tags .layout-t { margin:0 10px; border:none; border-bottom:1px solid #DBECEC; background:none; text-indent:0; }
.tags .layout-t em { display:inline-block; height:26px; border-bottom:2px solid #1f7ab7; }
.tags-list { padding:7px 10px 10px; font-size:12px; }
.tags, .tags-list a, .special-topic {
-webkit-border-radius:2px;
   -moz-border-radius:2px;
    -ms-border-radius:2px;
     -o-border-radius:2px;
        border-radius:2px;
}
.tags-list a { display:inline-block; padding:0 8px 1px; margin:3px; background-color:#F6F9FE; color:#888; vertical-align:middle; text-decoration:none;
-webkit-box-shadow:0 1px 0 #f5f5f5;
   -moz-box-shadow:0 1px 0 #f5f5f5;
    -ms-box-shadow:0 1px 0 #f5f5f5;
     -o-box-shadow:0 1px 0 #f5f5f5;
        box-shadow:0 1px 0 #f5f5f5;
}
.tags-list a:hover { background-color:#3495d2; color:#F6F9FE;
-webkit-box-shadow:0 1px 0 #ddd;
   -moz-box-shadow:0 1px 0 #ddd;
    -ms-box-shadow:0 1px 0 #ddd;
     -o-box-shadow:0 1px 0 #ddd;
        box-shadow:0 1px 0 #ddd;
}

/* savor-test */
.savor-test {}
.savor-test li { height:90px; }
.savor-test .pic { display:inline; float:left; width:120px; height:90px; margin-right:10px; overflow:hidden; } 
.savor-test .pic img { width:120px; }

/* btn */
.btn a { display:inline-block; padding:0 10px; margin:15px; background-color:#6d9c0b; color:#fff; text-decoration:none;
-webkit-border-radius:3px;
   -moz-border-radius:3px;
    -ms-border-radius:3px;
     -o-border-radius:3px;
        border-radius:3px;
-webkit-box-shadow:0 1px 0 #ddd;
   -moz-box-shadow:0 1px 0 #ddd;
    -ms-box-shadow:0 1px 0 #ddd;
     -o-box-shadow:0 1px 0 #ddd;
        box-shadow:0 1px 0 #ddd;
-webkit-text-shadow:0 -1px 0 #6d9c0b;
   -moz-text-shadow:0 -1px 0 #6d9c0b;
    -ms-text-shadow:0 -1px 0 #6d9c0b;
     -o-text-shadow:0 -1px 0 #6d9c0b;
        text-shadow:0 -1px 0 #6d9c0b;
background-image:-webkit-linear-gradient(top, #a6da38, #6d9c0b);
background-image:   -moz-linear-gradient(top, #a6da38, #6d9c0b);
background-image:    -ms-linear-gradient(top, #a6da38, #6d9c0b);
background-image:     -o-linear-gradient(top, #a6da38, #6d9c0b);
background-image:        linear-gradient(top, #a6da38, #6d9c0b);
}
.btn .yy { background-color:#1f7ab7;
-webkit-text-shadow:0 -1px 0 #0e6198;
   -moz-text-shadow:0 -1px 0 #0e6198;
    -ms-text-shadow:0 -1px 0 #0e6198;
     -o-text-shadow:0 -1px 0 #0e6198;
        text-shadow:0 -1px 0 #0e6198;
background-image:-webkit-linear-gradient(top, #3891cc, #0e6198);
background-image:   -moz-linear-gradient(top, #3891cc, #0e6198);
background-image:    -ms-linear-gradient(top, #3891cc, #0e6198);
background-image:     -o-linear-gradient(top, #3891cc, #0e6198);
background-image:        linear-gradient(top, #3891cc, #0e6198);
}
</pre></body></html>