html,body,div,p,img,ul,li,form,input,label,span,dl,dt,dd,h1,h2,h3,h4,h5,h6 {
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html{
    font-size: 14px;
}
a {
    text-decoration:none;
    out-line: none;
    color: #000000;
}
:link, :visited, ins { text-decoration: none; }
input,textarea{outline:none;}
.container{width:100vw;height:100vh;}
/*::-webkit-scrollbar  {*/
/*    width:10px;*/
/*}*/
.yhsl{text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ehsl{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.shsl{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.sihsl{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.whsl{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#page .pagination>li>a, #page .pagination>li>span{
    color: #b81c22;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background-color: #b81c22!important;
    color:#fff!important;
    border-color: #b81c22!important;
}