@charset "utf-8";

.list{
    width: 842px;
    margin: 0 auto;
}
.list ul li{
    width: 100%;
    border-bottom: 1px dashed #ededed;
}
.list ul li,.list ul li a{
    line-height: 40px;
    color: #333;
    float: left;
}
.list ul li p{
    float: right;
}
.fenye{
    margin-bottom: 30px;
    
}
@media(max-width:414px){
.top,.logoarea,.navbox,.banner,.listleft,.now,.back,.footer{
display:none;
}
.content{
width:100%;
margin:0 auto;
}
.listright{
width:90%;
margin:0 auto;
float:none;
box-shadow:none;
min-height:300px;

}
.list{
width:100%;

}
.list ul li{
width:100%;
line-height:36px;
}
.list ul li a{
float:none;
}
.list ul li p{
color:#999;
float:none;
}
}