*{
    padding: 0;
    margin: 0;
}

html,body{
    width:100%;overflow-x:hidden;
    position: relative;
    font-family:"PingFang-SC-Regular" !important;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
input,button{
    outline: none;
}
.ell{
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
}
.mult_ell{
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*span{
    display: inline-block;
}*/

.page {  text-align: center; }
    .digg { padding-top: 0.3rem;    font-size: 16px;}
    .digg a { 
    margin:2px; 
    color:#333; 
    padding: 10px 18px; 
    -decoration: none;
    background-color: #ebebeb;
     }
    .digg a:hover { background-color: #08598b; color: #fff;}
    .digg a:active { background-color: #08598b; color:#fff;}
    .digg a.current { 
    margin:2px; 
    padding: 10px 18px; 
    background-color: #08598b; 
    color: #fff;
     -decoration: none;
     }
    .digg a.disabled { 
    margin:2px; 
    padding: 10px 18px; 
    background-color: #ebebeb;
     color:#ccc ; 
     -decoration: none;
     }
