/* css 重置 */
*{
    margin:0; 
    padding:0; 
    list-style:none; 
}

body{ 
    background: #fff;
    font:normal 12px/22px '微软雅黑';  
}
img{ 
    border:0;  
}
a{ 
    text-decoration:none; 
    color:#333;  
}
/*头部*/
.topbox{
    height: 42px;
    width: 100%;
    background: #4f64ad;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    position: fixed;
    top: 0;
    /*border-bottom: 1px solid #a6a6a6;*/
}
.topimg{
    width: 31px;
    height: 26px;
    margin-left: 5px;
    margin-top: 9px;
}
.topimg img{
    width: 100%;
    height: 100%;
}
.topinput{
    width: 58%;
    line-height: 39px;
}
.topinput p{
    font-size: 16px;
    color: #fff;
}
/**/
.fwxq{
    position: fixed;
    top: 45px;
    background: #fff;
    padding: 20px;
    height: 60px;
    overflow: scroll;
}
.fwxq p{
    color: #6d6d6d;
}
.fen{
    height: 30px;
    background: #ffffff;
    position: fixed;
    top: 144px;
    z-index: 555;
    width: 100%;
}
.fen1{
    background: #e3e3e3;
    height: 11px;
    margin-top: 16px;
}
.title{
    font-size: 20px;
    width: 93%;
    margin: auto;
    padding-top: 22px;
    padding-bottom: 30px;
    position: fixed;
    top: 174px;
    background: #fff;
    padding-left: 15px;
}
.title h2{
    font-size: 17px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 3px solid #4f64ad;

}
.list{
    margin-top: 242px;
}
.list ul{
    margin-bottom: 50px;
}
.list li{
    width: 96%;
    margin: auto;
    margin-top: 10px;
    display: flex;
    height: 36px;
    border-bottom: 1px solid #e3e3e3;
}
.liimg{
    width: 20px;
    height: 20px;
    margin-top: 5px;
    padding-left: 3px;
}
.liimg img{
    width: 100%;
    height: 100%;
}
.litext{
    width: 50%;
    margin-left: 4px;
    color: #6d6d6d;
    line-height: 30px;
    font-size: 12px;
}
.litextone{
    width: 45%;
    color: #6d6d6d;
    line-height: 30px;
    word-break:break-all;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}