body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
a,
section {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body {
	-webkit-text-size-adjust: none;
	font-family: pingfang SC,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",helvetica,arial,verdana,tahoma,sans-serif ;

	font-size: 12px;
	color: #333;
}

/* 清除iphone 内核样式 */
input[type="submit"],
input[type="text"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
	border-radius: 0;
}

input:focus {
	border: none;
	outline: none;
}

input,
textarea,
select,
button,
table {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

input,
select,
textarea {
	font-size: 100%
}

section,
nav,
article,
aside,
hgroup,
header,
footer {
	display: block
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
	text-align: left;
}

img,
fieldset {
	border: 0
}

ul,
ol,
li {
	list-style: none
}

i,
em,
address,
b {
	font-style: normal;
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none
}

hr,
legend {
	display: none
}

img,
embed,
object,
audio,
video {
	height: auto;
	max-width: 100%;
}



.clamp {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

/*单行超出显示省略号*/
.text-overflow_1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*多行超出显示省略号*/
.text-overflow_2 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.text-overflow_3 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.pagination {width:100%;height:auto;text-align:center;font-size:0px;position:relative;overflow:hidden;margin:45px 0 0;}
.pagination a,.pagination span {display:inline-block;padding:0 18px;line-height:48px;font-size:14px;color:#666666;border:1px solid #e5e5e5;margin:0 4px;}
.pagination span.current,.pagination a:hover {color:#fff;border-color:#0087d1;background:#0087d1;}