/*重置样式*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img, div, span, input, header, footer, main{ margin:0; padding:0;box-sizing: border-box;}
fieldset, img { border:none;vertical-align:middle;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
em, b, strong, i{ font-style:normal;}
ul, ol { list-style:none; } 
a { color:black; text-decoration:none; }
.clearfix::after{
	display: block;
	height: 0;
	content: "";
	visibility: hidden;
	clear: both;
}
.clearfix{
	zoom: 1;
}
body {
	font-family: "Microsoft YaHei","微软雅黑";
}



.line-limit-length {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; //文本不换行，这样超出一行的部分被截取，显示...
}