/*basic*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Microsoft Yahei, "微软雅黑", Arial;
	color: #333;
	background-color: #fff;
}
a {
	color: #000;
	text-decoration: none;
}
img {
	border: none;
	width:100%;
	height:100%;
}
li {
	list-style: none;
}
input {
	background-color:#fff;
}
.center {
	text-align: center;
}
.clear:after,.claer:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0}
.text_ov{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bold{
	font-weight: bold;
}
.text_ov2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}