* {
    box-sizing: border-box
}
html, body, p {
    margin: 0;
    padding: 0;
}
body {
    overflow-x: hidden;
    position: relative;
}
.clearfix {
    zoom: 1;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.img-fit {
    display: block;
    width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.line-one {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.line-two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
