﻿.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clearing {
  clear: both;
  overflow: hidden;
  width: 1px;
  height: 0;
}
.flex {
  display: flex;
}
.flex-2module {
  display: flex;
  justify-content: center;
}
.flex-around {
  display: flex;
  justify-content: space-around;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #111;
}
b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.textover-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textover {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
