﻿body, ul, li, ol, dl, dd, dt, input, form {
	padding: 0;
	margin: 0;
	list-style: none;
}
* {
	box-sizing: border-box;
}
body {
	background: #f1f1f1 ;
	font-family: microsoft yahei;
	font-size: 14px;
	color: #000;
}
p {
	line-height: 28px;
}
img {
	border: 0;
}
a {
	color: #000;
	text-decoration: none;
}

h2{    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
