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;
    font-family:'楷体', "Microsoft YaHei","微软雅黑", Helvetica, Arial, sans-serif;

}
html{
    font-size: 18px;
}
a {
    text-decoration:none;
    out-line: none;
    color: #000000;
}
:link, :visited, ins { text-decoration: none; }
input,textarea{outline:none;}
.container{width:100vw;height:100vh;}
.yhsl{text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ehsl{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}