<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body,p,ul,dl,h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:normal;}
body{text-align:left;font-size: 12px; padding-bottom:8px;background:#f2f2f2; font-family:arial,"Microsoft YaHei","\5fae\8f6f\96c5\9ed1";}
img{border:none;}
li{list-style:none}
input {-webkit-appearance:none;}
a,a:visited{text-decoration:none;color:#2a2a2a;}
.clearfix:after{clear:both;height:0;overflow:hidden;display:block;visibility:hidden;content:"."}
em{ font-style:normal;}
* {-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	box-sizing: border-box;	-webkit-tap-highlight-color: rgba(0,0,0,0);	-webkit-text-size-adjust: none;	-webkit-touch-callout: none}
body,html{ max-width:640px; margin:0 auto;}
/*头部*/
.top{ width:100%; height:44px; background:#66d105; box-sizing:border-box;overflow:hidden; position:relative; zoom:1; padding:0 44px 0 122px;}
.top .logo{width:100px; height:auto; display:block; overflow:hidden; position:absolute; left:10px; top:12px;}
.top .logo img{ width:100%; height:auto; display:block; overflow:hidden}
.top div{width:auto; height:auto; display:-webkit-box; overflow:hidden; margin-top:8px;}
.top div .search-input{ width:auto; height:28px; line-height:28px; font-size:14px; font-weight:normal; color:#666; text-indent:10px; background:#f7ffef; display:block; overflow:hidden; -webkit-box-flex:1; border:0; padding:0; margin:0; border-radius:4px 0 0 4px;}
.top div .search-button{ width:28px; height:28px; display:block; overflow:hidden; border:0; padding:0; background:url(../images/home-icon.png) no-repeat 0 -60px #f7ffef; background-size:400px; border-radius:0 4px 4px 0;}
.top .tbtn{ width:44px; height:44px; display:block; overflow:hidden; position:absolute; right:0; top:0; background:url(../images/home-icon.png) no-repeat 14px 13px; background-size:400px;}

/*导航*/
.nav{ width:100%; height:40px; border-bottom:1px solid #dcdcdc; background:#fff;box-sizing:border-box; padding-right:44px; display:-webkit-box;}
.nav a{ width:auto; height:40px; line-height:40px; font-size:14px;color:#333; text-align:center; display:block; overflow:hidden; -webkit-box-flex:1}
.NavFloat{ position:fixed; top:0; left:0; z-index:9999}

/*内容宽度*/
.Contentbox{ width:100%; height:auto; padding:10px 10px 0;overflow:hidden; box-sizing:border-box;}

/*最新列表*/
.gLatest{ padding:0 10px;}
.gLatest .gLatestList{ width:100%; height:auto;overflow:hidden;}
.gLatest .gLatestList li{ width:100%; height:auto;overflow:hidden; background:#fff; padding:0 10px; margin-top:10px; box-sizing:border-box; position:relative; zoom:1}
.gLatest .gLatestList li i{ width:100%; height:1px; background:#eee; display:block; overflow:hidden;}
.gLatest .gLatestList li .LLeft{ width:100%; height:auto; display:-webkit-box; overflow:hidden; padding:10px 86px 10px 0; box-sizing:border-box;}
.gLatest .gLatestList li .LLeft img{ width:66px; height:66px; border-radius:16px; margin-right:10px; display:block; overflow:hidden; border-radius: 1rem;}
.gLatest .gLatestList li .LLeft p{ width:auto; height:auto;overflow:hidden; -webkit-box-flex:1}
.gLatest .gLatestList li .LLeft p&gt;span{ width:100%; height:20px; line-height:20px; font-size:16px; color:#333; margin-top:4px; display:block; overflow:hidden;}
.gLatest .gLatestList li .LLeft p b{ width:100%; height:auto; line-height:18px; font-size:14px; font-weight:normal; color:#bbb; margin-top:4px; display:block; overflow:hidden;}
.gLatest .gLatestList li .LLeft p b span{color:#f00;}
.gLatest .gLatestList li .LRight{ width: 73px; height: 30px; line-height: 30px; font-size: 16px; color:#66d105; text-indent: 30px; border:1px solid #66d105; border-radius:4px; background: url(../images/home-icon.png) no-repeat -130px -60px; background-size: 434px; display:block; overflow:hidden; position:absolute; right:10px; top:31px;}
.gLatest .gLatestList li .LRight:active{ color:#fff; background:url(../images/home-icon.png) no-repeat -146px -128px #66d105; background-size:500px}


/*内容分类、排行、最新*/
.GLinkNav{ width:100%; height:40px; background:#fff; display:-webkit-box; overflow:hidden}
.GLinkNav li{ width:auto; height:40px;  border-right:1px solid #eee;overflow:hidden;-webkit-box-flex:1;}
.GLinkNav li a{ width:100%; height:40px;line-height:40px; font-size:14px; font-weight:normal; color:#333; text-align:center; display:block; overflow:hidden; margin:auto;}
.GLinkNav li .m-hover{ width:50%; border-bottom:2px solid #66d105; color:#66d105}

.CBanner{padding:10px;}
.CBanner a{width:50%; height:100px; box-sizing:border-box; float:left; display:inline; overflow:hidden; position:relative; zoom:1;}
.CBanner a span{background:#fff;display:block;float:left;height:30px; line-height:30px; font-size:14px;width:100%;text-align:center;}
.CBanner a.pl{padding-left:5px;}
.CBanner a.pr{padding-right:5px;}
.CBanner a img{width:100%;height:100px;display:block; overflow:hidden;float:left;}
.CBanner a p{width:100%; height:28px; line-height:28px; font-size:14px;color:#fff; text-align:center;overflow:hidden; position:absolute; left:0; bottom:0; z-index:50; padding-left:10px; box-sizing:border-box;}
.CBanner a b{width:100%; height:auto; display:block; overflow:hidden; position:absolute; left:0; bottom:0; z-index:20; box-sizing:border-box;}
.CBanner a b img{width:100%; height:auto; display:block; overflow:hidden;float:left;}

/*底部*/
.CFootNav{ width:100%; height:40px; background:#EAEAEA; margin-top:20px; border-top:1px solid #ccc;overflow:hidden;}
.CFootNav ul{ width:100%; height:40px;overflow:hidden;}
.CFootNav ul li{ width:33%; height:40px; border-right:1px solid #ccc;  float:left; box-sizing:border-box; display:inline; overflow:hidden;}
.CFootNav ul li a{ width:100%; height:40px;line-height:40px; font-size:12px; font-weight:normal; color:#333; text-align:center; display:block; overflow:hidden; text-decoration:none}
.CFootNav ul li a:active{ color:#fff; background:#66d105}
footer{ width:100%; height:46px; line-height: 46px; background:#EAEAEA;font-size:18px;font-weight:normal; border-top: 1px solid #ccc; color: #ccc; text-align: center;}
footer a{padding: 0 6px; color: #302f2d; font-size:14px; text-decoration:none}
#Cbacktop{width:40px; height:40px; background:url(../images/index-icon.png) no-repeat 0 -143px; background-size:600px; display:none; overflow:hidden; position:fixed; right:10px; bottom:100px; z-index:500}


/*安卓、苹果软件导航*/
.CWebNav{ width:100%; height:auto; padding:0; background:#fff; display:none; overflow:hidden; box-sizing:border-box; position:absolute; left:0; top:44px; box-shadow:1px 2px 2px #ccc; z-index:9999;}
.CWebNav .CNavBtn{ width:auto; height:40px; margin:14px; border:1px solid #66d105; border-radius:4px; display:-webkit-box; overflow:hidden}
.CWebNav .CNavBtn li{ width:auto; height:40px; line-height:40px; font-size:15px; font-weight:normal; color:#60C505; text-align:center;overflow:hidden; border-right:1px solid #66d105; -webkit-box-flex:1;overflow:hidden; cursor:pointer}
.CWebNav .CNavBtn li:nth-child(4){ border:0;}
.CWebNav .CNavBtn .m-hover{ background:#60C505; color:#fff;}
.CWebNav .CNavUl{ width:100%; height:auto; padding-right:14px; box-sizing:border-box;overflow:hidden;}
.CWebNav .CNavUl li{ width:33.33%; height:auto; float:left; padding:0 0 14px 14px; display:inline; overflow:hidden; box-sizing:border-box;}
.CWebNav .CNavUl li a{ width:100%; height:auto; padding:10px; box-sizing:border-box; border:1px solid #d6d6d6; display:block; overflow:hidden;}
.CWebNav .CNavUl li a p{ width:100%; height:20px; line-height:20px; font-size:14px;color:#333; text-align:center; margin-top:2px;overflow:hidden}
.CWebNav .CNavUl li a b{ width:100%; height:20px; line-height:20px; font-size:14px; font-weight:normal; color:#999; text-align:center; margin-top:2px; display:block; overflow:hidden}
.CWebNav .CNavUl li a:active{ background:#60C505; color:#fff; border:1px solid #60C505}
.CWebNav .CNavUl li a:active p{ color:#fff;}
.CWebNav .CNavUl li a:active b{ color:#fff;}</pre></body></html>