
*{font-family: "微软雅黑";}
body{background-color: #F0F0F0;}

/* 头部条子 */
.headbar-blank{height:5rem;}
.headbar{position:fixed; top:0; left:0; width:100%; height:5rem; line-height:5rem; box-shadow:1px 1px 1px #eee; color:#fff; text-align:center; z-index:2;}
.headbar>.title{/* width:100%;*/  font-size: 24px; }
.headbar>.back{position:absolute; top:0; left:0; /*float: left;*/ width:60px;}

/* 底部条子 */
.footerbar-blank{height:5rem;}
.footerbar{position:fixed;bottom:0;left:0;width:100%;height:5rem;background:#fefefe;box-shadow:1px 1px 1px #eee; padding:.5rem 0; border-top:1px solid #eee;}
.footerbar>.item{width:33%;float: left;text-align: center;font-size: 2rem;line-height: 2rem;position:relative;}
.footerbar>.item>a{display: block;color: #aaa;}
.footerbar>.item>a.on{color: #fe8b00;}
.footerbar>.item>a>p{font-size: 1.2rem;line-height: 1.5rem;}

/* wdvalidate */
.wdErrMsg{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #ff3322;
}
.errBorder{border-color:#fd514c!important;}

/* 列表页 */
.listitem{ border-bottom:1px solid #F0F0F0; height: 100px; padding: 10px 0px 10px 10px !important;}
.listitem .title{ height: 64px; font-size:16px; font-weight:bold; overflow: hidden;}
.listitem .time{ height: 16px; font-size:12px; color:#999; vertical-align: bottom;}
.listitem img{ width:120px; height: 80px;}

/*详情页*/
.zhenwen{ padding: 10px;}
.zhenwen>.title{font-size: 2.2rem; font-weight:700;}
.zhenwen>.time{font-size: 1.2rem; color:#999;}
.zhenwen>.content{font-size: 1.6rem; line-height: 2.2rem; }
.zhenwen>.content img{max-width: 100%;}