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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em, 
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

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

a,
input,
button,
select,
textarea {
	outline: none;
}

q:before,
q:after {
	content: ;
}

abbr,
acronym {
	border: 0;
}

a,
button {
	cursor: pointer;
}

/* @font-face {
	font-family: "Source Han Sans CN Regular";
	src: url("../ttf/Source Han Sans CN Regular.woff2") format("woff2"),
		 url("../ttf/Source Han Sans CN Regular.woff") format("woff"),
	 	 url("../ttf/Source Han Sans CN Regular.ttf") format("truetype"), 
	 	 url("../ttf/Source Han Sans CN Regular.eot") format("embedded-opentype"),
	 	 url("../ttf/Source Han Sans CN Regular.svg") format("svg");
} */

body{
	 /*font-family: "微软雅黑";*/
	 font-family: "Source Han Sans CN Regular" ;
}

.clearfix:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.fl {
	float: left;
}

.fr {
	float: right;
}
ul {
	list-style: none;
}

a {
	text-decoration: none;
}
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: justify;
	text-justify: distribute-all-lines;
}
.ellipsis3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: justify;
	text-justify: distribute-all-lines;
}
.ellipsis4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-align: justify;
	text-justify: distribute-all-lines;
}