 body{background-color: #f8f8f8;position:relative;}
.flex {display:flex;flex-direction:row;    justify-content: space-between;}
.article {margin: auto;width:94%;margin-top: 66px;}
.list-1 {margin-top: 16px;}
.list {
    box-sizing: border-box;width: 100%;height: auto;margin-bottom: 10px;
    background-color: #FFF;border-radius: 10px;padding:8px;}
.list-hd { position:relative;}
.list-hd img { height: 20px;}
.list-hd .view { 
    width: 40px!important;
    height: 20px!important;
    border-radius: 0;
    position: absolute;
    bottom: -10px;
    left: 3px; 
}
.list  {  
    padding: 10px;
}
.list  .top{   
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:#999;
    margin:5px 0;
}
.list .top .view { 
    display: flex; 
    align-items: center;
}
.list .top .ico { 
    margin:0 3px;
    height: 15px;
}
.list .title { 
    font-weight: bold; 
    line-height: 24px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    max-height: 53px;
    color:#333;
    letter-spacing: 1px;
}
.page-detail .title {     
    height: unset;
    -webkit-line-clamp: unset;
    max-height: unset;
}
.name {
    /*margin-bottom: 12px;*/
width:100%;} 
.name .line1 {
    font-weight: bold;
    font-size: 15px;
    padding: 5px 0 5px 0;
    color: #111; 
    display: flex;
    /*align-items: center;*/
}
.name .line2 { 
    align-items: center;
    position: relative;
}
.name .text { 
    color: #999;  
}
.name .line1 img{ 
    margin:0 5px;
}
.name .line1 .ico{ 
    /*width: 13px;*/
    height: 13px; 
}
.name .line1 .ico-check{ 
    /*width: 13px;*/
    height: 20px; 
}
.name span{
    /*font-size: 12px!important;*/
    color: #999; 
}
.touxiang,.touxiang img{ 
    width: 46px !important;
    height: 46px !important; 
    margin-right:16px;
    border-radius: 50%; 
}
.list-bd {
    width: 100%;margin-top: 4px;margin-bottom: 16px;}
.list-bd  p {font-size:16px;margin-bottom: 12px;}
.list-bd .imgs img {
    width: 111px;height: 111px;
    margin-right: 8px;
} 
.add { 
    position: fixed;
    /* left: 50%; */
    /* margin-left: -17.5px; */
    bottom: 60px;
    z-index: 998;
    width: 35px;
    height: 35px;
    right: 10px;
    border-radius: 50%;
    background-color: #38BFB9;
    
}
.add img {position:absolute;z-index:999;width:25px;height:25px;margin:5px;} 