@charset "utf-8";
/*
 * Filename:	style.css
 * Description:	JuFuZhouKan, mobile web DZH for android
 * Version:		1.0.0(2010-12-09 ^ 2010-12-09)
 * Website:		http://mo.gw.com.cn/
 * Author:		Zhangsong
*/

/* GLOBAL & RESET
---------------------------------------------------------------------- */

*{-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-text-size-adjust:none;outline:none;word-wrap:break-word;word-break:break-all;}
body,div,table,td,p,h1,h2,h3,h4,em,span,a,fieldsetform,input,select,textarea,ul,li,form{margin:0;padding:0;border:none;}
body{color:#FFF;background:#000;width:100%;font:normal 62.5%/1.2 'Microsoft YaHei', '微软雅黑', '雅黑', 'MicrosoftYaHeiRegular', '黑体', '宋体', Verdana, Arial, Helvetica, sans-serif;font-weight:500;}
a{color:#FFF;text-decoration:none;}
a img{border:none;}
ul, li, ol, dl, dd, dt{list-style:none;}
h2,h3,h4,em,strong{font-weight:700;}
select{border:1px solid #949494;background:#ddd;color:#000;}
.aRight{text-align:right;}
.aLeft{text-align:left;}
.aCenter{text-align:center;}
.fLeft{float:left;display:inline;}
.fRight{float:right;display:inline;}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary{display:block;margin:0;padding:0;}
.clear{clear:both;height:0;line-height:0;font-size:0;visibility:hidden;}
.cRight{clear:right;}
.cLeft{clear:left;}
.hidden{display:none;}
.show{display:block;}

/* WRAPPER
---------------------------------------------------------------------- */

.wrapper{width:100%;overflow:hidden;text-align:center;}
.nav, .inner, .inner_top, .inner_con, .content, .register{width:100%;overflow:hidden;clear:both;}

/* INNER
---------------------------------------------------------------------- */

.inner{}

/* CONTENT
---------------------------------------------------------------------- */

.content{width:auto;position:relative;}

.navTable{border:none;width:100%;border-collapse:collapse;border-width:0px;border-spacing:0px;text-align:center;clear:both;height:36px;overflow:hidden;}
.navTable td{background:#f7f7f7 url(../images/nav3_bg.png) repeat-x;}
.navTable td{width:9%;}
.navTable td + td{width:82%;}
.navTable td + td + td{width:9%;}
.navTable a.nav_left{width:100%;height:36px;display:block;background:url(../images/nav3_left.png) no-repeat left top;}
.navTable a.nav_right{width:100%;height:36px;display:block;background:url(../images/nav3_right.png) no-repeat right top;}
.nav{width:100%;_width:250px;height:36px;overflow:hidden;font-size:1.6em;_font-size:15px;}
.nav li{float:left;width:33%;display:inline;background:none;overflow:hidden;}
.nav li a{display:block;height:36px;line-height:36px;cursor:pointer;background:none;}
.nav li a:hover, .nav li a:focus{color:#fff;background-color:#333;}
.nav li a.active{background-color:#000;color:#ededed;font-weight:600;}
.nav li.hidden{display:none;}
.nav li.show{display:block;}
.indexTop{width:100%;border-collapse:collapse;border:none;border-spacing:0px;text-align:center;clear:both;height:36px;overflow:hidden;font-size:1.5em;}
.indexTop td{background:#f7f7f7 url(../images/nav3_bg.png) repeat-x;border-right:1px solid #222;border-left:1px solid #181818;}
.in-text{width:40px;margin:0 1px;border:1px solid #181818;-moz-border-radius:6px;-khtml-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;height:20px;line-height:20px;padding:1px;}
.in-button{background:none;color:#fff;font-size:1em; cursor:pointer;}
.indexweekly{width:100%;border-collapse:collapse;border:none;border-spacing:0px;text-align:center;clear:both;}
.indexweekly a{color:#004f7c; text-decoration:underline;}
.indexweekly a:hover,.indexweekly a:active,.indexweekly a:focus{color:#004f7c; text-decoration:underline;}
.indexweekly td{height:38px; border-bottom:1px solid #9e9e9e;}
.index-pagebar{text-align:center;color:#111;margin:5px 0}
.index-pagebar a{padding:0 5px;color:#111;}
.index-pagebar a:hover,.index-pagebar a:active,.index-pagebar a:focus{color:#004f7c;text-decoration:underline;}

/* CONTENT-DETAIL
---------------------------------------------------------------------- */

.content-detail{color:#fff;font-size:1.6em;text-align:left;padding:5px;line-height:1.5em;}
.content-detail a{color:#ffa800;text-decoration:underline;}
.content-detail a:hover,.content-detail a:focus{color:#fff;text-decoration:none;background-color:#0088D9;}
.content-detail h2{font-size:1.2em;color:#ffa800;background:url(../images/content_h2_bg.png) no-repeat left center;padding:2px 0 2px 10px;}
.content-detail h2 a{color:#ffa800;text-decoration:none;}
.content-detail .see-detail{color:#CA0000;}
.content-detail h3{font-size:1.1em;color:#ffa800;padding:2px 0 2px 4px;margin:3px 0;}
.content-detail h3 a{color:#004f7c;text-decoration:underline;}
.content-detail li.hr{background:url(../images/content_li_hr.png) repeat-x;height:3px;margin:2px 0;}
.content-detail div#con_s2,.content-detail div#con_s3,.content-detail div#con_s4{display:none;}
.content-detail-con{margin:0 5px;font-size:1em;line-height:140%;}
.content-detail-con img{text-align:center;display:block;margin:0 auto;}
.content-detail-con a{padding:0 2px;}
.content-detail-pagebar{margin:10px 5px 3px;font-size:1em;line-height:130%;}

/* MEDIA QUERIES
---------------------------------------------------------------------- */

@media all and (min-width:320px){}

/* END */