body {
    background: #fff;
}
header .nav {
    position: absolute;
    right: 10px;
    font-size: 0.9rem;
    cursor: pointer;
}
.menu_nav {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
}
.menu_nav .menu_center {
    width: 95%;
    height: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
.menu_nav ul li {
    width: 25%;
    float: left;
    margin-bottom: 15px;
    text-align: center;
}
.menu_nav ul li a {
    width: 75%;
    display: inline-block;
    padding: 5px;
    border: 1px solid #efefef;
    border-radius: 10px;
    font-size: 14px;
    color: #efefef;
}
.list{
	background: #fff;
	padding-bottom:.5rem; 
}
.list ul .nonull {
    text-align: center;
    margin-top: 20px;
}
.list ul li{
    height: 3rem;
    cursor: pointer;
	padding: .4rem;
    border-top: 1px solid #f3f4f4;
}
.list ul li .icon{
    width: 5rem;
    height: 3rem;
    display: block;
    float: left;
}
.list ul li .icon img{
    width: 5rem;
    height: 3rem;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: .1rem;
}
.list ul li .content-box{
    width: 11rem;
    height: 3rem;
    padding-left: 10px;
    float: left;
}
.list ul li .content-box .title{
    font-size: .8rem;
    color: #000;
    line-height: 1.2rem;
    max-height: 2.2rem;
   	overflow: hidden;
}
.list ul li .content-box .info{
	font-size: .65rem;
	margin-top: .5rem;
	color: #888;
}
.list ul li .content-box .info span{
    margin-left: .5rem;
}
.list ul li .content-box .info .date{
    float: right;
}
#loadMore{
	margin-top: .5rem;
	padding: 0 .7rem;
}
#loadMore p{
	background: #e8e8e8;
	height: 1.8rem;
	border-radius: 5px;
	line-height: 1.8rem;
	text-align: center;
	/*margin-bottom: .5rem;*/
}
.animated{
    display: block !important;
    animation:myfirst 0.4s;
    -moz-animation:myfirst 0.4s; /* Firefox */
    -webkit-animation:myfirst 0.4s; /* Safari and Chrome */
    -o-animation:myfirst 0.4s;
}
@keyframes myfirst{
    0%   { right:-100%}
    100% { right:0%}
}
.animated1{
    display: block !important;
    animation:myfirst1 0.4s;
    -moz-animation:myfirst1 0.4s; /* Firefox */
    -webkit-animation:myfirst1 0.4s; /* Safari and Chrome */
    -o-animation:myfirst1 0.4s;
}
@keyframes myfirst1{
    0%   { right:0%}
    100% { right:-100%}
}
#detail{
	background: rgba(0,0,0,.3);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 888;
}
.section{
	position: fixed;
    right: 0;
    top: 50px;
    background: #fff;
    bottom: 0;
    width: 100%;
}
.section section{
	overflow-y: scroll;
    -webkit-overflow-scrolling : touch;
    overflow-scrolling : touch;
}
.rows{
	padding:0 .5rem;
}
.rows .title {
    font-size: 1rem;
    line-height: 1.7rem;
    padding-top: .5rem;
    color: #333;
}
.rows .time{
	font-size: .65rem;
	color: #999;
	margin:.1rem 0 1rem 0;
}
.rows .time span{
	margin-right: .5rem;
}
.rows .content{
	font-size: .8rem;
}
.rows .content img{
    max-width: 100%;
}
.rows .content p{
	word-wrap: break-word;
}
