* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
	height: 100%;
}

fieldset,
img {
	border: 0;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	text-decoration: none;
	outline: none;
	color: inherit;
	display: block;
}

.titx {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.flex_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex_rows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex_row_left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.flex_rows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex_row_lefts {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
