*{
	padding: 0;
	margin: 0;
}
html,body{
	min-height: 100%;
    padding: 0;
    margin: 0;
}
body{
	font: 12px/1.5 'Microsoft YaHei','宋体', Tahoma, Arial, sans-serif;
	background-color:#F4F4F5;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}
a{
    color: #333;
    text-decoration: none;
}
li{
	list-style: none;
}
.clear{
    clear: both;
}

/*头部*/
header {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 400;
    height: 44px;
    background-color: #c3b731;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;

}
header .back{
	position: absolute;
	left: 10px;

}
header .back img{
	width: 22px;
	vertical-align:middle;
}
header .home{
    position: absolute;
    right: 10px;
}
header .home img{
    width: 22px;
    vertical-align:middle;
}

section{
	width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 44px;
}

/*列表页*/
section .fl-list{
	width: 100%;
}
section .fl-list li {
    display: block;
    border-bottom: 1px solid #efefef;
    background: #fff;
    padding: 8px 6px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*內容页*/
section .warp{
	width: 100%;
	background-color: #fff;
}
section .warp .title{
	text-align: center;
    padding: 0 12px 5px 12px;
    position: relative;
    border-bottom: 1px solid #efefef;
}
section .warp .title .time{
	color: #909AA4;
}
section .warp .title h2{
	font-size: 16px;
    padding: 10px 0 5px 0;
    color: #222222;
    line-height: 28px;
    font-weight: 400;
}
section .warp .content{
	overflow: hidden;
	padding: 0 12px;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
}
section .warp .content img{
    width: 100%;
}
section .warp .content p{
	margin: 10px 0; 
    word-wrap:break-word;
}
section .warp .pstyle{
    color: #d4237a;
}
section .warp .lower{
    padding: 7px 12px;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
}
section .warp .lower p{
    line-height: 28px;
}

/*列表分页*/
.page {
    width: 100%;
    padding: .5px 0;
    margin-top: 10px;
}
.page .paginList .current {
    background: #ddd;
}
.page .paginList .current a {
    color: #333;
}
.page .message {
    padding-top: .3rem;
    text-align: center;
    font-size: .6rem;
    color: #666;
    text-align: center;
}
.page ul {
    padding:.3rem .5rem;
    text-align: center;
}
.page ul li {
    padding: .3rem;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-right: 5px;
    text-decoration: none;
    min-width: 1rem;
    text-align: center;
    font-size: .65rem;
    margin-bottom: 5px;
    background: #fff;
}
.page ul li.active{
	background-color: #efefef;
}
.page ul li a {
    display: inline-block;
    color: #444;
}
.page ul li a:hover {
    -webkit-tap-highlight-color: rgba(255,255,255,.0);
}

/*底部*/
.scrollTop{
    position: fixed;
    right: 10px;
    width: 32px;
    height: 32px;
    background-color: #ffffff;
}
.scrollTop{
    bottom: 35px;
    background: url(top.png) no-repeat;
    background-size: 100% 100%;
    z-index: 100;
}

footer {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    background: #333;
    color: #fff;
    line-height: 25px;
    font-size: 13px;
    padding: 10px 10px 20px 10px;
    text-align: center;
    box-sizing: border-box;
}
