﻿@charset "utf-8";
/* 广告 开始 */
.m-box { position:relative; overflow:hidden; }
.m-box .bd { position:relative; z-index:0; }
.m-box .bd li { position:relative; text-align:center; }
.m-box .bd li img { background:url(../img/loading.gif) center center no-repeat; vertical-align:top; width:100%; }
.m-box .hd { position:absolute; bottom:0; right:0; z-index:1; width:100%; height:3px; }
.m-box .hd li { display:block; width:50%; height:3px; float:left; background:#6ab92c; text-indent:-9999px; overflow:hidden;}
.m-box .hd li.on { background:#6ab92c; }
/* 广告 结束 */
/* 内容 开始 */
.m-show { background:#fff; clear:both; border-top:1px solid #6ab92c; }
.m-show .m-hd{ height:40px; margin-bottom:8px; background:#eee; position:relative; }
.m-show .m-hd #z-open{ position:absolute; top:0;right:0;line-height:40px; }
.m-show .m-hd #z-open i{font-size:2.4em;}
.m-show .m-hd ul{ width:100%; height:40px; position:absolute;}
.m-show .m-hd li { display:block; width:25%; height:40px; line-height:40px; background:#eee; font-size:1.6em; text-align:center; cursor:pointer; float:left; overflow:hidden; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.m-show .m-hd li.on{background:#6ab92c; color:#fff;}
.m-show .m-hd li.on a{color: #fff;}
.m-show .m-bd{ overflow:hidden; padding:10px; line-height:24px; }
.m-show .m-bd .u-tt{ font-size:1.6em; text-align:center;}
.m-show .m-bd .m-time { font-size:1.2em; color:#999; text-align:center; border-bottom:1px dashed #eee; margin-bottom:10px;}
.m-show .m-bd .m-time i{font-size:1.2em; color:#999; margin-left:10px;}
.m-show .m-bd .m-con{ font-size:1.4em;}
.m-show .m-bd img{ width:100%;}

/* 内容 结束 */
/* 导航 开始 */
.m-nav { display:none; width:100%; height:100%;background:#eee; position:fixed; top:0; z-index:4;}
.m-nav .m-hd{ height:40px; line-height:40px; padding:0 10px; margin-bottom:10px; border-bottom:1px solid #ddd; }
.m-nav .m-hd b{ float:left;font-size:1.6em; font-weight:normal;}
.m-nav .m-hd #z-close{ float:right;}
.m-nav .m-hd #z-close i{font-size:2.4em;}
.m-nav .m-list { overflow:hidden; padding-right:10px; }
.m-nav .m-list li { width:50%; float:left;overflow:hidden; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.m-nav .m-list li a { display:block; height:30px; padding:10px; text-align:center; margin-bottom:10px; margin-left:10px; background:#fff; border:1px solid #ddd;position: relative; }
.m-nav .m-list li a img { width:30px;height:30px; float:left; margin-right:8px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.m-nav .m-list li a span { display:block; float:left; font-size:1.4em; height:30px; line-height:30px; overflow:hidden; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;position: absolute;left: 50px;text-overflow: ellipsis;white-space: nowrap;}
/* 导航 结束 */