*{
    margin:0;
    padding:0;
  
}
body {
    font-family:"Microsoft YaHei",Arial;
    font-weight: 300;
}
li{
    list-style:none
}
.clear:after{
    height:0;
    display:block;
    clear:both;
    visibility:hidden;
    content:"";
}
i,em{
    font-style:normal
}
input[type="text"],input[type="serch"]{
	text-indent: 20px;
}
textarea{
    resize:none
}
a {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}
.fr{
    float: right;
}
.fl{
    float: left;
}
.boxsizing{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
h1,h2,h3,h4,h5{
    /*letter-spacing: 1px;*/
    font-weight: normal;
}
.wrap{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.wrap_line{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}